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

Reply via email to