Resource:CustomWidgets

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

Example of Custom Widgets
Animation (GIF) of changing Themes of Custom Widgets
Another windows from Demo Widgets

This resource adding Custom Widget system, where you can create your own GUI-forms in one minimalistic visual style.

Author: AriosJentu

Resource: MTA SA Forums

Resource's GitHub: GitHub


Information

Any questions about using this resource you can ask on Forums in Resource's topic, or in PM, or using Telegram: @AriosJentu. Now I'm available in Discord: @AriosJentu#4544.


Installation

Click here to see Video YouTube explanation

First - download archive, unpack it in resources folder of your server.

Next step is changing parent resourcename in file win.lua - first variable (CONTENT = "resorcename"). Set it to this folder name. This is needed for files, what located in this resource.

To use this resource in your developments, copy win.lua in directory of your own resource, put it on first position of scripts in meta.xml, and run both resources - resource with files, what you already unpacked (firstly), and resource, where you using this system.

Make sure, that tag oop in meta.xml is true


Functions

Resource Wiki with content located here: Resource:CustomWidgets

Custom Widgets

This methods working for all elements except CustomDialogs and CustomTooltips

Set Functions

Get Functions

Event Functions


Custom Windows

Create Function

Set Functions

Get Functions

Event Functions


Custom Buttons

Create Function

Set Functions

Get Functions

Event Functions


Custom Progress Bars

Create Function

Set Functions

Get Functions

Event Functions


Custom Scroll Bars

Create Function

Set Functions

Get Functions


Custom Edit Boxes

All functions, what has mark CustomEditBox available for CustomEdit, CustomMemo and CustomSpinner.

Create Functions

Set Functions

Get Functions

Event Functions


Custom Check Boxes

Create Function

Set Functions

Get Functions

Event Functions


Custom Combo Boxes

Create Function

Set Functions

Get Functions

Event Functions


Custom Tabbed Panels

Create Function

Set Functions

Get Functions

Event Functions


Custom Labels

Create Function

Set Functions

Get Functions

Event Functions


Custom Dialogs

Create Function

Event Functions


Custom Tool Tips

Create Function

Set Function

Get Function


Custom Loadings

Create Function

Set Functions

Get Functions


Custom Scroll Panes

Create Function

Set Functions

Get Functions

Event Functions


Custom Table Views

Create Function

Set Functions

Get Functions

Event Functions


Custom Static Images

Create Function

Set Function

Get Function

Event Functions


Custom Text Boxes

Create Function

Set Function

Get Function


Custom Events


Other about Custom Widgets