[GRASS-dev] [GRASS GIS] #1136: wxGUI: inconsisent number of &s in buttons

#1136: wxGUI: inconsisent number of &s in buttons
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: mapcalc | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Hi,

I recently added more &s to the raster map calculator buttons as from top
to bottom I was seeing 1,0,2 of them in the wxgui tool. Now on two debian
machines I (correctly) see 2, 1, 3. But Michael reports seeing 3, 2, 4 of
them on Mac. no idea what the correct python quoting should look like, I
just added &s until I could see them in the buttons. help?

also Michael wondered why there was ">>>" in r.mapcalc/mapcalc.y,
but not a matching "<<<". ?

argh,
Hamish

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

#1136: wxGUI: inconsisent number of &s in buttons
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: mapcalc | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by hamish):

hopefully now fixed in svn, please test on various platforms.
now using two &&s for each literal &.

also I notice in the grass6 man pages that r.mapcalc has &&& as &&&amp;.
some tweaking in the html->man conversion script needed I guess.

Hamish

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

#1136: wxGUI: inconsisent number of &s in buttons
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: mapcalc | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by hamish):

  * priority: major => minor

Comment:

gui is now fixed.

'<<<' is still absent and man page still has '&&&amp;'

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

#1136: wxGUI: inconsisent number of &s in buttons
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: mapcalc | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by cmbarton):

As per Glynn's comment to the dev list, there is no <<< operator. So we're
OK on that front.

Michael

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

#1136: wxGUI: inconsisent number of &s in buttons
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: mapcalc | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by martinl):

* cc: martinl (added)

Comment:

What is status of this ticket?

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

#1136: wxGUI: inconsisent number of &s in buttons
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: mapcalc | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by cmbarton):

On the Mac, I see &&, &, and &&& on rows 1-3, column 3; I see <<, >>> on
rows 4-5, column 3; I see >> in row 4, column 4.

This looks correct to me.

Michael

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

#1136: wxGUI: inconsisent number of &s in buttons
---------------------+------------------------------------------------------
  Reporter: hamish | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Resolution: fixed | Keywords: mapcalc
  Platform: MacOSX | Cpu: Unspecified
---------------------+------------------------------------------------------
Changes (by neteler):

  * status: new => closed
  * resolution: => fixed

Comment:

Closing since no more problems were reported after fix.

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