I want whenever my gallery says Amber to play an audio clip. I can’t figure out anything. Please help!
Solved! Go to Solution.
hi @Jbrown184
Add a variable to the search textbox to activate the sound when Amber is found like
Set(_PlayWav, If(YourGallery.Selected.Value = "Amber",true,false))
Set the Audio Start = _PlayWay
Set the Audio OnEnd = Set(_PlayWav,false)
When the gallery reads Amber the sound will play
Hope it helps
hi @Jbrown184
Add a variable to the search textbox to activate the sound when Amber is found like
Set(_PlayWav, If(YourGallery.Selected.Value = "Amber",true,false))
Set the Audio Start = _PlayWay
Set the Audio OnEnd = Set(_PlayWav,false)
When the gallery reads Amber the sound will play
Hope it helps
@rubin_boer on Set(_PlayWav, If(YourGallery.Selected.Value = "Amber",true,false)) do I put it on the default tab or items?
hi @Jbrown184 you can it on the screen OnVisible or if you use a search text box you can add its to the onchange event
User | Count |
---|---|
263 | |
110 | |
98 | |
55 | |
40 |