EricDLegare
@ericdlegare
New Member
Joined: Feb 14, 2024
Topics: 12 / Replies: 48
Reply
RE: IsAnimationPlaying ?

This is my problem What if the user moves the time slider back and forth ?

17 years ago
Forum
Reply
RE: IsAnimationPlaying ?

Well, the problem I see with the TimeChangeCallback is that it can be called even when the animation is not playing ( ex : when scroling the time scro…

17 years ago
Forum
Topic
Forum
Replies: 7
Views: 26
Reply
RE: Help with text in viewport is needed

Bobo: (see the “How To … Develop a Vertex Renderer” tutorial in MAXScript Help for the actual code) Woah, thats cool

17 years ago
Forum
Reply
RE: Get-Selection-Region-Mode: Missing API?

I’m parking myself here waiting to see if it’s possible… ( would be much useful …)

17 years ago
Forum
Reply
RE: filtering selection

Or create a filter function… function FilterFunction Obj = ( return ((superClassOf Obj == GeometryClass) and ((classof Obj.material) == Arch___Design…

17 years ago
Forum
Reply
RE: Menu – MainToolBar : HELP :S

Yes I already managed to get it to work… thanks anyway

17 years ago
Forum
Reply
RE: Menu – MainToolBar : HELP :S

Well, for now I think I have some clue, menuMan.findMenu(“&Help”) Finds the HELP MENU in the MAIN TOOLBAR, so I guess I could use it to find if …

17 years ago
Forum
Topic
Forum
Replies: 3
Views: 6
Reply
RE: dynamic Button caption?

Have you looked into CheckButtons, they could esaily do this. This is a little exemple with buttons local bState = false; on btn_Button pressed do…

17 years ago
Forum
Reply
RE: Disable Selection ?

Thanks evryone, now no ojbects are getting selected. Yet the other issue is that the square selection stills apears in the viewport PickPoint() can…

17 years ago
Forum
Reply
RE: Disable Selection ?

Well, I want the user to DRAW THINGS IN THE VIEWPORT, ( it works fine, just need to get rid of the square selection and the objects getting selected (…

17 years ago
Forum
Topic
Forum
Replies: 7
Views: 21
Reply
RE: Construct variable name from 2 strings

you should look into EXECUTE execute(a + b + ” = 10″); would execute “autodesk = 10” and create a variable named autodesk caring the 10 value

17 years ago
Forum
Reply
RE: Help to understand mouse.buttonStates

I had to check it out So the problem is that “mouse.buttonStates” won’t return an array of booleans, [size=2]Let’s say if you are pressing the left…

17 years ago
Forum
Page 2 / 4