Auto Show Hide Values On Label [ Solved ]
-
HiseSnippet 1016.3ocsV80aaaCDmxIrKVatXEXXOKXfAHu0YH218Gfft3EGmAi1jXL2Ur2Jnknr4BEo.Eca7Jx2s8UXeC1C6CvdYOucjT1RowIK0.SODj6Nd2869w6N5wJYLsnPpPdMewxbJx6ivSVJzyGLmvDnQGg7tO9DRglpBbpNbYNonflf7714GLJ7ZtKp76PBmHho0U8RIKl9bVFSWocb+mw37iIIzWvxpc5mzeTrTLPxkK.7rCNBkShOmLidJwbrFXj28FlvzR0DMQSKPd6dnLY4j4x2Hbm+krB1TN0HzCMABjS8wRdhAwFsnAyY7jwqp6BDDkwUrvNNV3SvmvRXq0WwFer0PPkG04CuF2F75skvyqF710AuGfmDqX45JKFr8g3QB3hJk.WA0gk6rnF+dC7.IbBgtaF4b5wJPXsGgOJJ5gA8hh5reK+V9J5r.lfoCdZPjUAbyTnCdMQE7bxTJuGXXUvlQ0CjY4RAHD11Ytcm2wqmIjSuYmrVs9X+utEFqBsRxGP37oPaPn0vfCcwkI3LAMHcgHVyjhfRigwNmdHjR9BZmV9uske.7o6VnIJsoeSEBEosJMFb+kkFD5p1mFzqiSm4yUKFzD1VSuP2tLveNDhfuHnLalZIrcwhzT1Es63.XMuimSDynIgqRYIs1ae+KMm7pzjwxPwLn35FqnPajExmM8WnwZaDzFzXUtlYVwBgU060AdMJ9VvVK+lFpRl6XJi5K6r+ZZVJNUpomAYx+s9M8uzO3cMkltQakWlbSL2f4xrcyNFJVjMkpVcut5fv.wUm3v2sItXWSXsCJEifqkyxohaZNDU14ZlHKQEbTscd79kyiS3rDpBwfwtO.aIbjEvk639s+N7OO.8SiNhnIqBCDQHK4TklYJ.uinuF1X5FyahOhVbNba.K+VOrf716+LoWTeE7x5BYrjDNcrrfYH3JK+wAt9WS0+Yn2vRzyqLx5mISfL9o3SkpLBm8qzjwTULfFX6rgYViMeG1ZUhMaalEZ6gcsb2H1F0+ZYcNkMatt9QRAFaBj9JceW+7UWRiRt1qU4DE71AHarcOr8AKy7PEUgt91UXGuLYAmnu5heiykFLTW8MrlsnBfRqUN+0AuGuFDcmeM3tB2GfGyzwy2LdarA7B8i+ei2x2VagGllBqyp.6t3i+4s8gz2Cn7ixEZlX1IDsxzniOcQ1D3mZDSAjHDTtY+gWCyjtSNxHaXlITQhU3efuRi8LxdkF6sxHJiDqjup7gAyq26Y0.XRX+QLMg9SPNX8hALNpajYrj8p3XCU7k.12rOOZK74wagOOYK74q1Be95svmuYK74auUeL+dtuegVl4FS.EiGZWP64MTPftLaGI5eMyt42.
-
-
@d-healey Hello. Sorry, is there any way to add the click feature? So when you click on label it become editable and you can use keyboard arrows or just type the value. And set knob value this way.
Sorry if asking too much, just want to finalize the idea. -
@ForeverLive If you hold shift and click the knob you will get the value entry
-
@d-healey you cannot use arrow keys there and it's just not intuitive. It's alot easier to just press the label and type there. But thank you for the advice! It's a good one.
-
@ForeverLive Then you'll have to create your own with a panel and a
keyPressCallback
-
@ustk i would be glad to make my own panel but i don't know where to start, is there any code snippet or a documentation? Thank you for your attention and time! Priceless
-
@ForeverLive said in Auto Show Hide Values On Label [ Solved ]:
@ustk i would be glad to make my own panel but i don't know where to start, is there any code snippet or a documentation? Thank you for your attention and time! Priceless
there is considerable documentation:
https://docs.hise.audio/scripting/scripting-in-hise/scriptpanel.html
https://docs.hise.audio/scripting/scripting-in-hise/scriptpanel.html#the-paint-routine
https://docs.hise.audio/scripting/scripting-in-hise/scriptpanel.html#the-mouseevent-callback -
@Lindon thank you! Do you think it's even possible to use label instead of a panel? And just make label react to keyboard with some scripting? Or it's require supercomplex rewriting hacker C++ direct JUCE code mega recompilation process? Sorry for humor.
-
@ForeverLive said in Auto Show Hide Values On Label [ Solved ]:
@Lindon thank you! Do you think it's even possible to use label instead of a panel? And just make label react to keyboard with some scripting? Or it's require supercomplex rewriting hacker C++ direct JUCE code mega recompilation process? Sorry for humor.
why would you when you can use a panel?