lanimal
@lanimal
New Member
Joined: Feb 15, 2024
Topics: 8 / Replies: 61
Reply
RE: dotnet EventHandler problem

Of course I am intersted! I just take a look at TrackBar control Didn’t even know about it!

13 years ago
Forum
Reply
RE: dotnet EventHandler problem

Anyway thanks again for your time!

13 years ago
Forum
Reply
RE: dotnet EventHandler problem

I’m just drawing a rectangle for control bounds, the slider bar and a cursor. What did you understood? To make sure i don’t do any noob mistake

13 years ago
Forum
Reply
RE: dotnet EventHandler problem

thanks for the reply lo! I will be able to fix this error in not time. Sorry but i don’t understand what you’re meaning by Using Paint as a replace…

13 years ago
Forum
Reply
RE: dotnet EventHandler problem

Finally i found the solution to my problem! That’s was because i overwrote mouseMove function. I add to use “eventHandler adding system” to existing f…

13 years ago
Forum
Topic
Forum
Replies: 12
Views: 45
Reply
RE: Plugin helper crash on redraw view

more information: that’s not the when handler who crash max because even when init function doesn’t do anything, it also crash. :surprised Crash came…

13 years ago
Forum
Topic
Forum
Replies: 1
Views: 14
Reply
RE: how to create a new layer of a specific wireColor?

layer2 = layermanager.newLayerFromName “test” layer2.wirecolor = color 0 0 0

13 years ago
Forum
Reply
RE: assembly:how to make a dotNetControl?

My control is a custom bitmap UI. A PictureBox with 2 Bitmap one for UI and another one for picking alpha (different alpha does different actions) (di…

13 years ago
Forum
Reply
RE: assembly:how to make a dotNetControl?

yeah exactly! i found a solution but if you can confirm I have to tell maxscript the args names, like optional arguments DotNetControl test “assembl…

13 years ago
Forum
Reply
RE: assembly:how to make a dotNetControl?

I had a control who have 2 arguments in his constructor DotNetControl “assemblyNameSpace.className” arg1 arg2 throw me an error. Anyway i found a s…

13 years ago
Forum
Topic
Forum
Replies: 6
Views: 5
Reply
RE: Callback for vertex delete

It’s callBack day! try this B = Box() convertTo B editable_poly deleteAllChangeHandlers() test = when topology B changes obj do ( print (polyop.get…

13 years ago
Forum
Reply
RE: run script when callback is performered

In this case you will have to rewrite your callBack each time you add an object. build your callBack string and execute it Store your callBack code s…

13 years ago
Forum
Page 4 / 5