How to do this?

i want to open screen 1.
when screen 2 is back press. but i don’t want to open screen1 when notifier is visible.

What have you researched and tried to do?
Read this :

1 Like

Use a if then statement -

When Back Pressed
if Notifier Visible to False
then Open Screen 1

He needs to try something.
He needs to research something.
Arriving in the community without an attempt and asking for a solution is not the ideal way to learn to do it yourself.

2 Likes

Put Notifier function in Screen2.BackPress event. Then write if condition in Notifier event.

thank, i like your sentence

i have do it my self
here is my block
blocks (21)

2 Likes

Interesting. You solved it yourself … alone without help @ADDYLIN and @Automate_My_Project.

3 Likes

you might want to read more about how to switch screens correctly…


Taifun

3 Likes

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