NavigationBarControllerPage: 2 problems / bugs
Delphi iOS Native Components
Brought to you by:
b_yaghobi
Hello,
I have a navigationbarcontroller which gives me two problems.
1) On one page I have a TableView with Align set to Client. Unfortunately a small bar at the bottom (footer?) overlaps the the tableview (see image)
2) on the other page I have a UIView with Align set to Client. Unfortunately it only fills a part of the area (see 2nd image).
Am I doing something wrong or is this a bug. I use rev 1220 with XE7 Upd1
Kind regards
gernot
Here is the other image for the 1st problem
Hi Gernot
Please send me a sample project.
Regards
Babak
Hi Babak,
nice to hear from you. please find attached the sample. And a stupid question: which setting do I need to change so that the demo starts with Navigatorpage 3 (setting ActivePage does not work in designview or code).
Thanks for having a look
Gernot
Hi Babak,
I can answer the stupid question myself: Pageindex of the Controller page
Kind regards
Gernot
Hi Gernot
Fixed.
Sorry for late.
Please download last source code :
https://sourceforge.net/p/dpfdelphiios/code/
and let me now about it.
Regards
Babak Yaghoobi
//SZ: moved this code from the Resize function in order to avoid triggering the "OnResize" event if only the iOS control position needs to be adjusted
var
{$IFDEF IOS}
C: UIView;
{$ENDIF}
x, y, w, h: Single ;
n : string ;
Von: "Babak Yaghoobi" <b_yaghobi@users.sf.net>
An: "[dpfdelphiios:tickets] " <321@tickets.dpfdelphiios.p.re.sf.net>
Betreff: [dpfdelphiios:tickets] #321 NavigationBarControllerPage: 2 problems / bugs
Hi Gernot
Fixed.
Sorry for late.
Please download last source code :
https://sourceforge.net/p/dpfdelphiios/code/
and let me now about it.
Regards
Babak Yaghoobi
[tickets:#321] NavigationBarControllerPage: 2 problems / bugs
Status: fixed
Created: Sat Dec 27, 2014 08:27 PM UTC by GJB
Last Updated: Sun Dec 28, 2014 03:33 PM UTC
Owner: nobody
Hello,
I have a navigationbarcontroller which gives me two problems.
1) On one page I have a TableView with Align set to Client. Unfortunately a small bar at the bottom (footer?) overlaps the the tableview (see image)
2) on the other page I have a UIView with Align set to Client. Unfortunately it only fills a part of the area (see 2nd image).
Am I doing something wrong or is this a bug. I use rev 1220 with XE7 Upd1
Kind regards
gernot
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/dpfdelphiios/tickets/321/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Hi Gernot
Fixed.
Sorry, Please download again.
Regards