Fri, Feb 7 2003
06:24:12
|
|
Request created by guest
|
|
Subject: Tcl/tk menu: Display dimentions doesn't work
Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Compiled from Sources
GRASS Version: 5.0.0
This is broken in 5.0.0, and the code snippet below is from CVS..
I don't know what xdriver_defaults(width) calls or if it has been fixed in CVS
wherever that call goes to.
Config -> Options -> Display Dimensions:
XDriver default HEIGHT and XDriver default WIDTH options don't work.
in src/tcltkgrass/main/gui.tcl:
label $path.label1 -anchor w -text "XDriver default LEFT position"
entry $path.entry1 -textvariable xdriver_defaults(left)
label $path.label2 -anchor w -text "XDriver default TOP position"
entry $path.entry2 -textvariable xdriver_defaults(top)
label $path.label3 -anchor w -text "XDriver default WIDTH"
entry $path.entry3 -textvariable xdriver_defaults(width)
label $path.label4 -anchor w -text "XDriver default HEIGHT"
entry $path.entry4 -textvariable xdriver_defaults(height)
label $path.label5 -anchor w -text "CELL driver WIDTH"
entry $path.entry5 -textvariable env(GRASS_WIDTH)
label $path.label6 -anchor w -text "CELL driver HEIGHT"
entry $path.entry6 -textvariable env(GRASS_HEIGHT)
do they need to be updated to GRASS_WIDTH and GRASS_HEIGHT ?
Hamish
|
|
Tue, Jun 27 2006
05:35:27
|
|
Subject changed to Tcl/tk menu: Display dimensions doesn't work by hbowman
|
|
Tue, Jun 27 2006
05:35:45
|
|
User changed to hamish_nospam@yahoo.com by hbowman
|
|
Mon, Feb 5 2007
21:57:28
|
|
Mail sent by mneteler
|
|
|
Tue, Feb 6 2007
07:31:54
|
|
Status changed to resolved by hbowman
|
|
Tue, Feb 6 2007
07:31:54
|
|
Comments added by hbowman
|
|
The tcltkgrass GUI (GRASS 5) is no longer maintained.
This bug does not exist in GRASS 6.
"won't fix", closing & archiving bug report.
Hamish
|
|