Hello

I want to add the " Please Wait  " that appears when application delete menu
option is selected..
What I did was , I created a form of width 70 and height 20 and left origin
40, top origin 80...
Put a label of Please Wait..
And i called FrmGotoForm(PleaseWaitForm) in UIPalmMain() which is called in
PilotMain()...
 Shown below is in UIPalmMain() :


case sysAppLaunchCmdNormalLaunch:

     if( CheckPalmOff() )   //check if the sensor has given keyboard off or
palm off events
     {
   FrmGotoForm(PleasewaitForm);
   AppEventLoop();

    error = AppStart();

    if (error == ErrCommError )
         { // if error in AppStart ,  don't launch the UI & return .
          DriverStop() ;
             return error;
         }

         // start application by opening the main form
         // and then entering the main event loop
         FrmGotoForm(MainForm);
      AppEventLoop();

         AppStop();
        }

        break;

And I have handles frmLoad event and frmOpent Event properly..
But I can't see the form when I click my UI icon..

Can anyone help me out

Thanks in advance

Regards
Marianne


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to