designDialog() crashes out
Posted: Fri Jan 21, 2011 10:33 am
Oh ho ho!
I found that, when I leave the minimalistic module as is, and then I remove the initializate() code from my main app, THEN I get the problem.
But, for now, if I leave the in my main app, then remove it from the module, everything seems to work out correctly.
Is that then, what should happen in a modular app? SHould we initialize the Designer and Viewer as part of the main apps init processing?
I found that, when I leave the minimalistic module as is, and then I remove the initializate() code from my main app, THEN I get the problem.
But, for now, if I leave the
Code: Select all
StiDesignerFx.initialize();
Is that then, what should happen in a modular app? SHould we initialize the Designer and Viewer as part of the main apps init processing?