How to Change Location of Debug Window

I do not like the default location and size of the debug window so I figured out a way to change them. In Windows, navigate to the trivantis.js file which resides in C:Program FilesTrivantis...Support Files. About line 44 you will find this line of code. I don’t remember the exact original height but I think it was 400.topWnd.trivDebugWnd = topWnd.open( 'trivantisdebug.html', 'TrivantisDebug', 'width=400,height=400,scrollbars=0,resizable=1,menubar=0,too lbar=0,location=0,status=0')Change the width and height as desired and add the two parameters I show bolded at the end for positioning it on the screen.topWnd.trivDebugWnd = topWnd.open 'trivantisdebug.html', 'TrivantisDebug', 'width=550,height=1100 ,scrollbars=0,resizable=1,menubar=0,toolbar=0,location=0,stt us=0, top=0, left=0')Edited By: Ben Pitman on 2008-9-13 8:38:35

Discussions have been disabled for this post