Hi @ET5,
Could you please share a bit more about your scenario?
Do you want to play the Audio (Audio1, Audio2, Audio3, ...) listed within your app based on the selected value within the Dropdown box?
I have made a test on my side, please take a try with the following workaround:
Set the Items property of the Dropdown control (Dropdown1) to following:
["1 hour","2 hour","3 hour"]
Set the OnChange property of the Dropdown1 to following:
Reset(Audio1);Reset(Audio2);Reset(Audio3)
Set the AutoStart property of the Audio1 control to following:
If(Dropdown1.Selected.Value="1 hour", true,false)
Set the AutoStart property of the Audio2 control to following:
If(Dropdown1.Selected.Value="3 hour", true,false)
Set the AutoStart property of the Audio3 control to following:
If(Dropdown1.Selected.Value="2 hour", true,false)
The GIF screenshot as below:
Best regards,
Kris
Hi @ET5,
Could you please share a bit more about your scenario?
Do you want to play the Audio (Audio1, Audio2, Audio3, ...) listed within your app based on the selected value within the Dropdown box?
I have made a test on my side, please take a try with the following workaround:
Set the Items property of the Dropdown control (Dropdown1) to following:
["1 hour","2 hour","3 hour"]
Set the OnChange property of the Dropdown1 to following:
Reset(Audio1);Reset(Audio2);Reset(Audio3)
Set the AutoStart property of the Audio1 control to following:
If(Dropdown1.Selected.Value="1 hour", true,false)
Set the AutoStart property of the Audio2 control to following:
If(Dropdown1.Selected.Value="3 hour", true,false)
Set the AutoStart property of the Audio3 control to following:
If(Dropdown1.Selected.Value="2 hour", true,false)
The GIF screenshot as below:
Best regards,
Kris
That's the solution. Thank you so much!
I have a further question base on that.
The big concept :
Click "3 hour" from DropDown-list > Start Timer delay > Trigger Audio1 when Timer is done.
I can not do it in detail. Could you help me?
Thanks & Regard,
ET5
User | Count |
---|---|
143 | |
142 | |
78 | |
75 | |
72 |
User | Count |
---|---|
227 | |
145 | |
78 | |
62 | |
58 |