If I create in C code progress like this:
Display All
Then I can this code works:
However, if I create PROGBAR in AppWizard GUI tool, following lines
give crash in simulator (didn't tried on real hw):
"PROGBAR.c
Wrong handle type or Object not init'ed in PROGBAR_LockH()"
Obviously AppWizard PROGBAR widget isn't the same as emWin widget.
How to properly access AppWizard PROGBAR from C code?
Source Code
give crash in simulator (didn't tried on real hw):
"PROGBAR.c
Wrong handle type or Object not init'ed in PROGBAR_LockH()"
Obviously AppWizard PROGBAR widget isn't the same as emWin widget.
How to properly access AppWizard PROGBAR from C code?