buttondown and buttonup events can be used for this.
Maybe before trying to open the file check to see if the file size is changing. If so wait and check again.
Export it as a csv file and then parse that in Max Script. Look up openFile, readLine and others for the syntax. If you have never done it before it …
Ended up using CellBeginEdit, CellEndEdit, and CellContentClick with EndEdit() being called and in the endEdit event getting the row and column index …
CellValueChanged isn’t working as it should. Strange the way it gets called. I can toggle the first checkbox on and off and it doesn’t call the event….
And as I posted that I realized my stupidity. Thanks for the help Denis.
Example works fine, for some strange reason can’t get it to work in my tool and it isn’t much different from what you have.
Thanks I will give those a try. Tried the accelerators but didn’t get it working, will try can the events and see what happens.
Another odd one that I’m running into. I’m using DataGridViewCheckBoxColumn and the mouseUp event on the dataGridView to fire the clicking on it. As l…
Good point, will check.
Something else that is interesting. for h in windows.getChildrenHWND #max do format “% ” h –Does not return compact Mat Editor or Slate. UIAccessor…
Interesting. Second option again might be the best if it works. What a huge pain in the ass. I want to be able to drag and drop materials from a custo…
Looks like slate is a bit of a black box as well. Can’t even find the handle for it.
Interesting problem. So if I drag and drop onto the material editor, say a multisub material. I can get the button using the first method that I drop…