I did notice the IsFrontmost property, but I assumed it was just another way
of saying modal. But if not, I'll try it and see ...
Thanks
Nick
Günter Hofmann wrote in message
news:3B4AB6E4.C50B4B65@iis.fhg.de...
> Nick Ford wrote:
> >
> > I need to interact(mouse/keyboard) with objects in the mainVI front
panel
> > while observing objects in a subVI. Obviously I can't make the subVI
modal
> > 'cos I wouldn't be able to alter the main VI controls, but if I make the
> > subVI non-modal it disappears as soon as I click on the mainVI.
> >
> > Help!..........
> >
> > Nick
>
> Hi Nick,
>
> try to use the VIs of the palette "Application Control". In particular
> use
> "Open VI Reference.vi" connect it with a "Property Node" and set the
> property
> "
Front Panel.IsFrontmost" to true, then the frontpanel of your subVI is
> always visible.
>
> regards
>
> Guenter