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…
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…
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…
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 …
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…
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…
I think the help explains it pretty good, no? Events on <checkbox> changed <arg> do <expr> Called when the user clicks the check bo…
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…
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.
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…
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 …
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…
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…
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…
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…