MenuDesigner - Work in progress. create menus visually. Right now you have to create menus in code.
-- FieldSpecEditor? - deprecated. (and fieldspec format)
What replaced it is twofold: for AppWizard-generated apps, it was replaced by generated code. Still not optimal, but not as confusing to Python developers who were new to Dabo. For the XML format used for storing UI information, it was replaced by the .cdxml format used by the Class Designer.
We'd eventually like to have the AppWizard create .cdxml files as its output, so that you could use the Class Designer to edit them. But that will require a major re-write of the datanav framework, so it probably won't happen in the immediate future.
I think the demos that use this should be pulled. - ck -- Class Designer / .cdxml format - Work in progress.