Re: [GRASS-dev] Re: GUI support for TclTk 8.5

2008-03-10 Thread Jachym Cepicky
Maybe this would help on windows as well? Currently, you have to install tcltk 8.4, to get nviz working jachym William Kyngesburye píše v Ne 09. 03. 2008 v 19:52 -0500: Ah, it looks like --enable-xft is a new option in Tk 8.5, and is enabled by default. In the working Tiger TclTk 8.5 GUI,

Re: [GRASS-dev] Porting d.* to native Win32

2008-03-10 Thread Jachym Cepicky
Hi, imho the best way would be, to connect new WX monitors, so they work via command line interface. Some proposal interface was there (see p.mon friends in wxgui source) - using temporary files for the communication jachym [EMAIL PROTECTED] píše v Ne 09. 03. 2008 v 12:32 +0100: Dear all,

[GRASS-dev] Re: [GRASS GIS] #77: Change wxGui workspace file extension away from .grc

2008-03-10 Thread GRASS GIS
#77: Change wxGui workspace file extension away from .grc --+- Reporter: hamish | Owner: martinl Type: task | Status: assigned Priority: blocker | Milestone: 6.3.0 Component:

Re: [GRASS-dev] Re: GUI support for TclTk 8.5

2008-03-10 Thread Paul Kelly
On Mon, 10 Mar 2008, Jachym Cepicky wrote: Maybe this would help on windows as well? Currently, you have to install tcltk 8.4, to get nviz working Really? NVIZ with Tcl/Tk 8.5.0 on Windows works fine for me, as I've already reported to the list several times. Benjamin reported that it hung

[GRASS-dev] wx display monitors starting at 0

2008-03-10 Thread Hamish
Hi, I notice in the wx screenshots that the display monitors start counting at 0 not 1. This is all good and well for C Python programmers, but for the average user it's a bit unexpected. range(1, max+1) thoughts? Hamish ___ grass-dev mailing

Re: [GRASS-dev] Re: GUI support for TclTk 8.5

2008-03-10 Thread Benjamin Ducke
OK, I have checked a little bit for documentation on how to use the new, more native-looking widgets on TclTk8.5. Documentation is sparse, to say the least. It appears that using the new widgets would essentially mean rewriting large parts of the GUI code: http://wiki.tcl.tk/15443

Re: R: [GRASS-dev] Re: GUI support for TclTk 8.5

2008-03-10 Thread Paul Kelly
On Mon, 10 Mar 2008 [EMAIL PROTECTED] wrote: Hin NVIZ works fine for me, with tcl/tk 8.5.1 BTW, I just finished the installer for windows, but there's still a problem I'm not able to fix: installer procedure creates 4 different files to let GRASS work even if installed in dirs with spaces;

Re: [GRASS-dev] how to start wx vdigit?

2008-03-10 Thread William Kyngesburye
I put bits of what I did in: http://trac.osgeo.org/grass/ticket/58 http://trac.osgeo.org/grass/ticket/61 On Mar 10, 2008, at 6:59 AM, Martin Landa wrote: Hi William, I'm guessing import wx should import _gdi and load _gdi_.so, since _core imports _gdi. Didn't help with the

[GRASS-dev] Can't connect to osgeo.org today

2008-03-10 Thread Patton, Eric
Has anyone had success synching their source code to the repositories on osgeo.org today? I can't update my source, nor connect to osgeo.org via the main website either. ~ Eric. ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] Re: GUI support for TclTk 8.5

2008-03-10 Thread William Kyngesburye
I put an OSX SVN build on my GRASS page with TclTk 8.5. NVIZ works on Leopard but not on Tiger. It installs in /Applications/GRASS-SVN so it doesn't overwrite the RC5 release. http://www.kyngchaos.com/wiki/software:grass For further testing, it also includes the wxpython vdigit that seems

[GRASS-dev] Re: [GRASS GIS] #61: vdigit makefile uses hardwired compile and link flags

2008-03-10 Thread GRASS GIS
#61: vdigit makefile uses hardwired compile and link flags +--- Reporter: kyngchaos | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: major |

[GRASS-dev] Re: [GRASS GIS] #61: vdigit makefile uses hardwired compile and link flags

2008-03-10 Thread GRASS GIS
#61: vdigit makefile uses hardwired compile and link flags +--- Reporter: kyngchaos | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: major |

[GRASS-dev] WinGRASS-6.3.0RC5 Self Installer

2008-03-10 Thread marco.pasetti
Hi all, I just finished to prepare and test the installer of WinGRASS-6.3.0RC5; I guessed to finished it two or three days ago, but I had some unexpected problems to fix; BTW, I have some other thinhs to explain, so, let's come with order 1) I updated the Building Guide with instructions on

Re: [GRASS-dev] Re: GUI support for TclTk 8.5

2008-03-10 Thread William Kyngesburye
Tiger or Leopard? On Mar 10, 2008, at 12:31 PM, Agustin Diez Castillo wrote: It's working here, nice and easyPicture 10.png On Mar 10, 2008, at 4:19 PM, William Kyngesburye wrote: I put an OSX SVN build on my GRASS page with TclTk 8.5. NVIZ works on Leopard but not on Tiger. It installs

Re: [GRASS-dev] Re: regex problem for r.in.wms

2008-03-10 Thread Hamish
Hamish wrote: In the end I replaced it with continue until you find an open bracket: [^]* Otherwise I'd worry about a literal comment in a Name, and how to match until /Name not just . But as it is I hope no one would be so silly as to use in a Name field. upon relflection, the

Re: [GRASS-dev] WinGRASS-6.3.0RC5 Self Installer

2008-03-10 Thread Yann Chemin
Hi Marco, Phew! What a job! Congrats, it was a long awaited installation software. I wish I could download the installation file, but it seems the server is Kaput. If I can get a hand on it, I'll try to host it in my Institute for Asian downloads. Let see, Thanks again, Yann On 11/03/2008,

Re: [GRASS-dev] Re: [GRASS-user] v.in.db - dylb failure

2008-03-10 Thread William Kyngesburye
I don't have anything I can easily test this on here, so can you try this: http://www.kyngchaos.com/files/software/unixport/grass-mysql.zip unzip it. Right-click the GRASS application and Show Package Contents. Dig into Contents/MacOS/driver/db and replace the mysql there with this one.