lanrejosh7
(Lanre Josh)
October 13, 2019, 10:25pm
#1
Hi Guy!
How can i make a notifier appear once? so in case i re-open the app, it won’t appear again.
FahadAhmad
(Fahad Ahmad)
October 14, 2019, 1:17am
#2
You can use same logic:
What is it for?
When you want to show something (or do anything else) when screen1 initialize. But only when user runs app for the first time.
User guide / explanation of user interface etc. is just an example.
Blocks -->
[blocks]
AIA and APK -->
checkfirstrun.aia (2,1 KB)
checkfirstrun.apk (4,1 MB)
Of course it will work with APK only.
Enjoy,
BeeriaApps
1 Like
lanrejosh7
(Lanre Josh)
October 14, 2019, 1:30pm
#3
@FahadAhmad Can’t seem to download it, run time error.
FahadAhmad
(Fahad Ahmad)
October 14, 2019, 1:45pm
#4
Why you need to download when all the blocks are clearly visible and you can recreate them easily.
Also, consider @Boban ’s post on that topic, that is easy.
Use logic True/False instead.
[bild]
/Boban
1 Like
lanrejosh7
(Lanre Josh)
October 14, 2019, 1:56pm
#5
yeah just saw them. Thanks.
lanrejosh7
(Lanre Josh)
October 14, 2019, 4:31pm
#6
@Boban @FahadAhmad Still having issues. Pertaining to what i want, this is what i did:
preventtest (1).aia (118.6 KB)
Boban
(Boban Stojmenovic)
October 14, 2019, 5:00pm
#9
You don’t need = true block
Secondly, what is the point of this, to open screen1 over and over again
/Boban
Boban
(Boban Stojmenovic)
October 14, 2019, 5:18pm
#11
Only if you app is alive and only on screen1, if you reinitialize screen1 your dialog will show again
Btw, same for you
/Boban
1 Like
lanrejosh7
(Lanre Josh)
October 14, 2019, 6:55pm
#12
I want the screen1 to open without showing the notifier, that’s my main point.
Boban
(Boban Stojmenovic)
October 14, 2019, 7:45pm
#14
Sorry, totally forgot about you and great that you solved it yourself
/Boban
1 Like
lanrejosh7
(Lanre Josh)
October 14, 2019, 8:27pm
#15
So boban, what if i want it to appear say 3 times?
lanrejosh7
(Lanre Josh)
October 14, 2019, 9:01pm
#16
So boban, what if i want it to appear say 3 times?
Boban
(Boban Stojmenovic)
October 14, 2019, 9:12pm
#17
Try something, if you get stuck get back here and show us what you have tried with
/Boban
Boban
(Boban Stojmenovic)
October 14, 2019, 9:38pm
#18
A hint or two, use values instead of true/false and use the block I told you to remove
/Boban
lanrejosh7
(Lanre Josh)
October 14, 2019, 9:43pm
#19
Exactly what i am trying out. Thanks.
system
(system)
Closed
November 13, 2019, 9:43pm
#20
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.