processing-website icon indicating copy to clipboard operation
processing-website copied to clipboard

More details on the various types of selectInput

Open bcoley opened this issue 11 years ago • 2 comments

Hello, how are the parameters used in the various types of selectInput calls? Only the "public void selectInput(String prompt, String callback)" seems to be described, either on the web page or in the javadocs. Would like to have more info on

public void selectInput(String prompt, String callback, File file)

public void selectInput(String prompt, String callback, File file, Object callbackObject)

public static void selectInput(String prompt, String callbackMethod, File file, Object callbackObject, Frame parent)

Thanks!

bcoley avatar Aug 30 '14 02:08 bcoley

The website does not describe all the parameters for the different method signatures.

quarks avatar Aug 20 '16 09:08 quarks

Include for related functions:

https://processing.org/reference/selectInput_.html https://processing.org/reference/selectFolder_.html https://processing.org/reference/selectOutput_.html

REAS avatar Jul 25 '19 23:07 REAS