Jump to content

Private events: Difference between revisions

From LabVIEW Wiki
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TOCright}}
==Introduction==
==Introduction==
Private events are events that are normally not exposed and might indicate features in later LabVIEW versions, they are not supported by NI.
Private events are events that are normally not exposed and might indicate features in later LabVIEW versions, they are not supported by NI.
Line 4: Line 5:
==Exposure==
==Exposure==
To expose the events edit your [[LabVIEW_configuration_file]] to include the SuperSecretPrivateSpecialStuff=True setting.
To expose the events edit your [[LabVIEW_configuration_file]] to include the SuperSecretPrivateSpecialStuff=True setting.
You can search the LAVA forums for the tag [http://forums.lavag.org/private-event-tag321.html Private event]] for additional events and use cases.
You can search the LAVA forums for the tag [http://forums.lavag.org/private-event-tag321.html Private event] for additional events and use cases.


==List of Private events==
==List of Private events==
Line 10: Line 11:
[[Application_Activation]]<br/>
[[Application_Activation]]<br/>
[[OS_Open_Document]]<br/>
[[OS_Open_Document]]<br/>
[[OS_Open_Document?]]<br/>
[[VI_Activation]]<br/>
[[VI_Activation]]<br/>
[[VI_Redraw]]<br/>
[[VI_Redraw]]<br/>
Line 16: Line 18:
===VI===
===VI===
[[VI_will_be_purged]]<br/>
[[VI_will_be_purged]]<br/>
===Pane===
===Pane===
===Control===
===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:
{| style="background: transparent;"
|
<pre>
{{ PrivateEvent
| description =
| minLVVersion =
| maxLVVersion =
| class =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =s
| NowPublic =No
| Notes =
}}
</pre>
[[Category:Private event]]
[[Category:Private Item]]

Latest revision as of 19:09, 29 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 = 
 }}