Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose File Select Dialog #7

Closed
xentripetal opened this issue Dec 10, 2018 · 1 comment
Closed

Expose File Select Dialog #7

xentripetal opened this issue Dec 10, 2018 · 1 comment
Assignees

Comments

@xentripetal
Copy link

It would be useful to expose the file selecting dialog for getting paths from the user as an alternative to giving the path as a a string input via Dialog.entry.

Suggested Features:

  • Configuration for dialog title (e.g. title="Save File"/"Load File")
  • Configuration for supported file types that will filter the available files to those matching. (e.g. filetypes={"png","jpg"}
  • Callback for user selecting file (e.g. OnSelect=function)
  • Selected file stored as path string in dialog data.
@dacap
Copy link
Member

dacap commented Dec 11, 2018

👍 thought about it but didn't have enough time to make it in beta4, maybe for the final v1.2.10

@dacap dacap self-assigned this Feb 13, 2019
dacap added a commit to aseprite/strings that referenced this issue Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants