08-17-2006 01:05 PM
08-17-2006 10:57 PM - edited 08-17-2006 10:57 PM
Message Edited by devchander on 08-17-2006 11:10 PM
08-18-2006 12:05 AM - edited 08-18-2006 12:05 AM
Hi JHttn,
My first approach would be to follow Devchander's advice and try to accomplish this through Graph properties, but in case it helps, with LabVIEW 7.? came a nice "floating" FP option that keeps a VI on top, while allowing access to controls on over-layed panels - so if you had a graph-only VI floating above, you could make it look like part of an underlying window - with access to those controls; however...
I'm curious (and a bit slow) - how will it help to have two Front-panels when the monitor resolution changes? Is it to let you resize the controls-text independent of the Graph?
Cheers!
Message Edited by tbd on 08-18-2006 12:08 AM
08-18-2006 12:42 PM
08-20-2006 08:21 PM
Hi JHttn,
For a simple application, I would use a single VI for everything (no notifiers) and use the Graph's properties to size the VI's front panel and graph for the current display.
> I want to be able to make the graph take up the whole screen regardless of the resolution
Well, a VI can be configured - through it's properties - to to automatically size to screen, but I think you'll need to resize the graph programmatically.
> Could you explain the "floating" FP a little more.
Attached is a VI that will give you the current display resolution. In case it's useful, the example has its Front Panel "Behaviour property set to "Floating" - just run it with at least one other VI - notice it stays on top, but other panels & controls are still acessible? It also shows how a chart can have it's plot-area resized programmatically.
Hope it help!