The real problem seems to occur when I do not actually touch a popup Trigger
and then CtlGetLabel returns an empty pointer.  I get a good pointer if I
have actually touched the popup.  Should I be using a different function to
get the value?

Richard Burmeister <[EMAIL PROTECTED]> wrote in message
news:33999@palm-dev-forum...
>
> 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