problems changing from proccesing 1 to 2
in
Programming Questions
•
1 month ago
i recently downloaded a program for processing, unfortunately it was written for processing 1 and does not run properly on 2. the section i am having problems with is as follows:
String loadPathCode = selectInput('Choose Gcode File'); // Opens file chooser
if (loadPathCode == null) {
i have seen this page
http://wiki.processing.org/w/Changes but i have not been able to fix the problem
i have no experience with processing and was hoping someone would be able to help me make this work with processing 2
Thanks in advance
1