Search found 156 matches
- Mon Oct 14, 2024 5:26 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: mouseLoc
- Replies: 13
- Views: 21071
Re: mouseLoc
I think you’re right, Craig. I should have said, I put that code in a button.
- Sun Oct 13, 2024 4:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: mouseLoc
- Replies: 13
- Views: 21071
Re: mouseLoc
How about:
on mouseUp
local tTopLeftOfStack
local tTopRightOfTarget
local tNewMouseLoc
put the topLeft of this stack into tTopLeftOfStack
put the topright of target into tTopRightOfTarget
--create new screenMouseLoc
put item 1 tTopLeftOfStack + item 1 tTopRightOfTarget & "," into ...
on mouseUp
local tTopLeftOfStack
local tTopRightOfTarget
local tNewMouseLoc
put the topLeft of this stack into tTopLeftOfStack
put the topright of target into tTopRightOfTarget
--create new screenMouseLoc
put item 1 tTopLeftOfStack + item 1 tTopRightOfTarget & "," into ...
- Sat Aug 17, 2024 8:55 pm
- Forum: Announcements
- Topic: Free apps badge
- Replies: 34
- Views: 121207
Re: Free apps badge
LC has always required that apps give credit, it's in the license we agree to and specific wording is specified. The license also states that the creditation should be displayed in an About box or wherever else such info is placed in the app.
I have also always done this… here is an example:
I have also always done this… here is an example:
- Mon May 06, 2024 5:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Unusual Refresh Problems with Mac standalone
- Replies: 21
- Views: 17988
Re: Unusual Refresh Problems with Mac standalone
It’s been a while… and, I think my redraw issue was with iOS… but, I added a “go to this card” in several of the handlers to force a redraw.
take care,
Randy
take care,
Randy
- Mon Feb 26, 2024 4:49 pm
- Forum: Android Deployment
- Topic: How to perform basic arithmetic operations
- Replies: 13
- Views: 38869
Re: How to perform basic arithmetic operations
Given that I’ve made this mistake myself, double-check to make sure you have only one field each with the names “number1”, “number2” “result”
take care,
Randy
take care,
Randy
- Wed Jan 03, 2024 8:10 pm
- Forum: iOS Deployment
- Topic: What is up with provisioning profiles?
- Replies: 5
- Views: 92612
Re: What is up with provisioning profiles?
I’ve built successfully for iPad using Livecode 9.6.11 on Ventura 13.6.3 (22G436) using Xcode 15.0
- Wed Dec 13, 2023 7:42 pm
- Forum: iOS Deployment
- Topic: iOS build problem: errSecInternalComponent
- Replies: 2
- Views: 42944
Re: iOS build problem: errSecInternalComponent
Hi Jacque,
Unfortunately, I have already tried that... didn't make a difference.
Unfortunately, I have already tried that... didn't make a difference.
- Tue Dec 12, 2023 5:47 pm
- Forum: iOS Deployment
- Topic: iOS build problem: errSecInternalComponent
- Replies: 2
- Views: 42944
iOS build problem: errSecInternalComponent
Hi All,
I’ve searched mulitple sources over the past week. And I simply cannot solve this problem: Any ideas?
take care,
randy
I’ve searched mulitple sources over the past week. And I simply cannot solve this problem: Any ideas?
take care,
randy
- Tue Oct 10, 2023 4:37 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Where are the newbies?
- Replies: 139
- Views: 1455026
Re: Where are the newbies?
Richmond,
I began teaching “Computers in Education” for undergrad education majors in the mid 90s (in Rock Island, IL BTW). I included HyperCard as a key component of the course. Several years later I switch to HyperStudio since it was compatible with Macs and PCs. The pre-5 versions of HyperStudio ...
I began teaching “Computers in Education” for undergrad education majors in the mid 90s (in Rock Island, IL BTW). I included HyperCard as a key component of the course. Several years later I switch to HyperStudio since it was compatible with Macs and PCs. The pre-5 versions of HyperStudio ...
- Mon Sep 14, 2020 11:38 pm
- Forum: iOS Deployment
- Topic: Is there any really successfully App build with LC?
- Replies: 38
- Views: 53593
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: 53593
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 ...
https://apps.apple.com/us/developer/classroom-focused-software/id406741679
be ...
- Sat Mar 28, 2020 7:53 pm
- Forum: iOS Deployment
- Topic: Updated Deadline for App Requirements
- Replies: 4
- Views: 9899
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 ...
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 ...
- Mon Dec 24, 2018 6:30 pm
- Forum: iOS Deployment
- Topic: I can't upload to the App Store
- Replies: 6
- Views: 13192
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 ...
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 ...
- Thu Jun 21, 2018 8:11 pm
- Forum: iOS Deployment
- Topic: Do you have an app on App Store ?
- Replies: 14
- Views: 31592
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 ...
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 ...
- Mon Jun 04, 2018 7:57 pm
- Forum: iOS Deployment
- Topic: Do you have an app on App Store ?
- Replies: 14
- Views: 31592
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 ...
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 ...