-
Hi again,
Is there any way to properly add an event listener to the folder title when the user expand or collapse? Something like the followings when creating a new folder:
`
myFolder= myPane…
-
> Also, thinking about labels with more than one line like: "label line1 label line2". Maybe some enhancements can be useful here.
https://github.com/cocopon/tweakpane/issues/46#issue-623518660
-
Very minor!
I couldn't find anything in the documentation about localizing tweakmenu text - particularly in selections. After digging around the code and I bit of trial and error I found you could …
-
I noticed when binding to an 'on' event that 'this' is undefined when the handler is called.
For example:
tweakpane.addInput(menu, 'value', someconfig)
.on('change', myfunction);
where
myfu…
-
Hi,
I'm using the Point 2D input to position an object. If you click in either the X or Y fields this allows the up/down arrows to be used to change the values - great.
If I expand the 2D pad, I…
-
I've noticed on the Point 2D input when you expand the pad that the y appears to be inverted. Not sure if this is intended?
I would expect the upper right quadrant of the pad to be +v.e for both x …
-
I really like your plugin. Used datgui and controlkit but this seems cleaner.
Is there any way to hide/show an element? For example I might make a selection that should then hide/show a number of o…
-
I'm having a little difficulty figuring out how to retrieve the RGB component values of a color picker. When I use the following code, the value of the `comps_` array in my `value` var always seems to…
-
Hi,
It will be great to have an option for adding input/monitor in the pane/folder in a specific order, not at the end of all elements.
Currently, when adding items with for example ".addInput()" or…
-
Hi,
Is it possible to disable an input type or declare programmatically it?
For example, I don't want to use point2D for an object that contains x and y properties but I want to use the slider to ch…