PDA

View Full Version : DUI designer changing GUID



birty
January 28th, 2005, 11:59 AM
if you change the GUId of an item in the designer it doesn't seem to save the change to the XML

Ron
January 28th, 2005, 12:01 PM
I'll check.I have a new designer in the works, but it is not finished and not a high priority at the moment, so sorry for that horrible beast. Are you having any problems with the new DUI system?

Ron
January 28th, 2005, 12:02 PM
Before I forget, the Lua loading order is going to change in the next alpha. Lua will not be available at load time of a plugin and will be unloaded before plugins are unloaded. The way things worked before was actually a bug that MarkF spotted in G3.3. So if you are doing Lua stuff you might have to make a MINOR adjustment.

birty
January 28th, 2005, 12:51 PM
yes i was having massive problems with the DUI then i spotted that my gir_dynamic_ui function wasn't marked with stdcall and then it all worked :oops: . one problem is if i put a combobox into a dui screen girder crashes with list a index out of bounds (0) error, if i use a editcombobox however it works.

Ron
January 28th, 2005, 12:52 PM
I'll investigate.