[GRASS-dev] [grass-code I][324] lwidth error
grass-codei at wald.intevation.org
grass-codei at wald.intevation.org
Thu Mar 8 15:04:49 EST 2007
code I item #324, was opened at 2007-03-08 21:04
Status: Open
Priority: 3
Submitted By: Carlos Dávila (carluti)
Assigned to: Nobody (None)
Summary: lwidth error
Issue type: None
Issue status: None
GRASS version: CVS HEAD
GRASS component: vector
Operating system: Linux
Operating system version: debian testing
GRASS CVS checkout date, if applies (YYMMDD): 070303
Initial Comment:
In GIS Manager, if I have lines check box unchecked and then uncheck boundary check box next error appears:
can't read "lwidth": no such variable
can't read "lwidth": no such variable
while executing
"$leg create line $x1 $yc $x2 $yc -fill $opt($id,1,color) -width $lwidth"
(procedure "GmVector::legend" line 58)
invoked from within
"GmVector::legend 2"
invoked from within
".mainframe.frame.pw1.f1.frame.sw.sf.frame.fr.type.c invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w $cmd]"
(procedure "tk::CheckRadioInvoke" line 3)
invoked from within
"tk::CheckRadioInvoke .mainframe.frame.pw1.f1.frame.sw.sf.frame.fr.type.c"
(command bound to event)
Same error happens in the opposite case: boundary check box is unchecked and then I uncheck lines check box and also when I uncheck area check box in a point vector map:
can't read "lwidth": no such variable
can't read "lwidth": no such variable
while executing
"$leg create line $x1 $yc $x2 $yc -fill $opt($id,1,color) -width $lwidth"
(procedure "GmVector::legend" line 58)
invoked from within
"GmVector::legend 3"
invoked from within
".mainframe.frame.pw1.f1.frame.sw.sf.frame.fr.type.e invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w $cmd]"
(procedure "tk::CheckRadioInvoke" line 3)
invoked from within
"tk::CheckRadioInvoke .mainframe.frame.pw1.f1.frame.sw.sf.frame.fr.type.e"
(command bound to event)
----------------------------------------------------------------------
You can respond by visiting:
http://wald.intevation.org/tracker/?func=detail&atid=204&aid=324&group_id=21
More information about the grass-dev
mailing list