Hello,
My application is working perfect in the S40 emulator and on my nokia 5310. but i tested it on the 6300 and it stopped at my splash screen.
this is my code for the splash screen. i know it is not useful but i don't want to compute something in the background. It's just for a better look. SplashCanvas (inherited from canvas) is an class which loads a image ressource and display it.Code:protected void startApp() { // show Splash Screen display.setCurrent(new SplashCanvas()); // view time: 3000ms try { Thread.sleep(3000); } catch(Exception ex){} finally { browser = new MenuBrowser(); browser.setCommandListener(this); display.setCurrent(browser); } }
On the 6300 the display is not changed after 3000ms
best regards

Reply With Quote




