lo1
@lo1
New Member
Joined: Feb 14, 2024
Topics: 44 / Replies: 1920
Reply
RE: Universal GET HASH

Looks pretty thorough. I’m only wondering about this part: (isvalidobj val): hash = gethashvalue (gethandlebyanim val) hash Isn’t getHandleByAnim …

11 years ago
Forum
Reply
RE: dotNetObject "maxCustomControls.win32HandleWrapper" missing in Max 2015?

I may have been asleep when I wrote that. The correct code should be namespace maxCustomControls { public class Win32HandleWrapper : System.Window…

11 years ago
Forum
Reply
RE: dotNetObject "maxCustomControls.win32HandleWrapper" missing in Max 2015?

Actually, come to think of it, NativeWindow also happens to implement IWin32Window, so your suggested code will also work fine, though NativeWindow is…

11 years ago
Forum
Reply
RE: dotNetObject "maxCustomControls.win32HandleWrapper" missing in Max 2015?

No, not at all. maxCustomControls.win32HandleWrapper is an implementation of the System.Windows.Forms.IWin32Window Interface, used for exposing handl…

11 years ago
Forum
Reply
RE: dotNetObject "maxCustomControls.win32HandleWrapper" missing in Max 2015?

What an incredibly bizarre class to omit. Seems unlikely that this is done on purpose.

11 years ago
Forum
Reply
RE: Levenshtein distance (mxs version)

There is an algorithm for fuzzy string matching I prefer over Levenshtein. I’ve used it successfully in an asset library search engine, and I believe …

11 years ago
Forum
Reply
RE: search greatest number

You should take into consideration that in the case of more than one index containing the highest number, some of the proposed solutions will return t…

11 years ago
Forum
Reply
RE: DotNet Image

form.backgroundImage = undefined

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: #preSystemShutdown grief

This is called cooperative cancellation, and is always the preferred method of cancelling threads. Nevertheless, I find it hard to believe that merel…

11 years ago
Forum
Reply
RE: #preSystemShutdown grief

Well, this is turning into a guessing game. Try to recreate the issue in a simple script.

11 years ago
Forum
Reply
RE: #preSystemShutdown grief

Any usage of DialogMonitorOps?

11 years ago
Forum
Reply
RE: #preSystemShutdown grief

It’s time to show some code.

11 years ago
Forum
Reply
RE: maxunzip woes

Have you tried a dotnet process instead of hiddenDosCommand?

11 years ago
Forum
Reply
RE: How to Install Encrypted Script?

Depends… usually it’s a macroscript, which after running once you can install to your toolbar from the customize interface section.

11 years ago
Forum
Page 24 / 131