Search found 12 matches

by stevenchalmers
Sun Jan 10, 2016 5:12 pm
Forum: Talking LiveCode
Topic: Native text input microphone timeout
Replies: 0
Views: 1645

Native text input microphone timeout

Hello, I am creating an iOS app with a native text field that uses the microphone to enter the text. It works perfectly but the microphone mode times out too quickly for my needs. After less than a minute the microphone times out and the input reverts to the keyboard. I have searched for any details...
by stevenchalmers
Tue Jan 06, 2015 9:12 pm
Forum: iOS Deployment
Topic: Test Flight: "must contain the correct beta entitlement"
Replies: 14
Views: 11269

Re: Test Flight: "must contain the correct beta entitlement"

Unfortunately that is not the answer. The following statement comes from the iTunes Connect page that describes Beta Entitlement: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/jumpTo?page=faqIndex&qa=beta_entitlement "To use the TestFlight app to test your prerelease build, it must...
by stevenchalmers
Mon Jan 05, 2015 7:28 pm
Forum: iOS Deployment
Topic: Test Flight: "must contain the correct beta entitlement"
Replies: 14
Views: 11269

Test Flight: "must contain the correct beta entitlement"

I have successfully submitted and released my app to iTunes but can't get the Test Flight service to work. I keep getting the message: "To use TestFlight Beta Testing, build 1.0.4 must contain the correct beta entitlement. For more information, see the FAQ." Everything I have read says to recreate m...
by stevenchalmers
Sat Nov 29, 2014 12:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Object > Place Group Menu with numerous repeated items
Replies: 3
Views: 2770

Re: Object > Place Group Menu with numerous repeated items

I resolved the issue by creating a new stack and moving all the cards to it along with the script of the stack.

I wrote a simple script to do the copying of the cards then copied the stack script by hand. When I viewed the Object > Place Group menu the numerous repeated items were gone.


Steven
by stevenchalmers
Fri Nov 28, 2014 4:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Object > Place Group Menu with numerous repeated items
Replies: 3
Views: 2770

Re: Object > Place Group Menu with numerous repeated items

Jacque,

Thanks for the idea but unfortunately closing the stack and removing it from memory didn't help.

I'll take a look at removing the code that copies the stacks.

Thanks,


Steven
by stevenchalmers
Thu Nov 27, 2014 12:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Object > Place Group Menu with numerous repeated items
Replies: 3
Views: 2770

Object > Place Group Menu with numerous repeated items

Hello, Issue: When I view the list of Groups that can be placed on a card using the Object > Place Group menu I am surprised to see one of my groups showing up dozens of times. This confuses me because I can only find a handful of the instances of that group throughout my stack. I used the "Find and...
by stevenchalmers
Fri Sep 23, 2011 2:20 pm
Forum: iOS Deployment
Topic: iPhonePreferredLanguage enumeration
Replies: 0
Views: 1385

iPhonePreferredLanguage enumeration

Is there a way to see the full set of possible values that could be returned from iPhonePreferredLanguage()? The release notes give these as an example: "en", "fr", "de", etc. but I would like to know the full set. I answered this for myself while writing this entry but thought it was still worth sh...
by stevenchalmers
Thu Sep 15, 2011 3:10 am
Forum: iOS Deployment
Topic: iOS text field - autoCapitalization does not seem to work
Replies: 2
Views: 2292

iOS text field - autoCapitalization does not seem to work

I have successfully created an iOS text field and am using several settings such as borderStyle and visible but I cannot make "autoCapitalization" have any effect. See the attached (zipped) LiveCode file. Here is the card script: on closeCard iphoneControlDelete "testinput" end closeCard -----------...
by stevenchalmers
Wed Sep 07, 2011 11:37 pm
Forum: iOS Deployment
Topic: iPhone pickDate
Replies: 6
Views: 4461

iPhone pickDate

I must be missing something with iphonePickDate tutorial because the starting value is today, rather than the second parameter I give it. According to the dictionary the iphonePickDate syntax is: iphonePickDate [style, current, start, end, step] Note that the second parameter is called "current" rat...
by stevenchalmers
Wed Sep 07, 2011 2:25 pm
Forum: iOS Deployment
Topic: Does closeStack trigger in the iOS simulator?
Replies: 5
Views: 3684

Re: Does closeStack trigger in the iOS simulator?

Gerry, Klaus,

Thanks so much for this information. The pair of responses is perfect. I needed the explanation of why the mechanism was failing and also needed to learn about the special folder path.

Thanks so much.

I'll let you know when the app is in iTunes!


Steven
by stevenchalmers
Wed Sep 07, 2011 12:54 am
Forum: iOS Deployment
Topic: Does closeStack trigger in the iOS simulator?
Replies: 5
Views: 3684

Does closeStack trigger in the iOS simulator?

The "closeStack" message seems to work fine when closing a stack from within LiveCode but does not seem to trigger for me when running the same stack in the simulator. It also does not work on my iPhone. See the attached stack and here is the code: ---------------------------------------------------...

Go to advanced search