LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: Easy prompt for string? (Input equivalent of MessageBox)

There is a class in maxcustomcontrols.dll in the dotnet SDK that is used in the scene explorer. It’s called “RenameInstanceDialog”- this can be utilis…

14 years ago
Forum
Reply
RE: Dynamic Dropdownlist

Just for kicks, I posted a fully hosted dotnet script browser a while back, you can get it at my site here – There’s a few interesting bits to note…

14 years ago
Forum
Reply
RE: Dynamic Dropdownlist

I found a nice method that I converted from VB to use with a combobox – it calculates the maximum width of the text strings in the dropdown and adjust…

14 years ago
Forum
Reply
RE: Free But Encrypted

Awesome news, thanks Kees.

14 years ago
Forum
Reply
RE: Free But Encrypted

I can see the worry of wanting to protect your tools, but not in a forum where it’s highly likely that you have got to the point of releasing somethin…

14 years ago
Forum
Reply
RE: Modifying Custom Attributes

if you use something like Grant Adam’s attribute editor you can extract the CADef to a file, then use the Visual Maxscript editor to make your change…

14 years ago
Forum
Reply
RE: Controlling renderwidth / renderheight

from the help – NOTE: Changing the render scene dialog settings via MAXScript should be done with the actual render scene dialog in a closed state….

14 years ago
Forum
Reply
RE: listbox needs to be multilist. Help please.

Actually I was being a bit dim – you can totally cast the selection bitarray into a standard max array, that makes it easier. Either way will work, th…

14 years ago
Forum
Reply
RE: listbox needs to be multilist. Help please.

Hey John, the pertinent difference I found is that you can tell if an array is empty by using the .count property. So in a listbox this is how you kn…

14 years ago
Forum
Reply
RE: listbox needs to be multilist. Help please.

Hi, you have probably missed the multilistbox? thing to remember is that the multiselection is handled by a bitarray, so be sure to check the methods…

14 years ago
Forum
Reply
RE: Disabling animation on spinner?

Hi Chris, To disable this you need to specify animatable:false in the parameter block of the attribute. The spinner would normally be bound to this v…

14 years ago
Forum
Reply
RE: At what point…

Well spotted. Let’s just say that what gets copied, stays copied. It’s better than way.

14 years ago
Forum
Reply
RE: At what point…

Watch out Jason, you don’t want to give away details of your secret workflow. I guess that’s a good way of looking at it. If the syntax errors are g…

14 years ago
Forum
Reply
RE: At what point…

Yeah the other keys might well be normal, but surely only a maxscripter would rub out ctrl+E !

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 10
Views: 24
Page 21 / 77