DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: How to check that XRefScene deleted or not?

matchpattern (xs as string) pattern:“Deleted XRefScene:*” What do I win?

7 years ago
Forum
Reply
RE: Literalise a String

That’s going to take some digesting to understand… I love the theory of Regex, but reading it is like reading Russian for me! Thanks again!

7 years ago
Forum
Reply
RE: Literalise a String

Not pretty but it’ll catch most practical cases… a = “\\\”Test\\\\\”dshjhsd\”” fn checkString str = ( rx = dotnetobject “System.Text.RegularExpre…

7 years ago
Forum
Reply
RE: Literalise a String

Where I’m up to… a = “\\\”Test\\”” fn checkString str = ( rx = dotnetobject “System.Text.RegularExpressions.Regex” “(?<!\\\\)\”” while …

7 years ago
Forum
Reply
RE: Literalise a String

Hmmm now I need to make it even cleverer… An odd number of backslashes before a ” is ok… an even number is not…

7 years ago
Forum
Reply
RE: Literalise a String

Perfect Thanks Sergey!

7 years ago
Forum
Topic
Forum
Replies: 8
Views: 30
Topic
Forum
Replies: 1
Views: 13
Reply
RE: DotNet UI controls

Basically as part of my interactive rollout builder I’d like to add the dotNet controls that we all use frequently as they can be added to a standard …

7 years ago
Forum
Reply
RE: DotNet UI controls

Thanks Serejah! That’ll do for me to make my own list!

7 years ago
Forum
Topic
Forum
Replies: 6
Views: 20
Reply
RE: Merge Nodes with influences using MXS

Nothing in the help about this… I guess the ‘only’ way to do this would be to merge everything in… find out what the influences are and delete everyth…

7 years ago
Forum
Reply
RE: New Tool for MaxScript Devs: Interactive Rollout Builder

Hmm the problem is with changing the size of buttons interactively using the window hWnds is that to make it accurate you need to move all the control…

7 years ago
Forum
Reply
RE: New Tool for MaxScript Devs: Interactive Rollout Builder

I can definitely reduce the flicker for any spinner-type inputs. Just need to do a bit of code refactoring.

7 years ago
Forum
Reply
RE: New Tool for MaxScript Devs: Interactive Rollout Builder

Version 1.4 released. More Rollout properties exposed, annoy everyone with pictorial backgrounds, Bugs fixed with escape characters, duplicate names o…

7 years ago
Forum
Page 9 / 76