babbu cathy wrote:
Not Screenshots. In my project home screen I need to add a .gif image. So that whenever open our application in simulator, we will have a gif image in our product home screen.
Do you mean that you have a .gif file, and you want to put this .gif file into your PRC in a way that the PRC can draw it at app start time? If so, you will need a GIF decoder. It would be much easier to take the GIF and convert it to a regular Palm bitmap in a resource, and then just call WinDrawBitmap() to draw it. - Logan -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
