Hal Mueller <[EMAIL PROTECTED]> wrote:

> Hmmm, are you certain about that?  If you wait until after 
> FrmDrawForm to mess with the field's handle (as I believe you must >= 
> 3.5), seems like a race condition is possible where a user could tap 
> on the field as soon as it comes up.  What's the harm in assuming 
> that there might be a handle already?

If you have this:
    FrmDrawForm(form);
    // perhaps a few other statements here;
    FldSetTextHandle(myhand);

where is the opportunity for the race condition? You've not given the 
OS opportunity to process events between the FrmDrawForm and the 
FldSetTextHandle.

--
Roger Chaplin
<[EMAIL PROTECTED]>

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to