User Activity

Steps to reproduce issue:Create new project in TouchGFX 4.18.0, set target board H743 eval, add box with border, set border color to red, box color to green, save project, generate code, build and download to board with CubeIDE
For TextArea with wildcard initial value from resource ID is not displayed.Single use value is working
TouchGFX-4.12.3 Designer has bug in color select dialog.I cant select color.Dialog is closing immediately
How to exit memory mapped mode in STM32H7I tryied: https://community.st.com/s/question/0D50X00009XkaJuSAJ/stm32f7-qspi-exit-memory-mapped-mode?t=1574431671411Code with HAL_QSPI_Abort() is working in STM32F7, but in STM32H7 return error
I can get scroll wheel selected item index:  /**   * @fn int ScrollWheelBase::getSelectedItem() const;   *   * @brief Gets selected item.   *   *    Gets selected item. If an animation is in progress, the item that is being scrolled   *    to is retu...