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

Re: which iPhone...

2014-11-10 Thread Mark Wilcox
ator returns > 0,0,320,568 > > It is at this point that I 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

RE: which iPhone...

2014-11-10 Thread John Dixon
at this point that I 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 +0000 > Subject: Re: which iPhone... > To: use-livecode@lists.runrev.com > > Randy's code gives me a screen

Re: which iPhone...

2014-11-10 Thread Gerry
ot; > --"letterbox"--"noScale" -- "exactFit" --"letterbox" --empty -- > --"exactfit" --"showAll" > break >end switch > >answer the ScreenRect > end startUp > > > On Nov 10, 2014, at 11:35

Re: which iPhone...

2014-11-10 Thread Randy Hengst
uot; --empty -- --"exactfit" --"showAll" break end switch answer the ScreenRect end startUp On Nov 10, 2014, at 11:35 AM, John Dixon wrote: > > >> Subject: Re: which iPhone... >> From: jac...@hyperactivesw.com >> Date: Mon, 10 Nov 2

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 Jac

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 wrote: > > Hi Randy... > > The problem is that trying to get the screen rect using the ScreenRect > function only returns

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 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 n

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

Re: which iPhone...

2014-11-10 Thread Randy Hengst
a_Land_BLUE.png" on card "CoverCard" break end switch be well, randy - On Nov 10, 2014, at 3:18 AM, John Dixon wrote: > In the case of testing in the 'iPhone Simulator' ... How do you determine > which iPhone the stack is supposed to be running

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 whichiP