wjwwood / open-robotics-platform

Automatically exported from code.google.com/p/open-robotics-platform
Other
0 stars 0 forks source link

Dashboard BusError when switching tabs #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the Dashboard
2. Open one file
3. Switch to the HWM tab or the Shell Tab
4. Dashboard should crash with a BusError

What is the expected output? What do you see instead?

It should switch tabs normally, related to this issue is that if you have 
multiple files open and try 
to close the HWM or shell tab the files close instead.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by WJWwood on 16 Feb 2010 at 8:05

GoogleCodeExporter commented 9 years ago
I think this can be resolved by making the Main frame into a normal wx.Frame, 
and then creating a auinotebook 
or other object inheriting from AuiMDIParentFrame, to contain the editors. Then 
you would add the editors 
container like the project drawer and consoles, using self._mgr.AddPane(etc...)

Original comment by WJWwood on 16 Feb 2010 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by WJWwood on 19 Feb 2010 at 2:12