ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: (.NET) Property Grid

Hi Stefan, Thanks for the reply by Dave does not want to create a new managed object : he want to add properties to the PropertyGrid on the fly durin…

19 years ago
Forum
Reply
RE: (.NET) Property Grid

Hi Dave, With the PropertyGrid from .NET 2.0 Forms it’s not possible to do that. I’ve tried to do the same things as you but the PropertyGrid control…

19 years ago
Forum
Reply
RE: (.NET) Property Grid

Hi Yannick, Thanks for the reply. When you say “only .NET types” what do you mean? Can the grid handle booleans, colors, etc? For example, how easy w…

19 years ago
Forum
Reply
RE: (.NET) Property Grid

Hi Dave, Yes, if you use 3ds Max 9 you have the built-in PropertyGrid control from .NET 2.0 Forms. I’ve developed a small script with it and it’s ver…

19 years ago
Forum
Reply
RE: Parsing XML with ActiveX Microsoft.XMLDOM

Hi Georg, Yes, you’re right but it’s better to use 2 rollouts : one for the XMLDOM activex parser (destroyed at init but control still active) and o…

19 years ago
Forum
Reply
RE: Parsing XML with ActiveX Microsoft.XMLDOM

Hey Charles, You can destroy the rollout that houses the ActiveX control and it will still be accessible. We do this by putting our instances of the …

19 years ago
Forum
Reply
RE: Parsing XML with ActiveX Microsoft.XMLDOM

Hi, Here is the way to do that : rollout rXML “XML” silenterrors:true ( local init = true activeXControl axXML “MSXML2.DOMDocument” setupEvents:f…

19 years ago
Forum
Reply
RE: Parsing XML with ActiveX Microsoft.XMLDOM

Is the path in XPath format ? It seems that it’s an XSL pattern query. Take a look at and XML DOM Reference at

19 years ago
Forum
Reply
RE: Parsing XML with ActiveX Microsoft.XMLDOM

Hi charles_magne, In fact selectNodes method returns undefined because the parameter of this method isn’t good. selectNodes() expects the path to the…

19 years ago
Forum
Reply
RE: How do I access a material's diffuse color in 3DXI?

HalfVector solution seems easier to use …

19 years ago
Forum
Reply
RE: How do I access a material's diffuse color in 3DXI?

Hi kgoreham, With 3ds Max SDK and 3DXI there’s many ways to get diffuse color slot of Standard material : // The entire IGame Way IGameProperty *Ma…

19 years ago
Forum
Reply
RE: Example C#/C++ .net assembly for use in max9?

Are you guys using recent framework v 3.0? As per MSDN, it is a using v 2.0 but with some other additional class library. If you are installing it and…

19 years ago
Forum
Reply
RE: Example C#/C++ .net assembly for use in max9?

Hi mzartler, It’s not recommended because some .NET 1.1 methods, classes etc. are deprecated in .NET 2.0. And maybe these class libraries could not b…

19 years ago
Forum
Reply
RE: Using .NET Framework 2.0 with MAXScript and the SDK [Max 9]

Hi Rod, What version of Visual Studio are you using ? I’ve used VS 2005 to create this plugin. Also, this plugin only works with 3ds Max 9 with Micro…

19 years ago
Forum
Reply
RE: Using .NET Framework 2.0 with MAXScript and the SDK [Max 9]

Yes, .NET 3.0 is completely compatible with .NET 2.0 because 3.0 versions contains the 2.0 with new parts : WPF, WCF, WWF and CardSpace. More informa…

19 years ago
Forum
Page 28 / 30