corba22 / eggbotcode

Automatically exported from code.google.com/p/eggbotcode
0 stars 0 forks source link

StippleGen 2.02 does not run in Processing 2.0 beta 6 #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem:
1. Install and run Processing 2.0 beta 6
2. Install Control P5 and Toxiclibs and restart Processing.
3. Open StippleGen_2.pde and run it.

StippleGen's UI should launch but does not.
Error displayed: "The method selectInput(String, String) in the type PApplet is 
not applicable for the arguments ()"

StippleGen 2.02
processing 2.0b6

I attached a patch that moves the file/path validation to the two callbacks now 
required by selectInput and selectOutput. Some other minor changes due to the 
fact that these methods no longer return a String object.

Original issue reported on code.google.com by kevin.he...@gmail.com on 19 Nov 2012 at 9:44

Attachments:

GoogleCodeExporter commented 8 years ago
StippleGen has not, thus far, been part of this repository.  In the process of 
migrating to GitHub, we should be able to fix that, and merge this in. 

Re-opened on Github as: https://github.com/evil-mad/EggBot/issues/5

Original comment by windell@oskay.net on 15 Dec 2014 at 10:10