TouchGFX: Trouble migrating from 4.16.1 to 4.17.0
I'm having some troubles migrating a project from 4.16.1 to 4.17.1.
My board is NUCLEO-H743ZI
When linking a project after migration i get some errors like:
"undefined reference to `touchgfx::TextArea::setTypedText("
This error come from some auto-generated files.
After some check I found some difference in:
....\Middlewares\ST\touchgfx\framework\source\touchgfx\widgets\TextArea.cpp.
In version 4.16.1 it was...
void TextArea::setTypedText(TypedText t)
In new version 4.17.1:
void TextArea::setTypedText(const TypedText& t)
Currently i had to step back to version 4.16.1 becouse I don't know how to solve it.
Any suggest?
ps. i'm still having also trouble with Designer 4.17.0 that the top of window hides under the Title Bar
Roberto.