Createtoolbar is not using transparency anymore...

Archives Forums/BlitzPlus Bug Reports/Createtoolbar is not using transparency anymore...

JRalha(Posted 2008) [#1]
when using the CreateToolbar statement in v 1.45 it does not use transparency anymore!

Global toolbar=CreateToolBar("toolbar3.png",0,0,50,50,Main_Window)


In the manual it reads:
"(...) The number of buttons is automatically determined by dividing the image width by its height. The very top left pixel color of the image determines the transparent color of the toolbar.(...)"

No matter which type of images i use (bmp / png) it won't work anymore - my earlier version did work as mentioned in the manual!

Any ideas any1?


blackgecko(Posted 2008) [#2]
That's strange.
I also have some programs with toolbars and I
haven't got any problems.
Make sure that the toolbar image really has
the same colour everywhere.