User Tools

Site Tools


Sidebar

<< Back


koda:en:documentation:control_avi

Avi

{|class=“cboxtable”

class=“cboxcell1”
class=“cboxcell2”

Creates an avi control on the form.

#remarks_header[Properties:]#

AlignDesign only property, does not generate code, helps with aligning controls while editing.
alBottom - control moves to bottom of client area, resizes to width of client area x original height
alClient - control occupies the whole of the client area
alCustom - not used
alLeft - control moves to left edge of client area, resizes to original width x height of client area
alNone - no aligning
alRight - control moves to right edge of client area, resizes to original width x height of client area
alTop - control moves to top of client area, resizes to width of client area x original height
CommonAVICommonly used Windows AVIs: avCopyFile, avCopyFiles, avDeleteFile, avEmptyRecycleBin, avFindComputer, avFindFile, avFindFolder, avRecycleFile
avNone: play file specified in FileName
CursorCursor shape to display when mouse is over this control
FileNameFile name of AVI. Ignored unless CommonAVI is avNone
Left,TopPosition of control relative to its parent
Width,HeightSize of control in pixels
HintText that appears when cursor hovers over control. Generates call to <color blue>GUICtrlSetTip</color>
NameName of control and of the variable that is assigned its control ID in generated code. If not specified, no variable is generated
ResizingClick on + to expand resize modes:
DocAuto - resize and reposition according to new window size
DocRight - Do not move right side
DocLeft - Do not move left side
DocTop - Do not move top
DocBottom - Do not move bottom
DocHCenter - Horizontal center remains fixed
DocVCenter - Vertical center remains fixed
DocWidth - Width does not change
DocHeight - Height does not change
TabOrderSequence in which controls are selected with the Tab and Shift+Tab keys. For a Form and for each Group, TabOrder starts with 0. You may prefer to use the TabOrder Visual Editor: press Ctrl+T to open it.
VisibleIf False, generates <color blue>GUICtrlSetState(-1, $GUI_HIDE)</color>

#remarks_header[Styless:]#

ACS_CENTERCenters the animation in the control
ACS_TRANSPARENTAnimation's background color is that of form
ACS_AUTOPLAYStarts playing animation as soon as the AVI clip is opened
ACS_TIMERControl plays the clip without creating a thread
ACS_NONTRANSPARENTAnimation's background color is that of AVI
WS_TABSTOPControl can be selected with Tab and Shift+Tab
WS_HSCROLLControl has horizontal scroll bar
WS_VSCROLLControl has vertical scroll bar
WS_VISIBLEControl is visible
WS_BORDERControl has a thin-line border
WS_CLIPSIBLINGSIf this control overlaps with another, this control shows partially

#remarks_header[Extra Styles:]#

WS_EX_CLIENTEDGEControl has border with sunken edge
WS_EX_STATICEDGEControl has a three-dimensional border

#remarks_header[Remarks:]#

None

#remarks_header[Related:]#

None

koda/en/documentation/control_avi.txt · Last modified: 2014/07/10 10:47 (external edit)