Hi, How are your loading the moudle with the navigator? Deferred?
Are you using the chnage event? Do you have a simple test case. Peace, Mike On 2/1/07, zzwi89 <[EMAIL PROTECTED]> wrote:
I am running into an issue where the HistoryManager is referencing a null object and throwing an error (see: http://tech.groups.yahoo.com/group/flexcoders/message/63423). It appears to be on line 127, in the unregister function: public static function unregister(obj:IHistoryManagerClient):void { impl.unregister(obj); } I cannot simply override a manager, but as this is a null object, I wonder if a simple fix could be to do a null check against impl and obj in this function. Although I can figure out how to do this, I can't figure out how to recompile the entire framework. I know this could be dangerous, but there doesn't seem to be any other fix.
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.

