Resource:DxGUI: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Resource page}}
{{Resource page}}
'''Current Version: 1.3.6'''
'''Current Version: 1.3.8'''


This page lists all the dxGUI framework functions and events. This will only work with [http://community.mtasa.com/index.php?p=resources&s=details&id=4871 this resource.]
This page lists all the dxGUI framework functions and events. This will only work with [http://community.mtasa.com/index.php?p=resources&s=details&id=4871 this resource.]
Line 24: Line 24:
{{dxGUI_CheckBoxFunctions}}
{{dxGUI_CheckBoxFunctions}}


===Label class===
===Labels===
{{dxGUI_LabelFunctions}}
{{dxGUI_LabelFunctions}}


Line 32: Line 32:
===Scroll Bars===
===Scroll Bars===
{{dxGUI_ScrollbarFunctions}}
{{dxGUI_ScrollbarFunctions}}
===Listboxes(beta)===
{{dxGUI_ListboxFunctions}}


===Spinners(beta)===
===Spinners(beta)===

Revision as of 01:40, 13 June 2012

Current Version: 1.3.8

This page lists all the dxGUI framework functions and events. This will only work with this resource.

This system is created by Skyline (a.k.a laserlaser)

dxGUI was made to create an enhanced, extensible user interface whilst keeping it user friendly. The GUI can also be designed with skins to make sure your users get the best content and design in your server.

Installation

The installation is pretty simple. All you need to do is copy and paste the folder "dxGUI/" into your resource which you want to use this custom GUI in. Then just copy the lines from "meta.xml" into your meta.xml. dxGUI is not actually a resource that has exported functions, it just includes all the classes that make scripting GUI cleaner.

You can also start this resource and uncomment some examples which are located in "dxGUIDemo.lua" to test it.

GUI Functions

Template:DxGUI GUIFunctions

Buttons

Template:DxGUI ButtonFunctions

Check Boxes

Template:DxGUI CheckBoxFunctions

Labels

Template:DxGUI LabelFunctions

Progress Bars

Template:DxGUI ProgressBarFunctions

Scroll Bars

Template:DxGUI ScrollbarFunctions

Listboxes(beta)

Template:DxGUI ListboxFunctions

Spinners(beta)

Template:DxGUI SpinnerFunctions

Radio Buttons

Template:DxGUI RadioButtonFunctions

Static Images

Template:DxGUI StaticImageFunctions

Windows

Template:DxGUI WindowFunctions

Events

Template:DxGUI Events