Commit | Date | |
---|---|---|
[r15976]
by
bugman
The auto-generated Uf_page.add_contents() method now raises a RelaxError if the Python type is unknown. |
2012-05-04 16:09:10 | Tree |
[r15975]
by
bugman
The menu_text variable now defaults to '' so that the GUI does not die if this is not set. |
2012-05-04 16:04:48 | Tree |
2012-05-04 16:01:26 | Tree | |
[r15973]
by
bugman
Eliminated the wiz_desc argument in the auto-generated user functions. Now the desc_short arg will be used instead for the GUI user function elements. |
2012-05-04 15:59:13 | Tree |
[r15972]
by
bugman
The desc_short rather than wiz_desc arg is now used for the GUI elements. This is for the auto-generated user functions. |
2012-05-04 15:57:14 | Tree |
[r15971]
by
bugman
The wiz_desc arg is no longer compulsory for the auto-generated user functions. This will eventually be merged with the desc_short arg anyway. |
2012-05-04 15:55:48 | Tree |
[r15970]
by
bugman
The GUI test execute_uf() base method now operates with the auto-generated user functions. |
2012-05-04 15:09:14 | Tree |
[r15969]
by
bugman
Removed the Page_storage singleton object as the idea does not work. While the pages cannot be recycled, a fundamental problem is if a wizard with the page is run at |
2012-05-04 14:59:59 | Tree |
[r15968]
by
bugman
Advancements for the auto-generated GUI user functions. String list GUI elements are now supported. The wizard element are now updated on display, allowing |
2012-05-04 14:40:48 | Tree |
[r15967]
by
bugman
The List and Combo_list class now have ResetChoices() methods. This allows these elements to fit with the auto-generated GUI user functions. |
2012-05-04 14:33:38 | Tree |