Search found 746 matches

by quailcreek
Wed Jul 11, 2018 12:31 am
Forum: iOS Deployment
Topic: Handling iPhone X screnn size
Replies: 6
Views: 4987

Re: Handling iPhone X screnn size

I just spent about three hours trying every combination of splash screens and screen sizes with and without fullScreenMode and no joy. I can't seem to get anything to look correct on the iPhone X sim. Using fullScreenMode only, I don't get any distortion but there is still the blackout areas at the ...
by quailcreek
Tue Jul 10, 2018 10:06 pm
Forum: iOS Deployment
Topic: Handling iPhone X screnn size
Replies: 6
Views: 4987

Re: Handling iPhone X screnn size

Hi Panos, As you've explained to me before, the splash screens only scale up. I've been using the 6 plus screen size because it lets me find the middle of the stack, 414 being an even number. While the splash screen did improve the look on the X it still dosen't look right. The only other option is ...
by quailcreek
Tue Jul 10, 2018 5:21 am
Forum: Android Deployment
Topic: Android does not recognize delayTouches
Replies: 6
Views: 4597

Re: Android does not recognize delayTouches

That solved the problem. Thanks again J.
by quailcreek
Tue Jul 10, 2018 2:41 am
Forum: iOS Deployment
Topic: Handling iPhone X screnn size
Replies: 6
Views: 4987

Handling iPhone X screnn size

Hi,
I need to update a number of apps and I was wondering how everybody has been handling the iPhone X with respect to older apps. All of mine are on the 6 plus stack size using fullscreenmode. Obviously the extra 145pts and the background are not being filled, at least on the sim.
by quailcreek
Tue Jul 10, 2018 2:01 am
Forum: Android Deployment
Topic: Android does not recognize delayTouches
Replies: 6
Views: 4597

Re: Android does not recognize delayTouches

Excellent idea, J!! I'll let you know how it works. Thanks!
by quailcreek
Mon Jul 09, 2018 11:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: ICON stopped showing up on an iOS stack
Replies: 3
Views: 3726

ICON stopped showing up on an iOS stack

Hi, I had this occur recently and I don't know why. I have a stack with the 5 iPhone ICONs linked and 1 is linked on the Android stand alone settings. The problem is that the ICON no longer shows up on my iPhone or in the sim. It does show up on my Android device. I tried linking the ICONs to a new ...
by quailcreek
Mon Jul 09, 2018 10:50 pm
Forum: Android Deployment
Topic: Android does not recognize delayTouches
Replies: 6
Views: 4597

Re: Android does not recognize delayTouches

Has anybody come up with a workaround for this? For me, at least, this essentially makes datagrids unusable on Android. All of my apps are x platform, ie the same stack for iOS and Android. All of them have multiple DGs and one has over 50.
by quailcreek
Tue Jun 26, 2018 9:04 pm
Forum: Android Deployment
Topic: Android does not recognize delayTouches
Replies: 6
Views: 4597

Re: Android does not recognize delayTouches

Thanks, Jacqueline.
Ya, I realize delayTouches is supposed to be iOS only but I believe that's what's causing this problem. I added my information to your bug report.
by quailcreek
Mon Jun 25, 2018 10:04 pm
Forum: Android Deployment
Topic: Android does not recognize delayTouches
Replies: 6
Views: 4597

Android does not recognize delayTouches

I'm having a bit of a problem with a scroller for a DG on Android. I think the trouble stems from Android not recognizing delayTouches in the scroller creation script. The card script contains the scroller create code and that gets created OK. In the "Row Template" script of the DG I have a mouseUp ...
by quailcreek
Sun Jun 24, 2018 12:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to add an empty line to a datagrid
Replies: 4
Views: 3981

Re: How to add an empty line to a datagrid

Take a look at DataGrid Helper. It's well worth the money. TheSlug has this covered.
by quailcreek
Tue Jun 12, 2018 12:53 am
Forum: iOS Deployment
Topic: Swiping with native scroller?
Replies: 22
Views: 16001

Re: Swiping with native scroller?

There are several ways to handle this. I put together a down and dirty stack. Take a look and see if this approach will work for you. I took this from one of my existing apps so not every line of the code will apply.
Swipe Between Cards.livecode.zip
(2.99 KiB) Downloaded 378 times
by quailcreek
Tue Jun 12, 2018 12:16 am
Forum: Talking LiveCode
Topic: Data Grid sort column does not work
Replies: 8
Views: 5120

Re: Data Grid sort column does not work

Did you try selecting Sort by Column in the DG PI?
by quailcreek
Wed Jun 06, 2018 4:17 am
Forum: Talking LiveCode
Topic: Data Grid sort column does not work
Replies: 8
Views: 5120

Re: Data Grid sort column does not work

How do you have the columns set in the PI of the DG?
by quailcreek
Sat Mar 31, 2018 11:02 pm
Forum: Talking LiveCode
Topic: DataGrid2 - What do you like, what don't you like
Replies: 83
Views: 50763

Re: DataGrid2 - What do you like, what don't you like

Here's the scroller script I use. Always scrolls smoothly. I set sTheDataGridName to the name of the DG in the preOpenCard handler. command createTheScroller local sScrollerID, theWidth, theHeight if environment() is not "mobile" then exit createTheScroller if "theDataGrid" is not among the lines of...
by quailcreek
Wed Mar 28, 2018 2:58 am
Forum: iOS Deployment
Topic: Application Loader ERROR Invalid Provisioning Profile"
Replies: 9
Views: 11250

Re: Application Loader ERROR Invalid Provisioning Profile"

Bernad, I think what Jean-Marc is trying delicately to say is that this does not sound like a LC problem. The complexity of getting your app loaded to the app store can be, at times, a struggle. Please ask questions and we will do our best to help you out. Have you gone thru the help files for creat...

Go to advanced search