Need help with displaying splash screen (Windows and MacOS) #2508
GeoArkadeep
started this conversation in
Debugging help
Replies: 1 comment 1 reply
-
This isn't a Toga question - Splash screens are part of app packaging, not the GUI toolkit. Briefcase will include a splash screen on an app if that is something the platform supports - but desktop platforms don't support splash screens. This is described in the documentation for macOS and Windows. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have used toga to make the GUI for my open source geomechanics software. In the documentation of the pyproject.toml file, there are mentions of a splash screen display of an image (but no details on what format goes with what OS, as defined explicitly for the program icon images). I have tried using pngs, but didn't get any splash screen either on Windows nor on MacOS. Can someone point me at the right direction? Is this at all possible with toga?
Beta Was this translation helpful? Give feedback.
All reactions