dabowebsite Commit
Revision 153
Date: 2012-04-30 07:50:01 -0700 (Mon, 30 Apr 2012)
Author: Ed
Trac: http://trac.dabodev.com/changeset/153

Changed:
A   trunk/blog/Announcements/Web_Update_revision_7159_Posted.txt

Log:
auto-commit

Diff:
Added: trunk/blog/Announcements/Web_Update_revision_7159_Posted.txt
===================================================================
--- trunk/blog/Announcements/Web_Update_revision_7159_Posted.txt                
                (rev 0)
+++ trunk/blog/Announcements/Web_Update_revision_7159_Posted.txt        
2012-04-30 14:50:01 UTC (rev 153)
@@ -0,0 +1,37 @@
+Web Update revision 7159 Posted
+<p><h4>UI Layer Changes</h4><br />
+- Added a setRowHeight() method to allow programmatic setting of row heights. 
If SameSizeRows is True, setting any row height changes them all, just as if 
the row had been resized in the UI.<br />
+- Changed the default for Idle events in a form to refresh once per second 
instead of continuously; this can be modified with the IdleRefreshInterval 
property.<br />
+- Fixed the problem of all grid columns using the default string renderer, 
even if they had set an explicit DataType.<br />
+- Added basic copy functionality to grids. By default strings are enclosed in 
double quotes, values in the same row are separated by tabs, and rows are 
separated by newlines. These are all configurable as settings, though.<br />
+- Renamed the 'dShell' class to 'dShellForm', and the '_Shell' class to 
'dShell', making embedding the shell into other apps much easier.<br />
+- Enhanced dHtmlBox to allow link hrefs to refer to application or form 
methods.<br />
+- Fixed a problem that prevented a grid column's DynamicVisible property from 
being updated when the column was hidden.<br />
+- Added a dropped file handler for the interactive shell's editor.<br />
+- Fixed dynamic properties issues in dToolBarItem class<br />
+- Improved the appearance of dSpinner under Windows.<br />
+- Added a check to prevent adding a sizer more than once to another sizer.<br 
/>
+- Added a RowNavigationEvent that is raised when the user moves through the 
data using next(), last(), etc.<br />
+- Enhanced the dLinePlot class, and added a demo class for it into 
DaboDemo.<br />
+- Fixed a problem on MacOS where the Preferences menu item would become 
disabled.<br />
+- Made sure that the "check spelling as you type" option works on MacOS.<br />
+<br />
+<h4>Bizobj Layer Changes</h4><br />
+- Added dBizobj.DataSourceName property, corresponding to real source table 
name for business object, which allows you to create multiple business objects 
with same table as source on single form.<br />
+- Added new property RequeryChildrenOnNavigate to dBizobj, allowing a way to 
(temporarily) suspend requerying any child bizobjs when navigating.<br />
+- Fixed a problem in dBizobj where setting self.exitScan caused all future 
scans to exit immediately.<br />
+- Added getChangedStatus() to dBizobj, which returns the information in 
getRecordStatus(), but for all the changed rows in the bizobj, including 
changed child bizobjs.<br />
+- Added explicit support for dBizobj multiple-field search in seek() and 
locate().<br />
+<br />
+<h4>Data Layer Changes</h4><br />
+- Added convenience function getFieldVals(), which just decorates input and 
output to/from getDataSet() to return the dict of field/value pairs in the 
current or specified row. <br />
+- Got SQLite to work correctly with BLOBs.<br />
+- Fixed a problem in the many-to-many routines where the cursor was using its 
KeyField instead of the 'other' tables pkCol.<br />
+- Fix dbMsSQL.getFields() method issue handling table names with schema.<br />
+- Added dCursorMixin.setDataSet() method to directly populate a cursor's 
data.<br />
+<br />
+<h4>Changes to Tools</h4><br />
+- Replaced the old non-working MenuDesigner with a version that actually 
works.<br />
+- Report Writer: Improved the display of memos with more data than can be 
displayed to show as much as possible, followed by an ellipsis.<br />
+- Added dShell support to the Class Designer.<br />
+- Added 'Precision' to the exposed dColumn properties in the Class 
Designer.</p>
\ No newline at end of file


Property changes on: 
trunk/blog/Announcements/Web_Update_revision_7159_Posted.txt
___________________________________________________________________
Name: svn:eol-style
   + native



_______________________________________________
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