Opened 5 years ago

Closed 4 years ago

#3873 closed defect (fixed)

winGRASS Version: 7.7.dev - deprecated warning in 3D modus

Reported by: hellik Owned by: grass-dev@…
Priority: normal Milestone: 7.8.1
Component: wxGUI Version: svn-trunk
Keywords: python3, py3, wingrass Cc:
CPU: All Platform: MSWindows

Description

tested with

System Info                                                                     
GRASS Version: 7.7.dev                                                          
Code revision: 2929fffa9                                                        
Build date: 2019-07-21                                                          
Build platform: x86_64-w64-mingw32                                              
GDAL: 2.4.1                                                                     
PROJ.4: 5.2.0                                                                   
GEOS: 3.7.2                                                                     
SQLite: 3.26.0                                                                  
Python: 3.7.0                                                                   
wxPython: 4.0.3                                                                 
Platform: Windows-10-10.0.18362-SP0 (OSGeo4W)  

add NC elevation sample data set, then switch to 3D modus in map display

C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:58
08: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
  _("Adjusts the distance and direction of the image
viewpoint"))
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:30
90: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
  text.SetToolTipString(tooltip)
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:93
0: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
  color.SetToolTipString(_("Change wire color"))
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:58
43: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
  self.SetToolTipString(_("Adjusts the light direction. "
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:55
9: wxPyDeprecationWarning: Call to deprecated item. Use
SetToolTip instead.
  _("Frames are recorded with given frequency (FPS). "))
Lade Rasterkarte <elevation@PERMANENT>...
Lade Rasterkarte <elevation@PERMANENT>...
Übersetze Farben der Rasterkarte <elevation@PERMANENT>...
C:\OSGEO4~1\apps\grass\grass77\gui\wxpython\nviz\tools.py:52
18: wxPyDeprecationWarning: Call to deprecated item. Use
GetSize instead
  width = help.GetGrandParent().GetSizeTuple()[0]

Change History (3)

comment:1 by neteler, 5 years ago

Please test again with a recent 7.8

comment:2 by neteler, 5 years ago

Milestone: 7.8.07.8.1

Ticket retargeted after milestone closed

comment:3 by annakrat, 4 years ago

Resolution: fixed
Status: newclosed

I don't get any messages now.

Note: See TracTickets for help on using tickets.