TG Posted November 21, 2008 Author Report Share Posted November 21, 2008 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 Quote Link to comment
TG Posted November 21, 2008 Report Share Posted November 21, 2008 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 Quote Link to comment
Dan DeFriese Posted November 22, 2008 Report Share Posted November 22, 2008 Yes, this works fine. I put together a little example. Quote Link to comment
Dan DeFriese Posted November 22, 2008 Report Share Posted November 22, 2008 Yes, this works fine. I put together a little example. Quote Link to comment
asbo Posted November 22, 2008 Report Share Posted November 22, 2008 QUOTE (Dan DeFriese @ Nov 21 2008, 12:51 AM) Yes, this works fine. I put together a little example. You may have to alter the string constant in the caller VI; when I saved these files, my browser was kind enough to swap spaces for underscores and break it. Quote Link to comment
TG Posted November 22, 2008 Author Report Share Posted November 22, 2008 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. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.