RE: iOS 7 / Xcode 5 and the status bar.

2013-10-07 Thread Ralph DiMola
-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Colin Holgate Sent: Monday, October 07, 2013 11:57 AM To: How to use LiveCode Subject: Re: iOS 7 / Xcode 5 and the status bar. The status bar seems to be doing the right things. I have both Xcode 4.6 and 5.0 added in my mobile

Re: iOS 7 / Xcode 5 and the status bar.

2013-10-07 Thread Colin Holgate
The status bar seems to be doing the right things. I have both Xcode 4.6 and 5.0 added in my mobile preferences, and can use either simulator. The visibility seems to work, and the only oddity is that black opaque is still see-through on iOS 7. But then that might be correct.

RE: iOS 7 / Xcode 5 and the status bar.

2013-10-07 Thread Ralph DiMola
Thomas McGrath III Sent: Monday, October 07, 2013 11:41 AM To: How to use LiveCode Subject: Re: iOS 7 / Xcode 5 and the status bar. Ralph, Have you noticed that the simulator does not respect any settings for display status bar or status bar style. The device seems to respect them just not the

Re: iOS 7 / Xcode 5 and the status bar.

2013-10-07 Thread Thomas McGrath III
Ralph, Have you noticed that the simulator does not respect any settings for display status bar or status bar style. The device seems to respect them just not the simulator. Thanks Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Oct 2, 2013, at 11:44 AM, Ralph DiMola

RE: iOS 7 / Xcode 5 and the status bar.

2013-10-02 Thread Ralph DiMola
t: Re: iOS 7 / Xcode 5 and the status bar. I'm using 45 pixels. And as my app can be themed with different colours I'm changing the colour of the rectangle behind the status information. Gerry On 02/10/2013, at 2:11 PM, Ralph DiMola wrote: > OK, I see what you mean about the new st

Re: iOS 7 / Xcode 5 and the status bar.

2013-10-02 Thread Gerry Orkin
I'm using 45 pixels. And as my app can be themed with different colours I'm changing the colour of the rectangle behind the status information. Gerry On 02/10/2013, at 2:11 PM, Ralph DiMola wrote: > OK, I see what you mean about the new style. It just would have been helpful > to know how man

RE: iOS 7 / Xcode 5 and the status bar.

2013-10-01 Thread Ralph DiMola
...@lists.runrev.com] On Behalf Of Monte Goulding Sent: Tuesday, October 01, 2013 5:08 PM To: How to use LiveCode Subject: Re: iOS 7 / Xcode 5 and the status bar. On 02/10/2013, at 6:54 AM, "Ralph DiMola" wrote: > I disagree. First of all the background color(or the gray default > background

Re: iOS 7 / Xcode 5 and the status bar.

2013-10-01 Thread Monte Goulding
On 02/10/2013, at 6:54 AM, "Ralph DiMola" wrote: > I disagree. First of all the background color(or the gray default > background) of the card is under the status bar. One way to fix this is to > put a black(or white) bar on the top of the card. One Problem, there is no > way to find out the sta

RE: iOS 7 / Xcode 5 and the status bar.

2013-10-01 Thread Ralph DiMola
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Wilcox Sent: Tuesday, October 01, 2013 6:39 AM To: How to use LiveCode Subject: Re: iOS 7 / Xcode 5 and the status bar. John's right - on iOS 7 apps are full screen by default with a translucent status bar floating on top. This h

Re: iOS 7 / Xcode 5 and the status bar.

2013-10-01 Thread Mark Wilcox
se LiveCode Sent: Tuesday, 1 October 2013, 8:08 Subject: RE: iOS 7 / Xcode 5 and the status bar. Ralph... The top of the card could be the top of the device under iOS6 if the status bar was hidden... when set to translucent the top of the card is the top of the device... I don't se

RE: iOS 7 / Xcode 5 and the status bar.

2013-10-01 Thread John Dixon
Subject: iOS 7 / Xcode 5 and the status bar. > Date: Mon, 30 Sep 2013 20:56:38 -0400 > > On an iPad 2 running iOS 7 with LC 6.6.2rc1, the top of the card is now the > top of the device. The first 20 pixels(iPad 2) of the card is in the status > bar area. I think this was introduced b

iOS 7 / Xcode 5 and the status bar.

2013-09-30 Thread Ralph DiMola
On an iPad 2 running iOS 7 with LC 6.6.2rc1, the top of the card is now the top of the device. The first 20 pixels(iPad 2) of the card is in the status bar area. I think this was introduced by integrating Xcode 5 into LC not from the update to the 6.1.2 engine from the 6.1.1 engine. Old apps that w