Peter Epstein wrote:
> 
> I think I ran into this same problem several years ago. I had an about
> dialog that I presented when the app was first run. When the dialog was
> closed, I used FrmReturnToForm. At first, I had this full screen dialog open
> right away, but this caused problems when closing the about dialog. So, I
> changed the code to set a flag when it discovered that it was the first run,
> and to wait until after the main form was opened before acting on this flag.
> --
> Peter Epstein

Yep, same thing.

I got around the problem by firing up a form (with no frame and no title
and no menu) before going in to the event loop.

No problems so far, so I wonder what problems you had. Maybe it was
something with older OS versions. (Hope springs eternal.)

-eom-

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