Hi

You have cleanup too much your code :)
As you remove window ids, they are generated with a timestamp so when you reload your page, window ids saved in the cookie does not match any new created window, you need to set ids like this var win1= new Window({id: "win1", className: "mac_os_x", title: "RB", top:70, left:100, width:450, height:200, wiredDrag: true, refresh: true, url: " http://some-example.com"})

Then it works again
Seb

On Mar 13, 2007, at 4:21 PM, jochen hartz wrote:

Hey Seb,

your latest enhancements seem to make the windows-script evene better.
I'm still having problems after installing version 1.2.1.
The windows are not diplayed anymore. But I can't figure out wich parameter to use to make them visible. And I cannot keep teh window position, after refreshing the browser. Cookies are send and stored correct.

Any help is much apreciated.
Kind reagrds
P






















_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to