# 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',
self.txt.Clear()
self.window = None
+ self.tree.SetFocus()
#---------------------------------------------