Jump to content

Private events: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 23: Line 23:
[[Shortcut Menu dismissed]]
[[Shortcut Menu dismissed]]


===Adding an event]===
==Adding an event==
To add an event to this list, create a link to the event in the appropriate section (Application, VI, Pane or Control) and open that page for editing, the new page should contain the following items:
To add an event to this list, create a link to the event in the appropriate section (Application, VI, Pane or Control) and open that page for editing, the new page should contain the following items:
{| style="background: transparent;"
|
<pre>
  {{ PrivateEvent
  {{ PrivateEvent
  | description =  
  | description =  
  | minLVVersion = 8.6
  | minLVVersion =  
  | maxLVVersion =
  | maxLVVersion =
  | class = VI
  | class =  
  | OS1 =w
  | OS1 =w
  | OS2 =
  | OS2 =m
  | OS3 =
  | OS3 =l
  | OS4 =
  | OS4 =s
  | NowPublic =No
  | NowPublic =No
  | Notes =  
  | Notes =  
  }}
  }}
 
</pre>
[[Category:Private event]]
[[Category:Private event]]
[[Category:Private Item]]
[[Category:Private Item]]

Revision as of 10:21, 17 January 2009

Introduction

Private events are events that are normally not exposed and might indicate features in later LabVIEW versions, they are not supported by NI.

Exposure

To expose the events edit your LabVIEW_configuration_file to include the SuperSecretPrivateSpecialStuff=True setting. You can search the LAVA forums for the tag Private event for additional events and use cases.

List of Private events

Application

Application_Activation
OS_Open_Document
OS_Open_Document?
VI_Activation
VI_Redraw
VI_Scroll

VI

VI_will_be_purged


Pane

Control

Shortcut Menu dismissed

Adding an event

To add an event to this list, create a link to the event in the appropriate section (Application, VI, Pane or Control) and open that page for editing, the new page should contain the following items:

 {{ PrivateEvent
 | description = 
 | minLVVersion = 
 | maxLVVersion =
 | class = 
 | OS1 =w
 | OS2 =m
 | OS3 =l
 | OS4 =s
 | NowPublic =No
 | Notes = 
 }}