Jump to content

Sub panels and events


TG

Recommended Posts

Question for anyone who might remember.

On the topic of subpanels

Can a subpanel work normally if it has a static event handler in it and the events

generated within the subVI are only triggered by using property value(signaling) within the subvi itself not by user interface clicking of buttons?

said another way..

Will ValueChange events signaled within the subVi (by using Value(signaling) property only )

work normally if the subvi is placed within a subpanel?

Or rather, are all events going to be relayed to the calling VI?

I think I know the answer but just want to see if anyone tried this out and perhaps may know some useful trickery here? :)

Thanks in advance

Link to comment

Question for anyone who might remember.

On the topic of subpanels

Can a subpanel work normally if it has a static event handler in it and the events

generated within the subVI are only triggered by using property value(signaling) within the subvi itself not by user interface clicking of buttons?

said another way..

Will ValueChange events signaled within the subVi (by using Value(signaling) property only )

work normally if the subvi is placed within a subpanel?

Or rather, are all events going to be relayed to the calling VI?

I think I know the answer but just want to see if anyone tried this out and perhaps may know some useful trickery here? :)

Thanks in advance

Link to comment

QUOTE (Dan DeFriese @ Nov 21 2008, 05:51 AM)

Yes, this works fine. I put together a little example.

Dan Thanks for showing me how its done.

I thought it would not work but you prove it does and it seems to work just fine.

Very simple too.

I especially like the remote stop shutting down the subVI from the caller.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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