martroyx
@martroyx
New Member
Joined: Feb 14, 2024
Topics: 10 / Replies: 173
Reply
RE: dotNet tabControls align vertical?

I Paul, is this what your get ? try (TestForm.close()) catch () ( dotNet.loadAssembly @”C:\TabControlEX.dll” Global TestForm = (dotNetObject …

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

That was quick 😮 Thank it help me a lots !

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

Originally Posted by magicm [i]Here’s how you can get the available “types” of any loaded assembly: Code: [left]a = dotNet.loadAssembly @“C:\TabContro…

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

Work in 2009 … this tab controls is very nice, thank :buttrock:

16 years ago
Forum
Reply
RE: many problems

( Local bnumber = skinOps.GetNumberBones $.modifiers[#Skin] Local b_list = #() for i = 1 to bnumber do ( append b_list (getnodebyname (skinOps.GetB…

16 years ago
Forum
Reply
RE: Get file extension from bitmap loaded (beginners help)

I’m not entirely sure what you are trying to do but this should give you the file extension… there are many other way too Martin ( Thefile=”c: es…

16 years ago
Forum
Reply
RE: Multiple selection in Dialog Box?

maybe you could loop the open file dialog to fill the array? ( FilesArray = #() for f in 1 to 200 do ( i=getMAXOpenFileName() if i==undefined …

16 years ago
Forum
Reply
RE: detect duplicate objects' name

( obj = #() for f in selection do (appendifunique obj (getNodeByName f.name)) clearselection() select obj )

17 years ago
Forum
Reply
RE: detect duplicate objects' name

obj = (for f in selection where f.name == “objname” collect f) clearselection() select obj

17 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 020: "Build a Better Tool"

Wow !!! this is a nice tool, very well done :applause:

17 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 020: "Build a Better Tool"

martroyx – that’s a cool little toy. I think you should use a list box or a drop down list instead of all this buttons, that way you will have theoret…

17 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 020: "Build a Better Tool"

Well, that was a short deadline…I just saw the challenge today, so here a little try with random selection, it take a selection and split it into laye…

17 years ago
Forum
Reply
RE: dotnet question…

I allready write the code to make a custom property grid and it allowed me much more control but it was so slow to process that I decided to use prope…

17 years ago
Forum
Reply
RE: dotnet question…

Well…my code is not very clean for now but since I can’t figure this out, you can take a look at it, if you wish Thank! Martin Dufour

17 years ago
Forum
Reply
RE: dotnet question…

Yes, I thing that putting this in the tag is a great solution but How can I read the selected image in the open dialog of the propertygrid ? Thank fo…

17 years ago
Forum
Page 12 / 13