Re: Engine Trouble

2010-10-09 Thread Pierre Sahores
Cal,

Try this :

on quit
save stack yourstack
wait 1
quit
end quit

Best,

Pierre

Le 9 oct. 2010 à 05:27, Cal Horner a écrit :

 Is it just me or is there a trouble with a generated engine again.
 
 I can remember a few years (versions) ago that when an engine was created to
 drive a stack  we got memory leakage (check the windows task manager) when
 the app was closed. Simply put the stack closed but the engine stayed in
 memory.
 
 Has that problem resurrected itself with Elsie forty-five or have I simply 
 left out as line OS script?
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 

--
Pierre Sahores
mobile : (33) 6 03 95 77 70

www.wrds.com
www.sahores-conseil.com






___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Engine Trouble

2010-10-09 Thread BNig

Cal,
do you have any pending messages from a send in time handler. I noticed in a
standalone on Windows XP (the only one I tested) the app would not quit with
pending messages, on MacOSX it did quit even with messages pending.
regards
Bernd
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Engine-Trouble-tp2969331p2969394.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Engine Trouble

2010-10-09 Thread Mark Schonewille
Hi Cal,

Your message confused me but after reasing the other answers on this list I 
understood what's wrong. What you are describing is not memory leakage. It is 
simply a quit command badly executed. This solves the problem:

http://runrev.info/Save%20Way%20to%20a%20Quit.htm

You may need to remove the MySQL part from the script.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker plugin for Runtime Revolution at http://qurl.tk/ce 
Create installers for Mac and Windows on *every* Rev-compatible platform. No 
additional software needed.

On 9 okt 2010, at 05:27, Cal Horner wrote:

 Is it just me or is there a trouble with a generated engine again.
 
 I can remember a few years (versions) ago that when an engine was created to
 drive a stack  we got memory leakage (check the windows task manager) when
 the app was closed. Simply put the stack closed but the engine stayed in
 memory.
 
 Has that problem resurrected itself with Elsie forty-five or have I simply 
 left out as line OS script?


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Engine Trouble

2010-10-09 Thread J. Landman Gay

On 10/8/10 10:27 PM, Cal Horner wrote:

Is it just me or is there a trouble with a generated engine again.

I can remember a few years (versions) ago that when an engine was created to
drive a stack  we got memory leakage (check the windows task manager) when
the app was closed. Simply put the stack closed but the engine stayed in
memory.

Has that problem resurrected itself with Elsie forty-five or have I simply left 
out as line OS script?


Another thing that will prevent the engine from quitting are drivers 
that are left open (the speech driver is a commonly forgotten one.)


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution