Hi, 

I'm having problems with a modular application I'm developing. One of
the modules contains a chart which uses chartEffects to animate
changes in the data set. If I compile the chart into a standalone
application, everything works fine, but when loaded as a module, the
effects don't play. 

I've tracked this behavior to a missing entry in the EffectManager for
the chart's showDataEffect trigger; looking at the code generated by
the compiler, it appears that the calls to registerEffectTrigger are
never generated. This causes the chart's call to
EffectManager.createEffectForType() to return null. 

I've plugged this problem temporarily by calling
EffectManager.createEffectForType() and registering the effectTrigger
manually, but this can hardly be called a permanent solution. Am I
missing something that would ensure that all necessary effect triggers
in a module are properly registered?

Many thanks,
oliver

Reply via email to