noel20
@noel20
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 18
Reply
RE: MXS unexplained problem… memory leaking

hi denis, i run your test code and the leak doesnt occur here. heap:128L with 10000 to 10M iterations. but anyway i remember this kind of memory leaki…

6 years ago
Forum
Reply
RE: How to get rid of Garbage Collection Error ?

i forgot few things to mention which actually i dont know if it is even related to GC error: i’m sure there is no eventHandler and callbacks left acti…

7 years ago
Forum
Reply
RE: How to get rid of Garbage Collection Error ?

Its an object lister. There is no even one heavy operation. but i can say that the heaviest function is reset parameters, and as far as i remember the…

7 years ago
Forum
Reply
Forum
Topic
Forum
Replies: 4
Views: 21
Reply
RE: DotNet form, Create many controls at once.

hi, thanks for ideas and advises. yep thats make sense its just what i thought was closed event means an event which run right after the dialog close…

7 years ago
Forum
Reply
RE: DotNet form, Create many controls at once.

hi Mz, i included these to dialog closed event: set all structure and variable to undefined (especially for big arrays), free all strings and bitmap v…

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: DotNet form, Create many controls at once.

hi MZ, sorry, i simplified the codes too rough. actually i replaced Suspend & Resume Layout in main form with WM_SETREDRAW. I see it makes the f…

7 years ago
Forum
Reply
RE: DotNet form, Create many controls at once.

sorry for long delay, Is it possible to insert SubRollout in dotNet form?

7 years ago
Forum
Topic
Forum
Replies: 10
Views: 9
Reply
RE: How to make a public struct member read-only in maxscript?

hi Aaandres, About the predefined ‘This’, never thought of it is applicable to outside of scripted-plugin… makes me need to read the documentation mor…

7 years ago
Forum
Reply
RE: How to make a public struct member read-only in maxscript?

hey Denis, i used that way and solved the problem but there is a thing confuse me. How could ‘This’ be an instance of the main struct? You didnt decla…

7 years ago
Forum
Reply
RE: How to make a public struct member read-only in maxscript?

yeah i already did what your code do. Many thanks Denis!

7 years ago
Forum
Reply
RE: How to make a public struct member read-only in maxscript?

hi Denis, sorry for late reply thanks for sharing the idea! i’ll implement it immediately let me ask once more, a little bit off-topic (tell me if i …

7 years ago
Forum
Page 1 / 2