Gump Creator

Version 2.02

 

The Menu System

File Menu
New Clears the current Gump and creates a new blank gump.
Open Opens previously saved Gump Creator files.
Save Saves the current Gump Creator file.
Create RunUO Script Creates a RunUO formatted script named [gumpname].cs ( gumpname is defined in the Gump Property Bar. )
Exit Exits the Gump Creator system.

 

Pages Menu
Add Page To Beginning Adds a new gump page as a new Page 0 (Background) page.
Add Page Before Active Page Adds a new gump page immediately before the currently selected page.
Add Page After Active Page Adds a new gump page immediately after the currently selected page.
Add Page To End Adds a new gump page after the last gump page.
Remove Active Page Deletes the current gump page and all of the components on that gump page.
Note: You cannot delete Page 0 (Background).  If you need to delete the background page, then first add a page to the beginning to create a new background page and then delete Page 1 which will be the old background page.

 

Components Menu
Add Image Adds an image component to the active gump page.
Add Tiled Image Adds a tiled image component to the active page.
Add Background Adds a background component to the active gump page.  Backgrounds consist of a series of nine gump images that are combined to form a boxed background.
Add Alpha Region Adds an alpha region component to the active gump page.  Alpha regions display in the Gump Creator as light pink blocks, but they appear in RunUO gumps as transparent background regions.
Add Button Add a button component to the active gump page.
Add Checkbox Adds a checkbox component to the active gump page.
Add Radio Button Adds a radio button component to the active gump page.
Add HTML Text Adds an HTML text component to the active gump page.  The text in an HTML text component does not format the display using HTML tags, but will appear correctly in the RunUO gump.
Add HTML Localized Adds an HTML localized component to the active gump page.  The text in an HTML localized component only displays the localization number, but will appear correctly in the RunUO gump.
Add Label Adds a label component to the active gump page.
Add Text Entry Adds a text entry component to the active gump page.
Bring To Front Forces the selected component to the front of the gump page component drawing order.  RunUO scripts are built using the component Z order so when a gump displays in RunUO, it will be painted exactly like it is painted in the Gump Creator.
Send To Back Forces the selected component to the backof the gump page component drawing order.  RunUO scripts are built using the component Z order so when a gump displays in RunUO, it will be painted exactly like it is painted in the Gump Creator.
Remove Active Component Deletes the selected component from the gump page.

 

Help Menu
About Gump Creator... Displays the version of Gump Creator and the date of last modification.