dabo Commit
Revision 4480
Date: 2008-08-28 13:55:05 -0700 (Thu, 28 Aug 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4480

Changed:
U   trunk/dabo/ui/uiwx/dGrid.py

Log:
Reverted a change I made to dGrid that could account for the problems in 
GetValue() when adding a dGrid in the Class Designer.


Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2008-08-28 18:29:39 UTC (rev 4479)
+++ trunk/dabo/ui/uiwx/dGrid.py 2008-08-28 20:55:05 UTC (rev 4480)
@@ -320,8 +320,8 @@
 
 
        def GetValue(self, row, col):
-               bizobj = self._bizobj
-               col_obj = self.grid._columns[col]
+               bizobj = self.grid.getBizobj()
+               col_obj = self.grid.Columns[col]
                field = col_obj.DataField
                col_obj._updateDynamicProps()
                col_obj._updateCellDynamicProps(row)




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to