We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling for example, stage.window.alert("akjgkdkjgksah", "test"); (i'm using OpenFL) shows messageboxes like this
stage.window.alert("akjgkdkjgksah", "test");
Possible encoding issue? May i suggest using hl.UI.dialog()?
hl.UI.dialog()
The text was updated successfully, but these errors were encountered:
#1472 also resolves this issue. It's not just encoding, it's also incorrect usage of input parameters in the corresponding C++ function.
Sorry, something went wrong.
fixed by #1695 i think
Successfully merging a pull request may close this issue.
Calling for example,
stage.window.alert("akjgkdkjgksah", "test");
(i'm using OpenFL) shows messageboxes like thisPossible encoding issue? May i suggest using
hl.UI.dialog()
?The text was updated successfully, but these errors were encountered: