if you’re not storing values like richard said you could still use the rollout to get the array – $.params.textkey_list.items $.params.textkey_list.i…
gak! local ListItems = for c in brushColors collect dotNetObject “System.String” c that’s much better! i’ll have to update some code with that metho…
it’s probably a max 2008 issue, it doesnt pass the string value into dotnet array correctly from the deepcopied max array. this has been fixed in 2009…
no worries, and yes, I am using the ownerdraw mode so you will be overriding the painting that i do in the control. Good job!
drdubosc: 1.General OOP this was the biggest thing for me. I thought i understood OOP until i learnt a bit of dotnet. About half way through a bi…
Bobo: the result will be an actual boolean subtraction stored in the node ‘My’ which is implicitly converted to Editable_Mesh to store the result. F…
Good question, I hadn’t thought about lag in playback. I’ll have to think about that one, threading stuff can get complicated when updating objects an…
you should be able to clear the clipboard like so – bmp1 = bitmap 3020 2040 color:white setclipboardBitmap bmp1 getclipboardBitmap() — returns bitma…
Hi Alex, Glad you solved the issue. However, I was thinking a mapped function could simplify this operation. By storing the checkboxes in a temporary…
hi joel, i obviously look for more vb orientated sites, but i have used and www.codeproject.com is still a place i visit a lot. The web is literally …
not to mention it makes b*gger all sense!
Hi joel, 30 was a number i just plucked out of my head, you could have more but it would have to ‘hardcoded’. Having properties in the control is the…
Here’s a thought – you could imlpement individual item color control with a set of private color properties. These would be hidden and accesible via a…
Hi Joel, You’re welcome! So you actually wanted to be able to color any item a different foreground color? I’ll look into that but Im not sure if it…