HeadSmell
@headsmell
New Member
Joined: Feb 15, 2024
Topics: 8 / Replies: 19
Reply
RE: how to use the "collect "command?

I believe it’s under “For loop” in the max script help The collect <expr> form gathers the expression values from the loop iterations and sto…

11 years ago
Forum
Reply
RE: Scripted Plug-in "this" local variable

cool, good to know it’s not a TP thing. I believe it’s this thread if anyone else in interested.

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 8
Reply
RE: RolloutCreator codeStr: syntax question

Ok I found a work around, I compiled the string using a StringStream and formatted the letters If anyone has a more elegant way please share! try …

11 years ago
Forum
Reply
RE: RolloutCreator codeStr: syntax question

somefoldername IS the element in the array… I posted a piece of code above. Normally you would wrap @@ around a string, when using the codestr: this d…

11 years ago
Forum
Topic
Forum
Replies: 3
Views: 7
Reply
RE: Changing subItems color in Listview?

Scratch that lv.Items.Item[1].useItemStyleForSubItems = false (lv.Items.item[1].SubItems.item[1]).ForeColor = (dotNetClass”System.Drawing.Color”).fr…

13 years ago
Forum
Topic
Forum
Replies: 1
Views: 13
Reply
RE: Using "&" to force reference

Great explanation Joel, Cheers

13 years ago
Forum
Reply
RE: Using "&" to force reference

Excellent, yea… i would have never found or would think of it as a new valueRef class Thanks Charles

13 years ago
Forum
Topic
Forum
Replies: 10
Views: 9
Reply
RE: Listview ("..SelectionMode").MultiExtended similar selection mode??

Thanks Pete, the selection methods will defiantly help out. Doh, Cheers Claude666 I was confusing myself with the listview.SelectedItems.Item[] and l…

13 years ago
Forum
Reply
RE: Listview ("..SelectionMode").MultiExtended similar selection mode??

[font=Verdana]@Gravey Hi Gravey, I found your listbox you posted in a similar thread on listboxes, cool stuff Though for this script I’d really like …

13 years ago
Forum
Reply
RE: Parameter Blocks: Dotnet ListView Items in a Scripted plugin?

All working now Thanks again for your help -Alex

14 years ago
Forum
Page 1 / 2