> From: Todd Cary
>
> I am using Pocket Studio, a Pascal based environment and there is a
> Field Exit event.  Since the PS is based on Palm OS events and
> functions, I would imagine there is such an event available to you too.
>

Good guess but, unfortunately, not correct.  See eventsEnum in Event.h:

typedef enum {
        nilEvent = 0,
//      [snip]
        fldEnterEvent,
        fldHeightChangedEvent,
        fldChangedEvent,
//      [snip]
        lastUserEvent  = 0x7FFF
} eventsEnum;

There are only 3 field events.  So, it looks like Pocket Studio is doing
some extra work to simulate the non-existent fldExitEvent.


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