On Sat, 5 Jul 2003 04:58:06 +0800, "Mohammad Afshari" <[EMAIL PROTECTED]> wrote:
> >Hello > >I'm new to Palm Os programming, I have a question regarding a program which >I'm going to write, and that is, in Palm Os 4.0 (which I'm going to write my >program for), can I have the possibility of using a picture such as a jpeg >file which it covers a whole form, for example the picture is a picture of a >room, now can I hi-light some parts of the pictures (for example a switch on >the wall), and then the user knows that he can select the switch and if he >does a new form regarding that appears. My main question is whether we can >do some thing like that to a picture or not? > >Thanks Yes, you could. You'd probably want to convert your JPG file into some Palm-specific bitmap on the PC (say, convert to BMP then use PilRC to link it as a resource in your application). You can also pre-create the "highlight" bitmaps so you can selectively flash them on your form. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
