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

alert() prior first textbox() doesn't show any text #23

Open
htgoebel opened this issue Feb 22, 2015 · 0 comments
Open

alert() prior first textbox() doesn't show any text #23

htgoebel opened this issue Feb 22, 2015 · 0 comments

Comments

@htgoebel
Copy link

If there has not been any textbox (or such) displayed prior to the first alert, the alert will not show any text.

Here is a simple aroma-config to show the effect:

fontresload( "0", "ttf/Roboto-Regular.ttf;ttf/DroidSansFallback.ttf;", "12" );
fontresload( "1", "ttf/Roboto-Regular.ttf;ttf/DroidSansFallback.ttf;", "14" );

alert("Alert 1", "This is an Alert 1");
textbox("Welcome", "You are welcome", "", "");
alert("Alert 2", "This is an Alert 2");

The first alert will display not text, but the second one will.

@htgoebel htgoebel changed the title alert prior first textbox doesn't show any text alert() prior first textbox() doesn't show any text Feb 22, 2015
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

1 participant