Search found 780 matches

by dave.kilroy
Sun Sep 10, 2017 8:35 pm
Forum: iOS Deployment
Topic: mobileGetContactData to get users URL
Replies: 9
Views: 5917

Re: mobileGetContactData to get users URL

Hey Tom - BTW I tweaked your stack here and when looking at some of contacts on my device I can see that the array produced by mobileGetContactData() is missing some keys and data - and for at least two of my contacts the app crashes hard. In fact I made a new test contact right on the phone and mob...
by dave.kilroy
Sun Sep 10, 2017 4:19 pm
Forum: iOS Deployment
Topic: Confused with xCode error profile not found
Replies: 4
Views: 6801

Re: Confused with xCode error profile not found

Hi Jean-Marc - hmm i think I haven't been understanding what you're trying to do - are you trying to upload to TestFlight or iTunes Connect? If yes then there are special things to check If not then there are different things to check But a good place to start in either case is to open Keychain Acce...
by dave.kilroy
Sun Sep 10, 2017 12:18 pm
Forum: iOS Deployment
Topic: mobileGetContactData to get users URL
Replies: 9
Views: 5917

Re: mobileGetContactData to get users URL

Tom I think you've found a bug (or bugs) in how mobileGetContactData() operates - testing it here [LC 8.1.7(rc1), OS X 10.12.6 iPhone 6s running 10.3] it gives buggy results - sometimes data returned from a contact found with mobilePickContact returns ok, sometimes I only get partial data (a bit lik...
by dave.kilroy
Sat Sep 09, 2017 7:19 pm
Forum: iOS Deployment
Topic: Confused with xCode error profile not found
Replies: 4
Views: 6801

Re: Confused with xCode error profile not found

Hi, it sounds like you have old provisioning profiles on your mac. I find that good 'hygiene' when it comes to provisioning profiles is important and I only keep up-to-date provisioning profiles on my system and regularly clean them out and get fresh ones If you go to /users/<username>/Library/Mobil...
by dave.kilroy
Fri Sep 08, 2017 8:27 pm
Forum: iOS Deployment
Topic: mobileGetContactData to get users URL
Replies: 9
Views: 5917

Re: mobileGetContactData to get users URL

Although, looking at the mobileGetContactData in the dictionary, the structure of what is returned looks very different to what you posted (but maybe the dictionary is out of date - it has also been known to be wrong!)
by dave.kilroy
Fri Sep 08, 2017 8:19 pm
Forum: iOS Deployment
Topic: mobileGetContactData to get users URL
Replies: 9
Views: 5917

Re: mobileGetContactData to get users URL

Tom I've never used mobileGetContactData but am guessing it's giving you an array of data which you're putting into 'theData' - if so then you can query this array to find out what keys it holds (at multiple levels) so you can be sure you're calling the right element of the array. For example the fo...
by dave.kilroy
Thu Sep 07, 2017 2:26 pm
Forum: iOS Deployment
Topic: detecting if an external keyboard is in use on an iPad
Replies: 0
Views: 2553

detecting if an external keyboard is in use on an iPad

Hi all On an iPhone, item 4 of 'the effective working screenrect' when called in an 'inputTextChanged handler lets me know if an external keyboard is attached (another way is to check if 'keyboardActivated' fires - doesn't fire if an external keyboard is connected) However on an iPad with a ble conn...
by dave.kilroy
Wed Aug 30, 2017 5:56 pm
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 44558

Re: Is LC a good choice to write a web based accounting pack

@Richard - thanks, yep I might need to write to them in the near future to see if they'll provide a statement I can use ... I haven't been asked for further information on my 'security statement' yet, but I could well get a request!
by dave.kilroy
Wed Aug 30, 2017 4:24 pm
Forum: Converting to LiveCode
Topic: Is LC a good choice to write a web based accounting package?
Replies: 33
Views: 44558

Re: Is LC a good choice to write a web based accounting pack

@Richard do you (or anyone?) have any information on the encryption used in password protecting a stack? Yesterday I had to write a 'security statement' on how a LiveCode project I'm working on saved data to mobile devices, I was able to talk about the built-in encrypt() command and AES-256 (which I...
by dave.kilroy
Sat Aug 19, 2017 3:23 pm
Forum: iOS Deployment
Topic: iOS App always scales on retina display
Replies: 8
Views: 6369

Re: iOS App always scales on retina display

Hi Eric You shouldn't need fullScreenMode to get your app to fill your device's screen (it's a convenience function/approach that some people like to use) - I'm not 100% sure if setting it to false will turn it off properly, probably better to set it to empty (or just comment it out in your code, by...
by dave.kilroy
Tue Jun 13, 2017 9:31 am
Forum: Mac OS
Topic: Create Icon for APK
Replies: 15
Views: 11315

Re: Create Icon for APK

weird - I've just amended a phone number in Google Play with this format: [+11][2222][333333]

Where [+11] is the country code, [2222] is the area code, and [333333] is the actual phone number - if that doesn't work then contract Google Play
by dave.kilroy
Mon Jun 12, 2017 10:27 pm
Forum: Mac OS
Topic: Create Icon for APK
Replies: 15
Views: 11315

Re: Create Icon for APK

@guylouis - there have indeed be quite a few changes in Google Play recently - try entering your phone number with a leading "+" before your country code
by dave.kilroy
Tue May 16, 2017 7:31 pm
Forum: Databases
Topic: Connection string
Replies: 22
Views: 18717

Re: Connection string

interesting, I thought I've seen a report of a bug fix for this (in the last couple of months? anyone else remember this?)

EDIT:
Ah I see now that it's for Indy and Business licence holders...
by dave.kilroy
Sat Apr 22, 2017 4:42 pm
Forum: iOS Deployment
Topic: Could not find plist template for device target
Replies: 24
Views: 17878

Re: Could not find plist template for device target

Thanks for the info Panos!
by dave.kilroy
Fri Apr 21, 2017 3:11 pm
Forum: iOS Deployment
Topic: Could not find plist template for device target
Replies: 24
Views: 17878

Re: Could not find plist template for device target

Excellent! That could well do the trick :)

Go to advanced search