Integration would be nice… as well as some form of painless custom attribute creation/redefinition. The script and expression controller dialogs just…
hehe no I got it this time It is a pain to do it, I agree, but I don’t know of another way aside from the one I posted. Good luck,
I don’t quite understand your problem I think. You have 2 columns, or 3 columns? Is the hashtable you refer to a MXS array or something else?
whats up Hobbs, I’m not sure if there is a better way, but I’ve used qsort in the past. Usually I’ll build a 2 dimensional array holding arrays that…
lol Paul, Free IDE and compiler here: http://msdn.microsoft.com/vstudio/express/visualcsharp/ The best resource is the MSDN, if you type “system.wi…
I dunno Paul… C# is about as hard as MXS, it just has more classes/methods. Its a really super clean syntax that makes a lot of sense. I’d say you c…
Last time I checked you had to jump through some hoops to get assemblies made with ironpython to load correctly. Here’s a link to the mailing list, b…
Thanks a ton spec, I’ll give the com class a go and report back how I faired (I know you said it was quick code, I’ll give it a shot anyways )
I think for a lot of tasks it wouldn’t matter. If you have multiple users making queries to a sql db then the db server is going to handle the multip…
You could definitely have modules on the network that you access from each station, but the code is still basically executed on the station that calle…
Awesome spec, I was thinking about it some more, and thought it might not make sense to completely build my own system when something like Pyro exist…
Thank you David, a true boon! <3
Hi guys, I don’t know for sure, but I think graphics cards are highly accelerated for geometry, whereas drawing lines is a little bit slower. It coul…
Here’s a small example of how they work (comment out the different methods and check out how they differ): ( rollout treeTest “Tree Test” ( …