Nate Lowrie wrote: > What is the syntax procedure for creating the about dialog content?
Layout a dialog or form how you like, and set app.AboutFormClass to the class you defined. http://paul.dabodev.com/doc/api/dabodoc/dabo.dApp.dApp.html#Properties_AboutFormClass > Also, do I have to use the onPreferences event hook and create the > dialog or is there a panel that I set for preferences? Like your about form, lay it out in a class of your choosing, then set app.PreferenceDialogClass: http://paul.dabodev.com/doc/api/dabodoc/dabo.dApp.dApp.html#Properties_PreferenceDialogClass (hmmm... I'm mildly annoyed at myself for not being consistent in the naming ("dialog" versus "form"). Oh, well.) -- pkm ~ http://paulmcnett.com _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
