2025-04-30 2:05 AM - edited 2025-04-30 2:19 AM
I have a series of interactions that shows/hide widgets on the screen. The interactions are basically triggered when a button is clicked and are all managed via TouchGFX Designer.
Is there a way to trigger them via code, so like generate a virtual click on a button via code, instead of actually clicking the screen?
For istance I have an interaction named yesHideSaveSettingsModalWindows that, when it's done, trigger another interaction called showSavedLanguagemodalWindow
Is there a way to manually trigger showSavedLanguagemodalWindow ?