Hi ,
I want to switch from one screen to another screen on AppWizard. And I want to switch screen by changing AppWizard variables value.
I have added a variable to my AppWizard project. And then on screen ID_SCREEN_00 add an interaction which has the following properties:
- Emitter: ID_VAR_00
- Signal: VALUE_CHANGED
- Job: SWAPSCREEN - select swap to ID_SCREEN_01
- Click the "+" in the condition column to add a condition which checks for:
- ID_VAR_00 == 1
But after I generate and bulid the code , there is a build error:
undefined reference to `APPW__CompareIsEqual'
The emwin library version is v6.14d. How to fix this error.
By the way , is there any other way to switch screen from code?