+1 Thanks! I forgot about getclassinstances…
DenisT is in the ‘kindly person’, expert, puzzle solver, teacher, and mentor. His inquisitive nature indicates he is looking to learn something too….
I used this: And modified it to get the bounds of the cell being clicked — and replaced it with a .net textbox. The textbox currently excepts esc …
This is perfect!
Your example is based on the specific name of a property. I want to collect them based on value type. I’m not sure if this is possible. For example…
you may want to take a look at this thread:
For #2 – lookup rollouts in the online help, there is an optional int you can provide that indicates the rollout order. I think its something like: …
If I remember correctly, stringstream may be more efficient at concatenation … but your issue with the echo to listener is probably scope related. Tr…
I don’t have max at home – but I would think this should work… — struct def’ntions struct a ( aVar = “someinfo” ) struct b ( bVar = undefine…
DenisT has provided a great solution to your problem – but if I might suggest – you may want to additionally think about why your users are attempting…
I don’t have a good answer for you, but it is a question that comes up a lot. I usually: Condense the material editor (the asset tracker will list …
I’m sending subsequent javascript commands over COM to Photoshop. The information is gathered from the 3dsmax session and user input – which all work…