LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: Maxscript Documentation Generator

grabjacket: Hi Pete, I’d be very interested in such an article! To me, regex looks like youngsters sending text-messages. Ha ha, or the sound you…

12 years ago
Forum
Reply
RE: Maxscript Documentation Generator

MrPingouin: It’s heavily based on regular expressions, I never used them on dotnet, and there’s no such thing in mxs. I didnt touch regex in dotn…

12 years ago
Forum
Reply
RE: .NET button props in max rollout

Ah, nice, I’d found the visible property not working before, i’d got around it by adding and subtracting 1000 to the pos.x property on the checkbox ha…

12 years ago
Forum
Reply
RE: Load asembly , Help ?

Another way (if you have just the assembly) is to drag and drop it into visual studio – it will add it to the object browser and let you look through …

12 years ago
Forum
Reply
RE: 3dsMax-Style .NET Button DLL ?

Hi Antoine, I’m not sure I get what you mean by voodoo constants, can you explain what it is you can’t do with max control layout that you can with do…

12 years ago
Forum
Reply
RE: 3dsMax-Style .NET Button DLL ?

I wrote something like this a while ago when I was learning dotnet. My stance on this has changed somewhat. I totally get the notion of dotnetcontrol…

12 years ago
Forum
Reply
RE: Checkbox changed state bug?

I think the help explains it pretty good, no? Events on <checkbox> changed <arg> do <expr> Called when the user clicks the check bo…

12 years ago
Forum
Reply
RE: Checkbox changed state bug?

Youre not using the checkbox ui item event correctly. You don’t need an event for each state, as the current checkbox value is passed in the event var…

12 years ago
Forum
Reply
RE: Read Serial Port Arduino

I think your best bet here is to post your Arduino script so that a fellow Arduino geek (i.e Me) can look at it.

12 years ago
Forum
Reply
RE: DOTNET form wont allow to type

If you are going to the trouble of making a c# user control for use in max, why not handle the keyboard issue there? In visual studio, right click th…

12 years ago
Forum
Reply
RE: doubleclick dotnet button

Howdy Dan, Hope you are well. Here you go! rollout clicky “” width:162 height:52 ( dotnetcontrol myButton “button” pos:[6,6] width:150 height:40 …

12 years ago
Forum
Reply
RE: XML using samples

As we can’t use LINQ to XML to read xml files, one alternative is to use Xpath. Here’s a sample to get the max command panel height from the cui confi…

12 years ago
Forum
Reply
RE: video metadata

Kameleon: Pete! Nice to see you again, as always doing some top .NETage! Just wanted to share a cool tip, use a symlink to point to ffmpeg.exe or w…

12 years ago
Forum
Reply
RE: video metadata

its because frame rate isnt stored as a float. Its a fraction. So you grab the string and execute it. you’ll have to make sure you don’t grab the audi…

12 years ago
Forum
Reply
RE: video metadata

The great thing about getting the info in JSON format is that it is easily readable without having to resort to looking for any documentation. If you…

12 years ago
Forum
Page 12 / 77