Skip to content

selectInput() is not working in Android mode. #296

@bizkitj

Description

@bizkitj

`
void setup() {
selectInput("Select a file to process:", "fileSelected");
}

void fileSelected(File selection) {
if (selection == null) {
println("Window was closed or the user hit cancel.");
} else {
println("User selected " + selection.getAbsolutePath());
}
}`

switch from Java mode to Android mode, processing gives error, Am I doing something stupid?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions