Alternative User Input

Is there any way to get a user input beside buttons, from the toolbox samples all we get is buttons and I haven’t seen any in the documentation so far.

You can do checkboxes, dropdowns, text fields, number fields, colours and colour ramps, sliders, and files. What else are you looking for?

1 Like

Thanks that’s all I like to know, thanks.

Is there anyway to have a Save As like behavior? the Dialog file only gives me the path output, it’s not really intuitive. I know I could use app.command.SaveFileAs but I can’t change the file extension on it, not only that both app.command.SaveFileAs() and Dialog:file leaves by default .asepsrite file if you don’t specific a extension.