LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: UI loading….lag in max

The Base64 utility shouldn’t strictly be used each time a script is run. I commonly use it in a startup struct that either – checks for some script …

14 years ago
Forum
Reply
RE: Structs In an Array or an Array of Structs

hi Dave, the first option would be my approach (IMHO), compiling an array of the instantiated structs, rather than multiple arrays of struct parameter…

14 years ago
Forum
Reply
RE: Friendly space switching

Hi matan, good work, that’s a nice tool, I have a similar approach but add a link interface to a point helper as an attribute. I also store the poin…

14 years ago
Forum
Reply
RE: getSaveFileName and Win 7

Sounds like a user account control (UAC) issue, have you tried turning it off?

14 years ago
Forum
Reply
RE: 2012 Bitmap color bug?

yes, you’re right, this cropped up yesterday –

14 years ago
Forum
Reply
RE: implementing dialog icons within script

could just be how the max button displays it – for image display they are not as good as dotnetcontrols. use this with dotnetcontrols, you’ll get the …

14 years ago
Forum
Reply
RE: implementing dialog icons within script

john, you hadnt set the other alpha image up – ( Struct LR_IconArrayStruct ( fn ConvertBase64StringToImage string filepath = ( if not …

14 years ago
Forum
Reply
RE: implementing dialog icons within script

john, a max image button would expect an 8-bit black and white image as the mask bitmap, so that’s why you are getting a strange result. If you make a…

14 years ago
Forum
Reply
RE: implementing dialog icons within script

hi john, there is a method to make max bitmaps via the ‘bitmap values’ topic in the max help. If you are using dotnet controls, check out this script…

14 years ago
Forum
Reply
RE: Layer Rename Callback

Not a problem, no apology necessary Denis! (and thanks for the idea, Lo)

14 years ago
Forum
Reply
RE: Layer Rename Callback

Hi Pier, Yes it’s been on my wishlist for a while too, I’ll flag it as a bug in the beta forum. Thanks.

14 years ago
Forum
Topic
Forum
Replies: 16
Views: 28
Reply
RE: new test windowdialog does not open

ok guys, my bad. That makes sense. you can’t have two instances of the same rollout. now why do this exactly?

14 years ago
Forum
Reply
RE: new test windowdialog does not open

is it not a scope issue? rollout test1 “” ( Rollout test “cap1” ( Spinner s1 “cap2″ ) subrollout asdf width:140 height:100 button asd”” …

14 years ago
Forum
Reply
RE: Easy prompt for string? (Input equivalent of MessageBox)

I recently posted part one of a tutorial which should help you with an introduction to dotnet in 3dsmax, including the difference between classes and …

14 years ago
Forum
Page 20 / 77