dabowebsite Commit
Revision 144
Date: 2010-10-16 16:20:08 -0700 (Sat, 16 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/144

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

Log:
auto-commit

Diff:
Added: trunk/blog/Announcements/Web_Update_revision_6108_Posted1.txt
===================================================================
--- trunk/blog/Announcements/Web_Update_revision_6108_Posted1.txt               
                (rev 0)
+++ trunk/blog/Announcements/Web_Update_revision_6108_Posted1.txt       
2010-10-16 23:20:08 UTC (rev 144)
@@ -0,0 +1,58 @@
+Web Update revision 6108 Posted
+<p>This is the first Web Update release since the general 0.9.3 release, =<br 
/>
+and it has a lot of improvements and bug fixes (of course). Here's =<br />
+what's new:<br />
+<br />
+- Abstracted out the columns in dListControl. You can now change column =<br />
+captions without losing your data and other column settings.<br />
+- General improvement of the dPageFrameNoTabs class<br />
+- At the suggestion of Jacek Ka=C5=82ucki, I've added a variation of the =<br 
/>
+bizIterator named 'bizDataIterator', which returns a dict containing the =<br 
/>
+columns/values of the current record in the iteration.<br />
+- Added a code editor to the dShell class, allowing you to easily edit =<br />
+blocks of code, and then execute it in the shell.<br />
+- Added the locate() method, which returns True/False based on whether =<br />
+the value passed was found in the data. By default the pointer is moved =<br />
+to the matching record, but passing 'movePointer=3DFalse' will not =<br />
+change the current RowNumber.=20<br />
+- Added the method 'getEncoding()' to the main dabo module. Updated all =<br />
+code to reference this method when looking for encoding settings. This =<br />
+will make using Dabo with non-ASCII strings much more consistent.<br />
+- Added several patches to localization problems courtesy of Jacek =<br />
+Ka=C5=82ucki.<br />
+- Fixed an issue in which child bizobjs that did not link to the =<br />
+parent's PK column threw exceptions.<br />
+- Converted all the deprecated usages of dict.has_key() to use either =<br />
+the 'in' syntax, or a try/except block.<br />
+- Several bug fixes to dMaskedTextBox.<br />
+- Added the NoneDisplay property and several unicode patches to =<br />
+reportWriter.py<br />
+- Added ability to register TrueType Font files and directories to =<br />
+ReportWriter.<br />
+- Fixed a long-standing problem in the reportWriter where the group =<br />
+header would sometimes get<br />
+printed twice on a new page.<br />
+- Modified dMenuBar so that the DynamicEnabled property is evaluated on =<br />
+each update() call.<br />
+- Added the 'charsBeforeCursor()' and 'charsAfterCursor()' methods to =<br />
+text controls, as requested by Brendan Barnwell. By default, they return =<br 
/>
+the character immediately before/after the insertion point, or if there =<br />
+is selected text, before/after the selection. You can optionally pass =<br />
+the number of characters to return if you want more than one. You can =<br />
+also specify that any selected text be included in the return value; by =<br />
+default it is not.<br />
+- Made the Choices property of list controls dynamic, in that changes to =<br 
/>
+the value returned by that property will modify the list options of the =<br />
+control. Formerly, you would have to get the Choices, modify them, and =<br />
+then re-apply them to the property. Now you can modify them directly, =<br />
+and have the change reflected in the control.<br />
+- Refactored the Ruler class in the ReportDesigner so the instance knows =<br 
/>
+its position, not merely its orientation. This should fix the error =<br />
+Jacek's been getting on Windows XP that I wasn't able to reproduce but =<br />
+could have happened if the Paint event occurred at an unexpected time.=20=<br 
/>
+<br />
+- Added support for dListControl properties to the Class Designer.<br />
+- Added support for dMaskedTextBox to the Class Designer.<br />
+- Added the newer manifest for setup.py.<br />
+- Fixed a bug reported by Jim Byrnes in which dPage instances in the =<br />
+Class Designer did not display a context menu.</p>
\ No newline at end of file


Property changes on: 
trunk/blog/Announcements/Web_Update_revision_6108_Posted1.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