07-26-2010 05:40 AM
Hi everybody,
I'm looking for a way to put a background image in my XYgraph. I found that solution (image attached), but I want it to keep the same image in the BG, because everytime a try to move a cursor, a pop up ask me to choose an image in a directory. I guess I need a loop somewhere but I don't know where.
Any Ideas ?
Best regards,
MartinO.
Solved! Go to Solution.
07-26-2010 05:57 AM
07-26-2010 06:11 AM
Drag your "read picture" out of the main loop and you should be asked for a pathname only when launching the vi. Better : define a pathname as a constant to avoid the popup dialog.
07-29-2010 10:34 AM
Thanks guys, it was actually pretty simple. (My image was in my loop)