#1949: module gui doesn't release if no map display window
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Keywords: module guis | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Comment(by annakrat):
Replying to [ticket:1949 hamish]:
> When running a module in wxGUI (desktop icon startup) the control
buttons that are greyed out during the run never come back.
What exactly do you mean with control buttons?
>
> test module: g.region from the menu, select -p flag from the Print tab
and [Run]
>
> traceback error printed to the output tab:
> {{{
> Traceback (most recent call last):
>
> display = self.parent.GetLayerTree().GetMapDisplay()
> AttributeError
> :
> 'NoneType' object has no attribute 'GetMapDisplay'
> }}}
>
>
#1949: module gui doesn't release if no map display window
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Keywords: module guis | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Comment(by hamish):
Replying to [comment:1 annakrat]:
> should be fixed in r55989.
Hi,
it works now, nice.
(please always commit to the dev branches first for testing, then backport
once testing is confirmed :). otherwise it gets hard to untangle later
since you can't trust the devbranch is newer, bulk backports erase
previous fixes, last minute typos make it into the rel.br.., etc. all
have happened in the past)
#1949: module gui doesn't release if no map display window
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Keywords: module guis | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Comment(by hamish):
Replying to [comment:1 annakrat]:
> Replying to [ticket:1949 hamish]:
> > When running a module in wxGUI (desktop icon startup) the control
buttons that are greyed out during the run never come back.
>
> What exactly do you mean with control buttons?
[Close] [Run] [Copy] [Help]
at the bottom of the module gui window
#1949: module gui doesn't release if no map display window
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Keywords: module guis | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Comment(by annakrat):
Replying to [comment:3 hamish]:
> > What exactly do you mean with control buttons?
>
> [Close] [Run] [Copy] [Help]
> at the bottom of the module gui window
#1949: module gui doesn't release if no map display window
---------------------+------------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: closed
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords: module guis
Platform: All | Cpu: All
---------------------+------------------------------------------------------
Comment(by hamish):
Replying to [comment:6 annakrat]:
> Replying to [comment:5 hamish]:
> > Replying to [comment:4 annakrat]:
> > > Please test, it should be working now.
> >
> > (I did, see comment:2)
>
> Another fix was needed.
ok, well it worked for me then, and I just retested in latest wingrass
6.4.3svn nightly now and works again, so all's well.
> > does it need to be merged to trunk?
>
> no, it's rewritten there, I tested it and it's working.