Hello!
I am developing an application with several screens. When I first launch it, when no screen has been opened yet, I try to go to the screen I need. However, after the transition, the screen is displayed empty - there is not a single element on it, although the interface should have two or three lines of text. At this point, the application stops responding.
Please tell me what steps should be taken to diagnose and fix this problem? I would be grateful for any advice.
Thank you!
Link to Google Drive video of my problem: https://drive.google.com/file/d/1XrbNYkza_qL5crGXzvpIRvtGBgM8XfYC/view?usp=sharing
TIMAI2
August 26, 2025, 4:12pm
2
Black text on a black background ?
We would need to see more. Show your relevant blocks for each screen (identify which screen the blocks relate to)
Here are the blocks on Screen 1
There are no blocks on the Whether screen
TIMAI2
August 26, 2025, 4:23pm
5
Create a small test app with two screens to replicate moving to the Whether screen.
Does that work for you?
I created a new application where I transferred Whether screen from my previous project. The error persists
TIMAI2
August 26, 2025, 4:35pm
7
Herewith a simple example
whether.aia (2.4 KB)
This should work for you ?
Then tell us what is different about this Whether screen of yours ?
Here is my project with a broken screen
GG.aia (2.5 KB)
Have you tried compiling it into apk?
I moved your screen to my app and the problem persists.
TIMAI2
August 26, 2025, 4:50pm
12
Ah, I see what you mean.
Can't see anything in the aia that is out of the ordinary.
Suggest you delete and recreate "Whether" from the beginning, testing as you go.
1 Like
TIMAI2
August 26, 2025, 4:51pm
13
Oh, interesting.
Issues could be arising if you are moving screens from one app to another ?
ABG
August 26, 2025, 5:11pm
15
Where's the place you use TinyDB to transfer data across screens?
I used to use it in the settings screen, but then I removed it. I also use TinyDB in the Chat screen.