Hi all,
If anybody can explain whey this code is not showing the form while log in is being done, I'll really appreciate it...
else if(displayable == LoginScreen) {
if ( command == okCommand ) {
display.setCurrent(loginWaitScreen);
validateUser(User.getString(), Password.getString());}
else {destroyApp(true);}
I want to do the log in in a seperate thread, while the user sees the loginWaitScreen, which is a simple form.

Reply With Quote




