Be sure to have the latest version and it should work
to show your window do not do
win1.show();

but
WindowStore.show(win4);

If you still have pb send an sample file
Seb

On more thing, it's based on cookie, some browsers do not save cookie if your url is a local file like file://..... (Firefox works fine)

On Feb 27, 2007, at 2:33 PM, jochen hartz wrote:

Hi,

first of all let me say, what a terrific work these windows are!! Keep up the good work.

Now to my question:

I'm displaying 5-6 windows at a time.
Code is like this for each window
var win1= new Window({className: "mac_os_x", title: "Windows 1 of 6", top:70, left:100, width:450, height:200, wiredDrag: true, refresh: true, url: "http://some.example.com
"})
win1.show();

I would like to stay the windows in the dragged position, when I'm refreshing the page. Is it possible somehow?
I tried with
WindowStore.init();
but I couldn't manage it to work.


Kind regards
p

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

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

Reply via email to