When researching this myself I found a document someone had written performing speed tests on each option. I’ll try and find it when I get home as it …
try running this after: colorMan.repaintUI #repaintAll Edit: Nevermind, you already did that. I need coffee :argh:
You have a phantom s in your code refs.dependentNodes
Change this: lstCameras.SelectionMode = (dotNetClass “System.Windows.Forms.SelectionMode”).MultiSimple To this: lstCameras.SelectionMode = (dotN…
denisT: yes. draw dots or multiple short lines instead of one solid line Interesting. Would potentially hundreds of tiny lines have a noticable …
MrSparkle: Anyway, your approach would draw a gray line if the viewport is gray, so don’t use it Haha! Whoops I completely missed that. Teaches …
Surely a dotted line would have the same problem that you can’t see it? You could set the colour of the line to the opposite of the viewport: gw.se…
You will probably need something like the filterString function: –This line: stringArr = filterString “1 0 0 3.14159″ ” ” –Results in: #(“1”, “0”,…
You’re on the right track but using the $ incorrectly. You also have a close bracket ) symbol too many. Here is some code that works. It’s not really …
Focusing a spinner control over a cell seems like an overcomplicated and slightly inelegant solution. A better way would be one of these options: …
Ah, got it. The documentation isn’t very clear, but you need to handle the events in order to load and save the information after a file>load. Add…
Hmm, it’s not working for me in 2009. Create an object Apply CA code Save File Load File (No need to restart Max) CA on object no longer visible in …
Huh, today I learned, thanks lo
No problem, glad I can help. Next challenge – add drag and drop support
[ul] [li]Mousedown fires when the mouse is pressed down over an item. [/li][li]Mouseup fires when the mouse is released over an item. [/li][li]Click i…