Ed Leafe wrote: > dabo Commit > Revision 4164 > Date: 2008-06-19 10:27:53 -0700 (Thu, 19 Jun 2008) > Author: Ed > Trac: http://svn.dabodev.com/trac/dabo/changeset/4164 > > Changed: > U trunk/dabo/ui/uiwx/__init__.py > U trunk/dabo/ui/uiwx/dDialog.py > > Log: > Major re-write to the dDialog subclasses. Specifically, there is now a > subclass called 'dStandardButtonDialog' that can accept one or more of the > following parameters when it is created: > I've tested this with my apps, and it seems to work seamlessly. Please > consider it beta until a few more people have played around with it.
You removed the ability for appdev code to position the dialog sizer, resulting in a broken layout: before: http://paulmcnett.com/before_dialog_change.tiff after: http://paulmcnett.com/after_dialog_change.tiff Also, I'm getting these when I click OK or Cancel: TypeError: onOK() takes exactly 2 arguments (1 given) TypeError: onCancel() takes exactly 2 arguments (1 given) This is because I'd followed the original instructions of overriding those hook methods that are now event handlers. I can easily go into my code and add the evt arg, but I thought I'd mention this. Paul _______________________________________________ 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]
