Welcome
JamPathEdit
2.5.0.0
JamPathEdit Object for AutoPlay Media Studio. Created by Ceone with Skelton by Lucas the Duck.
Ceone
This object plugin require "Memory Actions Plugin" Created by AMSWaves Corporation, And ShellBrowserX.ocx. System.RegisterActiveX(_SourceFolder.."\\AutoPlay\\Plugins\\JAMPATHEDIT\\ShellBrowserX.ocx");
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 ( | (string) ObjectName, (string) DialogTitle = "Abrir", (string) FileFilter = "All Files (*.*)|*.*|", (boolean) FolderMode = false, (string) InitialDialogPath = _SourceFolder.."\\Autoplay" ) |
To create JamPathEdit object.
(string) The name of the JamPathEdit object.
(string) The DialogTitle.
(string) The FileFilter.
(boolean) The FolderMode.
(string) The InitialDialogPath.
This action dose not return any value.
JamPathEdit.StartEvents ( | (string) ObjectName1 = "Plugin1", (string) ObjectName2, (string) ObjectName3, (string) ObjectName4, (string) ObjectName5, (string) ObjectName6, (string) ObjectName7, (string) ObjectName8, (string) ObjectName9, (string) ObjectName10 ) |
To start events of JamPathEdit object. (Max. 10)
(string) The name 1 of the JamPathEdit object.
(string) The name 2 of the JamPathEdit object.
(string) The name 3 of the JamPathEdit object.
(string) The name 4 of the JamPathEdit object.
(string) The name 5 of the JamPathEdit object.
(string) The name 6 of the JamPathEdit object.
(string) The name 7 of the JamPathEdit object.
(string) The name 8 of the JamPathEdit object.
(string) The name 9 of the JamPathEdit object.
(string) The name 10 of the JamPathEdit object.
This action dose not return any value.
(string) JamPathEdit.GetPath ( | (string) ObjectName ) |
To get Path selected in the JamPathEdit object..
(string) The name of the JamPathEdit object.
(string) Return a string value.
JamPathEdit.SetPath ( | (string) ObjectName, (string) Path = "" ) |
To set Path of the JamPathEdit object.
(string) The name of the JamPathEdit object.
(string) The Path of the JamPathEdit object.
This action dose not return any value.
(string) JamPathEdit.GetDialogTitle ( | (string) ObjectName ) |
To get DialogTitle in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(string) Return a string value.
JamPathEdit.SetDialogTitle ( | (string) ObjectName, (string) DialogTitle = "Abrir" ) |
To set DialogTitle in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(string) The DialogTitle.
This action dose not return any value.
(string) JamPathEdit.GetFileFilters ( | (string) ObjectName ) |
To get FileFilter in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(string) Return a string value.
JamPathEdit.SetFileFilter ( | (string) ObjectName, (string) FileFilter = "Abrir" ) |
To set FileFilter in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(string) The FileFilter.
This action dose not return any value.
JamPathEdit.SetFolderMode ( | (string) ObjectName, (boolean) FolderMode = false ) |
To set FolderMode in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(boolean) The FolderMode.
This action dose not return any value.
(boolean) JamPathEdit.GetFolderMode ( | (string) ObjectName ) |
To get FolderMode in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(boolean) Return a boolean value.
(boolean) JamPathEdit.IsValidPath ( | (string) ObjectName ) |
To get IsValidPath in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(boolean) Return a boolean value.
JamPathEdit.SetBevelInner ( | (string) ObjectName, (number) BevelInner = JPE_None ) |
To set BevelInner in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(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. |
This action dose not return any value.
(number) JamPathEdit.GetBevelInner ( | (string) ObjectName ) |
To get BevelInner in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(number) Return a number value.
JamPathEdit.SetBevelOuter ( | (string) ObjectName, (number) BevelOuter = JPE_None ) |
To set BevelOuter in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(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. |
This action dose not return any value.
(number) JamPathEdit.GetBevelOuter ( | (string) ObjectName ) |
To get BevelOuter in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(number) Return a number value.
JamPathEdit.SetBevelKind ( | (string) ObjectName, (number) BevelKind = JPE_None ) |
To set BevelKind in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(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. |
This action dose not return any value.
(number) JamPathEdit.GetBevelKind ( | (string) ObjectName ) |
To get BevelKind in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(number) Return a number value.
JamPathEdit.SetBorderStyle ( | (string) ObjectName, (number) BorderStyle = JPE_None ) |
To set BorderStyle in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(number) The BorderStyle.
CONSTANT | VALUE | DESCRIPTION |
JPE_None | 0 | To set None Style. |
JPE_Single | 1 | To set Single Style. |
This action dose not return any value.
(number) JamPathEdit.GetBorderStyle ( | (string) ObjectName ) |
To get BorderStyle in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(number) Return a number value.
JamPathEdit.SetEnabled ( | (string) ObjectName, (boolean) Enabled = true ) |
To set Enabled in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(boolean) The Enabled.
This action dose not return any value.
(boolean) JamPathEdit.GetEnabled ( | (string) ObjectName ) |
To get BorderStyle in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(boolean) Return a boolean value.
JamPathEdit.SetVisible ( | (string) ObjectName, (boolean) Visible = true ) |
To set Visible in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(boolean) The Visible.
This action dose not return any value.
(boolean) JamPathEdit.GetVisible ( | (string) ObjectName ) |
To get Visible in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(boolean) Return a boolean value.
JamPathEdit.SetInitialDialogPath ( | (string) ObjectName, (string) InitialDialogPath = _SourceFolder.."\\Autoplay" ) |
To set InitialDialogPath in the JamPathEdit object.
(string) The name of the JamPathEdit object.
(string) The InitialDialogPath.
This action dose not return any value.
(string) JamPathEdit.GetInitialDialogPath ( | (string) ObjectName ) |
To get InitialDialogPath.
(string) The name of the JamPathEdit object.
(string) Return a string value.
This File Was Generated With AMS ActionFile Editor