How to access or reference a variable set in a custom container from the screen containing that container
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-04 7:05 AM
I have a custom container that pops up on a screen for password entry. The password is set using 4 scroll wheels and an entry button with icon. When the entered password matches the required password a flag variable is set and the custom container is made invisible. I need to access the value of this flag in the screen logic to determine access rights to other functions of the screen. What is the syntax for referring to this variable value from the screen?
I assume some form of MPV method must be used to pass the value but i do not know how this applies to custom containers within a view.
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-01-05 5:25 AM
Does anyone have an answer for this please? I am guessing there should be a standard syntax for doing this? Its just not listed in any of the documentation
