Jump to content

Juande

Members
  • Content Count

    10
  • Joined

  • Last visited

Everything posted by Juande

  1. 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.
  2. 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?
  3. Tested with some colors and always starts with white background.
  4. 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.
  5. Juande

    Delphi 10.4.2 first impressions

    Ok, that is works!! Thank you very much.
  6. Juande

    Delphi 10.4.2 first impressions

    Ok, but aab file not contains apk to install in phone.
  7. Juande

    Delphi 10.4.2 first impressions

    But checking and unchecking the option always generates aab file, and I cannot test my app in phone.
  8. Juande

    Delphi 10.4.2 first impressions

    Hello, In Rad Studio 10.4.2 where is the Delphi Compiler option Generate Android App Bundle in project Options? Thanks, Juande.
  9. Hello, I asked this in Embarcadero forum but nobody replied so I hope to get more lucky in this more active forum. I'm using severals TBannerAd (Dephi 10.3.3) for testing in my app, those Ads are displayed in TLayouts, I don't like put them in a TForm as parent, in my opinion is not professional, but it is not the expected work, banners overlap controls, also I use a TMultiview and banner always displays front. Is there any solution to this? or TBannerAd component works is like that. Many thanks. Juande.
  10. Juande

    Android - TBannerAd overlaps the controls

    Hello Chris, Many thanks for your reply. I've followed your guidelines and they are a good option, also I tested with property ControlType set to Platform of TMultiView control and result is as I want, MultiView is displayed in front of the BannerAd controls. Now, another problem occurs, when TBannerAd is placed within a VertScrollBox and it moves up or down, a flickering effect is displayed in BannerAd control. Is there any solution? Many thanks.
×