[Posting this response from Tim Wiegman...]I have a problem with Palm OS 5 and the ControlType of control elements. I need to get the style type of a control in my form dynamically. I used: ptr=FrmGetObjectPtr(frm,idx); if ( ((ControlType *)ptr)->style != buttonCtl ) ...But in Palm OS 5 I can't access the ControlType any more. Is there any other
There is a new PalmOSLib glue routine (CtlGlueGetControlStyle) which will return this info.
-- Ken
--
Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
