[GRASS-dev] NVIZ now broken?
Paul Kelly
paul-grass at stjohnspoint.co.uk
Sat Nov 18 11:43:27 EST 2006
On Sun, 19 Nov 2006, Hamish wrote:
> Markus:
>>>> The tcl error is:
>>>>
>>>> Index: panel_site.tcl
>>>> ===================================================================
>>>> RCS file:
>>> /grassrepository/grass6/visualization/nviz/scripts/panel_site.tcl,v >
>>> retrieving revision 2.6 > diff -u -r2.6 panel_site.tcl
>>>> --- panel_site.tcl 13 Nov 2006 16:33:33 -0000 2.6
>>>> +++ panel_site.tcl 16 Nov 2006 17:05:59 -0000
>>>> @@ -125,7 +125,7 @@
>>>> -command "change_color site $row1.color"]
>>>> bind $ptcolor <Expose> "$row1.color configure -bg
>>> \[get_curr_sv_color > site\]"
>>>>
>>>> - set markertype [ComboBox $row1.marker -label " marker type "
>>> -width 8 \ > + set markertype [ComboBox $row1.marker -width 8 \
>>>> -textvariable Nv_(siteshape) -modifycmd change_marker \
>>>> -values {"x" "sphere" "diamond" "cube" "box" "gyro" "aster"
>>>> "histogram"}]
>>>>
>>>> -label doesn't work here.
[...]
> dumb guess: what if you strip away the spaces in
>
> -label " marker type "
> to
> -label "marker type"
> or
> -label "marker_type"
>
> ?
Just tried that with various combinations of spaces and no spaces, with
and without quotes. Nothing seems to work apart from deleting the -label
parameter entirely...
Paul
More information about the grass-dev
mailing list