Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: Spash message

  1. #1
    Join Date
    Sep 2007
    Posts
    5

    Spash message

    Hello,
    I want to show a message while I am searching through the registry. So I want somenthing like:
    Show Message ("Searching... Please wait");
    repeat
    search
    until found or end.of.registry
    Hide Message;

    Is it possible?

    Cristy

  2. #2
    Join Date
    Oct 2004
    Location
    Laval, Québec, Canada
    Posts
    39

    Lightbulb this way

    Hi,

    You could maybe use the Debug dialog. Not very nice, but efficient.

  3. #3
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    What action are you using to search the registry? Generally registry searches are quite fast.

    Adam Kapilik

  4. #4
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,862
    Quote Originally Posted by pchris View Post
    Hello,
    I want to show a message while I am searching through the registry. So I want somenthing like:
    Show Message ("Searching... Please wait");
    repeat
    search
    until found or end.of.registry
    Hide Message;

    Is it possible?

    Cristy

    use StatusDlg. actions to display your message
    do your searching
    use StatusDlg.Hide() to remove the message...


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

Similar Threads

  1. Custom Message Dialog
    By Dermot in forum AutoPlay Media Studio 6.0
    Replies: 23
    Last Post: 09-06-2009, 12:13 PM
  2. Changing message text
    By thormel in forum Setup Factory 6.0
    Replies: 2
    Last Post: 08-04-2003, 05:09 AM
  3. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM
  4. If and Show Message Box
    By JohnM in forum Setup Factory 6.0
    Replies: 1
    Last Post: 07-07-2002, 03:05 PM
  5. Packages and If Statements
    By Medlir in forum Setup Factory 6.0
    Replies: 4
    Last Post: 05-09-2002, 03:51 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