On Wednesday 20 August 2008 02:56:08 pm Dabo Trac wrote: > #1165: Form resized to incorrect dimensions on open in ClassDesigner > -----------------------+--------------------------------------------------- >- Reporter: mikemabey | Owner: > Type: defect | Status: new > Priority: minor | Milestone: 0.8.3 > Component: ide | Version: 0.8.3 > Keywords: | > -----------------------+--------------------------------------------------- >- Using revision 4424, in ClassDesigner, upon opening a previously saved > form, it will have the dimensions of the default window that opens with > ClassDesigner or whatever other form is already open. This may be simply > because ClassDesigner is retrieving the window dimensions from the wrong > file when opening the new .cdxml file.
I might be wrong about this but I think that's normal. Each app has one and only one BasePrefKey. Since ClassDesigner is written using Dabo I would expect that the BasePrefKey "ClassDesigner" would contain the last size used at ClassDesigner's close. Check dPref.py. On the other hand if you were to set the BasePrefKey = yourApp and ran the app it should maintain the form size at the time of closing. But like I said maybe I'm wrong. -- John Fabiani _______________________________________________ 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]
