09-03-2009 02:27 PM
John,
You should be able to use property nodes. A VI property can give you the FP.PanelBounds parameters which will tell you how large the panel is. A panel reference can give you access to references to the decorations and controls. Their Position and Bounds properties can tell you where things are. You can then modify the appropriate properties to get the look you want.
Lynn
09-03-2009 02:39 PM
Building on Lynn's comment
09-03-2009 02:49 PM
09-03-2009 02:55 PM
09-03-2009 03:43 PM
09-03-2009 03:55 PM - edited 09-03-2009 03:56 PM
You can try, I'm not sure how to get the reference to the group. I tried grouping and moving the decoration, but the graph and boolean did not move. One item, you can set the origin to the upper left corner to help incase someone drags the scroll bars around.
09-04-2009 07:31 AM
right. Thanks to user "Ben" over here http://forums.ni.com/ni/board/message?board.id=170&thread.id=438359. He gave me the idea of use a tab control to group the items and then using property nodes to control the position of the tab control. Vi's attached.
What do you think?
J
09-04-2009 10:03 AM