I'm wanting to make my own "toolbar" fixed split where the arrow points, only when automix is active.
tbh splits do make me glaze over, despite making a custom browser myself.
I got the split in, got a square for the background in, even got a button in
I'm having trouble with resizing when the pluginzone is called and my split shrinks a little [button vanishes]
I make resize on and my button vanishes no matter the pluginzone state, should my button be width to fill the whole browser span? [some 1900 pxl]
Not a lot of code to look at [and there's a lot to a browser]
tbh splits do make me glaze over, despite making a custom browser myself.
I got the split in, got a square for the background in, even got a button in
I'm having trouble with resizing when the pluginzone is called and my split shrinks a little [button vanishes]
I make resize on and my button vanishes no matter the pluginzone state, should my button be width to fill the whole browser span? [some 1900 pxl]
Not a lot of code to look at [and there's a lot to a browser]
<right>
<square x="0" y="0" height="509" width="1898" color="background2"/>
<button action="loop" resizeX="no" attachX="left">
<pos x="+3" y="+5"/>
<size width="29" height="29"/>
<up radius="2" border_size="1" border="black" color="#2F3034" />
<over radius="2" border_size="1" border="black" color="#2C3B47" />
<down radius="2" border_size="1" border="black" color="#1287E0"/>
<selected radius="2" border_size="1" border="black" color="#1287E0"/>
</button>
<!-- <browserinfo> -->
<!-- <size width="1898" height="509"/> -->
<!-- <pos x="0" y="0"/> -->
<!-- </browserinfo> -->
</right>
Posté Tue 19 Mar 24 @ 7:49 pm
not my worst idea, I'm not much of an automix user, if you are what would you want there?
I just added browser_move buttons as a test [top/bottom +-10 +-1]
A karaoke tool bar maybe?
Posté Tue 19 Mar 24 @ 10:26 pm
Why would you want the "toolbar" to be on a split ?
Split means that it can be resized.
For a toolbar it makes much more sense just to "shrink" the width of the browser and have the toolbar with a constant width next to it.
Then all you have to worry about, is to define the brakezones correctly.
Split means that it can be resized.
For a toolbar it makes much more sense just to "shrink" the width of the browser and have the toolbar with a constant width next to it.
Then all you have to worry about, is to define the brakezones correctly.
Posté Wed 20 Mar 24 @ 7:28 pm
I was thinking keep it directly to the side of the sideview. I suppose it's different to the leftside toolbar as that has a fixed side, plugin zone will always be a problem with the rightside toolbar.
I'll shuffle things or make more variations of browser.
I'll shuffle things or make more variations of browser.
Posté Wed 20 Mar 24 @ 9:12 pm