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

Calling Window.alert() on HL returns gibberish #1631

Closed
ThePlank opened this issue Feb 9, 2023 · 2 comments · Fixed by #1472
Closed

Calling Window.alert() on HL returns gibberish #1631

ThePlank opened this issue Feb 9, 2023 · 2 comments · Fixed by #1472

Comments

@ThePlank
Copy link

ThePlank commented Feb 9, 2023

Calling for example, stage.window.alert("akjgkdkjgksah", "test"); (i'm using OpenFL) shows messageboxes like this
image

Possible encoding issue? May i suggest using hl.UI.dialog()?

@nixbody
Copy link
Contributor

nixbody commented Feb 9, 2023

#1472 also resolves this issue. It's not just encoding, it's also incorrect usage of input parameters in the corresponding C++ function.

@ThePlank
Copy link
Author

fixed by #1695 i think

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

Successfully merging a pull request may close this issue.

2 participants