[GRASS-dev] [GRASS GIS] #1985: wxGUI: Find module in "Search module" tab fails on Windows

#1985: wxGUI: Find module in "Search module" tab fails on Windows
---------------------------+------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: Search_module | Platform: MSWindows 7
      Cpu: Unspecified |
---------------------------+------------------------------------------------
When searching for modules using the "Find module/description"
tool in the "Search module" tab, on Windows nothing is found,
i.e. the results are not listed.

Example: enter "water", then ENTER -> no result

(this works fine on Linux)

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1985&gt;
GRASS GIS <http://grass.osgeo.org>

#1985: wxGUI: Find module in "Search module" tab fails on Windows
---------------------------+------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: Search_module | Platform: MSWindows 7
      Cpu: Unspecified |
---------------------------+------------------------------------------------

Comment(by annakrat):

There is some problem with key events in wx.SearchCtrl widget. Since we
cannot fix this, I used wx.TextCtrl for Windows instead. Try r56484. There
is another problem on Windows with Ctrl+Enter shortcut (run found
command). It only changes focus to Run button. Is this some special
Windows shortcut?

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1985#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1985: wxGUI: Find module in "Search module" tab fails on Windows
---------------------------+------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: Search_module | Platform: MSWindows 7
      Cpu: Unspecified |
---------------------------+------------------------------------------------

Comment(by neteler):

Replying to [comment:1 annakrat]:
> There is some problem with key events in wx.SearchCtrl widget. Since we
cannot
> fix this, I used wx.TextCtrl for Windows instead. Try r56484.

This helps, working now.

> There is another problem on Windows with Ctrl+Enter shortcut (run found
command).
> It only changes focus to Run button. Is this some special Windows
shortcut?

(any Windows expert here?)

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1985#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>