Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: Autocomplete in the MaxScript Editor

No worries. The blog looks fine. It’s the link you have in your first post that’s not there on my pc. But it’s alright, your blog works fine. I think…

14 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

Hmm yeah it’s the same here. But anyway I followed the instructions too, but it doesn’t popup. But I am using 2010, not 2011. Don’t know if this woul…

14 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

labbejason: It’s the first post: Thanks, but this link isn’t in the first post, is it? I don’t see it in firefox. But anyway I wanted to see th…

14 years ago
Forum
Reply
RE: Autocomplete in the MaxScript Editor

Yeah but where is it? I really don’t see it in the first post. Light

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: Change Rollout Title Icon?

Hi, If you are using .NET forms, you can set the .Icon property of the form to any .ico file. For Max rollouts, you could probably do it with some Wi…

14 years ago
Forum
Reply
RE: Copying dotNetObject to unique instance?

Hi, You have to rely on provided Copy/Clone methods on the type itself, if there are any. Some types implement ICloneable, but the it’s ambiguous for…

15 years ago
Forum
Reply
RE: function library

Hi, I use something like this: ( global ClassColor, ClassNode, ClassUV DotNet.LoadAssembly “$stdplugs/managed/Maxima.dll” fn IsLoad…

15 years ago
Forum
Reply
15 years ago
Forum
Reply
RE: Maxscript : detect complex gui modifications

What you need is data-binding. You can do it using Windows Forms. Basically when you have some object (data) and a UI that exposes it, you can subscri…

15 years ago
Forum
Reply
RE: Interactive spreadsheet (dotNet dataGridView)?

It happens because the forum probably screwed the formatting of the fully qualified name of this object: sp = dotNetObject “DevExpress.XtraEditors.Re…

15 years ago
Forum
Reply
RE: Loading Assemblies?

Hi, Are you sure ColorSet is public? Max wouldn’t see it, it’s not public. Light

15 years ago
Forum
Reply
RE: dotNet.addEventHandler cannot access struct members?

I filed this bug several months ago. If I am not wrong, it鈥檚 the same problem. So what I did was this: ( local MPEventHandler struct MyPanel…

15 years ago
Forum
Reply
RE: Dynamic button width using DotNet?

Hi, You can use the Graphics.MeasureString method. But if you need pixel perfect precision, then it will get more involved. Light

15 years ago
Forum
Page 4 / 26