Page 5 of 5
Re: Radio buttons under preset manager
Posted: Mon Aug 26, 2013 6:54 am
by billv
Nubeat7 wrote:think it is because of the redraw in the draw method
Thanks nubeat7...using your fix i can go in and make one change at a time
to original to see exactly where i went wrong...and hopefully get the selector
happening as well..
Nubeat7 wrote:its really bad to not structuring the code
Sorry to give you that headache....
Not a good way to ask for help...
Nubeat7 wrote:needless to comment like # mouse trigger when the following method is called "mouseLDown"
Best name i could think off for method that sends a trigger via mouse....#mouse triggers...
Re: Radio buttons under preset manager
Posted: Mon Aug 26, 2013 8:16 am
by RJHollins
following along to learn from this thread ...
First ... this is an important GUI interface component [as well as so many others]. I want to thank billv for sharing his dev of this module.
2nd ... Thanks to NuBeat for re-aligning, and code correction ... along with pertinent coding practice advice.
I know for many this all may seem mundane ... but for those of us trying to learn, this is invaluable
3rd ... such a great addition to the toolbox ... not having to re-invent the wheel ... at least the fundamental operations. The 'look' can always be customized.
I hope to be able to participate [in a meaningful way] should another important 'tool' come up for refinement.
Really great, Guys .... Thanks !

Re: Radio buttons under preset manager
Posted: Mon Aug 26, 2013 8:26 am
by billv
Nubeat7 wrote: redraw in the draw method
yeh, that beat the 'statistics bug'....
Going through the rest of the errors...
...Thanks again nubeat7