Juande 1 Posted March 10 Hello. For testing Delphi 12, I create a blank app in Android with only a button and the splash screen disabled, when app is starting displays a white background, in all oldest Delphi versions backround was black, Is there any way to back to black backround in Delphi 12? Thank you and regards. Share this post Link to post
Rollo62 536 Posted March 12 Are you aware of the splash-screen page, with background color options? https://docwiki.embarcadero.com/RADStudio/Athens/en/Application_Icon#Android I still use the old style of background color, which was changed in D12, but it should still work. Additionally, you could check the ViniciusFfb repository here, which shows other options too. Share this post Link to post
Juande 1 Posted March 12 3 hours ago, Rollo62 said: Are you aware of the splash-screen page, with background color options? https://docwiki.embarcadero.com/RADStudio/Athens/en/Application_Icon#Android I still use the old style of background color, which was changed in D12, but it should still work. Additionally, you could check the ViniciusFfb repository here, which shows other options too. Hello, thanks for your reply, but I don't use splash screens, as I said, when click icon app to launch it, appears a white background before the main form is loaded, in prior versions this background was black, my question is if exists any option to change the color of the background. Regards. Share this post Link to post
Rollo62 536 Posted March 12 Like said, this is probably working also without splashscreen. Have a try. Share this post Link to post
Juande 1 Posted March 12 1 hour ago, Rollo62 said: Like said, this is probably working also without splashscreen. Have a try. Tested with some colors and always starts with white background. Share this post Link to post
Dave Nottage 557 Posted March 12 On 3/10/2024 at 10:58 PM, Juande said: I create a blank app in Android with only a button and the splash screen disabled I'm curious as to what settings you changed to disable the splash screen. I can't work it out - I unchecked "Include Splash Images" but it still shows the splash. I guess there's more to it than that? Share this post Link to post
Juande 1 Posted March 13 19 hours ago, Dave Nottage said: I'm curious as to what settings you changed to disable the splash screen. I can't work it out - I unchecked "Include Splash Images" but it still shows the splash. I guess there's more to it than that? Hello, I'm playing with splash screens in Delphi 12 project options and you're right, cannot disable, always displays and splash, but background color is always white when include splash images option is unchecked, when checked, the selected background color works. So in Delphi 12 splash screens always working, Is there any way to disabled? Share this post Link to post
Maichal 0 Posted September 12 @Dave Nottage Were you able to remove the splash ? I have been trying all day today and nothing . I have Delphi 12.1 Share this post Link to post
Dave Nottage 557 Posted September 12 2 hours ago, Maichal said: @Dave Nottage Were you able to remove the splash ? I haven't done any more about it since then Share this post Link to post
Maichal 0 Posted September 13 Then maybe try it 🙂 I think the solution will be useful for everyone. I already have no idea how it can be done, and I need to get rid of it 😞 Share this post Link to post
Dave Nottage 557 Posted September 14 23 hours ago, Maichal said: I think the solution will be useful for everyone Since I was curious, I had a bit of a play around and came up with the demo at this link. I recommend reading the readme Share this post Link to post