before eagle update my app is good but after that it says app keep stopping when it going from first screen to second screen and app is closing, please help me. This is my aia
LightsON.aia (1.5 MB)
1 Like
alireza66
(علیرضا)
September 2, 2019, 10:25am
#2
FUTUREDEV
(Futuredev)
September 2, 2019, 10:25am
#3
Boban
(Boban Stojmenovic)
September 2, 2019, 10:37am
#4
This is what causes the error, you have multiple sliders in your app
It took a long time to figure out why my app crashes.
Since Kodular Eagle it is no longer possible to have more than 1 slider (with the Slider.PositionChanged event) on a screen. As soon as you switch to a screen (with more than 1 slider), the app crashes.
Screen1:
[grafik]
Screen2:
[grafik]
slider_bug.aia (3.5 KB)
logcat.txt (18.7 KB) from a Galaxy Note 3 (Android 5.0)
Same error on a Galaxy Note 8 (Android 9).
/Boban