it was a 32bit build in fact, sorry …so maybe it’s because your using max64…
ho sorry didn’t receive the auto message from the forum I’m using XP64 and sharpdevelop won’t allow me to compile in 32bit for some raison, so here’…
here’s a working version now , you need to place caret at the end of the document, then position your mouse cursor over the first + sign and hit P on…
this one is way better cheer ! try (destroydialog SpyMtx)catch() ( dotNet.loadAssembly “$scripts\ManagedWinapi.dll” –//– global SpyMtx global keyho…
Hi guy, I’ve managed to do this witch is funny but not quite what we want , I’m unable to send the ALT+V,C command that toggle the current fold …maybe…
maybe you could try this : -create 2 wrapper object , one for the viewport and one for the maxscript editor. -switch the style of the editor object t…
per control don’t seam to work, it still render with round corner but maybe I’m not using it right … try (NewForm1.close()) catch () ( dotNet.loa…
Thank Richard, this work by disabling it before you start max but I really want to disable it on the form itself! Guest I’ll stick with 2009 until th…
Don’t really know what you are trying to do but you can disable max accelerators at anytime by using : enableAccelerators = false best regard, Martin…
you have to manually add eventhandler since it’s a form … ( – Variables –local bmpDisplayed = dotNetObject “System.Drawing.Bitmap” “C:\Program Files…
or I should have said , I need to wait until both the standard and the error buffer get empty before sending the new line and also stopping the standa…
the problem is in the keydown event handler at line 240 , I need a way to know if the error buffer is empty before evaluating line 242 else it send a …