dabowebsite Commit
Revision 147
Date: 2010-11-21 08:50:02 -0800 (Sun, 21 Nov 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/147

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

Log:
auto-commit

Diff:
Added: trunk/blog/Announcements/Web_Update_revision_6199_Posted.txt
===================================================================
--- trunk/blog/Announcements/Web_Update_revision_6199_Posted.txt                
                (rev 0)
+++ trunk/blog/Announcements/Web_Update_revision_6199_Posted.txt        
2010-11-21 16:50:02 UTC (rev 147)
@@ -0,0 +1,28 @@
+Web Update revision 6199 Posted
+<p>- Fixed some WordWrap issues with labels.<br />
+- Updated the bizIterator classes. They now have two more optional parameters: 
'reversed' (default=False): when True, the rows are returned in reverse order; 
and 'restorePointer' (default=False): when True, the RowNumber is reset when 
the iteration is complete. The reverse() method has been removed, as it is no 
longer needed.<br />
+- Removed inconsistencies in the code with respect to the use of 
'dabo.settings.something' vs. 'dabo.something' to only use the latter form.<br 
/>
+- Fixed some display issues with dSpinner.<br />
+- Corrected a problem noted by Fraser Burns in which pathing in file names was 
effectively doubled, causing "File not found" errors.<br />
+- Fixed the menu handling issues that prevented the Most Recently Used ("MRU") 
functionality from working. Also added support for using MRU with submenus.<br 
/>
+- Added optional 'multiple' parameter to promptForFileName().<br />
+- Modified the appendMenu(), prependMenu(), and insertMenu() methods to return 
the menu reference instead of a boolean indicating success. While these methods 
require the reference to be passed in, I felt that it was confusing since every 
other append, prepend and insert method returned the reference to the item 
being added.<br />
+- Added references for all the included menus and menuitems to the menu bar. 
This will allow you to reference them in your code instead of having to 
constantly locate them.<br />
+- Changed the hotkey for Redo to 'Ctrl+Shift+Z' to remove the conflict with 
the Command Window history shortcut, and to keep it in line with 'Ctrl+Z' for 
Undo.<br />
+- Activating the Code Editing page of dShell now sets focus to the editor 
automatically.<br />
+- Added the 'importDebugger' setting. Default=True, which preserves current 
behavior. If you are using an environment with its own debugger, override this 
setting to False.<br />
+- Changed the internal order that we process bound events.<br />
+- Added type conversion in dSpinner if Max/Min and Value were not both Decimal 
or Float.<br />
+- Fixed incorrect handling of properties when running a design using 
dBorderSizer.<br />
+- Added a 'force' parameter (default=False) to dBizobj.requeryAllChildren() to 
override any cache settings in those child bizobjs.<br />
+- Saving a document in dEditor no longer clears the Undo buffer.<br />
+- Added the dBizobj.expireCache() method, which will ensure child records will 
requery during the next cycle.<br />
+- Added the MinSizerWidth and MinSizerHeight properties to dSlidePanelControl, 
and set them both to default to 100px initially. This will ensure that the 
control is never sized to zero pixels when given a proportion of 0, as was 
happening previously.<br />
+- Removed duplicate MySQL transaction logging.<br />
+- Modified the behavior when setting the Picture property of dImage. Instead 
of raising an error when set to a non-existent file, it will write to the error 
log and return.<br />
+- Updated the buildwin.bat file in AppWizard-generated apps to better explain 
the steps needed to build exe files under WinXP.<br />
+- Changed the hotkeys in the Class Designer for 'Run Script' and 'Hide/Show 
Output' to 'Ctrl+Shift+R' and 'Ctrl+Shift+O', respectively, to be more 
consistent with other tools. Thanks to Fraser Burns for catching this.<br />
+- Aded a menu item for "Open Recent" to both the Class Designer and the 
Editor. <br />
+- Fixed a bug that caused a crash when running the Class Designer without an 
initial file path<br />
+- Improved the layout of the "Edit Sizer Properties" dialog of the Class 
Designer<br />
+- Fixed an error when opening a saved non-sizer cdxml form.</p>
\ No newline at end of file


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