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…
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…
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…
Yeah but where is it? I really don’t see it in the first post. Light
Which link? (: Light
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…
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…
Hi, I use something like this: ( global ClassColor, ClassNode, ClassUV DotNet.LoadAssembly “$stdplugs/managed/Maxima.dll” fn IsLoad…
Thanks guys, really appreciate it. (: Light
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…
It happens because the forum probably screwed the formatting of the fully qualified name of this object: sp = dotNetObject “DevExpress.XtraEditors.Re…
Hi, Are you sure ColorSet is public? Max wouldn’t see it, it’s not public. Light
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…
Hi, You can use the Graphics.MeasureString method. But if you need pixel perfect precision, then it will get more involved. Light