Search found 44 matches

by PaulMaguire
Mon Jun 24, 2013 6:09 pm
Forum: Android Deployment
Topic: Custom fonts in Android native browser control...
Replies: 3
Views: 3726

Re: Custom fonts in Android native browser control...

Hi. Thanks for getting back. If I view custom styled web pages in an Android browser (not LC control) everything is fine. I haven't tried loading the HTML file I created locally into a browser in Android though. Another dimension to this problem - I have the fonts copied into the package for compila...
by PaulMaguire
Mon Jun 24, 2013 3:28 pm
Forum: Android Deployment
Topic: Custom fonts in Android native browser control...
Replies: 3
Views: 3726

Custom fonts in Android native browser control...

Hi Livecode Android devs. Apologies if you've heard this all before - I posted a similar question on the mailing list. I can't seem to resolve a problem of getting custom fonts to display in a Livecode native browser control in Android. I'm basically dynamically creating, writing, and loading an HTM...
by PaulMaguire
Mon Jun 24, 2013 12:01 pm
Forum: Android Deployment
Topic: Porting from iOS to Android - first time issues...
Replies: 4
Views: 4783

Re: Porting from iOS to Android - first time issues...

Hi. I've just uploaded a version of my dual-platform app to Google Play. Porting to Android took me a lot longer than anticipated. Basically I spent most of my time trying to sort visual anomalies and quirks in different behaviour with the native controls for each platform. Some issues I cannot reso...
by PaulMaguire
Wed May 29, 2013 3:52 pm
Forum: Android Deployment
Topic: Porting from iOS to Android - first time issues...
Replies: 4
Views: 4783

Re: Porting from iOS to Android - first time issues...

The notes below seem wrong now sorry - I've tested on 2 devices with 2 different results. Sigh. ---- Update: (I'm going to feed back here with some notes and any breakthroughs I may have for any future iOS to Android n00bs) I see from the Android dev notes that 'backgroundColor' and 'alpha' are not ...
by PaulMaguire
Wed May 29, 2013 3:00 pm
Forum: Android Deployment
Topic: Porting from iOS to Android - first time issues...
Replies: 4
Views: 4783

Porting from iOS to Android - first time issues...

Hi Androids. First post here. I have an LC iOS app (v5.5.5, OSX) in review at Apple. While this was happening I had a naive notion that I would spend the review time tweaking for Android. I know, I know... So here are my key issues - if anyone has some insight in how to address any of them I'd reall...
by PaulMaguire
Tue May 21, 2013 3:44 pm
Forum: iOS Deployment
Topic: iTunes Connect submit error -.-
Replies: 10
Views: 6929

Re: iTunes Connect submit error -.-

<dum de dum...>
by PaulMaguire
Tue May 21, 2013 2:45 pm
Forum: iOS Deployment
Topic: iTunes Connect submit error -.-
Replies: 10
Views: 6929

Re: iTunes Connect submit error -.-

(I've just tried uploading my first iOS build to app store - same deal)

Anyone have any further feedback from RunRev of any resolution to this serious issue? Client is breathing down my neck. I am using 5.5.4.

Kind regards, Paul.
by PaulMaguire
Wed May 08, 2013 10:56 am
Forum: Android Deployment
Topic: How to get .APK on to hardware?
Replies: 3
Views: 3506

Re: How to get .APK on to hardware?

Thank you very much indeed Jaqueline! Excellent help.

Kind regards, Paul.
by PaulMaguire
Tue May 07, 2013 11:17 am
Forum: Android Deployment
Topic: How to get .APK on to hardware?
Replies: 3
Views: 3506

How to get .APK on to hardware?

Hi Androids. I have an LC app which I have developed for iOS. I now need to port it to and tweak it for Android. I have successfully installed the Android development environment and can test there. Now I need to get it on some hardware for proper testing. So I write out the .APK file. How do I get ...
by PaulMaguire
Tue May 07, 2013 10:42 am
Forum: Android Deployment
Topic: DelayTouches for Android?
Replies: 10
Views: 6999

Re: DelayTouches for Android?

Just a thought - does setting the lockText property of the field to TRUE avoid the selection issue?

I'm just about to embark on making my iOS LC project Android-friendly - keen to know any such gotchas...

Kind regards, Paul.
by PaulMaguire
Fri May 03, 2013 12:22 pm
Forum: iOS Deployment
Topic: Multiple native input controls...
Replies: 10
Views: 8892

Re: Multiple native input controls...

Hello one last time... Just closure on this thread: I have it working. Not sure if it's best practice, but hey. Here's what I did: on inputTextChanged put mobileControlTarget() into tTarget if (tTarget = "commentInput") then if the last char of mobileControlGet("commentInput", "text") is RETURN then...
by PaulMaguire
Fri May 03, 2013 11:19 am
Forum: iOS Deployment
Topic: Multiple native input controls...
Replies: 10
Views: 8892

Re: Multiple native input controls...

Hi again. Ok - I was excited to read the suggestions on the bus into work this morning to get my native input fields sorted. I got in and implemented your suggestions - no dice. The basic issue is that inputReturnKey is never called from a multiline control when return key is hit. Even if I remove m...
by PaulMaguire
Fri May 03, 2013 9:35 am
Forum: iOS Deployment
Topic: Multiple native input controls...
Replies: 10
Views: 8892

Re: Multiple native input controls...

Simon and Jellicle - thanks for this info - will get this implemented.

I like the syntax: focus on nothing - very zen.

When I'm up to speed with LC I will reciprocate. Or if you ever need any help in Director...

Kind regards, Paul.
by PaulMaguire
Thu May 02, 2013 1:20 pm
Forum: iOS Deployment
Topic: Multiple native input controls...
Replies: 10
Views: 8892

Re: Multiple native input controls...

HI again. Just following this up. MobileControlTarget() is what I was looking for. Thanks again. But... I still have an issue: My email input control (single line) works as I want it - type in it (opens email-specific native keyboard yay!) and push the 'done' button and focus is lost from the input ...
by PaulMaguire
Tue Apr 30, 2013 9:41 am
Forum: iOS Deployment
Topic: Multiple native input controls...
Replies: 10
Views: 8892

Re: Multiple native input controls...

Excellent - I'll check it out. Thanks.

Go to advanced search