Panayot
@panayot
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 205
Reply
RE: creatOLEObject: can't create instance

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…

14 years ago
Forum
Reply
RE: Unload .Dll , using as a plugin?

and is any way to UnLoad .net dll and free used memory? just to ask tho

14 years ago
Forum
Reply
RE: by-reference controller assignment?

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…

14 years ago
Forum
Reply
RE: by-reference controller assignment?

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…

14 years ago
Forum
Reply
RE: Check for colorPickerDlg open/closed

The colorpicker has only one handle – “on changed” (on <colorpicker> changed <arg> do <expr>) and it is executed at the end when the…

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

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…

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

Yes, thats true and for ListBox, MultiListBox, ComboBox.

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

DropdownList needs string items, for example: rollout ddl_test “Drop-Down List” ( pickbutton object1 “Select1 ” width:140 pickbutton object2 “Sele…

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

There is no obj1 element here, your pickbutton is named object1 ; )

14 years ago
Forum
Reply
RE: Maxscript – how can I create control rollout on dummy helper ?

Your ‘picked’ handle is out of the rollout definition.

14 years ago
Forum
Reply
RE: passing to and returning arguments

I see only one case where has sense to assign value to function argument (from inside) – fn foo inArg &outArg = ( outArg = inArg – pi — assign …

14 years ago
Forum
Reply
RE: The coding and a code of ethic…

Ah, you have a plan. I’m a step behind ’cause I even don’t know how to encrypt mse files.

14 years ago
Forum
Reply
RE: The coding and a code of ethic…

I’m with you on this one, maybe ever most of the folks here too, but whats next? What we can do about?

14 years ago
Forum
Reply
RE: The coding and a code of ethic…

Ok, dont worry, I hope my thought above is clear too.

14 years ago
Forum
Reply
RE: The coding and a code of ethic…

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, …

14 years ago
Forum
Page 10 / 15