I'm trying to create a graphical push button in a form using the following:
PUSHBUTTON "" ID TestPushButton AT (1 100 12 12) GRAPHICAL BITMAPID ImageBmp SELECTEDBITMAPID SelImageBmp GROUP 1 But everytime I compile the file under CW 9.2, I keep getting the following warning message: "graphic control doesn't need a frame!!!" How do I get rid of that warning message? I tried adding a NOFRAME keyword, but it doesn't work. And what if I do want a frame? Anyone knows what I'm missing? John -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
