How can I make the button activate or deactivate based on the status of other button.
How can I make widget blink upon touching anywhere in the screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 1:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 2:45 AM
Hi,
Could you provide more details on what you are trying to achieve ? What have you tried ?
For your first question i believe you might be looking for something similar to the radio button widget ? You can have a look at the UI template "Radio Button Example" available in TouchGFX Designer to see if this is what you are looking for, and to see how to work with it.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 2:54 AM
Hi,
I am trying to implement Screen Locking feature and I have implemented the same using toggle button and screen Lock widget.
I am now trying to blink or highlight that screen lock widget whenever the user touches the screen So that user will come to know he has to unlock first
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-12 4:11 AM
A way to do this could be to add a container on top of the screen when you "lock it". Since it response to click events you can make the animation you wish when the user tries to touch the locked screen.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-15 5:24 PM
But in order to get click events I must add button to the container right?
I don't want any buttons in the container and I want the screen handle the click or touch event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-15 8:49 PM
And Please Can I get the sample code of how can I get click event on the screen without adding a buuton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-22 12:15 AM
Hello VKuma.10,
To prevent the screen from being clickable, you can, as Romain said, use a Container on top of everything and add a ClickListener to it.
You will find this option in the Mixins section of your widget Properties on the right sidebar in the Designer.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-22 10:04 PM
Can you please help to elaborate the method to add a container?
For example if I want to lock screen 1 which contains 20 buttons (I want to disable all the button when screen lock is turned on), I created a custom container with a toggle button and set it on top of the screen, but once I implemented this, all the buttons are still functioning.
Can you please give me some pointers to lock the screen and unlock the screen and keep all the buttons' states?
