Does PILRC support graphical controls?  I have a resource file with 2
bitmaps defined
and a REPEATBUTTON on a form using the bitmap ID's.  It compiles with no
errors
or warnings, but the button does not display (it does trigger an event when
the area of the
screen on which it should be displayed is selected).  I can get the bitmap
to display using
FORMBITMAP, but I want it to be a button).  What am I missing?

BITMAP ID 1000 "selector.bmp"
BITMAP ID 1001 "deselector.bmp"
....
REPEATBUTTON "" ID 1200 AT (80 110 2020)
    USABLE NOFRAME GRAPHICAL
    BITMAPID 1001 SELECTEDBITMAPID 1000
...

Thanks,
David



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to