Hi!
How can I show the choice list with a left click on a multibutton?
Thanks
SQ;p
How can I show the choice list with a left click on a multibutton?
Thanks
SQ;p
Posted Thu 05 Mar 09 @ 4:06 pm
depends what choices you want displaying!
Posted Thu 05 Mar 09 @ 4:14 pm
I want to display pitch ranges.
And how do I display current pitch_range in a textbox?
And how do I display current pitch_range in a textbox?
Posted Thu 05 Mar 09 @ 4:18 pm
for the button:
button action="pitch_range" value="-1" rightclick="-2"
pos x="927" y="672"
size width="20" height="20"
/button
multibutton:
multibutton id="1" pannel="6"
pos x="102" y="381"></pos
size width="43" height="31"></size
selected x="652" y="2203"></selected
down x="652" y="2203"></down
clipmask x="1291" y="905"></clipmask
text dx="+8" dy="+8" width="25" font="Arial" size="14" color="#AFB0B4" align="center" format="%name" scroll="yes"></text
choice name="<<" action="loop" value="-1" selected="true" chan="1"></choice
choice name="1/2" action="loop" value="50" chan="1"></choice
choice name="1/4" action="loop" value="25" chan="1"></choice
choice name="32" action="loop" value="32" chan="1"></choice
choice name="64" action="loop" value="64" chan="1"></choice
/multibutton
for displaying:
textzone
size width="48" height="15"/
pos x="142" y="640"/
text font="Arial" size="10" color="#0094FF" weight="bold" align="center" format="+/- %pitchrange%%"/
/textzone
Try to adapt your case following this one
button action="pitch_range" value="-1" rightclick="-2"
pos x="927" y="672"
size width="20" height="20"
/button
multibutton:
multibutton id="1" pannel="6"
pos x="102" y="381"></pos
size width="43" height="31"></size
selected x="652" y="2203"></selected
down x="652" y="2203"></down
clipmask x="1291" y="905"></clipmask
text dx="+8" dy="+8" width="25" font="Arial" size="14" color="#AFB0B4" align="center" format="%name" scroll="yes"></text
choice name="<<" action="loop" value="-1" selected="true" chan="1"></choice
choice name="1/2" action="loop" value="50" chan="1"></choice
choice name="1/4" action="loop" value="25" chan="1"></choice
choice name="32" action="loop" value="32" chan="1"></choice
choice name="64" action="loop" value="64" chan="1"></choice
/multibutton
for displaying:
textzone
size width="48" height="15"/
pos x="142" y="640"/
text font="Arial" size="10" color="#0094FF" weight="bold" align="center" format="+/- %pitchrange%%"/
/textzone
Try to adapt your case following this one
Posted Thu 05 Mar 09 @ 4:31 pm
I need to leftclick on a MULTIBUTTON, not a BUTTON.
Posted Thu 05 Mar 09 @ 5:27 pm
squatman, I have no idea about that!!!
In my past I've never seen a skin with this option.
In my past I've never seen a skin with this option.
Posted Thu 05 Mar 09 @ 5:53 pm
Ok, thanks anyway ;)
If somebody got ideas...
If somebody got ideas...
Posted Thu 05 Mar 09 @ 5:59 pm