Search found 12 matches
- Thu Jan 10, 2019 7:20 am
- Forum: iOS Deployment
- Topic: "The executable was signed with invalid entitlements."
- Replies: 21
- Views: 31000
Re: "The executable was signed with invalid entitlements."
Old thread, I know. But, I had the same issue with Xcode 9.2, LiveCode 9.02. Looks to me like it started working when I unchecked BETA in the Standalone Settings. This after doing all of the provisioning, certificates, app ID, etc. stuff for hours. I can now get my development app on to my iPhone ...
- Thu Feb 25, 2016 6:08 am
- Forum: iOS Deployment
- Topic: Trouble with scrolling list (clickable) in native scroller
- Replies: 13
- Views: 11440
Re: Trouble with scrolling list (clickable) in native scroll
One thing you might try is to specifically set the scroll of the lorem field to 0 before creating the scroller. ll
I should have listed that too. I am setting the scroll of the field to 0 before creating the scroller. Unfortunately, that did not fix the issue either. Also, to be clear, it is not ...
I should have listed that too. I am setting the scroll of the field to 0 before creating the scroller. Unfortunately, that did not fix the issue either. Also, to be clear, it is not ...
- Sat Feb 20, 2016 8:28 pm
- Forum: iOS Deployment
- Topic: Trouble with scrolling list (clickable) in native scroller
- Replies: 13
- Views: 11440
Re: Trouble with scrolling list (clickable) in native scroll
Still banging my head against that wall on this one. I had to so some wrestling with Xcode for the past week or so first. Got that sorted out. To fix this scrolling list problem, I have:
1. Made sure the field has lockText and listBehavior checked in the Property Inspector. This is the field that ...
1. Made sure the field has lockText and listBehavior checked in the Property Inspector. This is the field that ...
- Sat Feb 06, 2016 7:37 am
- Forum: iOS Deployment
- Topic: Trouble with scrolling list (clickable) in native scroller
- Replies: 13
- Views: 11440
Re: Trouble with scrolling list (clickable) in native scroll
Still not working. So, I am missing something on this. I tested the scroller on my iPhone when it was just a scrolling field and it worked. But, when I added the code to the field, it stopped scrolling. It executes my code fine without errors, but this code seems to take over rather than let the ...
- Fri Feb 05, 2016 7:09 pm
- Forum: iOS Deployment
- Topic: Trouble with scrolling list (clickable) in native scroller
- Replies: 13
- Views: 11440
Re: Trouble with scrolling list (clickable) in native scroll
Excellent! Let me try those. I will post code if it does not work. Thanks.
- Wed Feb 03, 2016 7:30 am
- Forum: iOS Deployment
- Topic: Trouble with scrolling list (clickable) in native scroller
- Replies: 13
- Views: 11440
Trouble with scrolling list (clickable) in native scroller
I am trying to get a scrolling list of links in a text field to work as a native scroller. Using the Native Scroller Example, I got the text field working in my app as a native scroller, but when I add the code to the field to respond to mouseUp (basically to go to another card based on the line ...
- Mon Nov 09, 2015 6:45 am
- Forum: iOS Deployment
- Topic: Opening card not displaying in Simulator
- Replies: 11
- Views: 9920
Re: Opening card not displaying in Simulator
Did you ever get a good solution to this problem? I have the exact same problem and it does seem to be related to "wait". I downloaded the time pending loop example and get it. But, it seems like "wait" should not cause this problem and there is a simpler solution I have not figured out yet.
Thanks.
Thanks.
- Mon Nov 09, 2015 4:31 am
- Forum: iOS Deployment
- Topic: Properties & the Home Button
- Replies: 9
- Views: 9236
Re: Properties & the Home Button
I am guessing that the problem I am having is pretty much the same issue: my app allows users to launch their browser to specific URLs. When the Browser opens up in IOS9, there is the Back to the App button that shows up at the very top of their screen (built in and new to iOS9). Clicking on it ...
- Sat Mar 22, 2014 5:49 pm
- Forum: iOS Deployment
- Topic: Save as Standalone for iOS asking for 7.1 SDK
- Replies: 2
- Views: 3861
Re: Save as Standalone for iOS asking for 7.1 SDK
Got it. Just did not clue in that with LC 6.6, I now need to upgrade to Xcode 5.1.
Upgraded to Xcode 5.1; squashed a duplicate Keychain item that still prevented standalone creation and now it is working.
Thanks!
Upgraded to Xcode 5.1; squashed a duplicate Keychain item that still prevented standalone creation and now it is working.
Thanks!
- Fri Mar 21, 2014 9:35 pm
- Forum: iOS Deployment
- Topic: Save as Standalone for iOS asking for 7.1 SDK
- Replies: 2
- Views: 3861
Save as Standalone for iOS asking for 7.1 SDK
It was working fine last night. I already went through the mistake of upgrading to Xcode 5.1; downgraded back to the previous version. Got everything working, including deploying development versions of the app on to my iPhone running iOS 7.1. Got the HTTPS thing fixed for AirLaunch as well. Used ...
- Mon Jan 13, 2014 9:21 pm
- Forum: iOS Deployment
- Topic: Still OK with Apple to develop for iOS 7 with RunRev?
- Replies: 21
- Views: 19318
Still OK with Apple to develop for iOS 7 with RunRev?
Can I assume that the email I got today from Apple does not apply to those of us clever enough to use runrev instead of Xcode?
From Apple today:
"Make sure your apps work seamlessly with the innovative technologies in iOS 7. Starting February 1, new apps and app updates submitted to the App Store ...
From Apple today:
"Make sure your apps work seamlessly with the innovative technologies in iOS 7. Starting February 1, new apps and app updates submitted to the App Store ...
- Wed Dec 13, 2006 5:22 pm
- Forum: Talking LiveCode
- Topic: blinking text in list fields
- Replies: 1
- Views: 5529
blinking text in list fields
I am trying to have certain lines in a list field have blinking text or blinking colored backgrounds. I can make this happen by setting the hilitecolor and then selecting and deselecting the line(s) I want to blink. However, this is unweildy and when put in a handler that runs regularly, slows the ...