Kirix Support Forums

Access violation with undocked pane

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

Access violation with undocked pane

Postby prager on Fri Sep 26, 2008 12:24 pm

I am using wxWidgets 2.8.9 under Windows XP with wxAUI and found an interesting problem - I have a class based on wxPanel with a few methods, which are called from main window, which also holds the pointer to that pane. When the pane is docked, there is no problem, but when the pane is undocked, after calling one of the functions which writes a value into a variable in the class I get a "access violation writing" exception...

Any ideas? I can post some code if this explanation is not enough... Thanks!
prager
Registered User
 
Posts: 1
Joined: Fri Sep 26, 2008 12:15 pm

Re: Access violation with undocked pane

Postby Dave on Mon Sep 29, 2008 11:27 pm

Hello,

Could you provide a small code example of what you are trying to do?

All the best,
Dave.
Dave Williams
Kirix Support Team
User avatar
Dave
Kirix Support Team
 
Posts: 32
Joined: Wed Sep 21, 2005 11:07 pm

Re: Access violation with undocked pane

Postby HzD_Byte on Sat Oct 25, 2008 4:21 am

Can you try this: viewtopic.php?f=16&t=643 ?
Apply this patch if your pane is fixed.
HzD_Byte
Registered User
 
Posts: 15
Joined: Sun Feb 12, 2006 1:03 am

Return to wxAUI Questions, Thoughts & Feedback