Hi PG
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.
IT is possible in Project Siena
Pressed ... not shown in PowerApps Studio
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.