Changeset 284 for trunk/addcmds.tcl


Ignore:
Timestamp:
Dec 4, 2009 5:03:29 PM (14 years ago)
Author:
toby
Message:

# on 2000/09/25 20:09:50, toby did:
Display a message returned by the import_*.tcl on the add/replace phase box
Note: not displayed if coordinates (only) are imported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/addcmds.tcl

    • Property rcs:date changed from 2000/08/17 23:49:20 to 2000/09/25 20:09:50
    • Property rcs:lines changed from +495 -19 to +8 -2
    • Property rcs:rev changed from 1.11 to 1.12
    r268 r284  
    11411141    }
    11421142    set expgui(coordList) [lindex $input 2]
     1143    set msg [lindex $input 3]
     1144    if {$msg != ""} {
     1145        grid [label $np.msg -text $msg -fg red -justify left -bd 4 -relief raised] \
     1146                -column 0 -columnspan 8 -row 20 -sticky ew
     1147    }
    11431148}
    11441149
     
    12681273        grid columnconfig $top.fr 0 -pad 10
    12691274        grid columnconfig $top.fr 1 -pad 10
    1270         grid columnconfig $top 4 -weight 1
     1275#       grid columnconfig $top 4 -weight 1
     1276        grid columnconfig $top 2 -weight 1
    12711277    }
    12721278   
Note: See TracChangeset for help on using the changeset viewer.