when plotting "larger" data (eg two landsat channels or whatever)
with the Scatterplot tool, then the calculation starts while not
showing the cursor busy. The user may assume that the thing is crashed
while it indeed simply calculates... Then the plot comes up and all is
fine.
I would like to add
wx.BeginBusyCursor()
...
wx.EndBusyCursor()
somewhere in wxplot/dialogs.py but I don't really know where that's needed.
A few other wxGUI tools may also lack this cursor change.
On Tue, Oct 27, 2015 at 6:04 AM, Markus Neteler <neteler@osgeo.org> wrote:
Hi,
when plotting “larger” data (eg two landsat channels or whatever)
with the Scatterplot tool, then the calculation starts while not
showing the cursor busy. The user may assume that the thing is crashed
while it indeed simply calculates… Then the plot comes up and all is
fine.
I would like to add
wx.BeginBusyCursor()
…
wx.EndBusyCursor()
somewhere in wxplot/dialogs.py but I don’t really know where that’s needed.
A few other wxGUI tools may also lack this cursor change.
one suggestion: in the profile tool, it should not put the busy cursor
when waiting for the next point to be digitized in the map. At time
the user will not dare to click again while s/he could...
On Wed, Oct 28, 2015 at 4:20 AM, Markus Neteler <neteler@osgeo.org> wrote:
Hi again,
histogram and scatterplot are fine.
one suggestion: in the profile tool, it should not put the busy cursor
when waiting for the next point to be digitized in the map. At time
the user will not dare to click again while s/he could...
On Wed, Oct 28, 2015 at 2:41 PM, Anna Petrášová <kratochanna@gmail.com> wrote:
On Wed, Oct 28, 2015 at 4:20 AM, Markus Neteler <neteler@osgeo.org> wrote:
Hi again,
histogram and scatterplot are fine.
one suggestion: in the profile tool, it should not put the busy cursor
when waiting for the next point to be digitized in the map. At time
the user will not dare to click again while s/he could...
ok, done in r66640.
thanks. I highly recommend the backport of the remaining two cursor
changes. I can do that if you prefer.
On Wed, Oct 28, 2015 at 11:22 AM, Markus Neteler <neteler@osgeo.org> wrote:
On Wed, Oct 28, 2015 at 2:41 PM, Anna Petrášová <kratochanna@gmail.com>
wrote:
> On Wed, Oct 28, 2015 at 4:20 AM, Markus Neteler <neteler@osgeo.org>
wrote:
>>
>> Hi again,
>>
>> histogram and scatterplot are fine.
>>
>> one suggestion: in the profile tool, it should not put the busy cursor
>> when waiting for the next point to be digitized in the map. At time
>> the user will not dare to click again while s/he could...
>
>
> ok, done in r66640.
thanks. I highly recommend the backport of the remaining two cursor
changes. I can do that if you prefer.