Merhaba.
Uygulamamın ilk açılışında görünecek basit bir yazı animasyonu yapmak istiyorum.
Sadece ilk açılışta görünmesini nasıl sağlarım?
Hi Kevin,
Thank you for your response. I tried what you said, but it did not work. I send you the image of blocks. Please examine this.
Your blocks look fine
Please explain what happens and what you want to happen instead
To restart testing clear TtinyDB
Taifun
Hi, I have a 2 screen app. I want the app to start with a text animation every time it is opened and then the animation will not run until the app is closed and opened again. However, I have not been able to stop the animation from running when the screen changes (from the 2nd screen to the first).
This depends on how you switch screens
If you use the manager screen method, then after using the close screen block on the 2nd screen, then event Screen1.OtherScreenClosed will get triggered instead of Screen1 Initialize
Read the notes there about the companion app limitations and test the apk file
Current limitations of the AI Companion app:
- The close screen block triggers the Initialize event instead of the OtherScreenClosed event.
- The close screen with value block triggers both the Initialize and OtherScreenClosed events instead of only the OtherScreenClosed event.
- The close application block does not work, a message 'Closing forms is not currently supported during development' will be displayed instead.
Also you can remove your TinyDB logic again
Taifun