Jump to content

alundra87

NI
  • Posts

    1
  • Joined

  • Last visited

Posts posted by alundra87

  1. QUOTE(JDave @ Nov 29 2007, 06:44 PM)

    I am using user events, you can see them in my Boolean XControl. Where I create the event registration in the Init ability and destroy them in the Uninit event.

    I fire events from methods and properties without problems and my facade VI gets triggered by them.

    However in my latest experience I have issues where I fire them from a callback VI, this doesn't trigger the facade VI.

    So it shouldn't give you any problems unless you get really fancy.

    Ton

    I know the topic is a little old but I found something strange (but positive)  with the registering callback node.(LabVIEW 2012)

     

    I wanted to create a way to monitor the lost focus event. This event is not native in LabVIEW. So I tried to register a callback to react to a pane: mouse down event. When this event is triggered I check which control has focus and execute some code. 

     

    In .vi form it doesn't work but as an executable it works great. I attached a simple code. Have  a look to the init ability. Tried the unitTest.vi then the UnitTest.exe. 

     

    Romain

    Xcontrol with focus lost event.zip

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.