You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok... I swear I was testing it with option and it didn't work so I assumed only the parameters specified in the documentation are supported. I was looking at dialog_class.cpp to see if it's simple enough to do myself and found that most of these are supported with a comment for support of options in the future. so I tested it again and it worked(???) whatever it is that was happening idk
anyways since most of this is already supported I'll edit it out. one last thing... if this should be in the Aseprite repo and not here feel free to close and move the issue or let me know and I will :)
Currently these are the only things possible with the current modify function
that's a little lackluster. A couple more things we can modify are
onclick
,onchange
,onrelease
functionsoptions
for comboboxand two more functions I feel are needed
dialog:delete()
which should delete the element with the specified iddialog:replace()
should delete the element with the given id and create a new element with a new id in the same placeThe text was updated successfully, but these errors were encountered: