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
alert()
textbox()
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:
aroma-config
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.
The text was updated successfully, but these errors were encountered:
alert
No branches or pull requests
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:The first alert will display not text, but the second one will.
The text was updated successfully, but these errors were encountered: