Tinnus wrote:
HB++ does standalone PRCs. Also, I don't think any of these can use "control arrays". To be exact, I'm not sure if you create controls dynamically in PalmOS; my bet is you can't.
Although I've never tried it, the capability to create controls and other gui objects was added to Palm OS. So you could, for example, use CtlNewControl(). However, I've also noticed that on this very list, there has been at least one comment that these functions are not very widely used and could be flaky and unreliable. So, personally I would avoid those, and I would just solve this by making a bunch of controls that aren't set to usable, then move them to the right position and turn them on when I need them. It's ugly and hackish, but it will work for sure. - Logan -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
