2020-05-13 04:25 AM
Hi!
I have to start / stop the engine with one button. How to set the button in TouchGFX? What program to add in View, Presenter and Model?
Andrzej
2020-05-17 10:06 AM
As I understand , I think you need to set some sort of flag for you application..
2020-05-18 12:30 AM
I have two engines. One turns right, the other left.
I have two screens. One for parameter setting (ScreenSet) and the other for control (ScreenWork).
Switching from ScreenWork cannot be done with engines running.
In roller.touchgfx which I sent packed, I set what I could do and work properly.
However, this is not all. During operation, OFF / ON and UP can be pressed simultaneously. The screen (BACK) cannot be switched. I don't know how to do it. I tried in different ways but it turns out.
2020-05-18 12:42 AM
Did you try looking into creating your own button?
2020-05-18 01:22 AM
2020-05-18 01:23 AM
All buttons are "Flex Button". When one button is pressed "Execute C ++ code" allows blocking the page switching (BACK). As there are two buttons enabled at the same time, I can't get the page switching lock (BACK). Is this possible in TouchGFX Designer?
2020-05-22 05:43 AM
Hi Martin!
The construction of the ScreenWorkViewBase if () {} elseif () {} .... prevents the setting of buttons as I wanted. I have to organize it differently. Therefore, I have a question how to make selected "toggle" buttons after switching to another page (NEXT button) be reset?
Andrzej