Hi Hugh,

On Windows, you need to cancel pending messages, close all stack, stop externals and stop running handlers to make sure that your application really quits.

Best,

Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz

Op 26-okt-2006, om 20:31 heeft [EMAIL PROTECTED] het volgende geschreven:

Hi Mark

Well, it looks like you are doing a lot of unnecessary stuff. If you want to
'quit', all pendingMessages will terminate and all stacks will close
automatically. If I read you right you need you only need...

on closeStackRequest -- confirm whether to close the window
answer question "Are you sure you want to quit the entire program?" with
"Yes"  or "No"
if it is "No" then exit closeStackrequest
  if "ReloadingPrefs" is among the lines of the openStacks then
    save stack  "ExtraFiles/ReloadingPrefs.rev"
close stack  "ExtraFiles/ReloadingPrefs.rev"
  end if
  pass closeStackrequest
end closeStackrequest

Or am I missing something obvious here?

_______________________________________________
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

Reply via email to