Menu

AD Banner Completely broken when setStatusBarHidden

2014-03-05
2014-03-06
  • Oliver Funcke

    Oliver Funcke - 2014-03-05

    When using FMX borderstyle = bsNone (i.e. no status bar on iOS), there is no rendering of DPF components at all.

    When status bar is on, TDPFADBanner is painted to low (by height of status bar) when alignment set to alBottom.

    PS: When calling Loaded manually it is displayed correctly.

     

    Last edit: Oliver Funcke 2014-03-05
  • Diego

    Diego - 2014-03-06

    Just put a TDPFUIView on the form. All your components must be children of this view, Once you do that, in form's onShow event, load this view.

    i.e: DPFUIViewBackground.Loaded;

    I hope it helps (this is only neccesary when the borderstyle is bsNone)

    Greetings

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.