Hi
In one of my programs i use a wx.ToolBar, and this toolbar is meant to show a range of picutes that help the user with doing things quickly and easily. But the thing with mine is that i am using 64x64 images for the toolbar, yet when i set these on the toolbar and realize it all that turns up is a little image, one quarter of the main image, the top-left corner to be precise.

I was wondering if there was a way (probably is) to make the toolbar fit around the size of a tool.

Cheers

Never mind, i have found a solution in one of my old code snippets. I used the toolbar.SetToolBitmapSize((64,64)) to fix this issue and now all things are working perfectly!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.