10-27-2005 03:17 AM
10-27-2005 03:24 AM
10-27-2005 06:54 AM
10-27-2005 07:07 AM
10-27-2005 07:51 AM
This is what Paul described. Is this the simplest code ever or what?
Note that the order is imporant - the properties are executed top-to-bottom.
10-27-2005 09:51 AM
exactly tst, thanks for coding it up. I wouldnt have gotten to it until tonight.
Paul
05-15-2007 08:49 AM
05-15-2007 09:49 AM
@Steve.Briggs wrote:
I was wondering if there was a quick fix somewhere within the property node that keeps the plots completely invisible.
Yes, you set the Visible property to F, just as was shown in the example.
If it's blinking, the most likely reason is that you are alternating between T and F in one or more places in your code. You can try finding all the references and property nodes relating to your graph or place a probe or an indicator in that point to see what the actual values being written to the property node are.
If you still have problems after trying that, you should upload your code, because there is other way really to help you.