Can the color of the notifier options be changed?

hello
i am designing an app where i have used a notifier to confirm the exit..(the notifier would be asking before exiting "Do you really want to exit?")
so the color of its options is pink (by default) and i don't want that so can its color get changed or not??
blocks (12)
thanks

No. Developers can change the colors of alerts but not dialogs. You hope to change the colors in a dialog.

See the documentation http://ai2.appinventor.mit.edu/reference/components/userinterface.html

Properties

BackgroundColor Specifies the background color for alerts (not dialogs).

NotifierLength Specifies the length of time that the alert is shown – either “short” or “long”.

TextColor Specifies the text color for alerts (not dialogs).

Regards,
Steve

1 Like

thank you @SteveJG i will surely see to it :+1:

You can change this by setting the Accent Color property on Screen1.

there are some extensions available... search for Notifier or Dialog ...
here is the extensions directory App Inventor Extensions | Pura Vida Apps

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

thank you @Conor and @Taifun i will surely try to do it with what u told

thank you @Conor
this did exactly what i wanted

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.