dabowebsite Commit
Revision 139
Date: 2010-07-12 06:20:03 -0700 (Mon, 12 Jul 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/139

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

Log:
auto-commit

Diff:
Added: trunk/blog/Announcements/Web_Update_revision_5924_Posted.txt
===================================================================
--- trunk/blog/Announcements/Web_Update_revision_5924_Posted.txt                
                (rev 0)
+++ trunk/blog/Announcements/Web_Update_revision_5924_Posted.txt        
2010-07-12 13:20:03 UTC (rev 139)
@@ -0,0 +1,6 @@
+Web Update revision 5924 Posted
+<p>- Reverts a behavioral change introduced accidentally in r5846. Now scan() 
will requery child bizobjs by default.<br />
+- Created the 'ustr()' method in dabo.lib.utils. This is designed to replace 
all of our calls to str() in order to eliminate the unicode encoding errors 
that pop up frequently when non-American developers use Dabo.<br />To use, 
include the line:<br />&nbsp;&nbsp;&nbsp;from dabo.lib.utils<br 
/>&nbsp;&nbsp;&nbsp; import ustr<br />in your import statements, and then 
replace all instances of str(val) with ustr(val).<br />
+- Added some sizer outline code to dFormMixin that was inadvertantly left out 
of the last Web Update.<br />
+- dRichTextBox: Changed the 'InsertionPoint' property to 'InsertionPosition' 
to be consistent with other editing controls.<br />
+- dRichTextBox: Renamed the 'loadFromFile()' and 'saveToFile()' methods to 
'load()' and 'save()', respectively, as they can use any file-like object.</p>
\ No newline at end of file


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