processing / processing/processing-website

More details on the various types of selectInput

Open
#403 2 comments 0 reactions 2 assignees View on GitHub

@REAS is already working on this.

Since Jul 25, 2019.

Enhancement
Dominant language
MDX
Stars
90
Forks
122
Avg merge
1h 43m
Merged PRs (30d)
3

Description

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!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.