Avançar >
AutoPlay Media Studio 8

- · User's Guide
- Copyright © 2010 Indigo Rose Software Design Corporation. AutoPlay Media Studio and the Indigo Rose logo are trademarks of Indigo Rose Software Design Corporation. All other trademarks and registered trademarks mentioned in this document are the property of their respective owners. 5/21/10 - www.indigorose.com - www.autoplay.org
- Introduction 1
- Introduction
- Introduction
- Introduction
- Introduction
- C h a n g es t o Au t o P l a y M e d i a S t u d i o
- Im po r t i n g Au t o P l a y M e d i a S t u d i o P r o j ec t s
- Running o n Windows Vista o r L a t e r
- User Account Control (UAC) Off
- File system modifications
- Registry modifications
- User Account Control (UAC) On
- User Account Control (UAC) Off
- S ys t e m R e q u i r e m e n t s
- How Do I?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- How do I... ?
- Introduction
- Im po r t a n t S c r i p t i n g C o n ce p t s
- 1data
- >= (greater than or equal to)
- All of the relational operators can be applied to any two numbers or any two strings. All other values can only use the == operator to see if they are equal.
- For example:
- The first part is the keyword "function." This tells the scripting engine that what follows is a function definition. The function_name is simply a unique name for your function. The arguments are parameters (or values) that will be passed to the function every time it is called. A function can receive any number of arguments from 0 to infinity (well, not infinity, but don't get technical on me).
The "return" keyword tells the function to return one or more values back to the script that called it.
- For example, say we typed the following script into a file called MyScript.lua (just a text file containing this script, created with notepad or some other text editor):
- Loads and runs a script file into the scripting engine. It is similar to dofile except that it will only load a given file once per session, whereas dofile will re-load and re-run the file each time it is used. The syntax is:
- So, for example, even if you do two requires in a row:
- ...where show_window is a Boolean value. If true, the debug window is displayed, if false, the window is hidden. For example:
- ...where turn_on is a Boolean value that tells the program whether to turn the trace mode on or off.
- User's Guide
- W e l c o m e !
- AutoPlay Media Studio is the state of the art in CD-autoplay multimedia tools. With its intuitive workflow and drag-and-drop objects, even absolute beginners can quickly achieve impressive results. But despite its world-renown ease of use, AutoPlay Media Studio is a serious development tool. In fact, it's used by thousands of people to create everything from AutoRun/AutoPlay menus and CD business cards, to fully interactive training applications. With AutoPlay, your imagination is your only limit!
- Each lesson begins with a brief overview and a list of the things you will learn in that lesson. The lessons are divided into a number of exercises,
which are broken down into individual steps. Each step appears in bolded text, with a number beside it so you don't lose your place. Additional information or explanation for each step is included in the non-bolded text that follows it.
- Each lesson begins with a brief overview and a list of the things you will learn in that lesson. The lessons are divided into a number of exercises,
which are broken down into individual steps. Each step appears in bolded text, with a number beside it so you don't lose your place. Additional information or explanation for each step is included in the non-bolded text that follows it.
- Since you selected the Blank Project template, your project consists of a single blank page, with no objects on it or anything. A clean slate for you to build on!
- In the middle of the program window, the surface of the current page is visible in the work area, measured in pixels by a pair of rulers.
- One very useful pane is the properties pane. By default, it's located to the left of the work area, along the left side of the screen. This is where you can see and edit the settings for the currently selected object or page.
- When panes are docked alongside each other, dragging an edge will resize both panes at the same time-making one taller and the other shorter, for instance. As a matter of fact, when you make the properties pane smaller, you will be making the project pane taller at the same time.
- Note that when panes are tabbed, dragging the title bar moves all of the tabbed panes at once.
- Docked panes can also be "pinned" or "unpinned." Pinned panes remain open when you're not using them. (All of the panes in the default layout are pinned.) Unpinned panes stay out of the way until you click on them or hover the mouse over them. Whenever you need them they "slide" open, on top of everything else, and then slide closed when you're done.
- You can pin or unpin a pane by clicking the little pin icon on the pane's title bar.
- Panes remember their positions even after you unpin them. If you unpin a pane, and then pin it
- There are three ways to navigate the online help system: you can find the appropriate topic using the table of contents, or with the help of the keyword index, or by searching through the entire help system for a specific word or phrase.
- The preferences are arranged into categories. The categories are listed on the left side of the
- The Project Size preferences are where you can set the target media size, which determines the
- If you set this target media size to match the size of the media you're using, you'll have a visual
- · Copy a color from one object to another
- · Copy a color from one object to another
- · Pin objects (so they cant be moved or resized)
- · Lock objects (so they stay out of your way)
- Trying It Out
- Now that we have everything set up the way we want, let's see some scrolling text in action.
- To set the object's background color, double-click on the BackgroundColor setting, type #5987c0, and press Enter.
- Experiment with these settings to see some of the different control configurations you can come up with.
- If you'd rather just set the object's position directly, set Left to 268, and Top to 93.
- Note that the video starts playing automatically as soon as the page is shown. This is because the video object's AutoStart setting is set to "True." (The same thing will happen each time the users navigate to this page in the full application.)
- Once you've gotten rid of the old action, you can click the Add Action button to add a new Video.Play action in its place. (When the New Action wizard appears, select the Video category, then select the Video.Play action, and then click Next to advance to the wizard's second page where you can customize the action.)
- As you type the first few letters of the word "Video" into the script editor, a black tooltip will appear nearby with the word "Video" on it. This is the script editor's autocomplete feature at work. Whenever you type something that the script editor recognizes as a keyword, it will display its best guess at what you are typing in one of those little black tooltips.
- Once you've typed something that the script editor recognizes as the name of an action, a little bit of Quick Help appears near the bottom of the window.
- Once you've typed that text onto the script editor, you can click OK to confirm the changes that you've made to the object's On Click event.
- Ogg Vorbis files end in .ogg.
- Once a song has been added, you can change its position or remove it by using the buttons beneath the list.
- The On Show event is triggered whenever the page opens. The background music will still be playing when the user leaves Page1, so this action should pause the music when the user arrives at the Video page.
- Setting PlayAutomatic to true tells the action to begin playing the file automatically as soon as it's loaded. Since we don't know how long the user will remain on this page, we want the file to keep playing in the background until the page closes. This means that we need the file to loop when it reaches the end, so make sure Loop is set to true as well.
- Once you select an audio file, AutoPlay will copy it to your project's Audio folder and put the appropriate path into the Filename parameter for you. It also automatically escapes all of the backslashes in the path.
- We need the Audio.Stop action to stop playing the song that we loaded with the Audio.Load action on the On Show event. We need the Audio.Play action to start playing the "normal" background music that we paused with the Audio.Pause action on the On Show event. The whole progression will go something like this:
- You can also select an output folder by clicking the browse button.
- The Progress Window settings on this dialog let you configure the small popup "Loading"
- Your AutoPlay application should start up automatically. (If it doesn't, then the autorun feature is disabled on your computer. You will need to either re-enable it, or open the CD in My Computer and then double-click on the autorun.exe file yourself.)
- Lesson 9 Summary
- In this lesson, you learned how to:
- You place a value into a variable by assigning the value to it with an equals sign. For example, the following script assigns the value 10 to a variable called "amount."
- Let's modify the script on our button object's On Click event to only display the message if it is "Hello world!".
- The script should look like this when it's done:
- In the if statement's condition, we use a String.Upper action to convert the contents of strMsg to all uppercase characters, and then compare that to "HELLO WORLD!".
- The rest of the script is just an if statement that tests whether the value of nClicks is greater than 4, and displays a message when that's true. (A couple more concatenation operators are used in the Dialog.Message action, to create the string for its second parameter. Note that you can easily include the contents of a variable in the "middle" of a string as well.)
- end
- Exit after action
- Run Mode
- Exit after action
- Exit after action
- Exit after action
- Command line arguments:
- Working folder:
- Run Mode
- Exit after action
- Exit after action
- Page name:
- Exit after action
- Event variables:
- Code Window
- Quick help:
- Action Help
- Add Action
- Add Code
- Edit
- Bookmarks
- Macros
- Advanced
- Syntax Checker
- Double-click Edit
- Show Whitespace
- Import Registry Values...
- Import .REG Files...
- Import...
- Export...
- Print...
- Global Functions...
- Editor Settings...
- Autocomplete Dropdown
- Right-Click Insert
- Right-Click Property Tables
- Search and Replace
- Action Properties
- On Audio
- On Cell Changed
- On Check
- On Click
- On Close
- On Double-Click
- On EditLabel
- On Enter
- On Error
- On Expanded
- On Finish
- On Finished
- On FlashCall
- On Focus
- On FSCommand
- On Hyperlink
- On Key
- On Leave
- On Link
- On Loaded
- On Menu
- On Mouse Button
- On Mouse Button Down
- On Mouse Button Up
- On Mouse Move
- On Movie End
- On Navigate
- On Pause
- On Play
- On Preload
- On Rate Change
- On Right-Click
- On Select
- On Selection Changed
- On Show
- On Shutdown
- On Slide Changed
- On Size
- On Startup
- On Stop
- On Timer
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- EventName
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- EventName
- ResultVariable
- ResultVariable
- Key
- ResultVariable
- ResultVariable
- Key
- Value
- AllowPartialMatch
- CaseSensitive
- ResultVariable
- Properties
- EventName
- Script
- Properties
- EventName
- Script
- IconIndex
- ResultVariable
- Y
- Menu
- HAlign
- VAlign
- WaitForReturn
- ClientCoordinates
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Filename
- PlayAutomatic
- Loop
- SeekType
- SeekTime
- Looping
- Volume
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Enabled
- X
- Y
- Properties
- Width
- Height
- State
- Text
- Visible
- Text
- Data
- ResultVariable
- Item
- StartAfter
- SearchType
- SearchText
- ResultVariable
- ResultVariable
- Index
- ResultVariable
- Index
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Index
- Text
- Data
- ResultVariable
- ResultVariable
- ResultVariable
- Enabled
- Index
- Data
- Index
- Text
- X
- Y
- Properties
- Index
- Width
- Text
- Enabled
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Checked
- Enabled
- X
- Y
- Properties
- Width
- Height
- Text
- Visible
- Destination
- Filename
- Destination
- LineLen
- LineLen
- ResultVariable
- Destination
- Key
- Key
- ResultVariable
- Destination
- Key
- Key
- LineLen
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Overwrite
- ResultVariable
- Prompt
- Items
- DefaultItem
- SortItems
- Editable
- Icon
- Title
- DefaultFolder
- FileFilters
- Filename
- FileExtension
- MultipleSelect
- FileMustExist
- ResultVariable
- DefaultFolder
- ResultVariable
- Prompt
- DefaultText
- Icon
- ResultVariable
- Prompt
- Mask
- DefaultText
- Icon
- PlaceHolder
- ResultVariable
- Text
- Type
- Icon
- DefaultButton
- ResultVariable
- Prompt
- Icon
- Time
- AllowClickToSkip
- Time
- AllowClickToSkip
- Time
- AllowClickToSkip
- Text
- Time
- Icon
- ResultVariable
- ObjectName
- Properties
- ResultVariable
- ResultVariable
- EventName
- ResultVariable
- ResultVariable
- Type
- ResultVariable
- ResultVariable
- ResultVariable
- ScaleToFit
- EventName
- Script
- Position
- ReferenceObject
- GroupID
- Type
- ParentCoordinates
- X
- Y
- ResultVariable
- ID
- FunctionName
- Parameters
- ReturnType
- CallConvention
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Destination
- Recurse
- Overwrite
- AbortOnFail
- IncludeHiddenFiles
- CallbackFunction
- Recurse
- AbortOnFail
- IncludeHiddenFiles
- CallbackFunction
- ResultVariable
- WindowMode
- Filename
- Recurse
- IncludeFolders
- CallbackFunction
- FileFoundCallbackFunction
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Destination
- Overwrite
- CreateBackup
- SharedSystem
- ProgressCallbackFunction
- OverwriteCallbackFunction
- ResultVariable
- Destination
- Recurse
- Overwrite
- AbortOnFail
- IncludeHiddenFiles
- CallbackFunction
- Destination
- WorkingFolder
- WindowMode
- WindowMode
- WindowMode
- NewName
- Args
- WorkingFolder
- WindowMode
- WaitForReturn
- Args
- WorkingFolder
- WindowMode
- WaitForReturn
- UserName
- Password
- Domain
- LogonFlag
- CreationOptions
- ExtendedErrorInfo
- Args
- Attributes
- XMLRequest
- ResultVariable
- ResultVariable
- FlashVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Filename
- PlayAutomatic
- Loop
- SeekType
- SeekFrame
- Enabled
- FlashVariable
- Value
- X
- Y
- Properties
- XMLReturnValue
- Width
- Height
- Visible
- CallbackFunction
- ResultVariable
- Folder
- Recurse
- CallbackFunction
- ResultVariable
- ResultVariable
- NewName
- Filename
- Username
- Password
- Mode
- Timeout
- Port
- PassiveMode
- CallbackFunction
- ResultVariable
- Username
- Password
- Mode
- Timeout
- Port
- PassiveMode
- CallbackFunction
- ResizeMode
- Redraw
- Column
- ResizeMode
- ResetScroll
- Redraw
- ResizeMode
- Redraw
- Row
- ResetScroll
- Redraw
- Redraw
- Column
- Redraw
- Redraw
- Row
- Redraw
- Row
- Column
- ExpandFixed
- Redraw
- Redraw
- ExpandFixed
- Redraw
- ExpandFixed
- Redraw
- Row
- Column
- ResultVariable
- Row
- Column
- ResultVariable
- Row
- Column
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Column
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Row
- Column
- ResultVariable
- Row
- Column
- SearchType
- SearchDirection
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Row
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- InsertPosition
- Redraw
- ResultVariable
- InsertPosition
- Redraw
- ResultVariable
- Row
- Column
- ResultVariable
- Row
- Column
- ResultVariable
- Row
- Column
- ResultVariable
- Row
- Column
- ResultVariable
- Row
- Column
- ResultVariable
- ResultVariable
- ResultVariable
- FullPath
- SeparatorCharacter
- AutoSize
- ResultVariable
- Green
- Blue
- ResultVariable
- WYSIWYG
- ShadedPrintOut
- MarginInfo
- Row
- Column
- Column
- Row
- FullPath
- SeparatorCharacter
- ResultVariable
- Row
- Column
- Colors
- Redraw
- Row
- Column
- FontData
- Redraw
- Row
- Column
- Text
- Redraw
- ColumnCount
- AllowHiding
- Resizable
- Column
- Width
- Redraw
- Enable
- Editable
- Enabled
- ColumnCount
- Enable
- RowCount
- Enable
- Row
- Column
- Enable
- Redraw
- Colors
- GridLines
- SortOnClick
- ListMode
- Modified
- Row
- Column
- X
- Y
- Properties
- Redraw
- RedrawScrollbars
- RowCount
- Row
- Height
- Redraw
- AllowHiding
- Resizable
- Selectable
- MinRow
- MinColumn
- MaxRow
- MaxColumn
- SelectCells
- Redraw
- SingleColumnSelection
- SingleRowSelection
- Width
- Height
- Ascending
- UseTabKey
- Tooltips
- TrackFocus
- Redraw
- AllowUnhide
- AllowUnhide
- Visible
- Column
- Ascending
- Redraw
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Enabled
- X
- Y
- Properties
- Width
- Height
- Filename
- Mode
- Timeout
- Port
- AuthData
- ProxyData
- CallbackFunction
- Filename
- Mode
- Timeout
- Port
- AuthData
- ProxyData
- CallbackFunction
- ResultVariable
- Mode
- Timeout
- Port
- AuthData
- ProxyData
- CallbackFunction
- Mode
- Timeout
- Port
- AuthData
- ProxyData
- CallbackFunction
- ResultVariable
- Values
- Method
- Timeout
- Port
- AuthData
- ProxyData
- Values
- Method
- Timeout
- Port
- AuthData
- ProxyData
- Timeout
- Port
- AuthData
- ProxyData
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Filename
- Enabled
- Opacity
- X
- Y
- Properties
- Width
- Height
- Visible
- Section
- Section
- Value
- ResultVariable
- Section
- Value
- ResultVariable
- Section
- ResultVariable
- Section
- Value
- Data
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Lines
- Line
- Enabled
- X
- Y
- Properties
- Start
- End
- Width
- Height
- Text
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Enabled
- X
- Y
- Properties
- Width
- Height
- Text
- Visible
- Text
- Data
- Index
- Index
- StartAfter
- SearchType
- SearchText
- ResultVariable
- CheckState
- ResultVariable
- CheckState
- ResultVariable
- ResultVariable
- Index
- ResultVariable
- Index
- ResultVariable
- Index
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Index
- Text
- Data
- ResultVariable
- Index
- ResultVariable
- ResultVariable
- Index
- Enabled
- Index
- CheckboxState
- Index
- Data
- Index
- Text
- X
- Y
- Properties
- Width
- Height
- Type
- Enabled
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Num2
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Exponent
- ResultVariable
- ResultVariable
- ResultVariable
- Num2
- ResultVariable
- Num2
- ResultVariable
- Num2
- ResultVariable
- Exponent
- ResultVariable
- ResultVariable
- Rand1
- Rand2
- ResultVariable
- Green
- Blue
- ResultVariable
- DecimalPlaces
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- InstallPackage
- InstallType
- CommandLine
- ResultVariable
- ResultVariable
- FeatureID
- InstallState
- ResultVariable
- InstallLevel
- InstallState
- ResultVariable
- InstallLevel
- InstallState
- CommandLine
- ResultVariable
- LogFile
- Append
- FlushEachLine
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ComponentGUID
- InstallState
- ComponentPath
- ResultVariable
- FeatureID
- Attributes
- ResultVariable
- FeatureID
- ResultVariable
- ResultVariable
- ResultVariable
- Attribute
- ResultVariable
- ResultVariable
- Property
- ResultVariable
- Property
- ResultVariable
- ResultVariable
- UserInfoState
- UserName
- CompanyName
- SerialNumber
- ResultVariable
- ComponentGUID
- InstallState
- ResultVariable
- File
- ResultVariable
- CommandLine
- ResultVariable
- InstallState
- ComponentPath
- ResultVariable
- ResultVariable
- ResultVariable
- Feature
- ResultVariable
- ResultVariable
- FeatureID
- ReinstallMode
- ResultVariable
- ReinstallMode
- ResultVariable
- WaitForReturn
- ResultVariable
- WindowHandle
- ResultVariable
- ResultVariable
- ObjectName
- Properties
- ResultVariable
- ResultVariable
- EventName
- ResultVariable
- ResultVariable
- Type
- ResultVariable
- ResultVariable
- ScaleToFit
- EventName
- Script
- Position
- ReferenceObject
- GroupID
- Type
- ID
- ResultVariable
- ResultVariable
- Vertical
- ResultVariable
- Vertical
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Enabled
- X
- Y
- Properties
- ScrollPos
- Vertical
- Width
- Height
- Text
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Page
- ResultVariable
- ResultVariable
- File
- NavigateType
- FromPage
- ToPage
- ShrinkToFit
- Enabled
- NamedDest
- X
- Y
- Properties
- Width
- Height
- Visible
- Percent
- Left
- Top
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Enabled
- X
- Y
- Width
- Height
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Pos
- Enabled
- X
- Y
- Properties
- Begin
- End
- Width
- Height
- Step
- Text
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Filename
- PlayAutomatic
- Loop
- ResultVariable
- Rate
- ResultVariable
- SeekType
- SeekTime
- ResultVariable
- Enabled
- FullScreen
- HideCursor
- Sizing
- Monitor
- ResultVariable
- Mute
- X
- Y
- Properties
- Width
- Height
- Visible
- Volume
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Checked
- Enabled
- X
- Y
- Properties
- Width
- Height
- Text
- Visible
- SubKey
- SubKey
- SubKey
- Value
- SubKey
- ResultVariable
- SubKey
- Rights
- ResultVariable
- SubKey
- ResultVariable
- SubKey
- Value
- AutoExpand
- ResultVariable
- SubKey
- ResultVariable
- SubKey
- Value
- ResultVariable
- SubKey
- Value
- Data
- Type
- ResultVariable
- ResultVariable
- SearchFor
- Start
- End
- CaseSensitive
- WholeWord
- ResultVariable
- Line
- ResultVariable
- OnlyConsistentAttributes
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- OnlyConsistentAttributes
- ResultVariable
- ResultVariable
- RawRTF
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Filename
- Filename
- Lines
- Line
- Enabled
- ParagraphFormat
- X
- Y
- Properties
- Start
- End
- CharacterFormat
- ApplyToWord
- Width
- Height
- Text
- RawRTF
- Visible
- KeyName
- DisplayName
- KeyName
- ServiceType
- AllowDesktopInteraction
- StartType
- ErrorControl
- LoadOrderGroup
- GroupTag
- Dependencies
- ServiceStartName
- Password
- KeyName
- KeyName
- KeyName
- ResultVariable
- KeyName
- Arguments
- KeyName
- WaitTime
- Description
- Target
- CmdLine
- WorkingFolder
- IconPath
- IconIndex
- WindowMode
- HotKey
- Description
- Verb
- Arguments
- WorkingFolder
- WindowMode
- WaitForReturn
- FilePath
- Position
- ResultVariable
- Position
- FolderPath
- EmptyFirst
- Recurse
- ResultVariable
- Position
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Position
- ResultVariable
- ResultVariable
- Position
- Enabled
- X
- Y
- Properties
- Width
- Height
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- End
- Cancelled
- ButtonText
- Characters
- ResultVariable
- ResultVariable
- ResultVariable
- CompareTo
- ResultVariable
- CompareTo
- ResultVariable
- CompareTo
- ResultVariable
- EndString
- ResultVariable
- Pattern
- StartAt
- CaseSensitive
- ResultVariable
- Format
- ShowCommas
- ResultVariable
- NumChar
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- CharStart
- NumChar
- ResultVariable
- NumRepeat
- ResultVariable
- Pattern
- ReplaceString
- CaseSensitive
- ResultVariable
- Pattern
- CaseSensitive
- ResultVariable
- NumChar
- ResultVariable
- ResultVariable
- ResultVariable
- CharactersToTrim
- ResultVariable
- CharactersToTrim
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- WndHandle
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Fontname
- Permanent
- RestorePointType
- SequenceNum
- Description
- ResultVariable
- ResultVariable
- Fontname
- Permanent
- Separator
- Start
- End
- ResultVariable
- ResultVariable
- Position
- Value
- Position
- ResultVariable
- Compare
- ResultVariable
- ResultVariable
- Text
- Append
- Table
- Append
- NodeIndex
- NodeIndex
- NodeIndex
- StartNodeIndex
- Data
- ResultVariable
- StartNodeIndex
- Text
- ResultVariable
- ParentNodeIndex
- ResultVariable
- ParentNodeIndex
- ResultVariable
- NodeIndex
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- NodeIndex
- NodeData
- ResultVariable
- ResultVariable
- ResultVariable
- NodeIndex
- Enabled
- NodeIndex
- Data
- X
- Y
- Properties
- NodeIndex
- Width
- Height
- Visible
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Filename
- PlayAutomatic
- Loop
- SeekType
- SeekTime
- Enabled
- Fullscreen
- X
- Y
- Properties
- Width
- Height
- Visible
- Volume
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- URL
- DefaultPrinter
- Enabled
- X
- Y
- Properties
- Width
- Height
- Visible
- Method
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- MaskFile
- FitToWindow
- TransparentColor
- InsertAfter
- X
- Y
- Width
- Height
- Text
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- ButtonImage
- Enabled
- X
- Y
- Properties
- Width
- Height
- State
- Text
- Visible
- ElementName
- ResultVariable
- AttributeName
- ResultVariable
- ResultVariable
- FullPaths
- IncludeIndices
- ResultVariable
- ResultVariable
- ResultVariable
- ResultVariable
- Text
- InsertionMode
- AttributeName
- AttributeName
- AttributeValue
- Value
- WriteCDATA
- Files
- IncludeFolderNames
- Password
- CompFactor
- CallbackFunction
- Recurse
- Files
- Destination
- Recurse
- UseInternalFolders
- Password
- Overwrite
- CallbackFunction
- IncludeFolderNames
- ResultVariable
- Variables
- V a r i a b l es V a r i a b l es
V a r i a b l es V a r i a b l es
File Menu
- P r og r a m M e nu s
- P r o j ec t P r op e r t i es Author:
- Company:
- Copyright:
- URL:
- Email:
- File Menu
- Comments:
- Created:
- Modified:
- Accessed:
- Created ver:
- Last saved ver:
- Number of pages:
- Number of dialogs:
- Number of objects:
- Edit Menu
- P r og r a m M e nu s
- P r e f e r e n ces Ignore warnings
- Show debug window
- Code sign
- Optimize resources before publish
- UPX runtime
- Code sign applications
- Code signing tool:
- SignTool.exe
- SignCode.exe
- Tool location:
- Certificate filename:
- Private key filename:
- Timestamp URL:
- Other arguments:
- Purge level:
- Grouped
- Pinned
- Stage Colors
- Background
- Shadow
- Show page/dialog shadow
- Themes
- GUI
- Docking pane
- Grid theme
- Show dialogs to the left of the page tabs
- Show dialogs to the right of the page tabs
- Visible
- Draw over objects
- Snap threshold:
- Page/Dialog Guideline Colors
- Normal:
- Locked:
- Project Guideline Colors
- Normal:
- Locked:
- Visible
- Snap
- Top
- Top Right
- Right
- Bottom Right
- Bottom
- Bottom Left
- Left
- Colors
- Cell color:
- Block color:
- Static
- Cell size (pixels):
- Block size (cells):
- Style
- Lines
- Dots
- 30 MB
- 50 MB
- 180 MB
- 650 MB
- 700 MB
- 4.3 GB (4403 MB)
- 4.7 GB (4813 MB)
- 25 GB (25600 MB)
- 50 GB (51200 MB)
- 100 GB (102400 MB)
- Custom
- Warning Size
- Colors
- Background:
- Foreground:
- Objects:
- Projects:
- Preference files:
- Override button file settings
- Use newest
- Ask
- Dropped Script
- Add Application.LoadScript to Global Functions.
- Ignore
- Ask
- Add file to Docs folder
- Ignore
- Ask
- Audio Dropped on Page/Dialog
- Add Audio file to background music
- Ignore
- Ask
- Image Becomes Background
- Enabled
- Size threshold:
- Show prompt
- Add File.Open action to "On Click" event
- Ignore
- Ask
- Audio Dropped on Object
- Add Audio.Load action to "On Click" event
- Ignore
- Ask
- Page Dropped on Object
- Add Page.Jump action to "On Click" event
- Ignore
- Ask
- Dialog Dropped on Object
- Add DialogEx.Show action to "On Click" event
- Ignore
- Ask
- Play videos automatically
- Play audio files automatically
- Show live preview for flash objects
- Automatic syntax checking
- Confirm cancel when scripts are modified
- Check spelling as you type
- Always suggest corrections
- Suggest from main dictionaries only
- Ignore words in UPPERCASE
- Ignore words with numbers
- Ignore Internet and file addresses
- Capitalize sentences
- Correct two initial capitals
- Custom dictionary:
- Main dictionaries:
- Open last project
- Frequency:
- Hide interface
- Connection...
- Page Menu
- P r og r a m M e nu s
- P a g es Keywords
- UseCustomSettings
- BackgroundStyle
- Solid
- Gradient
- Image
- BackgroundImage
- ImageStyle
- Fit to page
- Tile
- Actual size
- BackgroundColor
- GradientColor
- Transition
- TransitionSettings
- InheritBackground
- InheritObjects
- On Show
- On Close
- On Timer
- On Audio
- On Size
- On Menu
- On Key
- On Mouse Button
- On Mouse Move
- Description:
- Keywords:
- Solid color
- Gradient
- Image
- File:
- Fit to page
- Tile
- Actual size
- Background color:
- Objects from page:
- Settings...
- On Preload
- On Show
- On Close
- On Timer
- e_ID
- On Audio
- e_Channel
- e_State
- On Size
- e_WindowWidth
- e_WindowHeight
- e_PageWidth
- e_PageHeight
- e_Type
- On Menu
- e_ID
- e_ItemInfo
- On Key
- e_Key
- e_Modifiers
- On Mouse Button
- e_Type
- e_X
- e_Y
- On Mouse Move
- e_X
- e_Y
- Dialog Menu
- P r og r a m M e nu s
- D i a l og s
- BackgroundStyle
- Solid
- Gradient
- Image
- BackgroundImage
- ImageStyle
- Fit to page
- Tile
- Actual size
- BackgroundColor
- GradientColor
- WindowTitle
- Movable
- True
- False
- AlwaysOnTop
- True
- False
- Width
- Height
- Style
- Standard
- Bordered
- Flat
- Custom
- CustomMask
- FitToWindow
- True
- False
- Resizable
- True
- False
- MinWidth
- MinHeight
- UseCustomIcon
- True
- False
- CustomIcon
- On Show
- On Close
- On Timer
- On Audio
- On Size
- On Key
- On Mouse Button
- On Mouse Move
- Solid color
- Gradient
- Image
- File:
- Fit to page
- Tile
- Actual size
- Background color:
- Movable
- Always on top
- Small
- Medium
- Large
- Extra Large
- Huge
- Custom
- Width:
- Height:
- Min. width:
- Min. height:
- Bordered
- Flat
- Custom mask
- Fit custom mask to window
- On Preload
- On Show
- On Close
- On Timer
- e_ID
- On Audio
- e_Channel
- e_State
- On Size
- e_WindowWidth
- e_WindowHeight
- e_DialogWidth
- e_DialogHeight
- e_Type
- On Key
- e_Key
- e_Modifiers
- On Mouse Button
- e_Type
- e_X
- e_Y
- On Mouse Move
- e_X
- e_Y
- Object Menu
- P r og r a m M e nu s
- B u tt o n
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- XOffset
- YOffset
- Left margin:
- Right margin:
- Alignment
- Left
- Center
- Right
- Style
- Standard
- Toggle
- DefaultToggleState
- Up
- Down
- Highlight
- Click
- Disabled
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- Text:
- Font...
- Spelling
- X Offset:
- Y Offset:
- Left margin:
- Right margin:
- Left
- Center
- Right
- Toggle
- Up
- Down
- Disabled:
- Highlight:
- Click:
- Match Normal
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- ImageFile
- UseTransparentColor
- TransparentColor
- TransparentTolerance
- Opacity
- HitTest
- Standard
- Alpha
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- Color:
- Tolerance:
- Hit test:
- Standard
- Alpha
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- Alignment
- Left
- Center
- Right
- Orientation
- 0
- 90
- 180
- 270
- Highlight
- Click
- Disabled
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- Font...
- Spelling
- Left
- Center
- Right
- 90
- 180
- 270
- Disabled:
- Highlight:
- Click:
- Match Normal
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- Alignment
- Left
- Center
- Right
- BackgroundStyle
- Solid
- Transparent
- BackgroundColor
- BorderStyle
- BorderColor
- Vertical
- Auto
- On
- Off
- Horizontal
- Auto
- On
- Off
- Highlight
- Click
- Disabled
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- Font...
- Spelling
- Load...
- Left
- Center
- Right
- Transparent
- None
- Vertical:
- Auto
- On
- Off
- Horizontal:
- Auto
- On
- Off
- Disabled:
- Highlight:
- Click:
- Match Normal
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- Video Object Requirements
- Video Object Requirements
- VideoFile
- StageColor
- VideoScalingMode
- Stretch
- Maintain Aspect
- Time
- None
- Elapsed
- Length
- Both
- PanelColor
- TextColor
- ControlButtons
- Slider
- Loop
- Border
- False
- FitToObject
- True
- False
- MaskFile
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Enter
- On Leave
- On Play
- On Pause
- On Stop
- On Finish
- Stage:
- Scaling mode:
- Stretch
- Maintain Aspect
- Time:
- None
- Elapsed
- Length
- Both
- Panel:
- Text:
- Control buttons
- Slider
- Loop
- Apply custom window mask:
- Fit to object
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Enter
- On Leave
- On Play
- On Pause
- On Stop
- On Finish
- MovieFile
- SizingMode
- Movie Fits Control
- Centered In Control
- Maintain Aspect Ratio
- BorderStyle
- None
- Plain
- 3D
- Loop
- True
- False
- AutoStart
- True
- False
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Mouse Button Up
- On Mouse Move
- On Rate Change
- On Movie End
- On Error
- Maintain Aspect Ratio
- Movie Fits Control
- Border style:
- 3D
- None
- Plain
- Auto start
- Loop
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Mouse Button Down
- e_Button
- e_Modifiers
- e_XObject
- e_YObject
- e_X
- e_Y
- On Mouse Button Up
- e_Button
- e_Modifiers
- e_XObject
- e_YObject
- e_X
- e_Y
- On Mouse Move
- e_Button
- e_Modifiers
- e_XObject
- e_YObject
- e_X
- e_Y
- On Rate Change
- e_Rate
- On Movie End
- On Error
- e_ErrorCode
- e_ErrorOrigin
- FlashFile
- Alignment
- Context Menu
- Standard
- Full
- Quality
- Low
- High
- Auto Low
- Auto High
- FlashScalingMode
- Show All
- No Border
- Exact Fit
- OverrideBackground
- BackgroundColor
- DeviceFont
- Loop
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On FlashCall
- Quality:
- Low
- High
- Auto Low
- Auto High
- Context menu:
- Standard
- Full
- Scaling mode:
- Show All
- No Border
- Exact Fit
- Override background
- Device font
- Loop
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On FSCommand
- e_FSCommand
- e_FSArgs
- On FlashCall
- e_FlashCall
- ImageFiles
- TransparentBackground
- True
- False
- BackColor
- ShowBorder
- True
- False
- BorderColor
- ResizeMode
- Proportional
- Stretch
- Crop
- Timer
- AutoStart
- True
- False
- Loop
- True
- False
- Shuffle
- True
- False
- ShowTransitions
- True
- False
- NoEnlarge
- True
- False
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- On Play
- On Pause
- On Finished
- On Slide Changed
- Transparent
- None
- Auto-start
- Proportional
- Stretch
- Loop
- Transitions
- Shuffle
- No enlarge
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- On Play
- On Pause
- On Finished
- On Slide Changed
- e_Index
- e_FilePath
- PDF Object Requirements
- PDF Object Requirements
- File
- ShowScrollbars
- ShowToolbar
- ShowBorder
- Layout
- User Preference
- Single Page
- One Column
- Two Columns Left
- Two Columns Right
- Page
- Standard
- Bookmarks
- Thumbs
- View
- Fit Page
- Fit Page Width
- Fit Page Height
- Fit Bounding
- Fit Bounding Width
- Fit Bounding Height
- Actual Size
- ViewOffset
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- User Preference
- Single Page
- One Column
- Two Columns Left
- Two Columns Right
- Page:
- Standard
- Bookmarks
- Thumbs
- View:
- Fit Page
- Fit Page Width
- Fit Page Height
- Fit Bounding
- Fit Bounding Width
- Fit Bounding Height
- Actual Size
- View offset:
- Show scrollbars
- Show toolbar
- Show border
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Web Object Requirements
- Web Object Requirements
- URL
- ShowBorder
- ShowScrollbars
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Loaded
- Show scrollbars
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- On Navigate
- e_URL
- On Loaded
- e_URL
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- TextColor
- EnableMarkup
- True
- False
- ButtonImage
- ImageAlignment
- Middle Left
- Middle Right
- Middle Center
- Top Left
- Top Right
- Top Center
- Bottom Left
- Bottom Right
- Bottom Center
- TextAlignment
- Middle Left
- Middle Right
- Middle Center
- Top Left
- Top Right
- Top Center
- Bottom Left
- Bottom Right
- Bottom Center
- ImageTextRelation
- Overlay
- Image Above Text
- Text Above Image
- Image Before Text
- Text Before Image
- Theme
- Style
- Standard
- Toggle
- DefaultToggleState
- Up
- Down
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- On Hyperlink
- Font...
- Text color:
- Enable markup
- Spelling
- Button image:
- Middle Right
- Middle Center
- Top Left
- Top Right
- Top Center
- Bottom Left
- Bottom Right
- Bottom Center
- Text:
- Middle Left
- Middle Right
- Middle Center
- Top Left
- Top Right
- Top Center
- Bottom Left
- Bottom Right
- Bottom Center
- Image and text relation:
- Overlay
- Image Above Text
- Text Above Image
- Image Before Text
- Text Before Image
- Toggle
- Up
- Down
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- On Hyperlink
- e_Hyperlink
- Checked
- True
- False
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- TextAlignment
- Left
- Center
- Right
- ButtonAlignment
- Left
- Right
- ReadOrder
- Standard
- Right to Left
- Highlight
- Click
- Disabled
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- Font...
- Spelling
- Checked
- Left
- Center
- Right
- Left
- Right
- Right to Left
- Disabled:
- Highlight:
- Click:
- Match Normal
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- GroupID
- Value
- Checked
- True
- False
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- TextAlignment
- Left
- Center
- Right
- ButtonAlignment
- Left
- Right
- ReadOrder
- Standard
- Right to Left
- Highlight
- Click
- Disabled
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- Value:
- Checked
- Text:
- Font...
- Spelling
- Left
- Center
- Right
- Left
- Right
- Right to Left
- Disabled:
- Highlight:
- Click:
- Match Normal
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- TextColor
- Alignment
- Left
- Center
- Right
- VerticalScrollbar
- True
- False
- HorizontalScrollbar
- True
- False
- InputStyle
- Standard
- Password
- Input Mask
- InputMask
- PlaceholderCharacter
- InputMaskReturn
- Formatted
- As Typed
- None
- Flat
- Sunken
- ReadOrder
- Standard
- Right to Left
- BackgroundColor
- ReadOnly
- True
- False
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Focus
- Font...
- Spelling
- Vertical scrollbar
- Horizontal scrollbar
- Password
- Input mask
- Flat
- Sunken
- Read order:
- Standard
- Right to Left
- Read only
- Background:
- Text:
- Left
- Center
- Right
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On Key
- e_Key
- e_Modifiers
- On Focus
- Items
- Dropdown Edit
- Sort
- LinesToDisplay
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- BackgroundColor
- TextColor
- ReadOrder
- Standard
- Right to Left
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Key
- On Focus
- Dropdown edit
- Lines to display in dropdown
- Font ...
- Text:
- Read order:
- Standard
- Right to Left
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On Select
- e_Selection:
- On Key
- e_Key:
- e_Modifiers:
- On Focus
- Items
- CheckListBox
- MultipleSelection
- True
- False
- Sort
- True
- False
- VerticalScrollbar
- True
- False
- HorizontalScrollbar
- True
- False
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- BackgroundColor
- TextColor
- BorderMode
- None
- Flat
- Sunken
- ReadOrder
- Standard
- Right to Left
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Select
- On Key
- On Focus
- On Check
- Multiple selection
- Sort
- Vertical scrollbar
- Horizontal scrollbar
- Font...
- Text:
- Border mode:
- None
- Flat
- Sunken
- Read order:
- Standard
- Right to Left
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On Double-click
- On Select
- On Key
- e_Key
- e_Modifiers
- On Focus
- On Check
- Items
- HasLines
- LinesAtRoot
- HasButtons
- EditLabels
- AlwaysShowSelection
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- BackgroundColor
- TextColor
- BorderMode
- None
- Flat
- Sunken
- ReadOrder
- Standard
- Right to Left
- UseImageList
- ImageList
- ImageListTransparentColor
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Double-Click
- On Key
- On Focus
- On EditLabel
- On Check
- On Expanded
- Properties
- Has lines
- Lines at root
- Has buttons
- Edit labels
- Always show selection
- Font...
- Text:
- Border mode:
- None
- Flat
- Sunken
- Read order:
- Standard
- Right to Left
- Image list
- Transparent color:
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On Select
- e_NodeIndex
- On Double-click
- e_NodeIndex
- On Key
- e_Key
- e_Modifiers
- On Focus
- On EditLabel
- e_NodeIndex
- e_NewText
- e_OldText
- On Check
- e_NodeIndex
- e_Checked
- On Expanded
- e_NodeIndex
- e_Expanded
- Rows
- Columns
- FixedRows
- FixedColumns
- FitMethod
- CSV File
- Design-time Settings
- True
- False
- Selectable
- True
- False
- CellDragAndDrop
- True
- False
- ResizableRows
- True
- False
- ResizableColumns
- True
- False
- GridLines
- None
- Horizontal
- Vertical
- Both
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- False
- TextColor
- TextBkColor
- FixedTextColor
- FixedBkColor
- GridLineColor
- GridBkColor
- ToolTipBackColor
- ToolTipTextColor
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Selection Changed
- Columns:
- Fixed rows:
- Fixed columns:
- Selectable
- Cell drag and drop
- Font...
- Resizable rows
- Resizable columns
- Grid lines:
- None
- Horizontal
- Vertical
- Both
- Text background:
- Text:
- Fixed background:
- Fixed text:
- Grid background:
- Lines:
- Tooltip background:
- Tooltip text:
- Use CSV data to specify rows and columns
- Fit CSV data in existing rows and columns
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On Cell Changed
- e_Row
- e_Column
- e_OldText
- e_NewText
- On Selection Changed
- e_Row
- e_Column
- Text
- Font
- FontFamily
- FontSize
- FontBold
- FontItalic
- Orientation
- Horizontal
- Vertical
- Style
- Bars
- Smooth
- XPStyle
- True
- False
- TextColor
- BackgroundColor
- BarColor
- Maximum
- Step
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Click
- Font...
- Spelling
- Smooth
- Vertical
- Maximum:
- Step:
- Background:
- Bar:
- Text:
- XP style
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On Click
- Text
- False
- HorizontalScrollbar
- True
- False
- AutoDetectURL
- True
- False
- None
- Sunken
- ReadOrder
- Standard
- Right to Left
- Transparent
- True
- False
- BackgroundColor
- ReadOnly
- True
- False
- ShowContextMenu
- True
- False
- Enabled
- True
- False
- Visible
- True
- False
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- On Focus
- On Link
- On Selection Changed
- Bold
- Italic
- Underline
- Bullets
- Font
- Font color
- Font size
- Edit font
- Paragraph
- Load RTF file
- Horizontal scrollbar
- Transparent
- Sunken
- Read order:
- Standard
- Right to Left
- Read-only
- Auto-detect URL
- Show context menu
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- On Key
- e_Key
- e_Modifiers
- On Focus
- On Link
- e_Min
- e_Max
- e_Link
- On Selection Changed
- e_Min
- e_Max
- Enabled
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- On Click
- On Right-Click
- On Enter
- On Leave
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- On Click
- On Right-Click
- On Enter
- On Leave
- Settings
- About
- Enabled
- True
- False
- Visible
- True
- False
- Cursor
- Top
- Width
- Height
- False
- ResizeRight
- True
- False
- ResizeTop
- True
- False
- ResizeBottom
- True
- False
- None
- Standard
- Custom
- HighlightFile
- ClickSound
- None
- Standard
- Custom
- ClickFile
- Properties...
- About...
- Visible
- Right
- Top
- Bottom
- Top:
- Width:
- Height:
- Restore Original
- Spelling
- Cursor:
- Standard
- Custom
- File:
- Click:
- None
- Standard
- Custom
- File:
- Movable
- Always on top
- Tiny (with Menu Bar)
- Small
- Small (with Menu Bar)
- Medium
- Medium (with Menu Bar)
- Large
- Large (with Menu Bar)
- Extra Large
- Extra Large (with Menu Bar)
- Huge
- Huge (with Menu Bar)
- Custom
- Width:
- Height:
- Bordered
- Flat
- Kiosk
- Color:
- Custom mask
- Fit to window
- System tray
- Hidden
- Min. width:
- Min. height:
- Standard
- Balloon
- Extended
- Product version:
- Company name:
- Product name:
- File description:
- Copyright:
- Trademarks:
- Private build:
- Special build:
- Maximize speed
- Conserve memory
- As invoker (default)
- Highest available
- Require administrator
- SignCode.exe
- Tool location:
- Certificate filename:
- Private key filename:
- Timestamp URL:
- Description:
- Description URL:
- Other arguments:
- Skin filename:
- Sub-style:
- Me nu B a r
- What is a menu bar?
- What are menu bar items?
- Are there any advanced features?
- Actions
- Other Features
- What is a menu bar?
- What are menu bar items?
- Are there any advanced features?
- Actions
- Other Features
- Menu Items
- Image list
- Transparent color:
- Checked:
- ID:
- Properties
- Add
- Delete Item
- Move Item Up
- Move Item Down
- Move Item Left
- Move Item Right
- Menu ID:
- Icon ID:
- Text:
- Enabled
- Checked
- Separator
- Random
- Repeat
- Highlight:
- Click:
- Flash file
- Filename:
- Size to media
- Custom
- W:
- H:
- 50%
- 100%
- 200%
- Fit to window
- Custom
- W:
- H:
- Title bar:
- Border
- Background color:
- D e p e n d e n c i es Minimum Version
- Message
- Download/Install Link
- Variable
- Required
- True
- False
- Message:
- Abort button text:
- Continue button text:
- Show help button
- Help button text:
- Help button link:
- D a t a b ases SQLite3
- Oracle
- ODBC
- PostgreSQL
- Quick Help:
- Action Help
- Add Action
- Add Code
- Edit
- Bookmarks
- Macros
- Advanced
- Syntax Check
- Double-click Edit
- Show Whitespace
- Import Registry Values...
- Import .REG Files...
- Import...
- Export...
- Print...
- Editor Settings...
- g_OnSystemTrayMenu (number X, number Y)
- X:
- Y:
- Returns:
- Example:
- Returns:
- Example:
- Returns:
- Example:
- QueryAllowDialogClose (string DialogName )
- DialogName
- Returns:
- Example:
- CommandID:
- ItemInfo:
- Returns:
- Example:
- CommandID
- ItemInfo
- Returns:
- Example:
- About Plugin
- Plugin information:
- More Plugins...
- F il e L a yo u t
- Up
- Up
- Add to Project
- Delete
- New folder
- Publish Menu
- P r og r a m M e nu s
- P u b li s h i n g
- Timestamp files
- Rename resource files
- Data folder name:
- Window title
- Enable AutoPlay feature
- Executable filename:
- Enable AutoPlay feature
- Cache file data
- Use burn proof
- Executable filename:
- Enable AutoPlay feature
- Tools Menu
- P r og r a m M e nu s
- S c r i p t E x p l o r e r
- Miscellaneous
- General In f o
- T i p s
- Windows B as i cs Cut
- Copy
- Paste
- General In f o
- Au t h e n t i c od e C od e S i g n i n g
- General In f o
- General In f o
- G u i d e li n es Gl ob a l s
- General In f o
- P r o j ec t E x p l o r e r
- General In f o
- Mi sce ll a n e o u s
- General In f o
- General In f o
- X ML Action s C o n ce p t s
- General In f o
- General In f o
- B e n e f i t s o f O r d e r i n g
- P r i c i n g
- C o n t ac t Information :
- Index
- -- 89, 1556
Avançar >