This patch to savi 1.2.2a ensures that the coverage map save dialog always comes frontmost when the 'Save coverage' button is pressed. Apply with patch tcl/coverage.tcl savi-122a-save-coverage-dialog-always-to-front-patch.txt or download coverage.tcl revision 1.15 from CVS. =================================================================== RCS file: /cvsroot/savi/savi-dev/tcl/coverage.tcl,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** savi/savi-dev/tcl/coverage.tcl 2004/01/06 03:57:56 1.14 --- savi/savi-dev/tcl/coverage.tcl 2004/01/09 15:41:44 1.15 *************** *** 17,23 **** # # coverage.tcl # ! # $Id: coverage.tcl,v 1.14 2004/01/06 03:57:56 lloydwood Exp $ # Note: IM_W and IM_H are linked to C variables for the image size --- 17,23 ---- # # coverage.tcl # ! # $Id: coverage.tcl,v 1.15 2004/01/09 15:41:44 lloydwood Exp $ # Note: IM_W and IM_H are linked to C variables for the image size *************** *** 252,258 **** } set filename [tk_getSaveFile -filetypes $types \ ! -title "SaVi: save coverage map" ] if {$filename == ""} return --- 252,258 ---- } set filename [tk_getSaveFile -filetypes $types \ ! -parent .coverage -title "SaVi: save coverage map" ] if {$filename == ""} return