LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to implement splitter windows on a CVI UIR?

Has anyone implemented resizable horizontal and/or vertical splitter windows
in a CVI UIR?

Using CVI, I would like to implement an app with a Windows Explorer or
Outlook Express-type main panel: A tree view control along the left side of
a vertical splitter. On the right side of the splitter two other controls
(a MS HFlex Grid control and a text box) seperated by a horizontal splitter.

Is this possible in CVI?

Thanks,

Bob Rafuse
Etec, Inc.
0 Kudos
Message 1 of 2
(2,900 Views)
No, there isn't a splitter window feature in CVI user interfaces. You could mimic it with decorations and child panels that you are scaling, but it would not be easy. I would suggest doing the UI in Visual Studio with our Measurement Studio tools if you need this behavior.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,900 Views)