LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: How to query scripted custom attribute array

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…

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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…

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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…

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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!

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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…

17 years ago
Forum
Reply
RE: execute() fails when accessing "$My-Box"

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…

17 years ago
Forum
Reply
RE: DotNet TimeChange Callbacks – New article on LoneRobot.com

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…

17 years ago
Forum
Reply
RE: how to free the clipboardBitmap?

you should be able to clear the clipboard like so – bmp1 = bitmap 3020 2040 color:white setclipboardBitmap bmp1 getclipboardBitmap() — returns bitma…

17 years ago
Forum
Reply
RE: toggling checkboxes

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…

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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 …

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

not to mention it makes b*gger all sense!

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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…

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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…

17 years ago
Forum
Reply
RE: dotnet listview look / feel like MultiListBox ?

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…

17 years ago
Forum
Page 49 / 77