I had a button control created dynamically with CtlNewControl under PalmOS V3.3. I wanted it without frame. There was no API function to access ControlType.attr.frame but it was permitted to access attr.frame directly: pUp->attr.frame = noButtonFrame;
Under V3.51 the access to ControlType.attr is forbidden, and I could find no API function to access the "attr" member of ControlType. Any idea how to solve this ( I want to keep my button ) ? Thanks, Werner -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
