We are about to switch to a new forum software. Until then we have removed the registration on this forum.
As the title says... I'm writing a program that needs to run on several computers (mac and PCs). I have this problem on XP, anyone knows if it's solvable and how to solve it?
I'm using Processing 3.0a5 and I'm writing the code from Mac OS X 10.10.3 MacBookPro 17" late 2011
Answers
err....
selectFolder() shows folders (hence the name)
are you looking for selectInput()?
;-)
Lol, but on OSX with selectFolder I also see files xD
with
selectInput()
andselectFolder()
processing accesses functions of the current OS...Hence, it looks different from mac to win etc. ...
Thank you for the explanation :)