09-20-2007 05:15 AM
09-20-2007 05:41 AM
Please tell us more about the thought process behind this scheme!
This question read like;
"Every time I take a picture with the lens cover on, the picture comes out all black."
Ideas
1) Write data to an off-screen graph and get its image.
2) Set "defer panel updates" = T set graph visable =T, Get image, Set visable =F, set "defer..." = F (not sure on this one)
So please elaborate.
Ben
09-20-2007 06:20 AM - edited 09-20-2007 06:20 AM
Being a newbie my and 1 week into LabView still getting to knoiw the ins and outs of the thing.
Well to ellaborate:
I have a chart which needs to be only visible when the user presses a 'view' button. When pressed this changes the visible property to true and the chart is displayed with the correct plots. Problem is theat when the user clicks a 'stop' button I save the chart to a jpeg (the user does not want to see the chart at this point) . This does work when the chart is visible all the time and out of view. The only crude way I have managed to get it to work so far is by changing to screen position of the chart and making in visible when the stop is pressed and moving it to the visible screen when view is pressed. See my crude solution attached:
Message Edited by neergh on 09-20-2007 06:23 AM