Because I have yet to find a solution to be able to instantiate two or more copies of a single window with Coolite at run time, I have resorted to using the ExtJs Window object in JavaScript. I then specify the autoLoad URL to that of an ASPX page that contains some Coolite controls. However, the Window becomes unstable to acts weird, like when resizing it goes crazy and finally disappears. Seems like there is a conflict somewhere betwen Coolite and ExtJs.

So a simple test case would be to create a simple ASPX page with a single Coolite conrol on it like an ImageButton. Then, create a ExtJs window with the ASPX page specified as the autoLoad URL. It goes crazy when you try to resize the window.

Anyone have any luck with this? Any help would be greatly appreciated.