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?