09-24-2015 03:10 PM
It is the first time I use subpanel (and notifier). I want to use notifier to close the subpanels. This is a good idea or I would be better to look for another method?
09-24-2015 04:07 PM - edited 09-24-2015 04:16 PM
This is a perfectly valid use for the notifiers, personally I use an AE (Action Engine or FGV if you like) for controlling the closing of subpanels.
You could combine both of your loops in your subpanels into the Event structure using the timeout functionality to simplify your code.
Why are you using mouse down rather then value change to control the changing of subpanels?
09-25-2015 02:25 AM
09-25-2015 09:42 AM - edited 09-25-2015 09:43 AM
To ogk.nz: "Why are you using mouse down rather then value change to control the changing of subpanels?"
A bad reflex from the multicolumn listbox... I will use the value event instead.
To mikeporter:
I have a problem to run your testbed example.
error # -2147467259
Exception occured in Microsoft JET Database Engine:
File'C:\Users\Jean-Marc\Documents\LabVIEW\Subpanel Mike Porter\_repos\LocalDB.mdb' is missing. in ADO Database Drivers.lvlib:Acquire Connection.vi->Configuration Management.lvlib:Get Processes to Launch.vi->testbed.vi
09-25-2015 10:05 AM
Hey have you tried the Remove VI method to unload the VI in the subpanel control?
There is an example that might be helpful. See the attachment.
09-25-2015 11:59 AM
09-25-2015 12:08 PM
Yes I use Tortoise SVN:
Testbed Application — Release 10 and Toolbox — Release 5.
09-25-2015 12:26 PM