Hi Friends,
I am using Blackberry eclipse environment , for blackberry application i am using start up screen with process bar , i am filing progress bar using timer, after process bar 100% completed then need to navigate the screen to another screen, i am checking like this
timer.cancel();
if(i=99)
UiApplication.getUiApplication().pushScreen(new TipCalculatorScreen());
here i is time, increased form 0 to 100
but this code is not working how to navigate the screen form one page to another page after process bar is completed, please give me small example.