Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2004
    Posts
    14

    Splash Screen on Startup

    Hi guys,

    I have a problem with a splash screen I want to show before the setup starts. I have a *.png-image (as defined in the SUF Help), declared the image file as a primer file and added an action "on Preload" of the "Before Installing Screen" saying Dialog.SplashImage(SessionVar.Expand("%TempLaunchF older%\\*.png"), 5, true);. However, after building the setup and starting the setup.exe the image dos not show up. Do you have any ideas that could help me on that?

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    mkruckow,

    I just tested this out and I was getting the same type of results.... nothing.

    I then tried using a jpeg rather than a .PNG and it worked fine! I'll bet that the PNG file that you are trying to show has transparent parts to it? That is what I have narrowed it down to.

    Adam Kapilik

  3. #3
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Also do not use wildcards in a file path in this action. I assume that this was done for your example only, but I thought it worth mentioning.

    Adam Kapilik

  4. #4
    Join Date
    Oct 2004
    Posts
    14

    Creativity

    Thankx a lot. Tried it out with a *.jpg & it works just fine. do you have any example project with a more complex splash screen (something like adobe acrobat reader 6). I been testing my creativity with several graphics programs but didn't really get any satisfactory results. All I need is a little help to get going.

  5. #5
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Quote Originally Posted by mkruckow
    Thankx a lot. Tried it out with a *.jpg & it works just fine. do you have any example project with a more complex splash screen (something like adobe acrobat reader 6). I been testing my creativity with several graphics programs but didn't really get any satisfactory results. All I need is a little help to get going.
    Very interesting! (My experience with .jpg and .png matches what Adam said).

    If your testing of your creativity leads to any "new result", please publish!

    As far as I understand: When you start the splash dialog, the program execution is stopped (for a predetermined time), What I want:
    1 Display the image
    2 Do some time consuming operations (search for files, open files)
    3 Remove the image when operations (2) are finished

    IOW, like the Adobe Reader splash screen or the SUF70 splash (?) (Oh, did you say FLASH?)

  6. #6
    Join Date
    Oct 2004
    Posts
    14

    SUF7 Splash Screen

    Nice idea. Could you guys give us any tips as to how creating a splash image like you did for suf7? Would be great!

  7. #7
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    I am working on finishing the SplashDlg DLL that I started working on back in May of '04. It is based on the same code that I use in the SetMask DLL for AMS. I'd have to look at it, but I'm certain that this could be used for a splash in SUF7 too.

    Here's a link to the AMS forum that pertains to it.
    http://www.indigorose.com/forums/sho...48&postcount=5

  8. #8
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Quote Originally Posted by mkruckow
    Nice idea. Could you guys give us any tips as to how creating a splash image like you did for suf7? Would be great!
    Personally I haven't created any splash image in SUF70 (I meant the splash screen when you start SUF70. I'm sure something is performed while we look at the splash image.) The utmost I have done is to use the command Dialog.SplashImage(sSplashImageFile, nTime, true);

    But Worm is a Jack of all traders (I found that strange phrase in my dictionary. I hope it is recognized as a compliment!). I'm going to try SetMask.DLL some day!

    I forgot that this was a SUF70 thread. In AMS50 I tried the simple solution with a starter exe (a small page with a web object) [=Splash_External.exe] and a main AMS executable. I tried the Splash_External.exe as a primer file in SUF70; it worked smoothly (when I searched for a non-existing file on the C-drive). The overhead is too high (more than 1 MB); I don't think that this is the solution for SUF70.

Similar Threads

  1. SF6 Custom Splash Screen?
    By Anubisoft in forum Setup Factory 6.0
    Replies: 0
    Last Post: 07-21-2004, 02:16 PM
  2. Using a splash screen?
    By AGRO in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 02-21-2004, 11:19 AM
  3. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM
  4. HOWTO: Install a Screen Saver
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-27-2002, 01:35 PM
  5. Splash screen in full screen?
    By AXXESS in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 04-22-2002, 11:08 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