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

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

Log:
auto-commit

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