[flexcoders] Custom events from dynamically loaded modules

2008-08-04 Thread Ken Johnson
I have a main app that dynamically loads modules at runtime using the ModuleLoader. Inside the modules, I would like to dispatch custom events. I can't see how to do this because there is nothing to bind my events to in the main app. Is what I am trying to do possible? Thanks for your help!

[flexcoders] Rounding error

2008-12-17 Thread Ken Johnson
Hi Everyone - Given the following code: var num1:Number = 0.72; var num2:Number = 0.198; var num3:Number; num3 = num1; num3 += num2; I would expect num3 to equal 0.918. Instead, it equals 0.9179. And when I apply a