2023-02-19 11:55 AM
Hello. I use a SwipeContainer with 2 pages. I have a button with which I want to switch to another page. But the simulator and also the STM32F7508 crashes. Does anyone have an idea to solve this problem?
Solved! Go to Solution.
2023-02-25 02:55 AM
I fix this. The array was out of range.
2023-02-19 05:22 PM
Hi,
When does the simulator crashes exactly ? When you press the button or at launch ? You talk about page and screens in your post, what is the fonction you call suppose to execute ? Could you share some code/ how you implemented it ? Or share your project if not confidential ?
/Romain
2023-02-19 10:35 PM
The GUI works fine, also the SwipeContainer. But when i want to change to another screen with a button, the simulator and also the STM32F7508 crashes.
The Screen with the SwipeContainer has 2 pages. Everey Page includes a custom container with a ScrollableContainer and a ListLayout. I included the relevant files, because the project has approximately 1GB.
2023-02-25 02:55 AM
I fix this. The array was out of range.