Search found 147 matches
- Mon Sep 14, 2020 11:38 pm
- Forum: iOS Deployment
- Topic: Is there any really successfully App build with LC?
- Replies: 38
- Views: 9904
Re: Is there any really successfully App build with LC?
I agree. I should have omitted the 'you' and said "how successful is defined."
- Mon Sep 14, 2020 7:30 pm
- Forum: iOS Deployment
- Topic: Is there any really successfully App build with LC?
- Replies: 38
- Views: 9904
Re: Is there any really successfully App build with LC?
Not sure how you define successful… but, I have over 15 million downloads from the Apple App store… all made with LiveCode. If this link doesn’t go through… search on Classroom Focused Software on the Apple App Store. https://apps.apple.com/us/developer/classroom-focused-software/id406741679 be well...
- Sat Mar 28, 2020 7:53 pm
- Forum: iOS Deployment
- Topic: Updated Deadline for App Requirements
- Replies: 4
- Views: 1418
Re: Updated Deadline for App Requirements
Hi All, I've tried, without success, to find a clarification of this part of the requirements: "To accommodate developers who may need additional time to update their existing apps on the App Store" Does this mean that my current apps will be removed from the App Store if I don't update them? The bu...
- Mon Dec 24, 2018 6:30 pm
- Forum: iOS Deployment
- Topic: I can't upload to the App Store
- Replies: 6
- Views: 2692
Re: I can't upload to the App Store
Is this for iOS? If so, and based on mistakes I’ve made, I have three ideas: 1) Make sure you’re using a distribution certificate and not a development certificate to build the app. 2) Make sure the Internal App ID you’ve set in the LC Standalone settings matches what you listed in Apple. 3) Make su...
- Thu Jun 21, 2018 8:11 pm
- Forum: iOS Deployment
- Topic: Do you have an app on App Store ?
- Replies: 14
- Views: 5104
Re: Do you have an app on App Store ?
Hi Jean-Marc, I've been asked about that before. Honestly, my language skills are limited to English. I didn't want to use google translate ... or other translation apps. What little I've done looking into this suggests custom properties could be a way to use multiple languages. I'd be interested in...
- Mon Jun 04, 2018 7:57 pm
- Forum: iOS Deployment
- Topic: Do you have an app on App Store ?
- Replies: 14
- Views: 5104
Re: Do you have an app on App Store ?
Hi Jean-Marc I'm just catching up on forum posts! I have 44 iOS apps on the app store. Here's a link to one: https://itunes.apple.com/us/app/10-frame-fill/id418083871?mt=8 My website isn't fully updated, but shows the vast majority of the apps: http://www.classroomfocusedsoftware.com/index.html be w...
- Sun Apr 15, 2018 7:46 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Buttons in groups - Odd "feature" ?
- Replies: 11
- Views: 3290
Re: Buttons in groups - Odd "feature" ?
The short name of the button is "myShortName" not "myShortName of grp myGroup". That looks like what you're placing in the variable. I don't think that's a bug. It's just how it works. If that's not the case, I'm happy to learn something new. When you put the name of the group in a separate variable...
- Sun Apr 15, 2018 1:20 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Buttons in groups - Odd "feature" ?
- Replies: 11
- Views: 3290
Re: Buttons in groups - Odd "feature" ?
The code I sent before does "work." But, I'm not sure what you're trying to accomplish. Where are you placing the code you're referencing? Is it in each of the buttons of the group? Here's another idea... the handler would go in card or stack script... then called in each of the buttons in your grou...
- Sat Apr 14, 2018 8:05 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Buttons in groups - Odd "feature" ?
- Replies: 11
- Views: 3290
Re: Buttons in groups - Odd "feature" ?
Would something like this help?
put "SetProject,MiddleButtonBar" into tNameOfControl
set the text of btn item 1 tNameOfControl of grp item 2 tNameOfControl of card "notes" of this stack to tListOfItems
randy hengst
put "SetProject,MiddleButtonBar" into tNameOfControl
set the text of btn item 1 tNameOfControl of grp item 2 tNameOfControl of card "notes" of this stack to tListOfItems
randy hengst
- Tue Jan 30, 2018 5:43 pm
- Forum: iOS Deployment
- Topic: Deploy to the App Store (Help wanted)
- Replies: 12
- Views: 3167
Re: Deploy to the App Store (Help wanted)
Hi Peter, It's been a while, but had an iOS app rejection (I can't remember the error alert) where I had messed up the Internal App ID setting in the Standalone Application Settings window in LC. That entry has to match exactly the ID you entered when you created the new app information in Apple's p...
- Mon Jan 29, 2018 4:51 am
- Forum: Bug Triage
- Topic: Inconsistent UI response time
- Replies: 15
- Views: 5468
Re: Inconsistent UI response time
In your + and - buttons, I'd use a mouseDown call rather than mouseUp... that speeds things up a bit.
randy
randy
- Mon Jan 29, 2018 1:34 am
- Forum: Bug Triage
- Topic: Inconsistent UI response time
- Replies: 15
- Views: 5468
Re: Inconsistent UI response time
tetsuo29 I've never used SuperCard, so really can't answer the "why" of your question. But, have you tried using lock Screen?
on handleAddSecond
LOCK SCREEN
incrementUptoMax "SecondsOnes", 9
UNLOCK SCREEN
end handleAddSecond
randy hengst
on handleAddSecond
LOCK SCREEN
incrementUptoMax "SecondsOnes", 9
UNLOCK SCREEN
end handleAddSecond
randy hengst
- Wed Nov 29, 2017 3:34 pm
- Forum: Teaching with LiveCode
- Topic: Why do so few schools try LiveCode...?
- Replies: 86
- Views: 30140
Re: Why do so few schools try LiveCode...?
I agree that ISTE's HyperSIG MultimediaMania concept is a good place to start. I was a judge for several years ... I mainly focused on the HyperStudio projects, but did see projects created with other tools.
- Sat Aug 12, 2017 2:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Prevent Button message from going to card handler - Solved
- Replies: 5
- Views: 1560
Re: Prevent Button message from going to card handler
Double-check to make sure you have an “empty” mouseDown handler in the button. If there is no mouseDown handler in the button, then you will see the mouseDown in the card. I assume you have a mouseDown handler defined in the button script?
- Fri Jun 30, 2017 12:31 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Looking for Help on a Project
- Replies: 95
- Views: 32207
Re: Looking for Help on a Project
Hello Bidge, I regularly build for iOS. But, I assume the process is the same. Add your font files using the Copy Files pane. Then in script set the textFont of the field, button, etc to the one you want. If you're asking how to have the fonts appear in a font menu, then I don't know if the process ...