thanks for your help. Unfortunatly I always get a "is not a function" error in all versions between 1.3b and todays nightly built. I tried loadStream and LoadStream but both aren't known as a function.
Any ideas?
Thanks
RK
Rainer Kugeland wrote:
using mozilla1.3 the call editor.docShell.loadStream (mInputStream,newFileURI,"text/plain",0,null);
gives me an error "loadStream is not a function"
The LoadStream API changed with Mozilla 1.3 (between 1.3a and 1.3b). See:
http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#730
Check this out to see if that is the cause of the error you see...
...Ron Capelli (Austin, TX)
