yes, but which is the function that i have to use to do this? that is: if i
have a cycle and i have to check for event, how can i do this?

while (true) {
    // my operation
    // function to check for event
}

really thanks

stefano

"Matt Graham" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> stefano d'urso wrote:
> > is it possibile to have a NON MODAL form with a button on it that, if
> > pressed, generates something?
> > that is: is it possibile to generate a form just like the one that
appears
> > when the handheld tries an automatic connection to the net, and that has
a
> > stop button that we can push to avoid this operation?
> > this is not a real modal form... how can i build a "mother form" and a
> > "child form" (NOT MODAL) that disapper after a certain operation and
that
> > has a button that can stop the operation?
>
> Yes it's possible.  Open the form and begin your operation.  Check for
> events while performing your operation and respond to them appropriately.
>



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

Reply via email to