oglop
03-23-2009, 08:49 AM
hi, i've tried
window -e -vis 0 $gCommandWindow;
window -e -vis 0 scriptEditorPanel1Window;
deleteUI scriptEditorPanel1Window;
both of them are not working. after execution, maya crashes.
maya 2008 ext2 x64 p10 , suse linux
http://www.highend3d.com/boards/index.php?showtopic=241672&start=0&p=278867&#entry278867
basically what i want to do is to move scripting editor to another screen, but it seems window -e tlc 20 1600 is not working, but if it's a new launched maya, it's working.dunno why , so i think maybe i can close it first, then open it again, and it should be moved by my script.
window -e -vis 0 $gCommandWindow;
window -e -vis 0 scriptEditorPanel1Window;
deleteUI scriptEditorPanel1Window;
both of them are not working. after execution, maya crashes.
maya 2008 ext2 x64 p10 , suse linux
http://www.highend3d.com/boards/index.php?showtopic=241672&start=0&p=278867&#entry278867
basically what i want to do is to move scripting editor to another screen, but it seems window -e tlc 20 1600 is not working, but if it's a new launched maya, it's working.dunno why , so i think maybe i can close it first, then open it again, and it should be moved by my script.
