Hi
In Project Siena, any items (eg Shape, Box) can be triggered, example Visibility using Button.Pressed function.
Example:Â
- A TextBox.Visible = Button1.Pressed
- So, when PRESSING Button1, TextBox will be visible "true", and false when button is released.
Â
I wish this function can be extended in PowerApps.
(I have tried for months and hopefully this function will restore OR maybe I am wrong in the setting?)
Â
Moreoever, I suspect this maybe due to missing function of PRESSED as shown in tutorial.
Thanks in advance.
Â
Note:Â Â I am using this function to trigger TImer so that I can achieve dual function
- Button.OnSelect = ShortPress
- Button.Pressed (with timer, say, 1 sec ) = LongPress
Â
This is make the apps function better, even withotu PowerApps providing LONG PRESS function.
Â
TQ and have a nice day.