Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: EnableAccellerators has no effect

Hey Dave, Are you using beforeLabelEdit event handler for the treeview? Basically you should use something like this: on tv beforeLabelEdit cancel d…

18 years ago
Forum
Reply
RE: visible to camera property

Hi, Try using .primaryVisibility. Light

18 years ago
Forum
Reply
RE: LayerManager.nodes and the <&node array

Hi, local arr = #(); (layerManager.getLayer 0).nodes &arr Light

18 years ago
Forum
Reply
RE: Overide Shortcut in Maxscript

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…

18 years ago
Forum
Reply
RE: Overide Shortcut in Maxscript

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…

18 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: Animating a box to the contour of a mesh.

Hi, Have you tried using the attachment controller? Light

18 years ago
Forum
Reply
RE: 3ds max sdk

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…

18 years ago
Forum
Reply
RE: List of all Object Properties?

Hi, Try showProperties $. Light

18 years ago
Forum
Reply
RE: PLEASE HELP! very simple yet I can't get it to work

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

18 years ago
Forum
Reply
RE: PLEASE HELP! very simple yet I can't get it to work

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

18 years ago
Forum
Reply
RE: UI issue (Rollouts cicle)

Hi, Simply initialize them before the rollout definitions like: local rollout01, rollout02 rollout rollout01 ( … ) rollout rollout02 ( … ) Light

18 years ago
Forum
Reply
RE: Align listview items to column center

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…

18 years ago
Forum
Reply
RE: Align listview items to column center

Thanks Martin. Yeah you can only get it but not set it. Too bad. Thanks again, Light

18 years ago
Forum
Topic
Forum
Replies: 4
Views: 14
Page 10 / 26