Page 1 of 1
Touch disable
Posted: 02 Mar 2014 22:20
by Saint_T
How it's possible to disable a touch of an object, for example a multi slider ?
I would like to see levels with multi slider , that it's OK, but must disable the control with fingers.
Re: Touch disable
Posted: 03 Mar 2014 00:52
by Phil999
it is not possible to disable touch input. What you can do is to use an Leds object instead. Another idea is to make the MultiSlider object very small.
Re: Touch disable
Posted: 03 Mar 2014 01:12
by newtfish
You can show/hide a container above the slider and set it to transparent i think. this would effectively disable you from touching the slider (you would be touching the container instead)
Re: Touch disable
Posted: 03 Mar 2014 05:45
by Phil999
hey, very good idea. Haven't tried it right now, but I think this will work.
I knew I shouldn't have said "not possible". Lemur can do almost everything.
Re: Touch disable
Posted: 03 Mar 2014 07:26
by Macciza
Hi
The best (only?) way to disable input currently is with the deprecated Gesture object available as a module
Place this over an Object and make it transparent ....
Cheers
MM
Re: Touch disable
Posted: 03 Mar 2014 15:21
by Saint_T
Hi
it's okay with the gesture module.
Thank you Macciza.