Hi Klaas, Thanks, and yes I really have been meaning to write this post up for a while. Whilst I’m going to be adding new tutorials on a more regul…
Thank you Mhamed, you are most welcome. I’ve added a subscription widget on the right of any post page now, If you want to be notified when new conte…
I’d say wait 1.61 hours and add this to your code if keyboard.escPressed then exit else (<do stuff>)
fn select_by_mat_fn [B]sender args[/B] = ( print sender.tag ) for i = 1 to .. ( … btn.tag = btnarray[i] dotNet.addEventHa…
Like you ever need an excuse, Denis
You want to update a mxs rollout, so you don’t need to send the progressbar as an object to the c# assembly. it’s kind of irrelevant whether it is a d…
Hello Klass, It depends on what the c# assembly gives you in terms of the process itself. You can sometimes parse the stdout but if it is something l…
I’m guessing you are trying to change the text outside the scope of a rollout? because… rollout test “” width:162 height:62 ( label lblPsy “Hup,Hup,…
hi Dan, Yeah there’s a few ways you could detect it, depending on your setup. You could see if something like if matchpattern maxfilepath pattern:((…
Its probably dragging and dropping as SnipeyX said. We have our own saving routine so we have to get around this to get people back into pipeline. You…
From the Exocortex help: Attach to existing objects: If checked, the operators are connected to existing objects. Otherwise, new objects are created…
I don’t think you are Kenneth. I found the same as you, and whilst I was excited about this in Max, its quite limited. The lack of having something li…
I don’t have any mapped drives, so can’t really test this. However I always use pathconfig.appendpath to avoid any filename concatenation quirks. You …
The backward slash is evaluating to an escape character, in this case a tab. You need to add the extra slash as you noticed, or use openNote = openFi…