How to make a toolbar toggle?

BlitzMax Forums/BlitzMax Programming/How to make a toolbar toggle?

Chroma(Posted 2005) [#1]
i'm loading a toolbar with five 16x16 buttons on the strip. I want only one of the five buttons to be selected at once (have a toggled appearance). And if a new one is toggled then the previous selected goes back to normal. Anyone know how to do it?


Chroma(Posted 2005) [#2]
Also, this won't put my toolbar at the x,y position:

Local toolbar:TGadget=CreateToolBar("toolbar.bmp",100,60,256,16,window)


:(


Chroma(Posted 2005) [#3]
Nm...i found a way to kludge it~