by kraken » Mon Jan 29, 2007 2:46 pm
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:
1. put a slider in, then name this to XXX
2. save the component to the cpp files
3. modify manually the user code for slider XXX listener
4. 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...