Search found 6824 matches

by jacque
Fri Apr 19, 2024 6:10 pm
Forum: iOS Deployment
Topic: ITMS-91053: Missing API declaration
Replies: 4
Views: 471

Re: ITMS-91053: Missing API declaration

Arrived here after submitting a new build to the App Store today and getting flagged for this too using LC 9.6.11. My app has NO iOS requirements. It's probably APIs the engine is calling. Look at the manifest in a text editor and see what's in there. Usually there's a list at the bottom with LC de...
by jacque
Tue Apr 16, 2024 6:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Styling paragraphs/lines?
Replies: 44
Views: 1487

Re: Styling paragraphs/lines?

Why do quite a few things that might have been expected to be fundamental to LiveCode come down to awkward kludges or work-arounds? In this case they gave us ascii 11 back in LC 5. For myself, I prefer the text method because it requires no scrolling scripts, no additional controls, etc. Whatever m...
by jacque
Mon Apr 15, 2024 9:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get name of flashdrive.
Replies: 17
Views: 655

Re: get name of flashdrive.

Yeah, I was being too Mac-centric. On second thought though, maybe knowing the drive name isn't necessary. A copied app could easily be on a thumb drive.
by jacque
Fri Apr 12, 2024 9:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get name of flashdrive.
Replies: 17
Views: 655

Re: get name of flashdrive.

Hi Jacque, Thanks, but - I'm a bit lost..What's a volume name? and how would it work (in simple logic terms, if that's possible..) Put this in a button or handler in your stack: put the filename of this stack Then look at the response in the message box. The volume name is the disk name. If the nam...
by jacque
Fri Apr 12, 2024 5:39 pm
Forum: iOS Deployment
Topic: Auto Focus On Edit Field
Replies: 8
Views: 450

Re: Auto Focus On Edit Field

SparkOut wants to be my brother. :)

The wait method probably works. I usually set the traversalOn of the card to false on preopencard and set it back to true with a send command at the end of opencard. A millisecond or two is usually enough of a lag.
by jacque
Fri Apr 12, 2024 5:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get name of flashdrive.
Replies: 17
Views: 655

Re: get name of flashdrive.

The filename of the stack should include the volume name.
by jacque
Fri Apr 12, 2024 5:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Styling paragraphs/lines?
Replies: 44
Views: 1487

Re: Styling paragraphs/lines?

Replace carriage returns with numToChar(11). This is a soft return which shows a blank line but treats the text as a single paragraph. Note that if you need to count lines, it will report the both visible paragraphs as a single line.
by jacque
Sat Apr 06, 2024 11:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hide tooltip instantly?
Replies: 15
Views: 587

Re: Hide tooltip instantly?

I should note that I didn't even test my suggestion so I'm not due for any credit yet.
by jacque
Sat Apr 06, 2024 6:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hide tooltip instantly?
Replies: 15
Views: 587

Re: Hide tooltip instantly?

Here's another untested idea. Tooltips are removed on mouseleave, so try this:

Code: Select all

on suspendStack
  send "mouseleave" to the mouseControl
end suspendStack 
by jacque
Fri Apr 05, 2024 6:39 pm
Forum: iOS Deployment
Topic: ITMS-91053: Missing API declaration
Replies: 4
Views: 471

Re: ITMS-91053: Missing API declaration

I did a quick look at the requirements and I think these probably relate to the main functions of your app, which I think does music playback, right? The timestamp one specifically mentions audio playback calculations. If your app stores any data on the device, that would explain the diskspace requi...
by jacque
Tue Apr 02, 2024 6:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1091831

Re: Where are the newbies?

What we should be looking for instead is what explains the surge in beginner numbers between 2006 and 2013. I wonder if it has something to do with Supercard's limitations. Also, devoted HC users were starting to realize their Macs would no longer support their HC stacks. I had a lot of conversion ...
by jacque
Sat Mar 30, 2024 6:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LC makes my stack a substack
Replies: 15
Views: 756

Re: LC makes my stack a substack

I suspect the problem isn't corruption, but if the new stacks fail in the same way then I'd be happy to take a look at them and see if I can find the problem. Or send them now if you want to avoid reproducing everything.
by jacque
Thu Mar 28, 2024 5:54 pm
Forum: Android Deployment
Topic: Android Studio - Additional JDK not needed (Solution to Java is none error)
Replies: 33
Views: 176320

Re: Android Studio - Additional JDK not needed (Solution to Java is none error)

Not lucky. Reasonable and logical, like a good programmer. Congratulations. :)
by jacque
Wed Mar 27, 2024 6:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LC makes my stack a substack
Replies: 15
Views: 756

Re: LC makes my stack a substack

When you made the substack into a mainstack, did you also save the original mainstack? If not, then the substack may still be there. I believe LC moves the substack out to a new mainstack and deletes the one embedded in the first mainstack, but if you don't save it the substack will remain. Try this...
by jacque
Tue Mar 26, 2024 4:40 pm
Forum: Android Deployment
Topic: Android Studio - Additional JDK not needed (Solution to Java is none error)
Replies: 33
Views: 176320

Re: Android Studio - Additional JDK not needed (Solution to Java is none error)

You've probably looked at this but just in case: https://lessons.livecode.com/a/1770871- ... -checklist

There used to be a lesson on causes of the error you're getting but I couldn't find it.

Go to advanced search