Welcome
SystemEx Action Plugin
1.0.0.0
Alexandr Moskaev
killer23_maska@mail.ru
System.GetColorSys
System.GetTableStringLua
System.TableStringCount
System.GetColorSys ( | (string) ColorID ) |
Show system colors.
(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 |
This action dose not return any value.
tbResult = System.GetColorSys(CS_Background)
Dialog.Message("System Color Background",tbResult)
System.GetTableStringLua ( | (string) TableStringText, (string) TabelString ) |
Show table string
(string) String table text
(string) Table string
This action dose not return any value.
tbResult = System.GetTableStringLua("Lua 4.1|Lua 5.0","|")
Dialog.Message("Tabel String",tbResult[2]);
System.TableStringCount ( | (string) TableStringText, (string) TableString ) |
Table count string
(string) Table string text
(string) Table string
This action dose not return any value.
This File Was Generated With AMS ActionFile Editor