Difference between revisions of "AVWizard's Control Events"

From LinuxMCE
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>The control may be of two kind, which has focus and which hasn't. The focus events may be used to apply real-time settings, and the non-focus events for big changes only.
+
[[category: programmer's Guide]]
 +
The control may be of two kind, which has focus and which hasn't. The focus events may be used to apply real-time settings, and the non-focus events for big changes only.
  
 
Events (on focus-able controls):
 
Events (on focus-able controls):

Latest revision as of 03:37, 21 June 2008

The control may be of two kind, which has focus and which hasn't. The focus events may be used to apply real-time settings, and the non-focus events for big changes only.

Events (on focus-able controls):

- OnUp, OnDown
- OnLeft, OnRight
- OnEnter, OnCancel
- OnFocus, OnLostFocus

See which are focus events.

Events on non focus controls:

- OnInit
- OnPaint
- OnClose

See non-focus events.


Note: any focus control is too a non-focus control, because it may be init, paint or closed, as any regular control