Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150

    Splash dialog does not close

    I had an old project built in AMS 7.1.1007.0 running on Windows XP Pro, with a splash dialog set to allow user to close the screen by clicking on it and this action works fine.

    Currently, I am working in this same project to introduce some minor modifications on it, but now I am using AMS 7.5.1006.0 running on Windows Vista. After building this new version, the aforesaid action is no longer working as expected. The user clicks on the screen and it remains open for the display set time. Same image, same settings.

    Is it a bug or am I missing something?

  2. #2
    Join Date
    Jun 2007
    Location
    Delphi II
    Posts
    1,534
    Try using

    Code:
    Window.Close(Application.GetWndHandle(),CLOSEWND_TERMINATE);
    instead of

    Code:
    Application.Exit(0);
    Action Plugins
    AllOn | Box | Class | Code | Cursor | DXML | Error | Frames | GlobalPaths | Group | INIPlus |KeyBind | KeyLock | MathEx | Menu | Name | Project | Resize | StatusBar
    Download

  3. #3
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150
    It is not what I need. The user must be able to close the window and to skip the splash.
    There is a setting (AllowClickToSkip = true) on the action Dialog.SplashImage that is supposed to allow that and it worked well on my old project. Now, with the last AMS release it is not working. The same project with the same image and settings. Could be the AMS release or the Vista?

  4. #4
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Hello,

    thank you for the report - I was able to see the issue on XP. There seems to be something wrong with the Splash dialog in the current build, and it will be looked into during the next update. Ref number: 18901.

    Ulrich

  5. #5
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150

    Thanks Ulrich for confirming the issue. In this meantime I will try some workaround.

    On time: FYI, the Esc key works.

    Sergio.

Posting Permissions

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