My XUL application is some kind of REMOTE application. XUL files are taken from HTTP server. Everything is working properly, but... Sometimes in some part of application current location have to be changed using e.g. document.location.assign() - in this particular case opening of the new window is pointless. Changing location is working weel, but... and here is my problem: in some cases the window can not be minimized at all, if it was maximized it will be automatically minimized etc. It looks like the window is losing its creation properties like statemode, height, width...Is there a another way of changing window contents (to not have those problems but also to be able to use persistent data, window title, state etc...)

Thanks in advance.

ML
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to