Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
preetiparida
Posts: 47
Registered: ‎04-16-2009

Re: multiple screen

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

Please use plain text.
Developer
BBDeveloper
Posts: 3,951
Registered: ‎07-15-2008

Re: multiple screen

Did you check the spelling of the object names?

Use Search. "Accept Solution" If the problem is resolved.
Please use plain text.
Developer
mantaker
Posts: 1,477
Registered: ‎12-30-2008

Re: multiple screen

Keep in mind that java is case sensitive!
--
Manimaran Selvan
Co-Founder, Tech Lead,
Equity Markets Research Group
Please use plain text.
New Developer
preetiparida
Posts: 47
Registered: ‎04-16-2009

Re: multiple screen

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

Please use plain text.
Developer
mantaker
Posts: 1,477
Registered: ‎12-30-2008

Re: multiple screen

You can mark this thread solved now?
--
Manimaran Selvan
Co-Founder, Tech Lead,
Equity Markets Research Group
Please use plain text.
Developer
deepanjan
Posts: 60
Registered: ‎03-06-2009

Re: multiple screen

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

Please use plain text.
Developer
Rajat_10Sep
Posts: 685
Registered: ‎12-02-2008

Re: multiple screen

Hi,

 

can you post the code which you are using.So that we can find problem in it.

Regards,
Rajat Gupta.
--------------------------------------------------------------------------------
If your problem was get solved then please mark the thread as "Accepted solution" and kudos - your wish
Please use plain text.
Developer
mantaker
Posts: 1,477
Registered: ‎12-30-2008

Re: multiple screen

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... 
--
Manimaran Selvan
Co-Founder, Tech Lead,
Equity Markets Research Group
Please use plain text.
Developer
deepanjan
Posts: 60
Registered: ‎03-06-2009

Re: multiple screen

Sorry guys...

 

I was doing UiApplication.getApplication() instead of UiApplication.getUiApplication().

 

But again thnx for ur support.

 

Deepanjan

Please use plain text.