Search found 15 matches
- Sun Jan 10, 2016 5:12 pm
- Forum: Talking LiveCode
- Topic: Native text input microphone timeout
- Replies: 0
- Views: 2190
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...
- Tue Jan 06, 2015 9:12 pm
- Forum: iOS Deployment
- Topic: Test Flight: "must contain the correct beta entitlement"
- Replies: 14
- Views: 18604
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...
- Mon Jan 05, 2015 7:28 pm
- Forum: iOS Deployment
- Topic: Test Flight: "must contain the correct beta entitlement"
- Replies: 14
- Views: 18604
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...
- 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: 3393
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
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
- 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: 3393
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
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
- 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: 3393
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...
- Mon Sep 26, 2011 6:00 pm
- Forum: Feature Proposals
- Topic: Does multi-select work in the app browser?
- Replies: 9
- Views: 4119
Re: Does multi-select work in the app browser?
I should have been clearer in my post. I was aware that CTRL-Click worked. I was trying to avoid using CTRL-Click for 20 contiguous items.
Thanks for checking though.
Steven
Thanks for checking though.
Steven
- Fri Sep 23, 2011 2:20 pm
- Forum: iOS Deployment
- Topic: iPhonePreferredLanguage enumeration
- Replies: 0
- Views: 1655
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...
- Fri Sep 23, 2011 2:03 pm
- Forum: Feature Proposals
- Topic: Does multi-select work in the app browser?
- Replies: 9
- Views: 4119
Re: Does multi-select work in the app browser?
Walt,
I was trying to select several dozen items that I wanted to put in to a group. I also sometimes have the need to select many items to delete them.
Thanks for confirming that multi-select is not available in the app browser.
Steven
I was trying to select several dozen items that I wanted to put in to a group. I also sometimes have the need to select many items to delete them.
Thanks for confirming that multi-select is not available in the app browser.
Steven
- Thu Sep 22, 2011 7:21 pm
- Forum: Feature Proposals
- Topic: Does multi-select work in the app browser?
- Replies: 9
- Views: 4119
Does multi-select work in the app browser?
Does multi-select work in the app browser? ( I searched the forum and didn't see anything on this )
Clicking the 10th control in the app browser then shift clicking the 20th control should select controls 10 through 20, right?
Steven ( Colorado, USA )
Clicking the 10th control in the app browser then shift clicking the 20th control should select controls 10 through 20, right?
Steven ( Colorado, USA )
- Thu Sep 15, 2011 3:13 pm
- Forum: iOS Deployment
- Topic: iOS text field - autoCapitalization does not seem to work
- Replies: 2
- Views: 2816
Re: iOS text field - autoCapitalization does not seem to work
Gerry,
I'll do it. Thanks.
Steven
I'll do it. Thanks.
Steven
- Thu Sep 15, 2011 3:10 am
- Forum: iOS Deployment
- Topic: iOS text field - autoCapitalization does not seem to work
- Replies: 2
- Views: 2816
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 -----------...
- Wed Sep 07, 2011 11:37 pm
- Forum: iOS Deployment
- Topic: iPhone pickDate
- Replies: 6
- Views: 5696
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...
- Wed Sep 07, 2011 2:25 pm
- Forum: iOS Deployment
- Topic: Does closeStack trigger in the iOS simulator?
- Replies: 5
- Views: 4537
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
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
- Wed Sep 07, 2011 12:54 am
- Forum: iOS Deployment
- Topic: Does closeStack trigger in the iOS simulator?
- Replies: 5
- Views: 4537
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: ---------------------------------------------------...