Search found 103 matches

by pkocsis
Thu Apr 03, 2014 1:04 am
Forum: Android Deployment
Topic: Tablet goes to sleep, half of app disappears
Replies: 16
Views: 10769

Re: Tablet goes to sleep, half of app disappears

One more observation. My test stack was using "letterbox"....and I thought, "well, letterbox can render black top/bottom (or left/right) whereas "showAll" does not do that". So I changed to "showAll", interested if the bottom of the screen would still be black or the color of my card. No change, usi...
by pkocsis
Thu Apr 03, 2014 12:56 am
Forum: Android Deployment
Topic: Tablet goes to sleep, half of app disappears
Replies: 16
Views: 10769

Re: Tablet goes to sleep, half of app disappears

Well, toggling the screen did not make the screen fully redraw. Even commenting out the lock/unlock screen statements, once the bug appears and the bottom of my screen is black, you can see the fullscreenmode switch as it goes from empty then back to letterbox, yet the black part never changes.....(...
by pkocsis
Thu Apr 03, 2014 12:31 am
Forum: Android Deployment
Topic: Tablet goes to sleep, half of app disappears
Replies: 16
Views: 10769

Re: Tablet goes to sleep, half of app disappears

Hi Paul, My test stack on my Nexus 5 is portrait only. When I'm able to get LC confused, holding the phone in portrait, the bottom half-ish (less than half actually) is black. I've done what you've described and agree that the height of the visible portion of my stack is equal to the width of the st...
by pkocsis
Wed Apr 02, 2014 1:51 am
Forum: Android Deployment
Topic: Tablet goes to sleep, half of app disappears
Replies: 16
Views: 10769

Re: Tablet goes to sleep, half of app disappears

Yes, that looks eerily similar to what I'm seeing on my Nexus 5 phone. Only difference is about 50% of my screen goes black compared with your 40%.....but I'd be surprised if they are not related. Thanks for mentioning my bug report in your bug report :) ...was starting to wonder if they're thinking...
by pkocsis
Tue Apr 01, 2014 2:21 pm
Forum: Android Deployment
Topic: Tablet goes to sleep, half of app disappears
Replies: 16
Views: 10769

Re: Tablet goes to sleep, half of app disappears

Hello Paul, This sounds related to my bug 12035 . Although my bug as reported is demonstrated in my test stack by using mobilePickPhoto "camera", I'm really starting to think that it may have nothing to do with mobilePickPhoto, but more to do with a problem with screen repaints after some orientatio...
by pkocsis
Wed Mar 26, 2014 11:57 pm
Forum: Talking LiveCode
Topic: LC 6.6 IDE keeps locking up at irregular intervals [solved]
Replies: 23
Views: 13164

Re: LC 6.6 IDE keeps locking up at irregular intervals (Win.

Thanks Malte! So glad you contacted the team directly. These intermittent problems are quite troubling, and while I'm not glad to hear of the problems you've seen, I'm glad you are on top of it and have contacted the team!

Thanks again Malte,

Paul
by pkocsis
Wed Mar 26, 2014 9:20 pm
Forum: Talking LiveCode
Topic: LC 6.6 IDE keeps locking up at irregular intervals [solved]
Replies: 23
Views: 13164

Re: LC 6.6 IDE keeps locking up at irregular intervals (Win.

To be clear, I have not built a standalone for windows. I've only built for android and have not seen random freezes in my android app. Malte, if you're seeing unexplained freezes in standalones for windows, could you add a comment as such to my bug report? (or possibly RR might want to treat unexpl...
by pkocsis
Tue Mar 25, 2014 9:23 pm
Forum: Talking LiveCode
Topic: LC 6.6 IDE keeps locking up at irregular intervals [solved]
Replies: 23
Views: 13164

Re: LC 6.6 IDE keeps locking up at irregular intervals (Win.

I've had no issues in this regard with any of my standalones built with 6.6.0gm1. IDE only. Also, none of my scripts are running or being triggered at all. Using 6.6.0gm1 (for me on Win7) with the 'suppress messages' icon locked and simply looking at code in the script editor or utilizing the applic...
by pkocsis
Tue Mar 25, 2014 4:47 pm
Forum: Talking LiveCode
Topic: LC 6.6 IDE keeps locking up at irregular intervals [solved]
Replies: 23
Views: 13164

Re: LC 6.6 IDE keeps locking up at irregular intervals (Win.

I have had bug 11911 open for awhile. Initially, I thought it was just interaction with the application browser that was the genesis of my 6.6.0 IDE freezes, but since then, I discovered that my IDE has frozen on just about any type of interaction with the IDE environment. Anybody that is experienci...
by pkocsis
Wed Feb 05, 2014 9:10 pm
Forum: CGIs and the Server
Topic: start session hangs
Replies: 3
Views: 5324

start session hangs

I'm using sessions, and my scripts (today) seem to be hanging on start session...can never get my page to load. Once I discovered it was a session issue, I went to the folder I've set as the sessionSavePath and blew away the few files along with the lcsessions.idx. After doing that, my pages started...
by pkocsis
Thu Jan 09, 2014 1:55 pm
Forum: iOS Deployment
Topic: Distributing an app
Replies: 12
Views: 6861

Re: Distributing an app

I'm trying to use testflightapp.com…. 1) I've got the UDID's of the test phones identified in the certificate and built my app. Obviously, this creates a .app file 2) Now what? testflightapp wants a .ipa file (which, as far as I can tell, is a .zip (.zip renamed to .ipa) file containing the .app and...
by pkocsis
Wed Dec 04, 2013 11:50 am
Forum: Android Deployment
Topic: turn off fullscreenmode in 6.5
Replies: 2
Views: 2570

Re: turn off fullscreenmode in 6.5

Likely, your woes are related to bug 11499
by pkocsis
Tue Nov 05, 2013 8:59 pm
Forum: iOS Deployment
Topic: iphone model number/string
Replies: 5
Views: 4490

Re: iphone model number/string

WOW! Thanks Kia!! That'll be a great help!!!

Paul
by pkocsis
Tue Nov 05, 2013 11:17 am
Forum: iOS Deployment
Topic: iphone model number/string
Replies: 5
Views: 4490

Re: iphone model number/string

Thank you for responding Nakia...

I didn't know if there was something fundamental I was missing. I may very well put an external together...thanks for the link!

Paul
by pkocsis
Tue Nov 05, 2013 7:12 am
Forum: iOS Deployment
Topic: iphone model number/string
Replies: 5
Views: 4490

iphone model number/string

Looking for a way to get the hardware model number/string of an iphone. On android, mobileBuildInfo("MODEL") suffices, but on iphone, is there any way to know if the device is an "iphone 5c" or "iphone 4" or "iphone 4s" or ....whatever?

Thanks!

Go to advanced search