FrmPopupForm Issue

2003-08-25 Thread Régis Daniel de Oliveira
Hy all! Supose that I have two forms: FormA and FormB. FormA is my base form, that have on field control. When I tap on the FormA's field, the the event is called and, inside it, i call the FrmPopupForm, the will load the FormB. On formB i've another field, that will have the value changed, and th

Re: FrmPopupForm Issue

2003-08-25 Thread kcorey
On Mon, 2003-08-25 at 16:55, Régis Daniel de Oliveira wrote: > How can i make the FormA function hang until the FormB closes? FrmDoDialog will give you the functionality that you need. Just remember to initialize before use and dispse of the form and it's assest after done. -Ken -- For inform

OS 3.5 + FrmPopupForm() issue?

2000-05-05 Thread Marty Rice
Hello, Sorry if this has been covered already, but is there an issue using FrmPopupForm on OS 3.5? My program runs fine on earlier OS's (3.3 is what I have on my Vx and emulator) but I have users using 3.5 that say it pops-up over the existing screen without erasing what is already there. TIA, Ma

Re: OS 3.5 + FrmPopupForm() issue?

2000-05-05 Thread Marty Rice
An update: I downloaded the 3.5 ROM image (and had to also download the newer emulator to use the ROM) and found that yes, in fact, my program has a real problem running on the newer OS. It's not simply FrmPopupForm(), however. In some cases, simply changing forms using FrmGotoForm causes the d

Re: OS 3.5 + FrmPopupForm() issue?

2000-05-05 Thread Dave Lippincott
Make sure you don't draw or update the screen (fields, tables, etc.) before you call FrmDrawForm() -Original Message- From: Marty Rice <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Date: Friday, May 05, 2000 4:53 PM Subject: Re: OS 3.5 + FrmPopupFo

Re: OS 3.5 + FrmPopupForm() issue?

2000-05-05 Thread Richard M. Hartman
Is the save behind bit checked off in constructor? -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Marty Rice wrote in message <10666@palm-dev-forum>... > >An update: I downloaded the 3.5 ROM image (and had to also download the >newer emulator to us

Re: OS 3.5 + FrmPopupForm() issue? SOLVED

2000-05-05 Thread Marty Rice
I was right - this was a simple mistake on my part. I was returning from a FrmPopupForm() using FrmGotoForm() instead of FrmReturnToForm(). Evidentally this was acceptable to the earlier OS but 3.5 didn't like it. - Original Message - From: Marty Rice <[EMAIL PROTECTED]> > An update: I