Re: [Discuss-gnuradio] Bug in waterfall window Time scale GUI control

2010-04-29 Thread Eric Blossom
On Wed, Apr 28, 2010 at 10:37:45PM -0400, Marcus D. Leech wrote: On 04/28/2010 09:33 PM, Johnathan Corgan wrote: I wonder how easy it would be to tweak the prefs module to support app-specific preferences? Hmmm. Not sure how to handle inheritance of attributes, but you can use any key you

Re: [Discuss-gnuradio] Bug in waterfall window Time scale GUI control

2010-04-29 Thread Marcus D. Leech
On 04/29/2010 12:07 PM, Eric Blossom wrote: On Wed, Apr 28, 2010 at 10:37:45PM -0400, Marcus D. Leech wrote: On 04/28/2010 09:33 PM, Johnathan Corgan wrote: I wonder how easy it would be to tweak the prefs module to support app-specific preferences? Hmmm. Not sure how to handle

[Discuss-gnuradio] Bug in waterfall window Time scale GUI control

2010-04-28 Thread Marcus D. Leech
If you try to increase the timescale beyond what can be accomplished given the window geometry and input frame rate, it provokes a floating-point divide error, near line 307 in ...waterfall_window.py My naive attempt to fix it, by making sure the frame_rate counter never dropped below 1, just

Re: [Discuss-gnuradio] Bug in waterfall window Time scale GUI control

2010-04-28 Thread Johnathan Corgan
On Wed, Apr 28, 2010 at 18:15, Marcus D. Leech mle...@ripnet.com wrote: If you try to increase the timescale beyond what can be accomplished given the window geometry and  input frame rate, it provokes a floating-point divide error, near line 307 in ...waterfall_window.py Marcus, thanks for

Re: [Discuss-gnuradio] Bug in waterfall window Time scale GUI control

2010-04-28 Thread Marcus D. Leech
On 04/28/2010 09:33 PM, Johnathan Corgan wrote: On Wed, Apr 28, 2010 at 18:15, Marcus D. Leech mle...@ripnet.com wrote: Marcus, thanks for all the testing/fixes/ideas for the GRC/gr-wxgui code. You're uncovering places where we've (well, *I*'ve) been less than...diligent in coding