GUI Classes

From Multi Theft Auto: Wiki
Revision as of 20:43, 28 February 2009 by 50p (talk | contribs)
Jump to navigation Jump to search

This page lists all the gui class objects. This will only work with: http://community.mtasa.com/index.php?p=resources&s=details&id=241

This system is created by the well known 50p!

GUI Classes made scripting gui objects easier!

Installation

The installation is pretty simple. All you need to do is copy and paste folder "gui_class/classes/" into your resource which you want to use these classes in. Then just copy specified lines from "gui_class/meta.xml" into your meta.xml. As you know gui_class 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).

You can also start gui_class resource and uncomment some examples which are located in "test.lua"

Classes

Button class

Check Box class

Gridlist class

Label class

Memo class

Progress Bar class

Radio Button class

Scroll Bar class

Static Image class

Tab class

Tab panel class

Text Box class (formally known as Edit)

Window class

Shared methods with all classes