Difference between revisions of "Image events"

From LinuxMCE
Jump to: navigation, search
 
 
(3 intermediate revisions by 3 users 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>Because Image is a non focus-able event, it will have standard events that any control:
+
{{NeedsToBeFixed}} [[Category: Programmer's Guide]]
  
'''OnInit'''
+
Because Image is a non focus-able control, it will have standard events that any control has.
  
That event appears before first paint. It may be used to call a specified script. That may be useful even the actual file is fixed form.
+
See [[non-focus events]].
 
+
'''OnPaint'''
+
 
+
That event appears on any display change, it may be used to refresh form status
+
 
+
'''OnClose'''
+
 
+
OnClose event may be used before changing the screen
+

Latest revision as of 11:11, 7 December 2009

This article needs to be fixed and/or categorized.
Please contribute by fixing this article or other that needs to be fixed.


Because Image is a non focus-able control, it will have standard events that any control has.

See non-focus events.