Page 1 of 1

Alternating Label/Value on Hover with Ruby refresh

PostPosted: Mon Oct 15, 2018 6:24 pm
by wlangfor@uoguelph.ca
Hi all, I think it is very handy to make products that are more like those leading in the industry.

To do so, it is often necessary to save space. In the case of an equalizer or many other things it can be confusing to have
too many readouts and gauges. So in this example I show You how to save space and keep it simple.

So, let's get an idea of what the idea is about:
knob module explanation.jpg
explanation
knob module explanation.jpg (75.05 KiB) Viewed 12055 times


Mmk, soso let's get on with the code yo,

allright; so first ensure that you are capturing the active state of the slider or knob:
interaction module within resized.jpg
interaction within
interaction module within resized.jpg (91.57 KiB) Viewed 12055 times


Allright, simple enough; but notice the module labeled ruby ticker here?
knob module within.jpg
knob within
knob module within.jpg (62.82 KiB) Viewed 12055 times

Re: Alternating Label/Value on Hover with Ruby refresh

PostPosted: Mon Oct 15, 2018 6:28 pm
by wlangfor@uoguelph.ca
so, the ticker (love the ruby version) should only initiate if that the slider or knob is active.
And let's go into the ruby module and see how that is done )
The attachment within ruby ticker module.jpg is no longer available


and this is good. now let us look within the label module and see what I did:
label module within.jpg
inside label module
label module within.jpg (80.43 KiB) Viewed 12054 times

Re: Alternating Label/Value on Hover with Ruby refresh

PostPosted: Sat Nov 03, 2018 10:00 pm
by Halon
Thanks.