How do I add a quick reminder?

How to add a reminder to my app When you open the application, a reminder will pop up, like, for instance, turning your Bluetooth on to connect to the device like that for a few seconds. Just as a reminder, once you open the application, Thanks!

You might be thinking of what most developers call a splash screen. There are some examples in this link that you might be able to adapt.

More simply, use the Notification component to post an alert by placing the alert notifier in you app's Screen1.Initialize event handler.

notifierAlert

Thanks!

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