Menu

SVN archive Commit Log


Commit Date  
[r14621] by bugman

Redesigned how the user function wizards are created.

The create_wizard() UF_base class method has been added to perform most of the work and to simplify
the specific user function code. The __init__() method has also been reintroduced, but this time it
takes the 'parent' arg, which is the parent wx.Window, via the User_functions package class.

2011-09-09 14:10:17 Tree
[r14620] by bugman

Added the parent arg to the Wiz_window class.

This will allow the parent of the wizard to be specified, hopefully fixing the MS Windows window
ordering issues.

2011-09-09 13:33:33 Tree
[r14619] by bugman

Removed the now useless UF_base.__init__() method.

2011-09-09 13:24:06 Tree
[r14618] by bugman

The User_functions class no longer takes any arguments.

2011-09-09 13:23:39 Tree
[r14617] by bugman

The interpreter singleton is now being used by the user function GUI pages.

Therefore all passing around of the self.gui class instance has been eliminated.

2011-09-09 12:58:01 Tree
[r14616] by bugman

The relax GUI no longer starts maximised if debugging is on.

2011-09-08 15:38:43 Tree
[r14615] by bugman

The script GUI user function is now operational again.

The interpreter object is now imported and the synchronous apply() rather asynchonous queue() method
is now used. This allows the execution lock to be released by the script at the end.

2011-09-08 14:59:26 Tree
[r14614] by bugman

The script user function GUI element now uses wx.GetApp() to access to the relax controller window.

2011-09-08 14:55:19 Tree
[r14613] by bugman

The GUI Main instance is now stored in the wx.App as self.gui.

This will allow access to the GUI class via wx.GetApp() calls, avoiding the need to pass the
instance around.

2011-09-08 14:54:42 Tree
[r14612] by bugman

Fix for the script user function GUI element for opening the file dialog.

2011-09-08 14:52:40 Tree
Older >
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.