>my question is where is it that popupTriggerCtl is /should be defined..
It's defined in the system file Control.h. You don't seem to be including that file in your project. Also, this statement may or may not work, depending on your compiler settings. if ( ctlP->style == popupTriggerCtl ) It accesses a system structure directly, something that was allowed when we wrote the book, but is a Bad Thing now. You should look at FrmGetObjectType to solve that problem. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
