yeah skewFactor and enableUnboundedMovement could be gr8 to have in the jucer ( doing them manually atm… with hundreds of sliders ! a pain
)
anyway about the user code, an example:
- put a slider in, then name this to XXX
- save the component to the cpp files
- modify manually the user code for slider XXX listener
- open up again the component in jucer…
does that assign the user code XXX to slider named XXX ?
yes cause if i save again the component, i do not loose the code.
but if i rename the slider, and save it, the user code desappears.
can’t that user code be reassigned to the same slider with the new name (only the name is changing afterall) ?
just to know…