Need your help for " < Onleft> & <onright>
#1
Here's a snippet of my mode.
I try to locate intowiki, how to create a double right click or double click left !
one click right active scrollbar .
two clicks to the right opens menu options views.
but I can not find it in the wiki or other skin examples for do alone after. can you refer me? give me a direction?
thx very much Wink


PHP Code:
<control type="list" id="50">
            <
viewtype label="535">list</viewtype>     
            <
left>30</left>
            <
top>90</top>
            <
width>620</width>
            <
height>612</height>
            <
onup>50</onup>
            <
ondown>50</ondown>
            <
onleft>6000</onleft>
            <
onright condition="!Window.IsActive(videoplaylist) | [Window.IsActive(videoplaylist) + !Player.HasVideo]">70</onright>
            <
onright condition="Window.IsActive(videoplaylist) + Player.HasVideo">99</onright>
            <
pagecontrol>70</pagecontrol>
            <
preloaditems>2</preloaditems>
            <include>
toggle_Menu</include>
            <include>
global_ListScroll</include>
            <include>
transition_Info</include>
            <include>
transition_Content</include>
            <
itemlayout condition="IsEmpty(Container.FolderPath)" width="620" height="40">
                <
control type="label">
                    <
left>15</left>
                    <
width>595</width>
                    <
label>$INFO[ListItem.Label]</label>
                    <include>
container_Single</include>
                </
control
Reply
#2
Not possible.
You have to create another <onright> on the scrollbar to focuse your additonal right menu.
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
Ok thx Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Need your help for " < Onleft> & <onright>0