yixiaohui12345 / as3corelib

Automatically exported from code.google.com/p/as3corelib
1 stars 0 forks source link

FileMonitor onTimerEvent does not fire #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Built an app with Flex 3.4 sdk and Flex 4.0 to use FileMonitor.  Neither 
ever responded to file changes.  Debugged the FileMonitor.as file and 
found that the onTimerEvent was never fired.

Modified FileMonitor.as timer.addEventListener so that useWeakReference is 
false instead of true and this solved the problem.  

Original issue reported on code.google.com by gudmunds...@gmail.com on 7 Jun 2010 at 4:27