cancel
Showing results for 
Search instead for 
Did you mean: 

Can't change Screen when i use a SwipeContainer

Roman REITER
Associate III

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?0693W00000aHAHyQAO.png

1 ACCEPTED SOLUTION

Accepted Solutions
Roman REITER
Associate III

I fix this. The array was out of range.

View solution in original post

3 REPLIES 3
Romain DIELEMAN
ST Employee

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

Roman REITER
Associate III

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.

Roman REITER
Associate III

I fix this. The array was out of range.