Resource:DxGUI: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (moved DxGUI to Resource:DxGUI)
No edit summary
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<pageclass class="resource" subcaption="Script"></pageclass>
{{Resource page}}
This page lists all the dxGUI framework. This will only work with: http://community.mtasa.com/index.php?p=resources&s=details&id=4871
'''Current Version: 1.4.4'''


This system is created by Skyline. (as known as laserlaser)
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 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.


dxGUI made creating GUI interacting with users and user-friendly designs.
__TOC__
__TOC__


==Installation==
==Installation==
The installation is pretty simple. All you need to do is copy and paste folder '''"dxGUI/"''' into your resource which you want to use script in. Then just copy specified lines from '''"meta.xml"''' into your meta.xml. As you know dxGUI is not actually a resource that you can use exported functions of. It just includes all the classes that make scripting GUI cleaner, so that's why you have to copy the directory and include the files which are inside into meta.xml to tell the server/client which files you're using (that is, the classes you want to use).
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.
You can also start dxGUI resource and uncomment some examples which are located in '''"dxGUIDemo.lua"'''
==Notice==
==Current Version==
The exported functions has some extra parameters.To see them, you should go to the MTA:SA Forums.
The dxGUI resource's current version is : '''1.3.4'''
 
==GUI Functions==
{{dxGUI_GUIFunctions}}
===Buttons===
{{dxGUI_ButtonFunctions}}
 
===Check Boxes===
{{dxGUI_CheckBoxFunctions}}
 
===Label class===
{{dxGUI_LabelFunctions}}
 
===Progress Bars===
{{dxGUI_ProgressBarFunctions}}
 
===Radio Buttons===
{{dxGUI_RadioButtonFunctions}}
 
===Static Images===
{{dxGUI_StaticImageFunctions}}
 
===Windows===
{{dxGUI_WindowFunctions}}


===Events===
{{dxGUI_Functions}}
{{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