Resource:DxGUI: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Resource page}}
{{Resource page}}
'''Current Version: 1.3.6'''
'''Current Version: 1.4.4'''


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 11: Line 11:


==Installation==
==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.
The installation is pretty simple. All you need to do is copy and paste the all things into your '''"resources"''' folder. dxGUI has exported functions, that make scripting GUI cleaner.
dxGUI is not actually a resource that has exported functions, it just includes all the classes that make scripting GUI cleaner.
You can also download the '''"dxGUI Examples"''' from the MTA:SA Forums.
==Notice==
The exported functions has some extra parameters.To see them, you should go to the MTA:SA Forums.


You can also start this resource and uncomment some examples which are located in '''"dxGUIDemo.lua"''' to test it.
{{dxGUI_Functions}}
 
==GUI Functions==
{{dxGUI_GUIFunctions}}
===Buttons===
{{dxGUI_ButtonFunctions}}
 
===Check Boxes===
{{dxGUI_CheckBoxFunctions}}
 
===Label class===
{{dxGUI_LabelFunctions}}
 
===Progress Bars===
{{dxGUI_ProgressBarFunctions}}
 
===Scroll Bars===
{{dxGUI_ScrollbarFunctions}}
 
===Spinners(beta)===
{{dxGUI_SpinnerFunctions}}
 
===Radio Buttons===
{{dxGUI_RadioButtonFunctions}}
 
===Static Images===
{{dxGUI_StaticImageFunctions}}
 
===Windows===
{{dxGUI_WindowFunctions}}
 
===Events===
{{dxGUI_Events}}

Latest revision as of 15:26, 1 October 2013

Current Version: 1.4.4

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 all things into your "resources" folder. dxGUI has exported functions, that make scripting GUI cleaner. You can also download the "dxGUI Examples" from the MTA:SA Forums.

Notice

The exported functions has some extra parameters.To see them, you should go to the MTA:SA Forums.

GUI Functions

Buttons

Checkboxes

Labels

Progressbars

Radio buttons

Scrollbars

Spinners

Static Images

Windows

Listboxes

Events