Radio buttons under preset manager

For general discussion related FlowStone
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Radio buttons under preset manager

Post 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...
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Radio buttons under preset manager

Post 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 8-)

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 ! :D
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Radio buttons under preset manager

Post 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
Post Reply