Hi All,

This is driving me totally nuts!  In my app I do:

FrmGotoForm(ExecuteForm);
handled = true;
.
.
return handled;


Then a FrmCustomAlert() I put in the frmOpenEvent of ExecuteForm
pops up saying its there.. ( I did this just to verify that it went there,
and yes I even took it back out to see if it made any difference )

frm = FrmGetActiveForm();

FrmCustomAlert(StatusAlert, "In Exec frmOpen..", NULL, NULL);
.
.
FrmDrawForm(frm);
handled = true;

But guess what!  I'm stuck in the previous form!!! It never goes to
ExecuteForm!   This works fine on the emulator but put it on a PalmVx
with a Novatel wireless modem and it just sits there!

This project was due, like, yesterday..  Could someone please explain this? 
Or a way to "force" ExecuteForm to be drawn when it's there..?

( sorry for all the "!" )

Thanks,

Joe Siebenmann







_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/



-- 
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