[screenweaver] bug on recompiling
Michael Stuhr
michael.stuhr at gmail.com
Fri Aug 26 11:40:42 PDT 2005
"Building Stopped because could not update the executable"
well the exe was still running (task-manager revealed it) but i have
closed the window regularly.
i've tested it agin, and close seems to be broken (in a way) ... even if
i try to catch the event:
<CODE>
swDebug.trace("'Init'"); // just a test to assure trace works
swWindow.setAllowClose(false);
onWindowClose = function () {
swDebug.trace("Foo"); // doh, never happens ?
// swWindow.close(); // this would cause endless loop no ?
swApplication.quit(); // just to make sure!
}
swEvents.addListener(this); // back in those days we added only Objects,
is this allowed ? I took it from the Manual.
</CODE>
nothing happens :-(#µ (Coder scratching his 6-day beard)
micha
More information about the screenweaver
mailing list