XPButton Help File

XPButton Help File

Plugin Name:

XPButton

Current Version:

1.0.0.0

Description:

XPButtonObject for AutoPlay Media Studio.
Created by Ceone with Skelton by Lucas the Duck.

Author:

Ceone

Requirements:

This object plugin require "Memory Actions Plugin" Created by AMSWaves Corporation, And XPOCX.ocx.
System.RegisterActiveX(_SourceFolder.."\\AutoPlay\\Plugins\\XPBUTTON\\XPOCX.ocx");
To Events need set XPButton.StartEvents.


Table of Contents

XPButton.CreateButton
XPButton.StartEvents
XPButton.SetState
XPButton.SetFont
XPButton.SetText

XPButton.CreateButton


XPButton.CreateButton ( 

(string) ObjectName,

(string) Text = "Text Here",

(string) Font = "Arial",

(number) State = BTN_Normal )

Description

To create XPButton object.

Parameters

ObjectName

(string) The name of the XPButton object.

Text

(string) The Text of the XPButton object.

Font

(string) The font type of the text.

State

(number) The State of the XPButton object.

CONSTANT

VALUE

DESCRIPTION

BTN_Normal

NA

NA

BTN_Pressed

NA

NA

BTN_Disabled

NA

NA

BTN_Hovered

NA

NA

BTN_Focused

NA

NA

Returns

This action dose not return any value.


XPButton.StartEvents


XPButton.StartEvents ( 

(string) ObjectName1,

(string) ObjectName2,

(string) ObjectName3,

(string) ObjectName4,

(string) ObjectName5,

(string) ObjectName6,

(string) ObjectName7,

(string) ObjectName8,

(string) ObjectName9,

(string) ObjectName10 )

Description

To start events of XPButton object. (Max. 10)

Parameters

ObjectName1

(string) The name 1 of the XPButton object.

ObjectName2

(string) The name 2 of the XPButton object.

ObjectName3

(string) The name 3 of the XPButton object.

ObjectName4

(string) The name 4 of the XPButton object.

ObjectName5

(string) The name 5 of the XPButton object.

ObjectName6

(string) The name 6 of the XPButton object.

ObjectName7

(string) The name 7 of the XPButton object.

ObjectName8

(string) The name 8 of the XPButton object.

ObjectName9

(string) The name 9 of the XPButton object.

ObjectName10

(string) The name 10 of the XPButton object.

Returns

This action dose not return any value.


XPButton.SetState


XPButton.SetState ( 

(string) ObjectName,

(number) State = BTN_Normal )

Description

To create XPButton object.

Parameters

ObjectName

(string) The name of the XPButton object.

State

(number) The State of the XPButton object.

CONSTANT

VALUE

DESCRIPTION

BTN_Normal

NA

NA

BTN_Pressed

NA

NA

BTN_Disabled

NA

NA

BTN_Hovered

NA

NA

BTN_Focused

NA

NA

Returns

This action dose not return any value.


XPButton.SetFont


XPButton.SetFont ( 

(string) ObjectName,

(string) Font = "Arial" )

Description

To create XPButton object.

Parameters

ObjectName

(string) The name of the XPButton object.

Font

(string) The font type of the text.

Returns

This action dose not return any value.


XPButton.SetText


XPButton.SetText ( 

(string) ObjectName,

(string) Text = "Text Here" )

Description

To create XPButton object.

Parameters

ObjectName

(string) The name of the XPButton object.

Text

(string) The Text of the XPButton object.

Returns

This action dose not return any value.




This File Was Generated With AMS ActionFile Editor