d3coy
@d3coy
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 123
Reply
RE: Good source for .net controls info?

edit: Sorry Yannick same post

18 years ago
Forum
Reply
RE: Good source for .net controls info?

Thanks Yannick. The event should be SelectedIndexChanged. So you could do: on tabControl SelectedIndexChanged sender event do (…) then just acc…

18 years ago
Forum
Reply
RE: Good source for .net controls info?

If you want to get crazy you could learn by making your own versions of the .net controls. I did that with the tab control; make your own instance of…

18 years ago
Forum
Reply
RE: CgTalk Indenting

I get tabs, but no color when pasting straight from MXS editor. Are you using XP or Vista? Maybe Vista’s clipboard saves the rtf tags or something.

18 years ago
Forum
Reply
RE: Python + MXS

A safe way to construct a “Python middleground” would be to open a socket to a server (Python scripted) that holds all of your global methods (databas…

18 years ago
Forum
Reply
RE: Scrollable text-area type field?

You can launch new editor windows, with newscript() and edit <filename>. Do a search in the docs for “editor” and you’ll see the methods. As f…

18 years ago
Forum
Reply
RE: Scrollable text-area type field?

Here’s a .NET TextBox that supports scrollbars, multilines, and returns: ( fn formatTextBox tb = ( tb.multiline = true tb.wordwrap = fals…

18 years ago
Forum
Reply
RE: Exporting Rotation w/out Gimbal Lock…

Ahh I see, sorry for the assumption. I don’t normally deal with compositing but it seems to me a pitfall to only allow rotations to be expressed in t…

18 years ago
Forum
Reply
RE: Exporting Rotation w/out Gimbal Lock…

Hi Pixel_Monkey, I’m not sure what kind of rotational data combustion works with, but the most reliable way to get rotations without gimbal lock is t…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 13
Reply
RE: Function calls question

Your second functions works because it is accessing variables that were defined previous to the function call, and you’re directly accessing those add…

18 years ago
Forum
Reply
RE: edittext #align

Instead of trying to align the text within the box to the right, you could align a label ui item to the right and just update its .text property with …

18 years ago
Forum
Reply
RE: Bold_italic_string ?

You could output in .rtf format. Doing so requires you to write an .rtf parser (not hard), and someone may have already done it for MXS; you might wa…

18 years ago
Forum
Reply
RE: Would you be interested in a SIGGRAPH Paper scripting "Book club" ?

It does sound like an interesting idea. I have the acm book of publications from last year sitting on my desk here, and a few might be viable areas o…

18 years ago
Forum
Reply
RE: Look at rotations

Hi David, A great tutorial about how to construct a matrix that points along a certain direction can be found in the reference: How do I align the UV…

18 years ago
Forum
Page 3 / 9