Indigo Rose Software
  #1  
Old 02-16-2008
clueless's Avatar
clueless clueless is offline
Forum Member
 
Join Date: Jun 2006
Location: UK SouthWest
Posts: 413
OnMouseMove / Application.Exit() bug?

I wrote a short function to help when testing AMS progs. I wanted to halt the program code and display a message so I made the message display 'MB_YESNO' so i could include an option to quit the app in the same window.
Code:
function dMess( DisplayText )
if Dialog.Message(DisplayText, "Would you like to quit", MB_YESNO, MB_ICONINFORMATION, MB_DEFBUTTON1)==6 then
   Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\Squisher.ogg", true, false);
   Application.Exit(0);
   end
end
This seems to work fine most of the time untill i call it from OnMouseMove where it refuses to quit.I added the sound to check if Application.Exit() was being called.
Reply With Quote
  #2  
Old 02-18-2008
Darryl's Avatar
Darryl Darryl is offline
Indigo Rose Staff Member
 
Join Date: Jul 2001
Location: Indigo Rose Software
Posts: 1,602
Thanks, we'll look into that.

REF: 17259
__________________
Darryl
Indigo Rose Corporation

Product Guides: AMS70 | SUF80 | TU30 | VP30 |MSIFACT |DeltaMAX
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TrueUpdate 2.0 Update (v2.0.6.0) Released Brett TrueUpdate 2.0 0 10-31-2006 02:10 PM
New Setup Factory 7.0 (v 7.0.3.0) Available Darryl Setup Factory 7.0 Discussion 3 06-19-2005 01:59 AM
New Setup Factory 7.0 (v 7.0.2.0) Available Darryl Setup Factory 7.0 Discussion 9 03-06-2005 02:57 PM
Bug with Application.Exit and StatusDlg arnaud AutoPlay Media Studio 5.0 10 01-22-2004 05:22 PM
AutoPlay Media Studio 4.0.0.3 Released Brett AutoPlay Media Studio 4.0 0 12-11-2002 09:39 AM


All times are GMT -6. The time now is 04:28 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software