SystemEx Action Plugin Help File

SystemEx Action Plugin Help File

Plugin Name:

SystemEx Action Plugin

Current Version:

1.0.0.0

Author:

Alexandr Moskaev

E-mail:

killer23_maska@mail.ru


Table of Contents

System.GetColorSys
System.GetTableStringLua
System.TableStringCount

System.GetColorSys


System.GetColorSys ( 

(string) ColorID )

Description

Show system colors.

Parameters

ColorID

(string) Number Color

CONSTANT

VALUE

DESCRIPTION

CS_ActiveBorder

0

Active border color

CS_ActiveTitle

1

Active title colot

CS_AppWorkSpace

2

AppWork space color

CS_Background

3

Background color

CS_ButtonAlternateFace

4

Button alternate face color

CS_ButtonDkShadow

5

Button DkShadow color

CS_ButtonFace

6

Button face color

CS_ButtonHilight

7

Button hilight color

CS_ButtonLight

8

Button light color

CS_ButtonShadow

9

Button shadow color

CS_ButtonText

10

Button text color

CS_GradientActiveTitle

11

Gradient active title

CS_GradientInactiveTitle

12

Gradient Inactive title color

CS_GrayText

13

Gray text color

CS_Hilight

14

Hilight color

CS_HilightText

15

Hilight text color

CS_HotTrackingColor

16

Hot tracking color

CS_InactiveBorder

17

Inactive border color

CS_InactiveTitle

18

Inactive title color

CS_InactiveTitleText

19

Inactive title text color

CS_InfoText

20

Info text color

CS_InfoWindow

21

Info window color

CS_Menu

22

Menu color

CS_MenuText

23

Menu text color

CS_Scrollbar

24

Scrollbar color

CS_TitleText

25

Title text color

CS_Window

26

Window color

CS_WindowFrame

27

Window frame color

CS_WindowText

28

Window text color

CS_MenuHilight

29

Menu hilight color

CS_MenuBar

30

Menu bar color

Returns

This action dose not return any value.


Example

tbResult = System.GetColorSys(CS_Background)
Dialog.Message("System Color Background",tbResult)



System.GetTableStringLua


System.GetTableStringLua ( 

(string) TableStringText,

(string) TabelString )

Description

Show table string

Parameters

TableStringText

(string) String table text

TabelString

(string) Table string

Returns

This action dose not return any value.


Example

tbResult = System.GetTableStringLua("Lua 4.1|Lua 5.0","|")
Dialog.Message("Tabel String",tbResult[2]);



System.TableStringCount


System.TableStringCount ( 

(string) TableStringText,

(string) TableString )

Description

Table count string

Parameters

TableStringText

(string) Table string text

TableString

(string) Table string

Returns

This action dose not return any value.




This File Was Generated With AMS ActionFile Editor