v15 Command control not work in osdaudiosettings
#1
Hello, I would ask you guys to help experts


<onclick>ActivateWindow(osaudiosettings)</onclick>
<onclick>Action(up)</onclick>
<onclick>Action(up)</onclick>
<onclick>Action(up)</onclick>
<onclick>Action(select)</onclick>

it only opens the menu. But does not move the focus (control)


I will be grateful to those who help me
Reply
#2
Try it without Action().
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#3
(2016-09-27, 19:31)sualfred Wrote: Try it without Action().


Thanks for answering friend.

Test performed, and continues in the same way = (

He opens the menu, but the commands do not perform
Reply
#4
Ah now I get you.
Use a window property.

Code:
<onclick>SetProperty(DoIt,1,home)</onclick>

and add something like this to your audio settings window

Code:
<window>
<onunload>ClearProperty(DoIt,home)</onunload>
<onload condition="!IsEmpty(Window(home).Property(DoIt)">SetFocus(ID)</onload>
<onload condition="!IsEmpty(Window(home).Property(DoIt)">Select</onload>
.....
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#5
(2016-09-27, 20:31)sualfred Wrote: Ah now I get you.
Use a window property.

Code:
<onclick>SetProperty(DoIt,1,home)</onclick>

and add something like this to your audio settings window

Code:
<window>
<onunload>ClearProperty(DoIt,home)</onunload>
<onload condition="!IsEmpty(Window(home).Property(DoIt)">SetFocus(ID)</onload>
<onload condition="!IsEmpty(Window(home).Property(DoIt)">Select</onload>
.....

Hello friend sualfred

Thanks for your help.

Good as I am beginner, I could not make it work.

If you could show me the correct code. I tried and tried, but could not solve this with his explanation.


I need the osdaudiosettings menu is open, then no then will rise 3 times (up, up, up) and then select (select)
Reply

Logout Mark Read Team Forum Stats Members Help
Command control not work in osdaudiosettings0