gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
60 stars 38 forks source link

When I am showing pictures in JES, the function keeps repeating itself without stopping #63

Open leafstorm opened 10 years ago

leafstorm commented 10 years ago

From djsimend...@verizon.net on March 04, 2013 18:10:28

What steps will reproduce the problem? 1. This is the function I have been using: def test2 (picture): for p in getPixels(picture): setRed(p,getRed(p) * 0.3) explore(picture) When the function runs, it runs continually without stopping unless I click on the stop button. It then says there's something wrong with the program. What is the expected output? What do you see instead? The expected output is for the function to run just once and then stop on it's own. I instead get the function running continually. What version of the product are you using? On what operating system? I am using JES 4.3 with java included on a Lenovo Thinkpad with Windows Seven Professional. Please provide any additional information below.

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=63