Page 1 of 1

LIST BOX on Button Bar

Posted: Mon Nov 26, 2007 11:06 pm
by don lowenstein
I have a main window which has a buttonbar object on it.

Currently I add buttons to this buttonbar - no problem.

How can I add a listbox to this buttonbar, similar to MS-Word which combines button-bitmaps, listboxes, etc, all on a single "button bar"?

Posted: Mon Nov 26, 2007 11:11 pm
by Antonio Linares
Don,

yes, sure, you can do it this way:

@ ..., ... LISTBOX cItem ITEMS ... OF oBar SIZE ..., ... PIXEL

Posted: Tue Nov 27, 2007 3:16 pm
by don lowenstein
Works perfectly - thank you.