Hi Johanna, this is rather question related to Python than Max script, and maybe for that you has not get response. Your Max script part is ok. At th…
and is any way to UnLoad .net dll and free used memory? just to ask tho
Yes, good question, by-ref works with values, maybe should ask ADSK dev team why. What i presume is that by-ref are in Mxs just to support functions t…
What means does’nt work? If you expect that to change the $point01 controller (not only the ‘val’ variable) then s’d say: (test &$point01.pos.cont…
The colorpicker has only one handle – “on changed” (on <colorpicker> changed <arg> do <expr>) and it is executed at the end when the…
Yes, you assume right, but you can update the ddlist using “on open” handle for the rollout, and if i not miss something, that should be fine – on pa…
Yes, thats true and for ListBox, MultiListBox, ComboBox.
DropdownList needs string items, for example: rollout ddl_test “Drop-Down List” ( pickbutton object1 “Select1 ” width:140 pickbutton object2 “Sele…
There is no obj1 element here, your pickbutton is named object1 ; )
Your ‘picked’ handle is out of the rollout definition.
I see only one case where has sense to assign value to function argument (from inside) – fn foo inArg &outArg = ( outArg = inArg – pi — assign …
Ah, you have a plan. I’m a step behind ’cause I even don’t know how to encrypt mse files.
I’m with you on this one, maybe ever most of the folks here too, but whats next? What we can do about?
Ok, dont worry, I hope my thought above is clear too.
Well, this kind of discussions never change anything, but just by chance I worked on this Superflow script and feel need to reply here. First to say, …