> > Is there another way to do what I want? I have a toolbar at the bottom of > > my screen that is just a group of pushbuttons, like this: > > > > [ ][ ][ ][ ] > > > > When the user clicks on one of the pushbuttons, a popup appears: > > > > [ ] > > [ ] > > [ ] > > [ ] > > [ ][ ][ ][ ] > > I might not be understanding what you're saying right, but > wouldn't a hidden list opened with LstPopupList() do what > you're asking?
You're not misunderstanding -- I just didn't give enough details. Each button of my popup list is a translucent button with a bitmap and a label beneath it. E.g., the popup really looks like this: [bmp label] [bmp label] [bmp label] [bmp label] [bmp label] [bmp] [bmp] [bmp] [bmp] The 'label' is the tool name (which corresponds with 'bmp' -- so for a pen tool, 'bmp' is an image of a pen and label="Pen"). When the user selects a [bmp label], popup 'goes down' and the bmp selected gets loaded into the corresponding toolbar button to indicate the active tool. I've never used LstPopupList(), but I don't suspect it can handle list items that are both bitmaps and labels, though please correct me if I'm wrong. ~Rich -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
