Hello (Andrea),
Did an update today and was playing around with the demo some more and found a few error conditions that can be reproduced.
- When trying the window switcher (Ctrl+Tab) there is a constant stream of these debug warnings to the console
10:24:17: Debug: wxColour::Set - couldn’t set to colour string '#0xec0xe90xd8’10:24:18: Debug: wxColour::Set - couldn’t set to colour string '#0xec0xe90xd8’10:24:18: Debug: wxColour::Set - couldn’t set to colour string ‘#0xec0xe90xd8’
10:24:19: Debug: wxColour::Set - couldn’t set to colour string '#0xec0xe90xd8’10:24:20: Debug: wxColour::Set - couldn’t set to colour string '#0xec0xe90xd8’10:24:25: Debug: wxColour::Set - couldn’t set to colour string '#0xec0xe90xd8’10:24:25: Debug: wxColour::Set - couldn’t set to colour string '#0xec0xe90xd8’Traceback (most recent call last):
-
The following steps will produce this traceback:
-
Undock the Tree pane and drop it on to the “Text Pane with Prompt…” panel on the bottom to make a notebook
-
Grab a tab from the notebook and drag it down to the new notebook at the bottom
-
Undock the new notebook and redock it someplace else
-
Observe the following traceback
File “C:\Documents and Settings\cjprecord\Desktop\pyaui\agw\aui\framemanager.py”, line 2587, in OnActivate
self._owner_mgr.OnFloatingPaneActivated(self._pane_window)
File “C:\Documents and Settings\cjprecord\Desktop\pyaui\agw\aui\framemanager.py”, line 7383, in OnFloatingPaneActivated
raise Exception(“Notebook tab not managed child”)
Exception: Notebook tab not managed childTraceback (most recent call last):
File “C:\Documents and Settings\cjprecord\Desktop\pyaui\agw\aui\framemanager.py”, line 2587, in OnActivate
self._owner_mgr.OnFloatingPaneActivated(self._pane_window)
File “C:\Documents and Settings\cjprecord\Desktop\pyaui\agw\aui\framemanager.py”, line 7383, in OnFloatingPaneActivated
raise Exception(“Notebook tab not managed child”)
Exception: Notebook tab not managed child
Thanks,
Cody