08-25-2008 08:25 PM
I am trying to use a sub panel scheme to allow the VIs loaded via a menu ring that will be populated once a "Plug In" directory has been scanned
and the VI file names parsed and sent to the menu ring, this will occur each time the application is launched.
While making my sub VIs is there a way to setup the front panel and lock it in position so I do not move during the developemnt phase? That way
all the VIs that are ran through the sub panel will all be cenetered and framed the same way.
Best Regards
Tim C.
08-25-2008 11:14 PM
You can of course create a template that you can use to create subpanel insert VIs of a standard size. Alternately, you can create a subvi that automatically resizes and repositions the subpanel such that it is always centered regardless of it's size.
Mike...
08-26-2008 06:40 AM
08-26-2008 06:40 AM
08-26-2008 07:16 AM
I put the code for resizing/scrolling the FP into a case that is not executed (constant=false). When I made changes in the VI, I switched that constant temporary to true and execute the VI (not loaded into the Subpanel). Better than nothing...
Felix
08-26-2008 08:10 AM
08-27-2008 07:21 AM