as3corelib
as3corelib copied to clipboard
FileMonitor onTimerEvent does not fire
Originally filed by gudmundsonsc on 2010-06-07T16:27:15
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.