it looks like the same error as this:
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg37191.html

but sadly the fix didn't work

It's sometimes so bad that I get no response or errors and shuts down
stand-alone version of FB2
Flex Builder 2 Core Version: 2.0.143459
Flex Builder 2 Standalone Version: 2.0.143459

this isn't the only error, but is the easiest to document:


parent.titlebar.document is not an object

 C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe
http://127.0.0.1:50764/hrlp/nftopic/com.adobe.flexbuilder.help/langref/asdoc.js

function findTitleTableObject(id)
{
        if (isEclipse())
                return parent.titlebar.document.getElementById(id); // ERROR IS 
HERE
        else if (top.titlebar)
                return top.titlebar.document.getElementById(id);
        else
                return document.getElementById(id);
}


any else or is it just Pan.T and me?

thanx
barry.b





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to