There is no cltExitEvent. The API docs outline the event flow for the popup control as: penDownEvent ctlEnterEvent cltSelectEvent (if ID matches cltEnterEvent)
so look for ctlSelectEvent and 'ask' the control for its state. Then you can decide what to do. ----- Original Message ----- From: "petrelis" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[email protected]> Sent: Tuesday, July 11, 2000 4:15 AM Subject: ctlExitEvent > I need to intercept ctlExitEvent when the user unselects a popup trigger. > But the problem is ctlExitEvent is not referenced in the union "data" of the EventType struct ( see Event.H ). > Is this a bug, should I add it to the union myself , else how to do? > > thanks, > Mathias. > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
