In article <92580@palm-dev-forum>, [EMAIL PROTECTED] says... > So what did I do wrong ? Have I set the wrong attributes ? Are my bitmaps > stored in the wrong place ( although I copied them to nearly all the files > in my project) ? Should my bitmap resources be included in my FORM resource > together with the repeat buttons ?
The last one... bitmap references from graphical controls are to bitmap IDs. You need to specify the bitmap files separately in another part of the RCP file. In a form, its just an ID number that gets stored... the bitmap has to be in a separate resource. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
