Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Location
    UK SouthWest
    Posts
    420

    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.

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    Thanks, we'll look into that.

    REF: 17259
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

Similar Threads

  1. TrueUpdate 2.0 Update (v2.0.6.0) Released
    By Brett in forum TrueUpdate 2.0
    Replies: 0
    Last Post: 10-31-2006, 01:10 PM
  2. New Setup Factory 7.0 (v 7.0.3.0) Available
    By Darryl in forum Setup Factory 7.0
    Replies: 3
    Last Post: 06-19-2005, 12:59 AM
  3. New Setup Factory 7.0 (v 7.0.2.0) Available
    By Darryl in forum Setup Factory 7.0
    Replies: 9
    Last Post: 03-06-2005, 01:57 PM
  4. Bug with Application.Exit and StatusDlg
    By arnaud in forum AutoPlay Media Studio 5.0
    Replies: 10
    Last Post: 01-22-2004, 04:22 PM
  5. AutoPlay Media Studio 4.0.0.3 Released
    By Brett in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 12-11-2002, 08:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts