Equivalent (roughly) of setCurrent() in BlackBerry()

106 views Asked by At

Equivalent (roughly) of setCurrent() in BlackBerry()?

I have some J2ME code I am porting to BBs RIM classes. The J2ME code uses setCurrent() to "change page" in the application, but that is of course not working. Any ideas?

1

There are 1 answers

2
Eric Giguere On BEST ANSWER

The BlackBerry UI has the concept of screens:

UiApplication.getUiApplication().pushScreen( screen )

See the UiApplication documentation.