2019-10-24 01:40 AM
#include <gui/containers/ToolBar.hpp>
#include <gui/containers/NoUseContainer.hpp>#include <touchgfx/canvas_widget_renderer/CanvasWidgetRenderer.hpp>
Solved! Go to Solution.
2019-10-31 11:58 PM
Thank you for your reply.
I don't know why this happened.Maybe adding too many header files will cause this bug.There is a blank line on line 19.If I Remove ToolBar.hpp&NoUseContainer.hpp out of the screen,CanvasWidgetRenderer.hpp can be added correctly.Now my solution is to add a space to the designer's include.I will show you the screenshot.
“ - �? is added to 'INCLUDE'.
2019-10-31 06:59 AM
Hi @nico's cat,
I just saw this at one of my trainees computers. Thanks! Now i'm completely sure it's a real issue.
/Martin
2019-10-31 07:05 AM
Can you please show me the state of your TouchGFX canvas? I'm trying to replicate the issue but can't so far. It would be very helpful, thanks!
/Martin
2019-10-31 11:58 PM
Thank you for your reply.
I don't know why this happened.Maybe adding too many header files will cause this bug.There is a blank line on line 19.If I Remove ToolBar.hpp&NoUseContainer.hpp out of the screen,CanvasWidgetRenderer.hpp can be added correctly.Now my solution is to add a space to the designer's include.I will show you the screenshot.
“ - �? is added to 'INCLUDE'.
2019-11-06 02:25 AM
That's clever. Thanks for the report =) I've verified this with others and its been reported as a bug.
I'll just mark your "solution" as an answer to your own question in case people come across this.
/Martin
2019-11-06 04:38 AM
:ok_hand: