Page 1 of 1

Wizard not useable in IntraWeb projects?

Posted: Fri Mar 02, 2007 2:50 pm
by hclaassens
IntraWeb projects do not have auto created user forms.
There is only one main form created of class TformIWMain.

Is it then impossible to use the wizard and have TsiLangLinked component on each form, because it cannot be linked the form with TsiLang and TsiLangDispatcher on it?

Hans Claassens,
HumanCapitalCare BV

Posted: Fri Mar 02, 2007 3:06 pm
by isiticov
Yes, of course, you can use Wizard for these forms. You just don't set LangDispatcher property (although this could be used from some common datamodule or so) but use Set Language manually. And also just un-check Set CommonContainer property. It is not obligatory to set Dispatcher and CommonContainer. :)