Jon-Huhn
@jon-huhn
New Member
Joined: Feb 15, 2024
Topics: 64 / Replies: 156
Reply
RE: ListView Drag and Drop Visual Cues…

Ooo, a texture map. I hadn’t thought of that. Maybe I could build it dynamically so the users wouldn’t need to install any graphics files with the scr…

18 years ago
Forum
Topic
Forum
Replies: 6
Views: 34
Reply
RE: Looping through geometry to evaluate modifiers?

This will create an array with all the selected objects that are editable polys are have edit poly applied. I think… local objs=for x in selection w…

18 years ago
Forum
Reply
RE: Mysterious <CustAttrib array for deleted node> thing

Good to know, thanks. Still, it’s weird that you and I are getting two different results with (supposedly) the same setup.

18 years ago
Forum
Topic
Topic
Forum
Replies: 0
Views: 13
Reply
RE: DotNet button border color and width

Ah, I see, you were doubting if this would work. Yeah, having problems, but I’m getting a better idea now of the things I need to be searching for on …

18 years ago
Forum
Reply
RE: DotNet button border color and width

Thanks, Shane, I’ll give this a try. So, what did you mean when you said this isn’t what I really wanted… do you mean it’s a bad idea to be changing …

18 years ago
Forum
Topic
Forum
Replies: 3
Views: 37
Reply
RE: Remove the quotes marks from a string how.?

In order to troubleshoot your code, I recommend you try to do the same exact execute command with each version (the single versus the array). You’re d…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 28
Reply
RE: Copying and relocating in script?

So are you just looking for the script to take one object and make copies of it X number of times X units apart on the Z axis?

18 years ago
Forum
Reply
RE: Has anyone figured out how to get .Net TextBox to receive the Enter keystroke?

Ok, here’s the event handler that allows the user to hit return to insert a new blank line. Thanks Shane for helping me work through this, and I hope …

18 years ago
Forum
Reply
RE: Has anyone figured out how to get .Net TextBox to receive the Enter keystroke?

Ok, things are looking pretty good now. I used texbox.SelectionStart=texbox.text.count to set the caret to the end of the file when return is hit. Now…

18 years ago
Forum
Page 10 / 15