zackfuqua / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by djsimend...@verizon.net on 4 Mar 2013 at 11:10