Jon-Huhn
@jon-huhn
New Member
Joined: Feb 15, 2024
Topics: 64 / Replies: 156
Topic
Forum
Replies: 5
Views: 33
Reply
RE: Does struct have "self" concept…

Also, if you were loading many of these types of data structures externally, you could package each struct inside of “()”, and then save that in a sep…

17 years ago
Forum
Reply
RE: Does struct have "self" concept…

Sorry if this was posted already, I just took a brief glance at the existing responses and didn’t see this techniqe, so I’ll post it now. This code wi…

17 years ago
Forum
Reply
RE: Callbacks and macroscripts with buttons?

Try putting this in your callback script: updateToolbarButtons()

18 years ago
Forum
Reply
RE: Images into ListView Checkboxes

Use the .StateImageList property instead of the .ImageList, and also make sure that .CheckBoxes is set to true for the listview. Using this procedure…

18 years ago
Forum
Reply
RE: Some issues with my maxscript:

Ah, that’s great to know. Thanks for sharing. I’d gotten into the habbit of using CA’s attached to the root node of the scene for all my persistent st…

18 years ago
Forum
Reply
RE: Some issues with my maxscript:

Hi, Bobo I was surprised to see you use persisent global variables in your example code… aren’t you the one who wrote in the Max help docs that they’…

18 years ago
Forum
Reply
RE: classOf for values?

Cool, thanks for the explanation

18 years ago
Forum
Reply
RE: classOf for values?

Richard, Great solution! By the way, what’s the “sfs.lib.strTrim” thing that’s in the script? It kicks an error because this is undefined.

18 years ago
Forum
Reply
RE: multi-line label?

I think ” ” does work, but you need to had extra height to your label using the height:someHeight parameter otherwise it will cut off your additional …

18 years ago
Forum
Reply
RE: DotNet TreeView: Checkboxes only on top level?

ypuech, Thanks so much for your help. I like your idea about generating the bitmap from the actual dotnet checkbox. Very clever! I can use the code y…

18 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: Is it possible to disable the redrawing of Dialogs while they're being updated?

Yeah, I was hoping to avoid having to hack the solution, but that’s not out of the question. Thanks.

18 years ago
Forum
Reply
RE: Using DotNet.AddEventHandler(): Is it possible to add extra handler to a control?

Thanks, Martijn So the take-home message I got from your post is that as long as I’m embedding a DotNet control in a maxscript rollout, I’m limited t…

18 years ago
Forum
Page 7 / 15