Modify ↓
Opened 12 years ago
Closed 12 years ago
#2600 closed Feature Request (Completed)
GUICtrlSetState.txt - proposal - State table - CleanUp
| Reported by: | mlipok | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.11.1 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
before
@@StandardTable1@@ <b>State</b> <b>Comments</b> No Change 0 $GUI_UNCHECKED (4) Radio, Checkbox or ListViewItem will be unchecked. $GUI_CHECKED (1) Radio, Checkbox or ListViewItem will be checked. $GUI_INDETERMINATE (2) Checkbox having the tristate attribute will be greyed. $GUI_AVISTART (0) Avi control will start playing. $GUI_AVISTOP (1) Avi control will stop playing. $GUI_AVICLOSE (2) Avi control will stop playing and release resource. $GUI_DROPACCEPTED (8) Control will accept drop action : from file or from a drag of another control. See remarks. $GUI_NODROPACCEPTED (4096) Control will not accept drop action. $GUI_SHOW (16) Control will be visible. On Tabitem control will select the first tab to be displayed. $GUI_HIDE (32) Control will not be visible. $GUI_ENABLE (64) Control will be enabled. $GUI_DISABLE (128) Control will be greyed out. $GUI_FOCUS (256) Control will be given input/selected focus. $GUI_NOFOCUS (8192) Listview control will loose focus. $GUI_DEFBUTTON (512) Control will be set as the default button on the window. See remark about TreeviewItems. $GUI_EXPAND (1024) TreeViewItem will expand its child items. $GUI_ONTOP (2048) Control will be have the ontop attribute for the window (zOrdering). @@End@@
Proposal
@@StandardTable1@@ <b>State</b> <b>Comments</b> No Change (0) $GUI_CHECKED (1) Radio, Checkbox or ListViewItem will be checked. $GUI_INDETERMINATE (2) Checkbox having the tristate attribute will be greyed. $GUI_UNCHECKED (4) Radio, Checkbox or ListViewItem will be unchecked. $GUI_DROPACCEPTED (8) Control will accept drop action : from file or from a drag of another control. See remarks. $GUI_SHOW (16) Control will be visible. On Tabitem control will select the first tab to be displayed. $GUI_HIDE (32) Control will not be visible. $GUI_ENABLE (64) Control will be enabled. $GUI_DISABLE (128) Control will be greyed out. $GUI_FOCUS (256) Control will be given input/selected focus. $GUI_DEFBUTTON (512) Control will be set as the default button on the window. See remark about TreeviewItems. $GUI_EXPAND (1024) TreeViewItem will expand its child items. $GUI_ONTOP (2048) Control will be have the ontop attribute for the window (zOrdering). $GUI_NODROPACCEPTED (4096) Control will not accept drop action. $GUI_NOFOCUS (8192) Listview control will loose focus. $GUI_AVISTART (0) Avi control will start playing. $GUI_AVISTOP (1) Avi control will stop playing. $GUI_AVICLOSE (2) Avi control will stop playing and release resource. @@End@@
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | GUICtrlSetState.txt added |
|---|
comment:1 by , 12 years ago
| Version: | 3.3.11.0 |
|---|
comment:2 by , 12 years ago
| Milestone: | → 3.3.11.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Changed by revision [9492] in version: 3.3.11.1
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.