[GRASS-SVN] r34035 -
grass/branches/develbranch_6/visualization/nviz/scripts
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 28 09:46:47 EDT 2008
Author: marisn
Date: 2008-10-28 09:46:47 -0400 (Tue, 28 Oct 2008)
New Revision: 34035
Modified:
grass/branches/develbranch_6/visualization/nviz/scripts/extra_bindings.tcl
grass/branches/develbranch_6/visualization/nviz/scripts/nviz2.2_script
Log:
Reverting back to old NVIZ menu layot from r32325 introduced one
Modified: grass/branches/develbranch_6/visualization/nviz/scripts/extra_bindings.tcl
===================================================================
--- grass/branches/develbranch_6/visualization/nviz/scripts/extra_bindings.tcl 2008-10-28 13:11:08 UTC (rev 34034)
+++ grass/branches/develbranch_6/visualization/nviz/scripts/extra_bindings.tcl 2008-10-28 13:46:47 UTC (rev 34035)
@@ -60,7 +60,8 @@
. configure -cursor {watch blue}
$Nv_(APP) configure -cursor {watch blue}
}
- $Nv_(AREA).menu.wait_pls configure -fg red -bg black
+#$Nv_(AREA).menu.wait_pls configure -fg red -bg black
+ pack $Nv_(AREA).menu.wait_pls
grab $Nv_(AREA).menu.wait_pls
update
}
@@ -70,7 +71,8 @@
. configure -cursor ""
$Nv_(APP) configure -cursor ""
- $Nv_(AREA).menu.wait_pls configure -fg gray90 -bg gray90
+#$Nv_(AREA).menu.wait_pls configure -fg grey -bg grey
+ pack forget $Nv_(AREA).menu.wait_pls
grab release $Nv_(AREA).menu.wait_pls
update
}
Modified: grass/branches/develbranch_6/visualization/nviz/scripts/nviz2.2_script
===================================================================
--- grass/branches/develbranch_6/visualization/nviz/scripts/nviz2.2_script 2008-10-28 13:11:08 UTC (rev 34034)
+++ grass/branches/develbranch_6/visualization/nviz/scripts/nviz2.2_script 2008-10-28 13:46:47 UTC (rev 34035)
@@ -340,8 +340,7 @@
pack $Nv_(P_AREA) -side top -fill y -expand yes
# Make label with invisible text to hold "Please wait..." message
- label $Nv_(AREA).menu.wait_pls -text "Please Wait..." \
- -fg gray90
+ label $Nv_(AREA).menu.wait_pls -text "Please Wait..." -fg red -bg black
#Bind menu area to canvas and scrollbars
$Nv_(PAREA).canvas create window 0 0 -window $Nv_(P_AREA) -anchor nw
@@ -351,7 +350,7 @@
{"NVIZ Help" "About NVIZ" "NVIZ - Bugs / ToDo"} \
{0 0 0} \
{"nviz_browse nviz_toc.html" "nviz_browse nviz_desc.html" "nviz_browse bugs_todo.html"} ] \
- -side right -fill x -expand yes -anchor e
+ -side right -fill none -expand no -anchor e
# DEBUG
if {$DEBUG} {puts "Help menu made"}
@@ -380,7 +379,7 @@
"Separator" \
"reset_Nviz" "Nv_close_scripting ; exit ; puts"}]
- pack $filemenu -side left -fill x -expand yes
+ pack $filemenu -side left -fill x -expand no
# DEBUG
@@ -393,9 +392,9 @@
# DEBUG
if {$DEBUG} {puts "disabled made"}
- pack [Nv_mkConfigMenu $leftmenu.config] -side left -fill x -expand yes
+ pack [Nv_mkConfigMenu $leftmenu.config] -side left -fill x -expand no
- pack [Nv_mkPanelMenu $leftmenu.panel] -side left -fill x -expand yes
+ pack [Nv_mkPanelMenu $leftmenu.panel] -side left -fill x -expand no
# DEBUG
if {$DEBUG} {puts "scripting menu 0 made"}
@@ -433,13 +432,13 @@
$scriptingmenu add command -label "Script Tools" \
-underline 1 -command {exec nviz -f $default_panel_path/script_tools -q &}
- pack $leftmenu.scripting -side left -fill x -expand yes
+ pack $leftmenu.scripting -side left -fill x -expand no
# DEBUG
if {$DEBUG} {puts "scripting menu made"}
- pack $leftmenu -side left -fill x -expand yes
+ pack $leftmenu -side left -fill x -expand no
tk_menuBar $Nv_(AREA).menu $Nv_(AREA).menu.file $Nv_(AREA).menu.panel \
@@ -447,7 +446,7 @@
set Nv_(Q) [Q_init 2]
- pack $Nv_(AREA).menu.wait_pls -side left -fill x -expand yes
+#pack $Nv_(AREA).menu.wait_pls -side left -fill x -expand yes
# initialize Main panel
Nv_force_panel main
More information about the grass-commit
mailing list