CreateToolBar?

BlitzPlus Forums/BlitzPlus Programming/CreateToolBar?

PantsOn(Posted 2003) [#1]
Maybe its just me, but I can't position a tollbar and the specified y co-ord.
ie
createtoolbar(image$,x,y,w,h,main_wndw)

Will not place the toolbar at y. Instead it always positions it 0.

Even when I use setgadgetshape it doesn't move the toolbar?

any ideas?


CS_TBL(Posted 2003) [#2]
toolbars are always created at y=0 .. dunno exactly why there's an Y variable anyway, but it's always 0 .. :)


PantsOn(Posted 2003) [#3]
oh well.....
will have to write my own then.


Binary_Moon(Posted 2003) [#4]
You can always stick a tool bar in a panel and then position it using that. That way you can have things next to a tool bar as well.


PantsOn(Posted 2003) [#5]
Panels? I'll have a read about them


PantsOn(Posted 2003) [#6]
Cheers binary..
that works a treat