PEN
@pen
New Member
Joined: Feb 14, 2024
Topics: 180 / Replies: 2479
Reply
RE: Undo and spinners

buttondown and buttonup events can be used for this.

9 years ago
Forum
Reply
RE: Find out if other app is accessing file

Maybe before trying to open the file check to see if the file size is changing. If so wait and check again.

9 years ago
Forum
Reply
RE: Transform object from text file.

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 …

9 years ago
Forum
Reply
RE: dotNet dataGridView can't make it editable

Ended up using CellBeginEdit, CellEndEdit, and CellContentClick with EndEdit() being called and in the endEdit event getting the row and column index …

9 years ago
Forum
Reply
RE: dotNet dataGridView can't make it editable

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….

9 years ago
Forum
Reply
RE: dotNet dataGridView can't make it editable

And as I posted that I realized my stupidity. Thanks for the help Denis.

9 years ago
Forum
Reply
RE: dotNet dataGridView can't make it editable

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.

9 years ago
Forum
Reply
RE: dotNet dataGridView can't make it editable

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.

9 years ago
Forum
Reply
RE: dotNet dataGridView can't make it editable

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…

9 years ago
Forum
Topic
Forum
Replies: 11
Views: 13
Reply
RE: Drag and Drop

Good point, will check.

9 years ago
Forum
Reply
RE: Drag and Drop

Something else that is interesting. for h in windows.getChildrenHWND #max do format “% ” h –Does not return compact Mat Editor or Slate. UIAccessor…

9 years ago
Forum
Reply
RE: Drag and Drop

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…

9 years ago
Forum
Reply
RE: Drag and Drop

Looks like slate is a bit of a black box as well. Can’t even find the handle for it.

9 years ago
Forum
Reply
RE: Drag and Drop

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…

9 years ago
Forum
Page 2 / 178