08-28-2009 01:56 PM
08-28-2009 09:19 PM
Sure. There are property nodes to determine the window position of the calling VI. Likewise the same property nodes would be used with the subVI to set its window position.
08-29-2009 01:01 PM
Yep,
Was playing around with the property nodes and wasn't having any luck. I was hoping for something quick and dirty.
Finally figured out what I needed to do using property nodes. IMHO the naming convention used is a little counterintuitive.
Anyway here is a little VI I came up with that converts coordinates obtained from an event structure that is relative to the current VI origin and converts it into what I call "global" coordinates (i.e. relative to the origin of the monitor).
Dan
08-29-2009 01:54 PM
I just found the SnapToPanel utility on the community.
Description
The SnapToPanel VI enables you to position a Target VI window relative to a Reference VI window.
Use the SnapToPanel VI in your application to control the position of sub-panels relative to the main application panel.
Ton