Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2004
    Posts
    1

    Sensing when a launched application is closed

    Hiya,

    Is there any way in MS 5.0 to sense when an application that was launched has been terminated? This all stems form a VERY large PPoint file that can take close to two minutes to load on slower machines. I want to create a "Please standby" screen to display while the presentation loads to keep users from clicking around while waiting. And would like to automatically jump back to the "home" page when the PPoint is terminated.

    Or is there another way to get through that slow PPoint load??

    Thanks
    Pete

  2. #2
    Join Date
    May 2004
    Location
    Vancouver, BC, Canada
    Posts
    87

    I have an idea for you.

    you can use Window.EnumerateProcesses it's Returns a table containing a list of all the currently running processes and their associated window handles.

    check out AMS help look for Window.EnumerateProcesses
    maybe you can run a loop that check every few seconds if your application is still running.

    Itamar.

  3. #3
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Put the loop into an "OnTimer" action.
    Yossi

Similar Threads

  1. Setting my Application to Expire After Thirty Days
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-01-2003, 02:45 PM
  2. HOWTO: Distribute an AutoPlay Application with Setup Factory 6.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-25-2002, 02:33 PM
  3. INFO: Dynamically Resizing an Application at Runtime
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-21-2002, 02:23 PM
  4. HOWTO: Make an AutoPlay Application Expire
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-09-2002, 10:10 AM
  5. INFO: How to Set the Default Application Directory
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-25-2002, 12:02 PM

Posting Permissions

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