Menu

Commit [r16408]  Maximize  Restore  History

The wizards for the individual user function pages are now recycled.

This should speed up the GUI (and the GUI tests massively). Closing the wizard calls the Close()
rather than Destroy() method, so the wizards are still in memory. A new call to an old GUI uf
object will simply call SetValue() for all keyword arg GUI elements, hence reset the element.

The Wizard GUI object has been modified to only add the buttons if they do not currently exist.
Without this, a new set of buttons is added each time the user function wizard appears.

bugman 2012-05-23

changed /branches/uf_redesign/gui/uf_objects.py
changed /branches/uf_redesign/gui/wizard.py
/branches/uf_redesign/gui/uf_objects.py Diff Switch to side-by-side view
Loading...
/branches/uf_redesign/gui/wizard.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.