[EMAIL PROTECTED] a �crit : > Hello, I need to make a control made as a popup trigger (so that it shows a list) > but with a different bitmap on the left: I would use a normal popup trigger with > another bitmap. Is it possible or must I implement a gadget? Or are there other > simpler ways? I've been thinking about showing a stand-alone bitmap on the arrow, > what's about? > > Cristian
I would superimpose the bitmap over a text-less frame-less button (thus invisible) and pop up a list (LstPopupList) upon a ctlEnterEvent on the button. Return true in the event handler to prevent the OS from inverting the button. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
