screen cap check

 From:  BurrMan
7014.1 
Hi Michael or all,
I'm having a problem with the screen capture scripts where it's only catching a porting of my monitor....

Running A 30 inch display the script is chopping out just a portion of the active viewport....

script: /* render view to clipboard */ var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; v.renderToClipboard( 2560, 2560 ); moi.view.lineWidth = 1; }

Will someone please check this against me?
Thanks