drdubosc
@drdubosc
New Member
Joined: Feb 14, 2024
Topics: 2 / Replies: 132
Reply
RE: .NET: how to unload assembly ?

Thankyou for your trouble describing this, susanta. I hadn’t understood the documentation, and was trying to load the wrong way ( giving no access to …

16 years ago
Forum
Reply
RE: .NET: how to unload assembly ?

Ok, thanks, ZB. It’s klunkier than I thought. But perhaps OK for development. EDIT: Thanks, too, susanta … this one will send me back to my books!

16 years ago
Forum
Reply
RE: .NET: how to unload assembly ?

susanta: … In every loading call create a separate temp copy of the assembly and load that instead of the original one to avoid dll locking problem….

16 years ago
Forum
Reply
RE: .NET: how to unload assembly ?

susanta: … If you check softimage .net-integration then you will see, you can dynamically load/unload a .net assembly with out any kind of hack… …

16 years ago
Forum
Reply
RE: mathematic question…

CapitanRed: …I have to say that I have trouble to understand both of them… My approach was to think of the 3 bytes of a colour as a single, 3-dig…

16 years ago
Forum
Reply
RE: mathematic question…

ZB answered, in principle, but to step evenly through the whole RGB range in the way you describe, you’d need to do something like this: fn int2Colo…

16 years ago
Forum
Reply
RE: using structure to represent a tree.

Let’s face it, MXS is for scripting, not heavy-duty programming? Access modifiers, inheritance, and so forth, only really come into their own in large…

16 years ago
Forum
Reply
RE: using structure to represent a tree.

You can’t protect a MXS struct variable from direct modification, as achoo said. There are no access modifiers in the language. You have to do it by c…

16 years ago
Forum
Reply
RE: colorpicker.color.value issues

The weird thing is, though, that the value of the property appears to be behaving well. If you alter v, the rgb component values look to update corre…

16 years ago
Forum
Reply
RE: Changing Link Constrained Inheritance

Thanks too, from the POV of a lurker :)… this stuff isn’t covered very well!

16 years ago
Forum
Reply
RE: Using a function with arguments as an argument for a function – how?

To ensure “testB 10 20” is interpreted as a closure, rather than being evaluated, can’t you just do this? fn testB a b = (messagebox ((a+b) as strin…

16 years ago
Forum
Reply
RE: Using Base64 encoded strings – New Article on LoneRobot.com

Handy. And with your usual knack for presentation!

16 years ago
Forum
Reply
RE: How to get the name of a DotNetControl in rollout?

LoneRobot: Yup in my world, “out the box” directly translates as VS IDE has set it explicitly ( … offers wrist for slapping …) If you’ve got a …

16 years ago
Forum
Reply
RE: How to get the name of a DotNetControl in rollout?

LoneRobot: …if you were creating something like this in VS, the sender.name property would work out the box… …depends on what you mean by ‘out of…

16 years ago
Forum
Reply
RE: .net RegExp matches

davestewart: …How strange to use the iterator … Where the hell … just as an aside, you don’t [i]have[/i] to use rx.match’s own iterator. You coul…

16 years ago
Forum
Page 3 / 9