Hello community,
with a delay I want to update a graph (build with Canvas) when a screen changes its orientation. For that reason, I first have tested a delay as follows: when I click on a button I start a timer (Clock1 TimerEnabled set to true) and show a label in a green colour. When the timer expires, the timer of the clock is disabled (see clock1.timer) and the colour is set back to red. This works as expected and changes the colour for the expected time by pressing the button.
The same behaviour I want to get changing the orientation of the screen. Therefore, I used the block “when Screen1.ScreenOrientationChanged” with the same blocks than with the button. But, noting happens when I change the orientation of the screen. This topic has been already discussed here: When Screen.ScreenOrientationChanged Doesn't Do Anything
Have their any changes been done until now? Or is there another possibility to update a graph when the screen orientation changes (without having a timer running all the time and updating the screen i.e. every half of a second!).
I look forward to your answers
Marcus
Figure 1: Program