Vsai: I have a feeling the DotNetControl in the docs should read DotNetObject So… Is it possible to add an event handler to a dotnetcontrol? I bel…
Try putting the destroyDialog code before the rollout definition code. When you define the rollout, maxscript recreates that variable in memory, so th…
Hi, Tool > Open MAXScript.properties Find this line: style.MAXScript.32=$(font.base) and change it into: style.MAXScript.32=$(font.base),back:#…
Hi Paul, If you set the SizeMode property to Fixed: roll.dncMainTabs.SizeMode = roll.dncMainTabs.SizeMode.Fixed you can then set the size of the ta…
a.anchor = dotNet.combineEnums a.anchor.top a.anchor.left hOpe this helps, o
magicm: Here’s how you can get the available “types” of any loaded assembly: a = dotNet.loadAssembly @”C:\TabControlEX.dll” dotNetObject:System.Re…
PEN: So where did the ampersand come from, what does it do and where did you get the path string for creating the control? The ampersand is a new…
Hi Paul, TabControlEx works fine for me in max 2008 (what version of max were you trying it in?) Here’s the code I used (based on your code): dotN…
Hey G, Sorry for not answering in email, but I guess it makes more sense to reply here so others could also benefit form / expand on the information….
How about: Customize > Show UI > Show floating toolbars ? Cheers, o
You’re very welcome. I’m also quite new to the whole .NET thing, so it was a nice challenge and a great learning experience. Keep ’em coming Cheers,…
Because I think it’s faster than saving to a temp image and loading it again.
Try this: –****************************************************************************** –* –* extractBitmapChannel –* by Ofer Zelichover (c)…
No problem (see the script header :)), you can also just use the entire struct. Note that if you do, you’ll have to copy some other functions from tha…
Hi, Here’s my take on this, it’s part of a struct of useful (to my, anyway) functions. Usage: — First run the attached file. ( local files = …