RustyKnight
@rustyknight
New Member
Joined: Feb 15, 2024
Topics: 42 / Replies: 530
Reply
RE: XML Menu Sytem

Hi Pen! Interesting idea, I’d be interested in seeing the final application. Having said that, I took a quick scan over your xml and while it is all …

17 years ago
Forum
Reply
RE: unknown system exception-out of memory

Things like gc() might help, but it will only clear the maxscript buffer. You might also want to check the maxscript heap size just in case. Can’t s…

17 years ago
Forum
Reply
RE: How to turn off/on the rendered frame window when net rendering

Would in be possible to add a persistent filePostOpen callback into the scene before submission that would flag the render setting or perhaps a preRen…

17 years ago
Forum
Reply
RE: Copying Morph channel values

This was quite a challenge, I’ve never done this before (well I have but not with a morpher)… Okay, so here’s what we need to know… We need a list …

17 years ago
Forum
Reply
RE: Adding a Prefix to selected Objects

You’ll put us all out of job Paul!!

17 years ago
Forum
Reply
RE: Multiple instances of the same rollout definition

The problem is: rollout ro01 (“charUI \”” + char + “\””) creates a SINGLE instance of the rollout, regardless of what the caption might be. You nee…

17 years ago
Forum
Reply
RE: Multiple instances of the same rollout definition

I had a simular issue and Paul is right, the only way to do it is to create them dynamically. You may want to checkout the RolloutCreator functions. …

17 years ago
Forum
Reply
RE: Dotnet ListBox flickering

No argument here, but it’s hard enough keep the studios scripts in line without adding more to it

17 years ago
Forum
Reply
RE: Dotnet ListBox flickering

Just a thought I think it’s better to develop a custom control because the code of the control drawing will be faster, it will be easy to reuse it i…

17 years ago
Forum
Reply
RE: Dotnet ListBox flickering

Hi Ypuech! I can’t believe I missed that , must be getting late… I’m curious, do you know if it is possible to globally enable double buffering for…

17 years ago
Forum
Reply
RE: Dotnet ListBox flickering

Oh well, worth a try… I did a VERY quick search and I don’t know if it will help at all, but you might want to consider setting the “DoubleBuffered” …

17 years ago
Forum
Reply
RE: Dotnet ListBox flickering

This looks pretty cool…I may need to steal it…but… Could you use mylistBox.beginUpdate and mylistBox.EndUpdate?? This may buffer the updates until t…

17 years ago
Forum
Reply
RE: Drop-down list

Mathieson: You’ve got it bang on there. Makes a nice change Shane

17 years ago
Forum
Reply
RE: Drop-down list

Hi Mathieson! Sorry to put a dampaner on your suggestion, yes it is correct, but in order to make it work (they way Intrinsia wants it to) you’d have…

17 years ago
Forum
Reply
RE: Switching off Autosmooth

Forgive me, I think part of your post didn鈥檛 quite make it past the keyboard. So I assume you want it to work on EditablePoly and EditableMesh鈥檚 The…

17 years ago
Forum
Page 11 / 39