> Is ti possible to insert a .gif, .jpg or .png in an Palm Application > or do you have to use .bmp ???
palm applications dont even support .bmp - however, the resource compiler does; it converts .bmp to the internal palm bitmap format. if you want to use .jpg/png/gif within your application - you need to include it as a seperate resource, and have your own decoder to convert from the binary to the native internal format used on the device. it means work, loads of work. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
