| Reply | « Previous Thread | Next Thread » |
|
Hi,
I had created an application in J2ME where i could run in the Emulators (Default ColorPhone, Gray Phone) etc. But when i try to launch the same application in Nokia 6230i Edition emulator, i do get these information: Displayable: Displayable already at top of Displayable stack. Displayable change ignored. Display: Displayable change ignored: proposed change not accepted by Displayable stack management rules! Can anyone let me know how to fix this up & start running my application in Nokia 6230i Emulator Thanx in Advance.
Last edited by vaishjan : 2006-02-06 at 08:19.
|
|
Well, it seems you trying to set as the current Display a Displayable that is already the current one.
Daniel |
|
To check whether a Displayable is already set may be you could try with this piece of code:
Code:
if (display.getCurrent()!=newDisplay )
{
display.setCurrent(newDisplay);
}
Gopal |
|
Hi,
Thnx drocha & balagoplaks for ur valuable timely help. I had called the ProgressBar in every screen which comes back to the same screen thru' the display.setSurrent(current) where current is the same screem. This should be avoided & now using them only when i send request to the server. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Help newbie: which tools needed to develop for s60 | Blackbridge | Symbian Tools & SDKs | 1 | 2005-03-23 09:50 |
| Beta testers needed | alex_crowther | Mobile Java General | 1 | 2004-03-19 16:14 |
| How can I read single-byte ascii and convert to unicode if needed? | doctordwarf | General Symbian C++ | 1 | 2003-12-08 23:42 |
| What precautions are needed to be taken? | nintel | General Symbian C++ | 1 | 2002-10-24 08:29 |
| Things needed to Activate WTLS | Nokia_Archived | General Browsing | 1 | 2002-05-17 16:48 |