Skip to content

fix: add Overlay to Splash screen shown by ShowSplashScreenAsync #2447

@JarJasAskom

Description

@JarJasAskom

Update 4.9.3.

Function ShowSplashScreenAsync shows splash screen always without overlay. Setting Modal parameter to true or false in DialogParameters has no effect.

Documention of SplashScreen has two demos in section "Default splash screen".

Button "Open splash screen" uses ShowSplashScreen and splash screen has overlay.

Button "Open splash screen (async)" uses ShowSplashScreenAsync and splash screen has no overlay.

Click handler OpenSplashDefaultAsync of the button "Open splash screen (async)" demonstrates the scenario I would like to implement:

  • show splash screen with overlay visible,
  • do work,
  • update splash screen,
  • do work,
  • close splash screen programmatically from the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions