Revision: 41771
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41771&view=rev
Author:   bob1961
Date:     2010-12-22 14:47:41 +0000 (Wed, 22 Dec 2010)

Log Message:
-----------
Mods to accommodate updates to the cadwidgets::TkTable

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl

Modified: brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2010-12-22 
14:46:48 UTC (rev 41770)
+++ brlcad/trunk/src/tclscripts/archer/CombEditFrame.tcl        2010-12-22 
14:47:41 UTC (rev 41771)
@@ -570,11 +570,10 @@
                -maxheight 2000 \
                -width 0 \
                -rows 100000 \
-               -titlecols 1 \
-               -titlerows 1 \
                -colstretchmode unset \
                -validate 1 \
-               -validatecommand [::itcl::code $this validateTableEntry %r %c 
%S $tname] \
+               -validatecommand [::itcl::code $this validateTableEntry] \
+               -vclientdata $tname \
                -tablePopupHandler [::itcl::code $this handleTablePopup]
        } {}
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to