Modify

Opened 10 years ago

Closed 10 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)

GUICtrlSetState.txt (3.7 KB) - added by mlipok 10 years ago.

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by mlipok

comment:1 Changed 10 years ago by TicketCleanup

  • Version 3.3.11.0 deleted

Automatic ticket cleanup.

comment:2 Changed 10 years ago by guinness

  • Milestone set to 3.3.11.1
  • Owner set to guinness
  • Resolution set to Completed
  • Status changed from new to closed

Changed by revision [9492] in version: 3.3.11.1

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain guinness.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.