I am a relative newbie at the palm, and I am stumped, so please bear 
with me.  I have a group of 5 graphical pushbuttons.  They are 
defined in my .rcp (I'm using gcc/pilrc) as:

  PUSHBUTTON "" ID workoutFormSnowPB AT (72 PREVTOP 11 11) GROUP 
weatherGroup NOFRAME GRAPHICAL BITMAPID snowBitmap SELECTEDBITMAPID 
snowSelectedBitmap
  FORMBITMAP AT (PREVLEFT PREVTOP) BITMAP snowBitmap
  PUSHBUTTON "" ID workoutFormRainPB AT (PREVRIGHT+12 PREVTOP 11 11) 
NOFRAME GROUP weatherGroup BITMAPID rainBitmap SELECTEDBITMAPID 
rainSelectedBitmap
  FORMBITMAP AT (PREVLEFT PREVTOP) BITMAP rainBitmap

(...and so on for )

Everything works exactly as expected on a 3.0 debug ROM.  However, on 
a 3.5 debug ROM, i can only select the "Rain" pushbutton.  If rain is 
selected, pressing another pushbutton deselects rain, but the new 
button doesn't select (i.e doesn't show the "selected" bitmap).  
Picking rain again shows "rainSelectedBitmap".

I am not catching ctlSelect events (or any other event) for the 
pushbuttons.  Do I need to do something different for higher ROM 
versions?

Thanks.

--Patrick

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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

Reply via email to