Hey Dave, Are you using beforeLabelEdit event handler for the treeview? Basically you should use something like this: on tv beforeLabelEdit cancel d…
Hi, Try using .primaryVisibility. Light
Hi, local arr = #(); (layerManager.getLayer 0).nodes &arr Light
Yeah it’s possible. In order for the shortcut to work activeX must be in focus. When it should be is the problem. You have 4 ways to do this: My fir…
Hi, You can do something similar. ActiveX controls support keypresses, but they have to be in focus for the keypress to work, else it will trigger th…
Sounds great! Light
Hi, Have you tried using the attachment controller? Light
Hi, Yeah it comes with the full version. You will need Visual Studio 2005 to compile plugins for max 9. As for resources, there aren’t many out there…
Hi, Try showProperties $. Light
Haven’t looked at your for loop, you are right. You need to say something like this: for i in $box* do i.bend.angle = 90 Light
Hi, Looks like not all your boxes have bend modifier. You can filter them like this: for i in gometry where (for f in i.modifiers where classOf f ==…
Hi, Simply initialize them before the rollout definitions like: local rollout01, rollout02 rollout rollout01 ( … ) rollout rollout02 ( … ) Light
I would like to, but for this project I need to limit myself to max 8. It’s just I need to have a number of nodes that needs to be centered. Since I…
Thanks Martin. Yeah you can only get it but not set it. Too bad. Thanks again, Light