User Tools

Site Tools


koda:en:documentation:control_avi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

koda:en:documentation:control_avi [2014/07/10 10:47]
koda:en:documentation:control_avi [2014/07/10 10:47] (current)
Line 1: Line 1:
 +====== Avi ======
 +{{page>commctrl}}
 +{{page>commstyle}}
 +{|class="cboxtable"
 +|-
 +|class="cboxcell1"|{{  control_avi.gif  |}}
 +|class="cboxcell2"|**TAAvi**
 +|}
  
 +Creates an avi control on the form.
 +
 +#remarks_header[Properties:]#
 +|**Align**|{{KODA>VAR>Align}} |
 +|**CommonAVI**|Commonly used Windows AVIs: **avCopyFile**, **avCopyFiles**, **avDeleteFile**, **avEmptyRecycleBin**, **avFindComputer**, **avFindFile**, **avFindFolder**, **avRecycleFile** \\ **avNone**: play file specified in FileName |
 +|**Cursor**|{{KODA>VAR>Cursor}} |
 +|**FileName**|File name of AVI. Ignored unless CommonAVI is avNone |
 +|**Left,Top**|{{KODA>VAR>Left,Top}} |
 +|**Width,Height**|{{KODA>VAR>Width,Height}} |
 +|**Hint**|Text that appears when cursor hovers over control. Generates call to <color blue>GUICtrlSetTip</color> |
 +|**Name**|{{KODA>VAR>Name}} |
 +|**Resizing**|{{KODA>VAR>Resizing}} |
 +|**TabOrder**|Sequence in which controls are selected with the <key>Tab</key> and <key>S-Tab</key> keys. For a Form and for each Group, TabOrder starts with 0. You may prefer to use the [[dialog_tab_order_editor|TabOrder Visual Editor]]: press <key>C-t</key> to open it. |
 +|**Visible**|If False, generates <color blue>GUICtrlSetState(-1, $GUI_HIDE)</color> |
 +
 +#remarks_header[Styless:]#
 +
 +|ACS_CENTER|Centers the animation in the control |
 +|ACS_TRANSPARENT|Animation's background color is that of form |
 +|ACS_AUTOPLAY|Starts playing animation as soon as the AVI clip is opened |
 +|ACS_TIMER|Control plays the clip without creating a thread |
 +|ACS_NONTRANSPARENT|Animation's background color is that of AVI |
 +|WS_TABSTOP|Control can be selected with <key>Tab</key> and <key>S-Tab</key> |
 +|WS_HSCROLL|{{KODA>VAR>WS_HSCROLL}} |
 +|WS_VSCROLL|{{KODA>VAR>WS_VSCROLL}} |
 +|WS_VISIBLE|{{KODA>VAR>WS_VISIBLE}} |
 +|WS_BORDER|{{KODA>VAR>WS_BORDER}} |
 +|WS_CLIPSIBLINGS|{{KODA>VAR>WS_CLIPSIBLINGS}} |
 +
 +#remarks_header[Extra Styles:]#
 +
 +|WS_EX_CLIENTEDGE|{{KODA>VAR>WS_EX_CLIENTEDGE}}|
 +|WS_EX_STATICEDGE|{{KODA>VAR>WS_EX_STATICEDGE}} |
 +
 +#remarks_header[Remarks:]#
 +
 +None
 +
 +#remarks_header[Related:]#
 +
 +None
koda/en/documentation/control_avi.txt ยท Last modified: 2014/07/10 10:47 (external edit)