Kirix Support Forums

wxAui Toolbar Support

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

wxAui Toolbar Support

Postby yesidh on Tue Jan 23, 2007 9:51 pm

Hi, I'm having some problems with a tool bar added to a pane, the point is that when I try to move it just move the pane but not the toolbar, to get the tools get again onto the pane I must click it. This is not necessary for my application so I search for the Movable property in the wxAuiPaneInfo and set it to false, some thing like this:

Code: Select all
wxAuiPaneInfo().Movable(false).Name(.....


But this funtionality doesn't work at least in my program. Any help will be appreciate.

I'm using wx2.8.0, in a Ubuntu Edgy machine.

Ibraim
yesidh
Registered User
 
Posts: 2
Joined: Tue Jan 23, 2007 9:44 pm

Re: wxAui Toolbar Support

Postby yesidh on Mon Feb 05, 2007 4:39 pm

I see the wxAUI example work, so I based my code on this. The point it is that I haven't found what is the code to refresh the pane so that the toolbar get's again in the pane after the move.

I really appreciatte your help.
yesidh
Registered User
 
Posts: 2
Joined: Tue Jan 23, 2007 9:44 pm

Postby Ben on Sat Feb 10, 2007 7:18 am

Hello,

Can you post a minimum example that duplicates your problem? I'd be in a much better position then to help you.

Thanks,
Ben
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Return to wxAUI Questions, Thoughts & Feedback