Maybe could use dotnetobject “system.windows.forms.webBrowser”
thanks for your help. and this method needs start a web server in max ?
Yeh~~ I saw it. the approach is load scripts as string. and execute it in max. I really want is the maxscript code run in the javascript or some wh…
eh… let me think… like … create some custom geometry… when you select someone…then show his own rollout… so I think its usefull
I use 2012 But sequence is Changed every time you restart the MAX…
Malkalypse: What the heck? That’s what I tried doing initially and it didn’t work. But now later when I tried it again, it worked fine. I must have …
Is it Your want ?? struct testStruct ( first = 1, second = 2, third = 3, fourth = “testing”, fn testFn = ( “Is a function” ) ) test = te…
PEN: Is this what you are after? Yes it is very useful. But Now have a Bug … when I use “gc()” to collect the garbage… The NumericUpdown will …
This solution is Great . Build a rollout in a Structure!. Buuuut . I try this exmple: and i think the rollout in a struct has a “STATIC” property…
This solution is Great . Build a rollout in a Structure!.
I use “bar.tag = dotNetMXSValue rol” … not “bar.tag = dotNetMXSValue this”. how to use “this” in struct?? like this:? struct test ( this, …