Of course I am intersted! I just take a look at TrackBar control Didn’t even know about it!
Anyway thanks again for your time!
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
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…
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…
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…
layer2 = layermanager.newLayerFromName “test” layer2.wirecolor = color 0 0 0
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…
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…
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…
It’s callBack day! try this B = Box() convertTo B editable_poly deleteAllChangeHandlers() test = when topology B changes obj do ( print (polyop.get…
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…