focus on wx.toolbar

I build a frame for a invoice system but I'm trying to set the tab
order but wx.toolbar tool's doesn't have focus?

Correct. In most cases the toolbar buttons are not actually independent widgets, but are just drawn by the toolbar, and the toolbar itself is not intended to be able to have the focus.

···

On 4/23/11 3:11 PM, podio wrote:

I build a frame for a invoice system but I'm trying to set the tab
order but wx.toolbar tool's doesn't have focus?

--
Robin Dunn
Software Craftsman

Thanks, I will build a toolbar from wx.panel with bitmaps button!

···

On 25 abr, 14:28, Robin Dunn <ro...@alldunn.com> wrote:

On 4/23/11 3:11 PM, podio wrote:

> I build a frame for a invoice system but I'm trying to set the tab
> order but wx.toolbar tool's doesn't have focus?

Correct. In most cases the toolbar buttons are not actually independent
widgets, but are just drawn by the toolbar, and the toolbar itself is
not intended to be able to have the focus.

--
Robin Dunn
Software Craftsmanhttp://wxPython.org