From: "Matt Mason" <[EMAIL PROTECTED]>

> Is there a function that I cannot find that checks to see if a trigger is
> dirty? FrmGetObjectPtr does't seem to be detecting if the field has
changed.

Are you referring to a popup trigger associated with a list?  Your app gets
a popSelectEvent when an item on the list is tapped.  In your
MainFormHandleEvent, when you get a popSelectEvent you can look at
eventP->data.popSelect.selection to see which list item was selected, and
you can inspect eventP->data.popSelect.priorselection if you need to know
which list item was previously selected.



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