Page 3 of 3

Re: Adding Preset to Edit Box

Posted: Tue Sep 09, 2014 12:20 am
by Perfect Human Interface
Ok, still weirdness. I tried to round to int in green (multiply by 100, send float into int, multiply by 0.1), but still getting off-by-one errors with certain values. The weird thing is that I can still see it loading in, where the plugin will pop up with the correct value for a split second, then flicker, and then the value is set again to the wrong value. It's like you can tell the preset manager is kicking in, but it's a tease with that value you want flashing before your eyes for a moment before it does.

So, having an epiphany, I just removed the preset parameter altogether. ...Of course now I'm back where I started and it doesn't save the value at all. :?

How is the preset system recalling the correct value and then immediately overwriting it with an incorrect one?

Re: Adding Preset to Edit Box

Posted: Tue Sep 09, 2014 12:33 am
by Perfect Human Interface
I seem to have found a solution. Setting the "auto" parameter to false appears to remove any errors. Don't ask me why. I don't even need any additional rounding. This won't need to be automated so it will be fine.

Re: Adding Preset to Edit Box

Posted: Tue Sep 09, 2014 12:42 am
by billv
Perfect Human Interface wrote:Setting the "auto" parameter to false appears to remove any errors

Great find. :) ...i always have this set "true"...can't remember ever changing it/mucking around with it.