Feature Request - Multi Monitor support

 From:  Michael Gibson
2777.7 In reply to 2777.6 
Hi Dave,

> I guess you're confirming that it is not possible at the moment.

Yes, that's correct, currently only the main window is created using that kind of layout and there isn't any method yet to create additional ones.

When I add it, it will probably be something like:
moi.ui.createFrameWindow( 'filename.xml' );


> On a related note, it looks like the current browser is a version of IE 7.x.

Actually, it will just use whatever version of mshtml.dll is currently installed, whether it is IE6, IE7, or IE8.

- Michael