-how to stretch an image to button size (if is some method here or must be done by fn) There might be a better method, but here’s the function I use w…
Cool, I’ll see about reformatting my .net notes into something readable if I get some time.
Well… do you accept contributions?
I actually started experimenting with it a few weeks ago and it seems extremely useful. Sure wish there was a .net for dummies guide somewhere online.
You could also create a flowLayoutPanel, and add labels or imageboxes or whatever to it’s “controls” property. The flowLayoutPanel will take care of t…
Why is the encrypt part included in the script’s code???
Well…unless you can post the unencrypted code then it’s kinda of hard to find the problem. Are you by any chance trying to encrypt a macroscript? That…
Try removing the “=” encryptScript “E:\\scripts\\mytool.ms”
Nope, encryptScript is used to encrypt a file, so it requires a non encrypted file. However you must supply a full path to the file. Like: encryptScr…
You could try the .net directory class… maybe that’s faster? I think it’s “system.io.directory” and it has a getDirectories method. EDIT:
Instead of x.name = o.name + “_mesh” + i use x.name = o.name + “_mesh” + i as string The problem is that you are trying to add string with integer…
The layer visa selection sounds like a good idea. In any case, when in Layer sorting mode, you can right click the SCENE OBJECTS library and there wil…
This part seems to be off to me: on editx2 changed var do ( $.name = var ) ( nam3 = getfilenamefile maxfilename nam4 = substring nam1…
AFAIK the bounding box has “the smallest possible volume”. You can check the .max and .min property of an object to get the extremes of the bounding b…