User Tools

Site Tools


koda:en:documentation:control_progress

Differences

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

Link to this comparison view

koda:en:documentation:control_progress [2014/07/10 10:48]
koda:en:documentation:control_progress [2014/07/10 10:48] (current)
Line 1: Line 1:
 +====== Progress ======
 +{{page>commctrl}}
 +{{page>commstyle}}
 +{|class="cboxtable"
 +|-
 +|class="cboxcell1"|{{  control_progress.gif  |}}
 +|class="cboxcell2"|**TAProgress**
 +|}
  
 +Creates a progress bar control
 +
 +#remarks_header[Properties:]#
 +
 +|**Align**|{{KODA>VAR>Align}} |
 +|**BgColor**|{{KODA>VAR>Color}} |
 +|**Color**|{{KODA>VAR>Color_Fore}} |
 +|**ContextMenu**|{{KODA>VAR>ContextMenu}} |
 +|**Cursor**|{{KODA>VAR>Cursor}} |
 +|**Enabled**|False generates <color blue>GUICtrlSetState(-1, $GUI_DISABLE)</color> |
 +|**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> |
 +|**Max**|{{KODA>VAR>Max}} |
 +|**Min**|{{KODA>VAR>Min}} |
 +|**Name**|{{KODA>VAR>Name}} |
 +|**Position**|{{KODA>VAR>Position}} |
 +|**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[Styles:]#
 +
 +|PBS_SMOOTH|Scrolling bar is a ribbon rather than segmented |
 +|PBS_VERTICAL|Displays progress vertically |
 +|PBS_MARQUEE|Progress indicator moves repeatedly along the bar, indicating activity, not progress |
 +|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:]#
 +
 +At design time, progress is always shown at one-third so that the foreground color can be seen; it does not reflect the value of Position.
 +
 +#remarks_header[Related:]#
 +
 +None
koda/en/documentation/control_progress.txt ยท Last modified: 2014/07/10 10:48 (external edit)