>>1) You have to hand-code form #defines for form resources; What? If I understand what you're talking about, I never had to do this, the Palm OS Resource Editor (PORE) does this automatically, at least if you use managed makefiles, like I've been doing.
Open up the resource file in PORE. Under the Workspace section in the "Files" pane (by default on the upper right hand side), click once the name of your resource (mine is resources.xrd). Then the properties should come up. Click "Generate Header", then give it a header file name in the box below. I found this line from Ben Combee which should prove helpful in making sure that there are more meaningful names to the #define statements. Copy and paste this into the "Variable Template" field, then press Enter. k[?%RC,%RC%RT,%RT%RI][?%OC,%OC%OT,%OE%OT] Hope this helps! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
