Patch Help File

Patch Help File

Plugin Name:

Patch

Current Version:

1.0.0.3

Description:

No longer needing to set custom color in page setting just one function to make your Aero app. This version also include all needed files

Licence:

Free

Author:

Patch Jack Adams

Web:

http://www.amsspecialist.info

E-mail:

patch

Requirements:

AutoPlay Media Studios 8

Copyright:

Patch James Adams

Install Notes:

Install to AMS DIR > Plugins > Action


Table of Contents

Patch.AeroFull

Patch.AeroFull


(table) Patch.AeroFull ( 

(string) Hex Color = "nil" )

Description

Enable full window aero

Note: Still some known bugs, view IR for commen faults, the bugs are not part of my coding.

Parameters

Hex Color

(string) Here you can select your own hex color to use EG: FFFFFF Would make everything white Aero

Note: No longer do you need to enable custom colors in page settings

Returns

(table) If you don't add the line Patch_Reporting = true; before calling this function you a boolan and states number will be returned even on errors, if you enable Patch_Reporting = true; then the errors will be shown in a dialog box.


Example

Patch_Reporting = true;
Local Aero, aReturn = Patch.AeroFull(nil); -- nil can be a hex code eg 000000




By Patch James Adams