Hi All, I'm still messing around with rebar, trying to create a menu similar to the rebar in say 'Outlook'. Where a single Band contains a number of buttons and seperators: | [Reply] [Reply To All] [Forward] | [Send/Receive]| etc
After more tinkering, I've discovered that the button wont accept a -text attribute and -bitmap (in that the text wont be rendered). So if you want a bitmap leading the text, you need to create the bitmap with the image and the text and put the whole lot on the button. What I can't figure is how using -child you get more than one button or control per Band, or is this not possible. Chris