RE: Opening a form in a form

2005-08-21 Thread Sinisa Marovic (AC/EDD)
Forum * Subject: RE: Opening a form in a form * * * Hmm I do that all the time and have no issues * When you make the popup form modal, as long as it is open * nothing outside that form is active * * -- * For information on using the PalmSource Developer Forums, or * to unsubscribe, please see

RE: Opening a form in a form

2005-08-19 Thread Sinisa Marovic (AC/EDD)
PROTECTED] * Sent: Thursday, 18 August, 2005 14:28 * To: Palm Developer Forum * Subject: re: Opening a form in a form * * * Not sure I understand, but I use FrmDoDialog or FrmPopupForm * and set the popup as a modal = true * -- * For information on using the PalmSource Developer Forums

RE: Opening a form in a form

2005-08-19 Thread druid
Hmm I do that all the time and have no issues When you make the popup form modal, as long as it is open nothing outside that form is active -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Opening a form in a form

2005-08-19 Thread jfealy
dear palm-dev-forum I would apprechate it if you took me of your mailing list This Email was Sent from Qantm's student email service and does not reflect the views

Re: Opening a form in a form

2005-08-19 Thread Logan Shaw
[EMAIL PROTECTED] wrote: dear palm-dev-forum I would apprechate it if you took me of your mailing list Sending a message to all the *other* people who are on the mailing list is not necessarily the most effective method of getting off of it. Especially considering few or possibly none of the

Opening a form in a form

2005-08-18 Thread Sinisa Marovic (AC/EDD)
I'm trying to open a small form in a Master form without closing the Master. The only way I achieved this is by creating an event loop that looks like this: do{ EvtGetEvent (..); if (!SysHandleEvent(event)) if (!MenuHandleEvent(event)) if (!cfgHandleEvent(event))

re: Opening a form in a form

2005-08-18 Thread druid
Not sure I understand, but I use FrmDoDialog or FrmPopupForm and set the popup as a modal = true -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/