RE: which iPhone...

2014-11-16 Thread John Dixon
Mark... Thank you... including splash screens did the trick :-) be well From: m...@sorcery-ltd.co.uk Subject: Re: which iPhone... Date: Mon, 10 Nov 2014 23:53:09 + To: use-livecode@lists.runrev.com If you don't have the appropriate launch screen / launch images for the iPhone 6/6

which iPhone...

2014-11-10 Thread John Dixon
In the case of testing in the 'iPhone Simulator' ... How do you determine which iPhone the stack is supposed to be running on ? Up until now I have used something like this :- on openStack if environment() = mobile then whichiPhone end openStack command whichiPhone if item 4

Re: which iPhone...

2014-11-10 Thread Randy Hengst
...@hotmail.co.uk wrote: In the case of testing in the 'iPhone Simulator' ... How do you determine which iPhone the stack is supposed to be running on ? Up until now I have used something like this :- on openStack if environment() = mobile then whichiPhone end openStack command

RE: which iPhone...

2014-11-10 Thread John Dixon
Hi Randy... The problem is that trying to get the screen rect using the ScreenRect function only returns the correct sizes for the iPhone 4 and iPhone 5... it returns the rect of an iPhone 5, 0,0,320,586 when trying to query for iPhone 6... :-( Hi John, I haven't messed with iPhone 6

Re: which iPhone...

2014-11-10 Thread J. Landman Gay
Does it work if you omit working and just ask for the screenrect? On November 10, 2014 3:18:10 AM CST, John Dixon dixo...@hotmail.co.uk wrote: In the case of testing in the 'iPhone Simulator' ... How do you determine which iPhone the stack is supposed to be running on ? Up until now I have used

Re: which iPhone...

2014-11-10 Thread Randy Hengst
I'm with you now… on the iOS 8.1 simulator for all iPhone machines the screen rect is 0,0,480,320 for me. LC 6.6.5, Yosemite, On Nov 10, 2014, at 11:03 AM, John Dixon dixo...@hotmail.co.uk wrote: Hi Randy... The problem is that trying to get the screen rect using the ScreenRect

RE: which iPhone...

2014-11-10 Thread John Dixon
Subject: Re: which iPhone... From: jac...@hyperactivesw.com Date: Mon, 10 Nov 2014 11:12:32 -0600 To: use-livecode@lists.runrev.com Does it work if you omit working and just ask for the screenrect? Hi Jacque... No it doesn't... Dixie

Re: which iPhone...

2014-11-10 Thread Randy Hengst
On Nov 10, 2014, at 11:35 AM, John Dixon dixo...@hotmail.co.uk wrote: Subject: Re: which iPhone... From: jac...@hyperactivesw.com Date: Mon, 10 Nov 2014 11:12:32 -0600 To: use-livecode@lists.runrev.com Does it work if you omit working and just ask for the screenrect? Hi Jacque

Re: which iPhone...

2014-11-10 Thread Gerry
end switch answer the ScreenRect end startUp On Nov 10, 2014, at 11:35 AM, John Dixon dixo...@hotmail.co.uk wrote: Subject: Re: which iPhone... From: jac...@hyperactivesw.com Date: Mon, 10 Nov 2014 11:12:32 -0600 To: use-livecode@lists.runrev.com Does it work if you omit

RE: which iPhone...

2014-11-10 Thread John Dixon
expected to see 0,0,375,667... I am more than a little confused! Dixie From: gerry.or...@gmail.com Date: Mon, 10 Nov 2014 21:27:31 + Subject: Re: which iPhone... To: use-livecode@lists.runrev.com Randy's code gives me a screen rect of 0,0,375,667 on an iOS 8 iPhone 6 simulator. Those

Re: which iPhone...

2014-11-10 Thread Mark Wilcox
a little confused! Dixie From: gerry.or...@gmail.com Date: Mon, 10 Nov 2014 21:27:31 + Subject: Re: which iPhone... To: use-livecode@lists.runrev.com Randy's code gives me a screen rect of 0,0,375,667 on an iOS 8 iPhone 6 simulator. Those are the correct values (remember