Re: iPad Pro Simulator

2018-08-25 Thread Brian Milby via use-livecode
Bug report filed
https://quality.livecode.com/show_bug.cgi?id=21527

PR submitted against develop-9.0
https://github.com/livecode/livecode/pull/6655

The 10.5" iPadPro still needs to be added, but that will be a separate
enhancement and requires a binary file change.

On Sat, Aug 25, 2018 at 12:37 AM, Brian Milby  wrote:

> This is a bug in revSaveAsIOSStandalone.livecodescript
> Around line 1690, nothing is done to include the pro size in the plist.
> The file is included in the app.
>
> I’ll work up a bug report and PR this weekend.
>
> Thanks,
> Brian
> On Aug 24, 2018, 10:51 PM -0500, J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
>
> On 8/24/18 10:04 PM, Colin Holgate via use-livecode wrote:
>
> This is not obvious at all, but the splash screen name of
> default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro,
> iPad Retina, and iPad 1, you need these splash screens:
>
> default-portr...@2x.png - 2048x2732
> Default-Portrait@2x~ipad.png - 1536x2048
> Default-Portrait~ipad.png - 768x1024
>
> Or for landscape:
>
> default-landsc...@2x.png - 2732x2048
> Default-Landscape@2x~ipad - 2048x1536
> Default-Landscape~ipad = 1024x768
>
>
> AHA!!! The test stack has no splash screens at all. That explains a lot.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
This is a bug in revSaveAsIOSStandalone.livecodescript
Around line 1690, nothing is done to include the pro size in the plist.
The file is included in the app.

I’ll work up a bug report and PR this weekend.

Thanks,
Brian
On Aug 24, 2018, 10:51 PM -0500, J. Landman Gay via use-livecode 
, wrote:
> On 8/24/18 10:04 PM, Colin Holgate via use-livecode wrote:
> > This is not obvious at all, but the splash screen name of 
> > default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
> > Retina, and iPad 1, you need these splash screens:
> >
> > default-portr...@2x.png - 2048x2732
> > Default-Portrait@2x~ipad.png - 1536x2048
> > Default-Portrait~ipad.png - 768x1024
> >
> > Or for landscape:
> >
> > default-landsc...@2x.png - 2732x2048
> > Default-Landscape@2x~ipad - 2048x1536
> > Default-Landscape~ipad = 1024x768
>
> AHA!!! The test stack has no splash screens at all. That explains a lot.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
Ok. I looked at the plist and there was no entry for the pro resolution 
(1024x1366) under launch images. There is a file there for the pro, but with a 
different name than what you said. How do I change this for the simulator?

Ah... I used my Mobile Profile stack as the launcher which has all the splash 
sizes covered.

Thanks,
Brian
On Aug 24, 2018, 10:05 PM -0500, Colin Holgate via use-livecode , wrote:
> This is not obvious at all, but the splash screen name of 
> default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
> Retina, and iPad 1, you need these splash screens:
>
> default-portr...@2x.png - 2048x2732
> Default-Portrait@2x~ipad.png - 1536x2048
> Default-Portrait~ipad.png - 768x1024
>
> Or for landscape:
>
> default-landsc...@2x.png - 2732x2048
> Default-Landscape@2x~ipad - 2048x1536
> Default-Landscape~ipad = 1024x768
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iPad Pro Simulator

2018-08-24 Thread J. Landman Gay via use-livecode

On 8/24/18 10:04 PM, Colin Holgate via use-livecode wrote:

This is not obvious at all, but the splash screen name of 
default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
Retina, and iPad 1, you need these splash screens:

default-portr...@2x.png - 2048x2732
Default-Portrait@2x~ipad.png - 1536x2048
Default-Portrait~ipad.png - 768x1024

Or for landscape:

default-landsc...@2x.png - 2732x2048
Default-Landscape@2x~ipad - 2048x1536
Default-Landscape~ipad = 1024x768


AHA!!! The test stack has no splash screens at all. That explains a lot.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iPad Pro Simulator

2018-08-24 Thread Colin Holgate via use-livecode
This is not obvious at all, but the splash screen name of 
default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
Retina, and iPad 1, you need these splash screens:

default-portr...@2x.png - 2048x2732
Default-Portrait@2x~ipad.png - 1536x2048
Default-Portrait~ipad.png - 768x1024

Or for landscape:

default-landsc...@2x.png - 2732x2048
Default-Landscape@2x~ipad - 2048x1536
Default-Landscape~ipad = 1024x768



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
Has anyone done any testing in the Simulator for the 12" iPad Pro?  I just
tried a stack from another (long) thread and for me it reports the device
resolution of 1536x2048 which is not correct.  The ratio is essentially the
same, but the device resolution should be 2048×2732.  I do have a splash
image of that size specified.  I don't have access to a real device to see
if it is a sim issue or something else.  I built the test with 9.0.1rc2 on
Sierra for iOS 11.2.  I'm not doing any development at the moment that
would use the extra space, but was curious and decided to test it out after
some of the resize issues that were seen in the other thread.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode