Hi list,
Is there a way to set a gui element on focus, so you can change, for example, it's value without having to click on it?
Thanks,
Tasos
ΓñçóéìïðïéΓ₯ΓΓ΄Γ₯ Yahoo! ΓÑñΓ₯Γ¨ΓΓͺÑôΓ₯ ôÑ Γ₯Γï÷ëçôéΓͺà ìçΓΓ½ ìÑôÑ (spam); ΓΓ― Yahoo! Mail ÀéÑèΓΓ΄Γ₯Γ© ôçà ΓͺÑëýôΓ₯Γ±Γ§ ÀáΓÑôà ðñïóôÑóΓΓ‘ ΓͺÑôà ôùà Γ₯Γï÷ëçôéΓͺþà ìçΓáìΓôùà http://login.yahoo.com/config/mail?.intl=gr
I came up with a way once to enter numbers in different numberboxes without clicking. Here it is. It could be adapted for bangs, toggles, sliders, radio buttons, I think just about any GUI.
The [key] object is very useful, as is the 5.reference->0_all_guis-INTRO.txt help file.
For a slider, you could have a receive object storing its value in a [float], then when the arrow keys are hit you increment this value and send it. Does that help you at all?
-Chuckk