> When I drop my first object on my form and save it using constructor,
> the res header file adds an entry like this (replace AppName with the
> applications real name)
>
> #define <AppName>FormGroupID                     0

group IDs are mainly used for push button controls.  You group a set of
push buttons together, and the OS will manage the exclusive nature of
the group -- pushing one button clears the others.  You can also put
checkboxes in a group; if so, they will act exclusively too.  This is
probably not wanted, as the UI would be pretty non-intuitive.



-- 
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