2019-10-16 12:02 AM
Iiiiiiit's ... tiiiimeeee!
I'm pleased to finally be able to announce the release of TouchGFX 4.12.3, the first official release since 4.10.0. We've worked with CubeMX and CubeIDE to improve the integration experience some, so please get the latest versions of those (5.4.0 and 1.1.0 respectively). For CubeMX, you can upgrade to 5.4 through the software updater, or you can download it from st.com as usual.
Please read the following for an overview.
https://touchgfx.zendesk.com/hc/en-us/articles/360009767400
Teaser:
/Martin
2019-10-22 02:36 AM
TouchGFX designer supports the L4R9, yes. CubeMX does not support it for TouchGFX yet.
/Martin
2019-11-01 03:51 AM
Hello,
Using this version, I have a problem when generating a project.
When i create a project, following line adding weardly;
imageProgress1.setDirection(touchgfx::AbstractDirectionProgress::RİGHT);
In case you could missing the issue here, is that not RIGHT, it is RİGHT. An I with a point of it! "İ". So i am getting following error;
../touchgfx/generated/gui_generated/src/mainscreen_screen/mainscreenviewbase.cpp(25): error: #135: class "touchgfx::AbstractDirectionProgress" has no member "R\u00c4"
imageProgress1.setDirection(touchgfx::AbstractDirectionProgress::RÄ°GHT);
../touchgfx/generated/gui_generated/src/mainscreen_screen/mainscreenviewbase.cpp(25): error: #7: unrecognized token
imageProgress1.setDirection(touchgfx::AbstractDirectionProgress::RÄ°GHT);
../touchgfx/generated/gui_generated/src/mainscreen_screen/mainscreenviewbase.cpp(25): error: #18: expected a ")"
imageProgress1.setDirection(touchgfx::AbstractDirectionProgress::RÄ°GHT);
../touchgfx/generated/gui_generated/src/mainscreen_screen/mainscreenviewbase.cpp: 0 warnings, 3 errors
Of course i am fixing it but, every project creation, make me fix it! How can we solve this?
2019-11-01 11:20 AM
Anybody?
2019-11-04 12:26 AM
What you've linked to is the API - There should be something for 4.12.3 as well. Documentation is in a strange state where we haven't had a good platform on st.com since the aquisition - It's something that's being investigated and worked on. Until then, documentation will be a bit shady.
If you check out the sticky about 4.12.3 you'll find some links to articles - Zendesk is the current touchgfx doc site. Let me know if you have any concrete questions, scott!
/Martin
2019-11-04 12:28 AM
Wow, let me verify this. That's strange!
/Martin
2019-11-04 12:31 AM
This is what i'm getting
imageProgress1.setDirection(touchgfx::AbstractDirectionProgress::RIGHT);
Looks like your're getting some garbage during generation. I'll have a chat with the designer team to see if this is something they've experienced before.
/Martin
2019-11-04 01:08 AM
Looks like it. Do you have any idea for the reasen? My other projects doesn't generate wrong file.
Edit: My compoter Turkish. I don't think it is because of my language settings. Is it?
2019-11-04 01:42 AM
Any strange language/locale settings on your end? It's the first time i've heard about this but there could be something we're not handling properly.
/Martin
2019-11-04 02:19 AM
I will check for locale language setting for TGFX. I may made some locale settings.
2019-11-04 02:23 AM
Hi,
The link you provided is API for 4.10.0, yes. The documentation for features can be found on touchgfx.zendesk.com. You can find links in the release note (sticky in this subforum). We're still on our old platform and havent been able to migrate to st.com yet but this is something that's ongoing and that they're working on fixing. So documentation is a bit shaky at the moment, sorry about that.
Let me know if you're not finding what you're looking for.
/Martin