dabo Commit
Revision 1498
Date: 2005-10-31 17:57:33 -0800 (Mon, 31 Oct 2005)
Author: paul

Changed:
U   trunk/dabo/settings.py

Log:
Added some more notes about the new dabo.settings.MDI setting. Basically, it 
seems to work great on Windows, kind of stupidly on Linux (pageframe), and
it totally crashes and burns on Mac.

I'd like to leave this for a little while, and then start defaulting to MDI
on Windows, as that makes it feel more like a classic Windows application,
without all those freaky floating top-level windows roaming about.



Diff:
Modified: trunk/dabo/settings.py
===================================================================
--- trunk/dabo/settings.py      2005-11-01 00:36:29 UTC (rev 1497)
+++ trunk/dabo/settings.py      2005-11-01 01:57:33 UTC (rev 1498)
@@ -75,9 +75,12 @@
 # All the MDI setting does is make dFormMain == (dFormMainSDI or 
dFormMainParentMDI)
 # and dForm == (dFormSDI or dFormChildMDI)
 MDI = False
+# (note: MDI doesn't work at all on Mac as of this writing, and is implemented
+#        as a pageframe on Linux. I'm almost thinking we should default to True
+#        on Windows though, because it seems to be the arrangement most users
+#        expect.)
 
 
-
 ### Settings - end
 
 # Do not copy/paste anything below this line into settings_override.py.




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to