by default, a VI loaded into a subpanel will show up with the same FP position as when you last saved it. That's not often what you want, and it's easy to move the FP around inside the window and forget you're changing it. But this should be good enough to get going.
one trick that I use is to load the subvi into the subpanel with the same origin in each. So both the front panel and the pane that it is in have their own coordinates. For the pane (which is normally the window boundary, and here is the subpanel boundary) the origin is 0,0 at the upper left corner. On the front panel, look for a little dot with the grid visible. That's (0,0) on the FP.
So what we can do programmatically is to use property nodes to set the pane origin to the front panel origin:
(LV2009f2)
ok so the snippet ate my constant but there should be two 0's (I32) in that cluster. Just create a constant on the Origin property and it'll make it.
-B
-Barrett
CLD