12-19-2009 06:04 PM
12-20-2009 07:13 PM
Thanks for your contribution.
So far things seem to work, so that's great! 🙂
Still, many things cound be simplified significantly.
Here are some suggestions:
See how far you get 😄
12-20-2009 09:28 PM
Thank you for your input! I have a few comments on your suggestions, though:
The new version is inclosed in the attached zip file. Also, I've noticed that for some reason, as it draws, the drawing tends to flicker when it has to deal with complex fractals. I don't think it used to do that. Any fixes, or is it just my computer?
12-21-2009 01:40 AM
bluekid239 wrote:The path control doesn't seem to work too well when you put it outside the event case and wire it inside. doesn't like to read a changed path.
To make sure the path does not get read until an event fires, you can do the following:
Make one event triggered by both "open" and "save" value changed. Place the path control inside.
Add a case structure tied to the "open" terminal. Inside the true case goes the "open" code, inside the false case goes the "save" code.
12-21-2009 01:44 AM
bluekid239 wrote:Also, I've noticed that for some reason, as it draws, the drawing tends to flicker when it has to deal with complex fractals. I don't think it used to do that. Any fixes, or is it just my computer?
Right-click the picture indicator and select "advanced...smooth updates".
12-22-2009 08:35 AM
12-22-2009 10:28 AM - edited 12-22-2009 10:29 AM