Just trying to splash?

I've been flamed over this one in the while loop
not using >= but it only seems to work as an equal...


// display splash screen
if (!FormNumber){  // if current form # is 0
   FrmInitForm(SplashForm);
            frmP = FrmGetFormPtr(SplashForm);
   FrmDrawForm(frmP);
            TimeTks = TimGetTicks() + 110; // <- here's the delay
 while (!X){
   if (TimeTks == TimGetTicks())
         X=1;
   } // Use the system time for a delay, for & while loops don't work
    FrmEraseForm(frmP);     // erase active form
 }



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

Reply via email to