I Paul, is this what your get ? try (TestForm.close()) catch () ( dotNet.loadAssembly @”C:\TabControlEX.dll” Global TestForm = (dotNetObject …
That was quick 😮 Thank it help me a lots !
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…
Work in 2009 … this tab controls is very nice, thank :buttrock:
( Local bnumber = skinOps.GetNumberBones $.modifiers[#Skin] Local b_list = #() for i = 1 to bnumber do ( append b_list (getnodebyname (skinOps.GetB…
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…
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 …
( obj = #() for f in selection do (appendifunique obj (getNodeByName f.name)) clearselection() select obj )
obj = (for f in selection where f.name == “objname” collect f) clearselection() select obj
Wow !!! this is a nice tool, very well done :applause:
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…
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…
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…
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
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…