Great! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul McNett Sent: 13. juni 2007 17:28 To: Dabo developers' list Subject: [dabo-dev] dabo Commit 3175
dabo Commit Revision 3175 Date: 2007-06-13 08:28:09 -0700 (Wed, 13 Jun 2007) Author: Paul Trac: http://svn.dabodev.com/trac/dabo/changeset/3175 Changed: U trunk/dabo/ui/uiwx/dGrid.py Log: Added a refresh() call to setting dGrid's DataSet. Simen, how does this work? Diff: Modified: trunk/dabo/ui/uiwx/dGrid.py =================================================================== --- trunk/dabo/ui/uiwx/dGrid.py 2007-06-12 19:29:21 UTC (rev 3174) +++ trunk/dabo/ui/uiwx/dGrid.py 2007-06-13 15:28:09 UTC (rev 3175) @@ -3657,6 +3657,7 @@ if not isinstance(val, dabo.db.dDataSet): val = dabo.db.dDataSet(val) self._dataSet = val + dabo.ui.callAfter(self.refresh) biz = self.getBizobj() if biz: ## I think I want to have the bizobj raise the RowNumChanged event, [excessive quoting removed by server] _______________________________________________ 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/dabo-dev/[EMAIL PROTECTED]
