MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
6 years ago
Forum
Reply
RE: Controller Callback

That’s is also another point, One register for all or register a callback for each control?

6 years ago
Forum
Reply
RE: Controller Callback

Cool, My controls are WPF, But I don’t want to complicate everything with WPF stuffs and my focus is on update mechanism. So It seems your offered met…

6 years ago
Forum
Reply
RE: Controller Callback

I guess I got it, Are you taking about references that will create connections between objects? So we can get them by using “refs.dependents” or “refs…

6 years ago
Forum
Reply
RE: How to pass a controller to the C#

aaandres: GetAnimByHandle Thank You! It works: public static class MyClass { static IGlobal globalInterface = GlobalInterface.Instance; …

6 years ago
Forum
Topic
Forum
Replies: 2
Views: 60
Reply
RE: Controller Callback

You right, I shouldn’t say that without measuring…, But I want to say working with available methods inside a class like IControl is faster compare to…

6 years ago
Forum
Reply
RE: Controller Callback

Got it, Thanks, I guessed Autodesk.max is changed over the time.Note that I don’t want to replace native controls. My UI is completely separate window…

6 years ago
Forum
Reply
RE: Controller Callback

Sorry, What you mean by The names in the UI won’t look fine and possibly you will need different versions for 2014, 2016 and possibly 2017 and up.

6 years ago
Forum
Reply
RE: Controller Callback

I already used this feature in my rigging a lot and works perfect. Is it possible to create a plugin like this inside C#? Another problem for me is I …

6 years ago
Forum
Reply
RE: Controller Callback

Well, It seems there isn’t a general solution for this. What if I limit my request to very specific and managed situation: We can create or extend our…

6 years ago
Forum
Reply
RE: Controller Callback

I just created a WPF spinner and I want to create a property exactly like the built-in Max’s Spinner.controller property. Updates are something like t…

6 years ago
Forum
Reply
RE: Controller Callback

Actually I need both cases for different interactions, user Initiated and all changes.Mostly all.

6 years ago
Forum
Reply
RE: Controller Callback

I’m thinking about using Autodesk.Max, overriding IControl set-get of the Value property.

6 years ago
Forum
Reply
RE: Controller Callback

Um… I don’t think we can track changes to the value of the controller by using When construct. Would you please show me an example? Actually I want to…

6 years ago
Forum
Page 22 / 55