Re: Multiple Toolbars

2016-11-19 Thread Keith Brown
Oops! I spoke too soon. Works under Linux but not Windows. Back to the drawing board I guess. On 11/16/2016 1:47 PM, Keith Brown wrote: Got it. Here's the new code (with a bit of help from wxGlade): $this->{toolbar2} = Wx::ToolBar->new( $this, -1, wxDefaultPosition, wxDefaultSize,

Re: Multiple Toolbars

2016-11-16 Thread Keith Brown
Got it. Here's the new code (with a bit of help from wxGlade): $this->{toolbar2} = Wx::ToolBar->new( $this, -1, wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxHORIZONTAL | wxTB_FLAT, $ID_TOOLBAR2 ); $this->SetToolBar( $this->{toolbar2} ); my $toolbar2 = $this->{tool