Roadmaster asked me to post this changelog for the updated RunUO exporter plugin.
Quote:
bug# 1: RadioButtons showing as Checkboxes. this was caused by checkboxes actually
being placed instead of RadioButtons. Fixed 01-12-08 -roadmaster
bug# 2: The RadioButton was missing its "Checked" bool property argument, but since
checkboxes were being placed it was only noticed that the "AddCheck" should
have been "AddRadio". Fixed 01-12-08 -roadmaster
bug# 3: The "AddItem" code was incorrectly displayed as "AddImage", minor oversight.
Fixed 01-12-08 -roadmaster
Enhancement# 1: Added overload for AddTextEntry to allow for the "int size" argument.
Enhancement# 2: Added code to overload the Gump Constructor to allow for a Mobile
argument being passed in. The Gump will work for either way now
you can call it with a Mobile argument or without a Mobile argument.
Enhancement# 3: Added OnResponse Method with switch(statment).
Enhancement# 4: Added some default code for use with AddTextEntry ie...
[TextRelay entry = info.GetTextEntry(0)]. Whatever value you
assign in the ID Property inside GumpStudio will be automatically
set up in your script. You just have to tell it what you want to
do with the string.
Enhancement# 5: Added overload for AddItem, now allows for the "Item.Hue" argument.
Enhancement# 6: Added overload for AddImage, now allows for the "Image.Hue" argument.
Change# 1: changing Button case style enums to give you a choice which you want to use
case (int)Buttons.Whatever: style or case 1: style. A case number will
automatically be generated anytime you have a Reply Button.
there may be other things I have done but forgot to write down.
ToDo::
1. Pull code from the button code property and place it in the case for that button.
2. Provide default code to work with the Checkboxes.
3. Provide default code to work with the radio buttons.
and whatever else I can come up with.
|
__________________
-----------------------
If your response will contribute nothing to this discussion except to insult me, or someone else in this thread, please do not post.
I am refering to specific individuals.
You know who you are.
|