Welcome
AllOn
1.1.0.0
Enables the programmer to write input code for a specified event to all pages/dialogs or both at runtime.
Free to use and distribute.
Centauri Soldier
www.AMSPublic.com
CentauriSoldier@amspublic.com
Copyright © 2008 AMSPublic.com
Copy the "AllOn" Folder to your "AutoPlayMediaStudio" Folder.
AllOn.SetEventCode
AllOn.SetEventCode ( | (string) Window Type = "Page", (string) Event = "On Preload", (string) Code = "Dialog.Message(\"AllOn Test\", \"It seems to be working\");", (boolean) Preceed = true, (table) Exclusions = nil ) |
Writes input code for a specified event to all pages, all dialogs or all pages and dialogs.
Note: This event MUST be called in "Global Functions".
(string) Determines whether this action applies to all Pages, all Dialogs or both.
CONSTANT | VALUE | DESCRIPTION |
"Page" | "Page" | NA |
"Dialog" | "Dialog" | NA |
"Both" | "Both" | NA |
(string) The event that will be affected by the action.
CONSTANT | VALUE | DESCRIPTION |
"On Preload" | "On Preload" | NA |
"On Show" | "On Show" | NA |
"On Close" | "On Close" | NA |
"On Timer" | "On Timer" | NA |
"On Audio" | "On Audio" | NA |
"On Size" | "On Size" | NA |
"On Menu" | "On Menu" | NA |
"On Key" | "On Key" | NA |
"On Mouse Button" | "On Mouse Button" | NA |
"On Mouse Move" | "On Mouse Move" | NA |
(string) The code to add to each window's specified event.
(boolean) Whether or not the input code should preceed the original code.
(table) A table containing all pages and/or dialogs to exclude from the AllOn Cascade.
Note: Page and Dialog names ARE case sensitive.
This action dose not return any value.
Copyright © 2008 AMSPublic.com
This File Was Generated With AMS ActionFile Editor