Inherits from
- Dialog: enthought.pyface.dialog.Dialog
Attributes
- exception
exception = Instance(Exception)
- initial_message
initial_message = String
- show_elapsed_time
show_elapsed_time = Bool(False)
- show_estimated_time
show_estimated_time = Bool(False)
- show_remaining_time
show_remaining_time = Bool(False)
Method summary
Methods
- open(self)
Opens the window then creates and starts the thread.
- run(self)
Does the background processing. This will run in another thread. Should call update to update the percentage complete and check for _cancel being set.
This should be overridden by subclasses
- update(self, value, newmsg = '')
Calls update on the control