JamPathEdit Help File

JamPathEdit Help File

Plugin Name:

JamPathEdit

Current Version:

2.5.0.0

Description:

JamPathEdit Object 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 ShellBrowserX.ocx. System.RegisterActiveX(_SourceFolder.."\\AutoPlay\\Plugins\\JAMPATHEDIT\\ShellBrowserX.ocx");


Table of Contents

JamPathEdit.CreateObject
JamPathEdit.StartEvents
JamPathEdit.GetPath
JamPathEdit.SetPath
JamPathEdit.GetDialogTitle
JamPathEdit.SetDialogTitle
JamPathEdit.GetFileFilters
JamPathEdit.SetFileFilter
JamPathEdit.SetFolderMode
JamPathEdit.GetFolderMode
JamPathEdit.IsValidPath
JamPathEdit.SetBevelInner
JamPathEdit.GetBevelInner
JamPathEdit.SetBevelOuter
JamPathEdit.GetBevelOuter
JamPathEdit.SetBevelKind
JamPathEdit.GetBevelKind
JamPathEdit.SetBorderStyle
JamPathEdit.GetBorderStyle
JamPathEdit.SetEnabled
JamPathEdit.GetEnabled
JamPathEdit.SetVisible
JamPathEdit.GetVisible
JamPathEdit.SetInitialDialogPath
JamPathEdit.GetInitialDialogPath

JamPathEdit.CreateObject


JamPathEdit.CreateObject ( 

(string) ObjectName,

(string) DialogTitle = "Abrir",

(string) FileFilter = "All Files (*.*)|*.*|",

(boolean) FolderMode = false,

(string) InitialDialogPath = _SourceFolder.."\\Autoplay" )

Description

To create JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

DialogTitle

(string) The DialogTitle.

FileFilter

(string) The FileFilter.

FolderMode

(boolean) The FolderMode.

InitialDialogPath

(string) The InitialDialogPath.

Returns

This action dose not return any value.


JamPathEdit.StartEvents


JamPathEdit.StartEvents ( 

(string) ObjectName1 = "Plugin1",

(string) ObjectName2,

(string) ObjectName3,

(string) ObjectName4,

(string) ObjectName5,

(string) ObjectName6,

(string) ObjectName7,

(string) ObjectName8,

(string) ObjectName9,

(string) ObjectName10 )

Description

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

Parameters

ObjectName1

(string) The name 1 of the JamPathEdit object.

ObjectName2

(string) The name 2 of the JamPathEdit object.

ObjectName3

(string) The name 3 of the JamPathEdit object.

ObjectName4

(string) The name 4 of the JamPathEdit object.

ObjectName5

(string) The name 5 of the JamPathEdit object.

ObjectName6

(string) The name 6 of the JamPathEdit object.

ObjectName7

(string) The name 7 of the JamPathEdit object.

ObjectName8

(string) The name 8 of the JamPathEdit object.

ObjectName9

(string) The name 9 of the JamPathEdit object.

ObjectName10

(string) The name 10 of the JamPathEdit object.

Returns

This action dose not return any value.


JamPathEdit.GetPath


(string) JamPathEdit.GetPath ( 

(string) ObjectName )

Description

To get Path selected in the JamPathEdit object..

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(string) Return a string value.


JamPathEdit.SetPath


JamPathEdit.SetPath ( 

(string) ObjectName,

(string) Path = "" )

Description

To set Path of the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Path

(string) The Path of the JamPathEdit object.

Returns

This action dose not return any value.


JamPathEdit.GetDialogTitle


(string) JamPathEdit.GetDialogTitle ( 

(string) ObjectName )

Description

To get DialogTitle in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(string) Return a string value.


JamPathEdit.SetDialogTitle


JamPathEdit.SetDialogTitle ( 

(string) ObjectName,

(string) DialogTitle = "Abrir" )

Description

To set DialogTitle in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

DialogTitle

(string) The DialogTitle.

Returns

This action dose not return any value.


JamPathEdit.GetFileFilters


(string) JamPathEdit.GetFileFilters ( 

(string) ObjectName )

Description

To get FileFilter in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(string) Return a string value.


JamPathEdit.SetFileFilter


JamPathEdit.SetFileFilter ( 

(string) ObjectName,

(string) FileFilter = "Abrir" )

Description

To set FileFilter in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

FileFilter

(string) The FileFilter.

Returns

This action dose not return any value.


JamPathEdit.SetFolderMode


JamPathEdit.SetFolderMode ( 

(string) ObjectName,

(boolean) FolderMode = false )

Description

To set FolderMode in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

FolderMode

(boolean) The FolderMode.

Returns

This action dose not return any value.


JamPathEdit.GetFolderMode


(boolean) JamPathEdit.GetFolderMode ( 

(string) ObjectName )

Description

To get FolderMode in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(boolean) Return a boolean value.


JamPathEdit.IsValidPath


(boolean) JamPathEdit.IsValidPath ( 

(string) ObjectName )

Description

To get IsValidPath in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(boolean) Return a boolean value.


JamPathEdit.SetBevelInner


JamPathEdit.SetBevelInner ( 

(string) ObjectName,

(number) BevelInner = JPE_None )

Description

To set BevelInner in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

BevelInner

(number) The BevelInner.

CONSTANT

VALUE

DESCRIPTION

JPE_None

0

To set None Style.

JPE_Lowered

1

To set Lowered Style.

JPE_Raised

2

To set Raised Style.

JPE_Space

3

To set Space Style.

Returns

This action dose not return any value.


JamPathEdit.GetBevelInner


(number) JamPathEdit.GetBevelInner ( 

(string) ObjectName )

Description

To get BevelInner in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(number) Return a number value.


JamPathEdit.SetBevelOuter


JamPathEdit.SetBevelOuter ( 

(string) ObjectName,

(number) BevelOuter = JPE_None )

Description

To set BevelOuter in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

BevelOuter

(number) The BevelOuter.

CONSTANT

VALUE

DESCRIPTION

JPE_None

0

To set None Style.

JPE_Lowered

1

To set Lowered Style.

JPE_Raised

2

To set Raised Style.

JPE_Space

3

To set Space Style.

Returns

This action dose not return any value.


JamPathEdit.GetBevelOuter


(number) JamPathEdit.GetBevelOuter ( 

(string) ObjectName )

Description

To get BevelOuter in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(number) Return a number value.


JamPathEdit.SetBevelKind


JamPathEdit.SetBevelKind ( 

(string) ObjectName,

(number) BevelKind = JPE_None )

Description

To set BevelKind in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

BevelKind

(number) The BevelKind.

CONSTANT

VALUE

DESCRIPTION

JPE_None

0

To set None Style.

JPE_Tile

1

To set Tile Style.

JPE_Soft

2

To set Soft Style.

JPE_Flat

3

To set Flat Style.

Returns

This action dose not return any value.


JamPathEdit.GetBevelKind


(number) JamPathEdit.GetBevelKind ( 

(string) ObjectName )

Description

To get BevelKind in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(number) Return a number value.


JamPathEdit.SetBorderStyle


JamPathEdit.SetBorderStyle ( 

(string) ObjectName,

(number) BorderStyle = JPE_None )

Description

To set BorderStyle in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

BorderStyle

(number) The BorderStyle.

CONSTANT

VALUE

DESCRIPTION

JPE_None

0

To set None Style.

JPE_Single

1

To set Single Style.

Returns

This action dose not return any value.


JamPathEdit.GetBorderStyle


(number) JamPathEdit.GetBorderStyle ( 

(string) ObjectName )

Description

To get BorderStyle in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(number) Return a number value.


JamPathEdit.SetEnabled


JamPathEdit.SetEnabled ( 

(string) ObjectName,

(boolean) Enabled = true )

Description

To set Enabled in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Enabled

(boolean) The Enabled.

Returns

This action dose not return any value.


JamPathEdit.GetEnabled


(boolean) JamPathEdit.GetEnabled ( 

(string) ObjectName )

Description

To get BorderStyle in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(boolean) Return a boolean value.


JamPathEdit.SetVisible


JamPathEdit.SetVisible ( 

(string) ObjectName,

(boolean) Visible = true )

Description

To set Visible in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Visible

(boolean) The Visible.

Returns

This action dose not return any value.


JamPathEdit.GetVisible


(boolean) JamPathEdit.GetVisible ( 

(string) ObjectName )

Description

To get Visible in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(boolean) Return a boolean value.


JamPathEdit.SetInitialDialogPath


JamPathEdit.SetInitialDialogPath ( 

(string) ObjectName,

(string) InitialDialogPath = _SourceFolder.."\\Autoplay" )

Description

To set InitialDialogPath in the JamPathEdit object.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

InitialDialogPath

(string) The InitialDialogPath.

Returns

This action dose not return any value.


JamPathEdit.GetInitialDialogPath


(string) JamPathEdit.GetInitialDialogPath ( 

(string) ObjectName )

Description

To get InitialDialogPath.

Parameters

ObjectName

(string) The name of the JamPathEdit object.

Returns

(string) Return a string value.




This File Was Generated With AMS ActionFile Editor