Commit | Date | |
---|---|---|
[r16120]
by
bugman
Fix for the Selector_dir class - the default of None needs to be converted to wx.EmptyString early. This was causing TypeErrors in the wizard pages. |
2012-05-08 17:09:43 | Tree |
[r16119]
by
bugman
The simple Value wizard page element default for an integer is now a wx.SpinCtrl. If the element_type arg is set to 'default' and the data type is integer, then a wx.SpinCtrl will be |
2012-05-08 17:08:08 | Tree |
2012-05-08 17:02:18 | Tree | |
[r16117]
by
bugman
The align_tensor.init param_types arg is now a ComboBox with the choices in the GUI. |
2012-05-08 17:00:36 | Tree |
[r16116]
by
bugman
The generic_fns.grace.get_data_types() function is even more fail proof. The return_data_desc() call was sometimes raising a RelaxError when not implemented for certain |
2012-05-08 16:46:40 | Tree |
[r16115]
by
bugman
Converted the grace user functions to the auto-generation design. This required created the generic_fns.grace.get_data_types() function for returning the data type |
2012-05-08 16:42:17 | Tree |
2012-05-08 16:24:19 | Tree | |
[r16113]
by
bugman
For the Value wizard page element, the default can be the string or data for a ComboBox now. If the default is a data value, then this is translated to the string. This allows the default in |
2012-05-08 16:06:38 | Tree |
[r16112]
by
bugman
Fix for the Selector_file GUI wizard page element - the default value cannot be None. The value of None was translated to wx.EmptyString too far down in the initialisation, after it was |
2012-05-08 15:57:59 | Tree |
2012-05-08 15:26:54 | Tree |