ofer_z
@ofer_z
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 188
Reply
RE: Docs Question? eventhandler on DotNetControl, And WebBrowser clicks.

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…

16 years ago
Forum
Reply
RE: Problems to close dialog if one already exists

Try putting the destroyDialog code before the rollout definition code. When you define the rollout, maxscript recreates that variable in memory, so th…

16 years ago
Forum
Reply
RE: change background color in maxscript editor?

Hi, Tool > Open MAXScript.properties Find this line: style.MAXScript.32=$(font.base) and change it into: style.MAXScript.32=$(font.base),back:#…

16 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

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…

16 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

a.anchor = dotNet.combineEnums a.anchor.top a.anchor.left hOpe this helps, o

16 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

magicm: Here’s how you can get the available “types” of any loaded assembly: a = dotNet.loadAssembly @”C:\TabControlEX.dll” dotNetObject:System.Re…

16 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

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…

16 years ago
Forum
Reply
RE: dotNet tabControls align vertical?

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…

16 years ago
Forum
Reply
RE: Skin Morph Modifier hidden problem?

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….

16 years ago
Forum
Reply
RE: Bring Back the Toolbars!

How about: Customize > Show UI > Show floating toolbars ? Cheers, o

16 years ago
Forum
Reply
RE: Copy red channel to another bitmap

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,…

16 years ago
Forum
Reply
RE: Copy red channel to another bitmap

Because I think it’s faster than saving to a temp image and loading it again.

16 years ago
Forum
Reply
RE: Copy red channel to another bitmap

Try this: –****************************************************************************** –* –* extractBitmapChannel –* by Ofer Zelichover (c)…

16 years ago
Forum
Reply
RE: Sorting Filenames

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…

16 years ago
Forum
Reply
RE: Sorting Filenames

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 = …

16 years ago
Forum
Page 3 / 14