I'd like to show a simple bar of the x value of an object, and/or a box indicating the On/Off state of a variable.
I don't want the user to be able to touch them and change the value- I just want them to be indicators of values.
So far I'm using a a MultiSlider and a Pad... but in both cases the user can touch the screen to change the display.
Show simple bar or box ignoring user input?
Re: Show simple bar or box ignoring user input?
Hi RichG,
What about of using a Canvas object with Touch Mode in mono-"touch? Set it On demand and right click over it > Bring to front thus your objects will be under the canvas object.
edit to add more info.
Cheers
What about of using a Canvas object with Touch Mode in mono-"touch? Set it On demand and right click over it > Bring to front thus your objects will be under the canvas object.
edit to add more info.
Cheers
Last edited by lABl on 14 Apr 2017 16:48, edited 1 time in total.
-
- Regular
- Posts: 315
- Joined: 02 Nov 2013 11:19
Re: Show simple bar or box ignoring user input?
what about placing a transparent text or container object on top of the slider/box?
Re: Show simple bar or box ignoring user input?
Thanks! I'll look into these suggestions.
I'm very surprised there's not or "level meter" or "ON/OFF Indicator" object. Seems like a VU Meter would be a fundamental component to have.
I'm very surprised there's not or "level meter" or "ON/OFF Indicator" object. Seems like a VU Meter would be a fundamental component to have.
-
- Regular
- Posts: 114
- Joined: 31 May 2015 18:45
- Location: Austin, TX
Re: Show simple bar or box ignoring user input?
For an on/off indicator you can use LEDs and set the value to 0 for off and 1 for on.
I might try to make a VU meter using the canvas object if I have enough time.
I might try to make a VU meter using the canvas object if I have enough time.
Have you tried turning it off and on again?
Re: Show simple bar or box ignoring user input?
I looked at the LED's, but they were so tiny for what I needed.
I ended up placing a canvas object in No-Touch mode over top of the displays (Slider, Pads) as suggested by lABl. This is doing what I want because I can touch the area without changing the values.
I ended up placing a canvas object in No-Touch mode over top of the displays (Slider, Pads) as suggested by lABl. This is doing what I want because I can touch the area without changing the values.