Zykras: Cool, by thinking about your problem I found a solution to a problem I had at work yesterday! I never tried to manipulate keys on controlle…
Invalid link?
Simply check x value of max beckground color maxBC = (colorMan.getColor #background) * 255.0 fn checkScheme color = if color.x < 100 then #dark e…
denisT: to make any other them rectangle shape for .net button is not a problem (image with alpha, custom region, etc.) the real pain is to make foc…
Method that you use is ok but in general I not like to see big length of base64 string. With this function you can break and merge base64 string with …
You can use “mouseHover” and “mouseLeave” events in comb with FlatStyle. In this example I use same colored image but you can add another a bit desatu…
PolyTools3D: Hi Branko, Thank you for the reorganization. Two things I noticed without testing it: for node in nodes where canconvertto node edita…
PolyTools3D: I thought that SetVert and SetFace would make it much slower, but changing a few other things in the function, it Works much faster. …
I like this “orange” method.
This is very good info, Josef. I recently find out that get/set_item fn’s can be used with .net hashtable. Thanks for sharing your discovery especiall…
Maybe this thread
fn isWorldOriented node = (node.dir as string == z_axis as string)
max message box and .net message box use system color. But you can create custom .net form add label with some info and change backcolor.
This will works on Editable_Mesh only ( clearlistener() getFaceVerts = meshop.getVertsUsingFace for obj in geometry where isKindOf obj Editable…
Also you can try GetHandleByAnim and GetAnimByHandle fn’s to avoid .handle property problem