Search found 38 matches
- Tue Apr 21, 2020 1:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: iOS Stacks on App Store
- Replies: 1
- Views: 1847
iOS Stacks on App Store
Could you give me examples of famous iOS apps made by LiveCode which are available on the App Store?
- Wed Sep 25, 2019 5:53 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Enabling iOS App testing on my own iPhone
- Replies: 7
- Views: 6203
Re: Enabling iOS App testing on my own iPhone
I have successfully downloaded a certificate and saved a stack as an iOS standalone. But when I drag & drop the app into the Devices window of Xcode, I get the following message: The executable was signed with invalid entitlements. The entitlements specified in your application’s Code Signing Entitl...
- Sun Sep 22, 2019 9:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Enabling iOS App testing on my own iPhone
- Replies: 7
- Views: 6203
Re: Enabling iOS App testing on my own iPhone
Now I'm trying this instructions: https://livecode.com/how-to-create-a-free-ios-development-provisioning-profile/ In Step 8, when I connect my iPhone successfully and choose my iPhone in the popup menu at the top left of my project window, I'm stuck with this error: (Red dot) Failed to create provis...
- Sun Sep 22, 2019 1:32 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Enabling iOS App testing on my own iPhone
- Replies: 7
- Views: 6203
Re: Enabling iOS App testing on my own iPhone
I 've been following the LiveCode lessons page's instructions DR white has provided, but when I follow the link to the Apple Developer site's Certificates, Identifiers and Profiles page, I get this message: Access Unavailable This resource is only for developers enrolled in a developer program or me...
- Wed Sep 18, 2019 12:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Enabling iOS App testing on my own iPhone
- Replies: 7
- Views: 6203
Enabling iOS App testing on my own iPhone
Hi, I have successfully installed the right version of Xcode along with LiveCode Community. Now, I want to run my LiveCode projects on both my iPhone Simulator that comes with Xcode and, (I’m excited) on my own iPhone SE! But the current LiveCode Tutorial says that I need to register as an iPhone de...
- Wed Apr 03, 2019 2:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: iOS SDK: the same version as Xcode?
- Replies: 6
- Views: 5759
Re: iOS SDK: the same version as Xcode?
Thank you for replying. I hear bad reputation about Mojave, so I won’t update my macOS to Mojave and stay with High Sierra. Since Xcode 10.1 only runs on Mojave Macs, I have to use Xcode 9.x.x. So, is the version numbers of iOS SDK are the same as corresponding Xcode version? If yes, I think I’ll in...
- Wed Apr 03, 2019 12:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: iOS SDK: the same version as Xcode?
- Replies: 6
- Views: 5759
iOS SDK: the same version as Xcode?
Hi, I have been trying to start developing for the iOS. And I have a question. My Xcode version is 9.4.1. But when I try to configure LiveCode to be able to build iOS standalones, I get the message: “Your iOS SDK version has tobe among 6.1, 7.1, 8.2, 9.2, 10.1).” :| Are the iOS SDK version numbers t...
- Fri Mar 15, 2019 7:17 pm
- Forum: Feature Proposals
- Topic: Faster HTML5!!
- Replies: 1
- Views: 2428
Re: Faster HTML5!!
Also, is it possible to build smartphone HTML5 web apps with the current open source version of LiveCode?
- Fri Mar 15, 2019 7:15 pm
- Forum: Feature Proposals
- Topic: Faster HTML5!!
- Replies: 1
- Views: 2428
Faster HTML5!!
Hi All, I started downloading the open source version of the latest version of LiveCode but haven’t finished downloading it. I have left LC for like 5 years, but I wanted to come back. About 5 years back, the Staxk-to-HTML5 feature of LiveCode was still in beta period, and the stacks worked really r...
- Mon Jan 02, 2017 3:26 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't become an Android developer
- Replies: 2
- Views: 3381
Can't become an Android developer
Hi all, I wanted to run my stack on an Android phone for the first time in my life. I checked Android in Build Standalone Settings dialog and tried to build an apk. But an error dialog saying: "There was an error while saving the standalone application could not compile application class." I googled...
- Wed Dec 25, 2013 11:41 pm
- Forum: Feature Proposals
- Topic: Unicodification progress?
- Replies: 6
- Views: 4769
Re: Unicodification progress?
Localisation (menus and dialogs) to Japanese is also awaited! If that action is being taken, I can help you with that (I'm a native Japanese who has good English skills)
- Fri Nov 22, 2013 8:57 am
- Forum: Feature Proposals
- Topic: Unicodification progress?
- Replies: 6
- Views: 4769
Unicodification progress?
How much progress of Unicodification of Livecode took place in the last 6 months? Users with non-English native languages are yearning for it!
- Sun Sep 08, 2013 7:33 am
- Forum: Feature Proposals
- Topic: Why doesn't RunRev buy this technology?
- Replies: 4
- Views: 3080
Why doesn't RunRev buy this technology?
A brilliant amateur programmer in Japan has built a JavaScript-based HyperCard on the web, which is call HCjs:
http://hcjs.pgoo.info/HCjs/
Why doesn't RunRev buy HCjs and enable LiveCode to build web apps WITHOUT the need of plug-ins?
http://hcjs.pgoo.info/HCjs/
Why doesn't RunRev buy HCjs and enable LiveCode to build web apps WITHOUT the need of plug-ins?
- Wed Jul 31, 2013 3:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: I need help with Unicode converter
- Replies: 8
- Views: 7082
Re: I need help with Unicode converter
Problem Solved! The final NumToChar button script is: on mouseUp if card field "Unicode Numbers" is not empty then put empty into field "Unicode Text" set the useUnicode to true put the number of words of card field "Unicode Numbers" into numOfNumbers repeat with i=1 to numOfNumbers ...
- Wed Jul 31, 2013 3:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: I need help with Unicode converter
- Replies: 8
- Views: 7082
Re: I need help with Unicode converter
Simon,
The CharToNum button is now working!! Thank you very much.
However, when I click the NumToChar button, only the last character (which is correctly converted) is displayed in the Unicode Text field. Hmm.
The CharToNum button is now working!! Thank you very much.
However, when I click the NumToChar button, only the last character (which is correctly converted) is displayed in the Unicode Text field. Hmm.