[dabo-users] toolbar background color

2015-04-08 Thread john
Hi, I'm trying to change the background color of a dToolbar. The toolbar is unique in that when I attempt to set the background color using toolbar.SetBackgroundColour('yellow') the method either does nothing or returns a traceback TypeError: in method 'Window_SetOwnBackgroundColour',

Re: [dabo-users] toolbar background color

2015-04-08 Thread john
On 04/08/2015 07:41 AM, Paul McNett wrote: On 4/8/15 7:20 AM, john wrote: Testing directly with wxPython reveals this is NOT a Dabo issue. Using code to add a toolbar reveals that I can not change the background color completely only the border of the added object/s (does not work with

Re: [dabo-users] toolbar background color

2015-04-08 Thread john
Testing directly with wxPython reveals this is NOT a Dabo issue. Using code to add a toolbar reveals that I can not change the background color completely only the border of the added object/s (does not work with buttons - could be due to the lack of a border with buttons). Again toolbars are

Re: [dabo-users] toolbar background color

2015-04-08 Thread Paul McNett
On 4/8/15 7:20 AM, john wrote: Testing directly with wxPython reveals this is NOT a Dabo issue. Using code to add a toolbar reveals that I can not change the background color completely only the border of the added object/s (does not work with buttons - could be due to the lack of a border with