- Reverts a behavioral change introduced accidentally in r5846. Now scan() will requery child bizobjs by default.
- 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.
To use, include the line:
from dabo.lib.utils
import ustr
in your import statements, and then replace all instances of str(val) with ustr(val).
- Added some sizer outline code to dFormMixin that was inadvertantly left out of the last Web Update.
- dRichTextBox: Changed the 'InsertionPoint' property to 'InsertionPosition' to be consistent with other editing controls.
- dRichTextBox: Renamed the 'loadFromFile()' and 'saveToFile()' methods to 'load()' and 'save()', respectively, as they can use any file-like object.
posted at: 06:20 |
path: /Announcements |
permalink