04-16-2009 10:01 AM
Hi girish,
i have defined the class and syntax also proper but i dont know why i am getting this message.should i define the class in the first class itself or it can be different class and in the first class i can create the object and pass it to the push method. Now what i am doing is i have created a separate class and creating the instance and passing it to the push method.
Thanks&Regards
preeti ranjan
04-16-2009 10:03 AM
04-16-2009 10:08 AM
04-16-2009 10:10 AM
Hi all,
Lot of thanks for your response guys.I had done a silly mistake and troubled u people a lot.i solved my problem.
Thanks&Regards
preeti ranjan
04-16-2009 10:11 AM
05-19-2009 05:25 AM
Hi Guys,
I have a class which extends from Screen. I am doing a pushScreen(loginscreen), where loginscreen class extends from MainScreen.But the loginscreen ui is not getting displayed. But if I do a pushScreen(loginscreen) from my main class, i.e. the class which extends UiApplication the loginscreen ui is displayed. What can be the issue? Can anyone please point me out...
Thnx in advance
Deepanjan
05-19-2009 05:34 AM
Hi,
can you post the code which you are using.So that we can find problem in it.
05-19-2009 05:48 AM
Maybe the part of the pushScreen code not invoked.. It will be better if you post the piece of code.. Please refrain posting in solved or older thread unless there is a need so..I would suggest you to start a new thread and ask this question..Cheers...
05-19-2009 05:58 AM
Sorry guys...
I was doing UiApplication.getApplication() instead of UiApplication.getUiApplication().
But again thnx for ur support.
Deepanjan