Welcome
Resize
1.6.0.0
Allows the calling to program's objects to automatically change size and position when resizing thus allowing them to maintain their relative sizes and positions.
Free to Use and Distribute
Centauri Soldier / Adam(a.k.a. AJK)
www.amspublic.com
centaurisoldier@amspublic.com
Place the "Resize" folder inside your "AutoPlay Media Studio\Plugins\Actions" folder.
Resize.OnClose
Resize.OnPreLoad
Resize.OnSize
Resize.SetExcludePrefix
Resize.OnClose () |
One of the three actions that must be executed for each page that will be resized. Place this action in your page's OnClose event section.
Note: Resize_OnPreLoad, Resize_OnSize and Resize_OnClose must be present in their appropriate script sections for the resize to work.
This action dose not return any value.
Resize.OnPreLoad () |
One of the three actions that must be executed for each page that will be resized. Place this action in your page's OnPreload event section.
Note: Resize_OnPreLoad, Resize_OnSize and Resize_OnClose must be present in their appropriate script sections for the resize to work.
This action dose not return any value.
Resize.OnSize ( | (variant) Page Width = e_PageWidth, (variant) Page Height = e_PageHeight ) |
One of the three actions that must be executed for each page that will be resized. Place this action in your page's OnSize event section.
Note: Resize_OnPreLoad, Resize_OnSize and Resize_OnClose must be present in their appropriate script sections for the resize to work.
(variant) The width of the page.
Note: USE DEFAULT VARIABLE. DO NOT CHANGE.
(variant) The height of the page.
Note: USE DEFAULT VARIABLE. DO NOT CHANGE.
This action dose not return any value.
(string) Resize.SetExcludePrefix ( | (string) Prefix = "Ex_" ) |
This will set the name prefix for objects that will be excluded from the resize operation. The default prefix string for object exclusion is x_
(string) The object name prefix for excluded objects.
(string) The input string will be returned unless an error occurs in whcih case the default string "x_" will be returned.
This File Was Generated With AMS ActionFile Editor