Is there an object like [vradio], that it has its maximum value close to the inlet and not the outlet? Something like a reversed [vradio].
Thanx,
Tasos
ΓñçóéìïðïéΓ₯ΓΓ΄Γ₯ Yahoo! ΓÑñΓ₯Γ¨ΓΓͺÑôΓ₯ ôÑ Γ₯Γï÷ëçôéΓͺà ìçΓΓ½ ìÑôÑ (spam); ΓΓ― Yahoo! Mail ÀéÑèΓΓ΄Γ₯Γ© ôçà ΓͺÑëýôΓ₯Γ±Γ§ ÀáΓÑôà ðñïóôÑóΓΓ‘ ΓͺÑôà ôùà Γ₯Γï÷ëçôéΓͺþà ìçΓáìΓôùà http://login.yahoo.com/config/mail?.intl=gr
reverse it by subtracting x from an x step radio bar
[vradio 8] | [- 8] | [* -1]
:)
On Wed, 2 Aug 2006 23:14:15 +0100 (BST) Tas Pas tprotopgr@yahoo.gr wrote:
Is there an object like [vradio], that it has its maximum value close to the inlet and not the outlet? Something like a reversed [vradio].
Thanx,
Tasos
______________ Yahoo! __________ __ __________ ____ ____ (spam); __ Yahoo! Mail ________ ___ ________ ______ _________ ____ ___ ___________ _________ http://login.yahoo.com/config/mail?.intl=gr
Or use a vradio with only one box, but that's a limited solution.
BTW, I was just checking out some of the messages for GUIs, and "double_change" and "single_change" don't appear to make any difference for radio buttons. How does the behavior change according to them?
On 8/3/06, padawan12 padawan12@obiwannabe.co.uk wrote:
reverse it by subtracting x from an x step radio bar
[vradio 8] | [- 8] | [* -1]
:)
On Wed, 2 Aug 2006 23:14:15 +0100 (BST) Tas Pas tprotopgr@yahoo.gr wrote:
Is there an object like [vradio], that it has its maximum value close to the inlet and not the outlet? Something like a reversed [vradio].
Thanx,
Tasos
______________ Yahoo! __________ __ __________ ____ ____ (spam); __ Yahoo! Mail ________ ___ ________ ______ _________ ____ ___ ___________ _________ http://login.yahoo.com/config/mail?.intl=gr
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote:
Or use a vradio with only one box, but that's a limited solution.
BTW, I was just checking out some of the messages for GUIs, and "double_change" and "single_change" don't appear to make any difference for radio buttons. How does the behavior change according to them?
Where did you find out about "double_change" and "single_change"?
In the past you could select to get both the old and the new value of radio buttons in a list, but as you can get the same result in other ways this feature was dropped from v/hradio. Maybe that's what these messages were for.
Frank Barknecht _ ______footils.org_ __goto10.org__
On 8/3/06, Frank Barknecht fbar@footils.org wrote:
Hallo, Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote:
Or use a vradio with only one box, but that's a limited solution.
BTW, I was just checking out some of the messages for GUIs, and "double_change" and "single_change" don't appear to make any difference for radio buttons. How does the behavior change according to them?
Where did you find out about "double_change" and "single_change"?
Help->5.reference->0_all_guis-INTRO.txt
In the past you could select to get both the old and the new value of radio buttons in a list, but as you can get the same result in other ways this feature was dropped from v/hradio. Maybe that's what these messages were for.
I think so. That answers my question.