BTW, I have noticed this with some of my programs too (both Windows and OS X) -- but inconsistently; it only seems to happen occasionally. I'm still early on in my projects, but if this is an active problem, I will need to fix it eventually, so let me know if I can help debug this somehow.

(Closing the last window is *supposed to* quit the program, correct?)

Rev Studio 2.2.1, Mac OS X version, building standalones for multiple platforms (mostly Win32 and OS X right now).

On Aug 17, 2004, at 11:42, Ken Ray wrote:

On 8/17/04 8:45 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
Now, I have run into a major problem when I create the standalone. When I
open and close ScrapDiary, “ScrapDiary.exe” shows up in the list of processes
in
the Windows Task Manager running under Windows XP.

Paul,

Are you officially executing a "quit" command, or are you just letting the
closure of the last stack window handle that for you? If it is the latter,
could you test trapping "closeStackRequest" on your final window and doing
an official "quit", like:


on closeStackRequest
  quit
end closeStackRequest

And then let us know what happened so we can troubleshoot this further...

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution




___________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to