On the verge of creating a non-Trivial Dialog screen/box for my app where a User creates categories, chooses settings (warn when deleting), Default behaviour, etc...
It'll have 3 tabs. I'll be pulling the settings from a MySql "Options" table. Is it common practice, even for Complex dialog's, to: - just use the usual TitleWindow with createPopup, which is commonly used for more trivial "input your name" stuff ? - *not* pull the SQL data from the Options table, until a user actually launches open the Dialog Box. ( It's possible to, on App init(), to load the data into an array, so that the dialog opens quicker, but a user may use the Settings module once every 5 uses of the App ) Steve

