I prefer MXS+WPF.
Why you don’t use before-after open callback to revert back the file? fn BeforeOpen = ( File = (getdir #maxdata)+”\\RecentDocuments.xml” TempFile =…
Well… I found the names by finding parent of custom attribute’s rollout. But I should test the Spy++, Thanks! This is the code that I tested with Max …
As you said another problem is how to make it work in version 2018 and above?
Yea It helps, After comparing children of “ModifyTask”, I guess the child number 2 is the area that I was looking for. So this code works perfectly fo…
Serejah: windows.getWindowPos Thank You!, But my question is how we can find handler of that area?
e-armand: registerRedrawViewsCallback This is my working pattern: try(DestroyDialog TestRol)catch() rollout TestRol “Callback Test” ( checkButt…
Nice!, So you completely get the skin data and set it back after modification right? what is the data type of skin data? c++ class or max’s structure …
Yes, Exactly! Thank You! denisT: In your code, I see that you include c++ methods that do not give you any advantages over mxs (for example, c…
Ok, but my assumption was someone that has build environment (like you!) Can compile the code easily. Also I’m sure for someone that has expreince in …
Sorry, I don’t undrstand what are you talking about, what is ^^^ ?