Thanks, yep, i´ve tied that too. I thaught it would be a better way to pass data coords to .Net to handle them faster. Thanks guys!.
Thank you very much Denis, for everything, it works great!! and you gave me some excellent examples, thanks again.
I was trying to make the same example but this time without using rollouts but maxforms, i saw that endEdit () when enter is pressed is default action…
Woooowww, thank you very much Denis, that works great!!, i´ll ask a friend about the cSharp part you put in there. Now i´ll try use a .Net form or Max…
Well Denis, this is what i need, while i´m editing a cell, if enter is pressed, i need to stop the edit mode and validate the cell value, perhaps i di…
Denis, i tried to add “e.control.acceptsReturn = true” to the editingControlShowing event and again, it didn´t work, i couldn´t catch enter key. This …
Thanks Denis, i tried this, but doesn´t seem to work, am i doing something wrong?, i need to catch enter to end the edition of a cell for the first …
I was looking for how to catch Enter key to endEdit a cell, and i think i miss the event handler, i found this at MSDN (), so i think i must use the k…
Thanks guys, i really appreciate you help, both examples could be very usefull. I tried to capture the keyCode for Return/Enter key but it seems not …
Is it possible to filter the input for the cells? . In this case, i want to set the valueType property of a column to Single, if i write “125,6” when …
Hey Denis, thank you very much!, it works perfect!!
Hi Eek! thanks for your answer. Actually, i don´t want to change the scale controller type of the object, because i´m working in a kind of maya´s chan…