04Apr JavaScript memory leak Categories: All, Experiments Comments: 1 by vlad I found by accident that using some javascript functions in Director brings memory leaks. Such a function, for example, is Math.round(). Read more
04Apr object getProp() / setProp() Categories: All, Experiments Comments: No by vlad I have never seen in any documents that Lingo allows properties to be added to an already existing instance. For example... Read more