Resize Help File

Resize Help File

Plugin Name:

Resize

Current Version:

1.6.0.0

Description:

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.

Licence:

Free to Use and Distribute

Author:

Centauri Soldier / Adam(a.k.a. AJK)

Web:

www.amspublic.com

E-mail:

centaurisoldier@amspublic.com

Install Notes:

Place the "Resize" folder inside your "AutoPlay Media Studio\Plugins\Actions" folder.


Table of Contents

Resize.OnClose
Resize.OnPreLoad
Resize.OnSize
Resize.SetExcludePrefix

Resize.OnClose


Resize.OnClose ()

Description

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.

Returns

This action dose not return any value.


Resize.OnPreLoad


Resize.OnPreLoad ()

Description

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.

Returns

This action dose not return any value.


Resize.OnSize


Resize.OnSize ( 

(variant) Page Width = e_PageWidth,

(variant) Page Height = e_PageHeight )

Description

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.

Parameters

Page Width

(variant) The width of the page.

Note: USE DEFAULT VARIABLE. DO NOT CHANGE.

Page Height

(variant) The height of the page.

Note: USE DEFAULT VARIABLE. DO NOT CHANGE.

Returns

This action dose not return any value.


Resize.SetExcludePrefix


(string) Resize.SetExcludePrefix ( 

(string) Prefix = "Ex_" )

Description

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_

Parameters

Prefix

(string) The object name prefix for excluded objects.

Returns

(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