> You will have to reference the file using standard pathing; e.g., > "ui/MyForm.cdxml". You pass that path to one of the UI functions that > handle cdxml files: dabo.ui.createForm(), and dabo.ui.createClass(). > The former returns an instantiated form object; the latter returns > a class object that you can instantiate when you want.
Yup, that certainly helps. So using the former, probably in one of the application's "AfterInit"s, would fit in best with the way the application loop as written by the application builder works? All the application's forms are instantiated at application startup (?). Those forms look quite "light", presumably there'd have to be an awful lot of them before performance was impacted much? Mark _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
