# dialogs from libraries
('More Dialogs', [
- 'ErrorDialogs',
+ ##'ErrorDialogs',
'ImageBrowser',
'MultipleChoiceDialog',
'ScrolledMessageDialog',
# core controls
('Core Windows/Controls', [
+ 'BitmapButton',
'Button',
'CheckBox',
'CheckListBox',
('Process and Events', [
'EventManager',
'KeyEvents',
- 'OOR',
+ ##'OOR',
'Process',
'PythonEvents',
'Threads',
# need libs not coming with the demo
('Objects using an external library', [
'ActiveXWrapper_Acrobat',
- 'ActiveXWrapper_IE',
+ ##'ActiveXWrapper_IE', # currently has tstate problems...
'GLCanvas',
#'PlotCanvas', # deprecated, use PyPlot
]),
self.txt.Clear()
self.window = None
+ self.tree.SetFocus()
#---------------------------------------------