Search found 746 matches

by quailcreek
Wed Jan 16, 2019 9:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Converting in a background
Replies: 5
Views: 3888

Re: Converting in a background

Also be aware that the fld property "Shared Text" with control wether the text in the fld is the same in all of the groups. Also note the Klaus specifically said place the group on each cd. Place is under the Object menu > Place Group. It's also a good practice to name your groups when doing this.
by quailcreek
Sun Jan 06, 2019 10:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easiest way to modify screens for "x iPhone notch"
Replies: 18
Views: 11973

Re: Easiest way to modify screens for "x iPhone notch"

I don’t know how you have your cards layed out. You’re going to have to test the changes.
by quailcreek
Sun Jan 06, 2019 12:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cannot make stand alone with Xcode 10.1, sdk 12.1
Replies: 3
Views: 3085

Re: Cannot make stand alone with Xcode 10.1, sdk 12.1

xCode 10.1 is not supported yet.Works fine with xCode 10
by quailcreek
Sun Jan 06, 2019 12:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easiest way to modify screens for "x iPhone notch"
Replies: 18
Views: 11973

Re: Easiest way to modify screens for "x iPhone notch"

The only thing I can suggest right now is to try using fullScreenMode set to showAll on the iPhoneX. exactFit with a splash screen included causes the screen to stretch. I have attached screen captures.

iPhone 6_05.png
iPhone 6_06.png
by quailcreek
Sat Jan 05, 2019 1:00 am
Forum: iOS Deployment
Topic: How to identify iPhone X
Replies: 14
Views: 11807

Re: How to identify iPhone X

I have tested it too, hlowe. In order for iPhoneHasNotch() to return the size of the XS Max/Xr screens you need to be able to incorporate the Max/Xr splash screens. These won't be available until LC9.0.3 rc1. Right now you're only seeing the iPhoneX screen size. Try putting something else besides tr...
by quailcreek
Sat Jan 05, 2019 12:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easiest way to modify screens for "x iPhone notch"
Replies: 18
Views: 11973

Re: Easiest way to modify screens for "x iPhone notch"

So you developed your app for the iPad in landscape?
by quailcreek
Wed Jan 02, 2019 1:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easiest way to modify screens for "x iPhone notch"
Replies: 18
Views: 11973

Re: Easiest way to modify screens for "x iPhone notch"

Dr White,
What size is the stack on your apps?
Did you include an iPhone X splash screen?
Are you using fullScreenMode and if so which one?

Maybe I can point you in the right direction.
by quailcreek
Mon Dec 31, 2018 11:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easiest way to modify screens for "x iPhone notch"
Replies: 18
Views: 11973

Re: Easiest way to modify screens for "x iPhone notch"

Here's the enhancement request for machine() to return the model of the iPhone. I requested a new function rather than changing machine() because that wouldn't be backward compatible. https://quality.livecode.com/show_bug.cgi?id=21769 The request to add iPhone Xs Max and Xr splash screen. https://qu...
by quailcreek
Mon Dec 31, 2018 11:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Easiest way to modify screens for "x iPhone notch"
Replies: 18
Views: 11973

Re: Easiest way to modify screens for "x iPhone notch"

One of the problems is determining which iPhoneX your app is running on. We're having a discussion about that here: http://forums.livecode.com/viewtopic.php?f=49&t=30679 Once you have the screen size it's pretty simple, albeit time consuming, to write the script to reposition the controls. The iPhon...
by quailcreek
Mon Dec 31, 2018 3:34 am
Forum: iOS Deployment
Topic: How to identify iPhone X
Replies: 14
Views: 11807

Re: How to identify iPhone X

I tested machine() on both of my iPhones and they both returned "iPhone"
by quailcreek
Sun Dec 30, 2018 11:14 pm
Forum: iOS Deployment
Topic: How to identify iPhone X
Replies: 14
Views: 11807

Re: How to identify iPhone X

Hi J, I just checked each of these on the sim, my iPhone 6s, iPhone XS Max and my Samsung Galaxy J7 and they return what the docs say. In the sim, machine() returns iPhone Simulator. That's why I chose platform(). On my Samsung machine() returns some kind of serial number. Platform() returns iPhone ...
by quailcreek
Sun Dec 30, 2018 12:34 am
Forum: iOS Deployment
Topic: How to identify iPhone X
Replies: 14
Views: 11807

Re: How to identify iPhone X

Thanks, hlowe I adjusted your code a bit. No need for the extra function if you use platform() The only problem is this will only return an iPhone X or iPhone Xs result because there isn't a Xr or Max splash screen choice in the standalone settings. I have reported this. https://quality.livecode.com...
by quailcreek
Fri Dec 28, 2018 2:22 am
Forum: iOS Deployment
Topic: How to identify iPhone X
Replies: 14
Views: 11807

Re: How to identify iPhone X

I've been looking on the web and with all the hoopla about apple and the screen size issues, I'm not able to find the size of the XS and the XS Max. I think the XS is the same size as the X. I'd like to be able to determine if my app is running on a X of any size. Can someone please shed some light ...
by quailcreek
Mon Dec 24, 2018 12:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Large number of images in a data grid
Replies: 31
Views: 16093

Re: Large number of images in a data grid

What OS are you running?
What version of LC?
Is this for a desktop app or mobile?
Do you have cache controls of the DG on or off?
by quailcreek
Tue Dec 18, 2018 12:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Strategy to construct a Stack
Replies: 16
Views: 9307

Re: Strategy to construct a Stack

LC offers server software but there are others.

https://downloads.livecode.com/livecode/

Go to advanced search