CreateToolBar?

BlitzPlus Forums/BlitzPlus Programming/CreateToolBar?

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?

toolbars are always created at y=0 .. dunno exactly why there's an Y variable anyway, but it's always 0 .. :)

oh well.....
will have to write my own then.

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.

Panels? I'll have a read about them

Cheers binary..
that works a treat