Search found 119 matches

by JereMiami
Wed Jan 24, 2024 11:15 pm
Forum: iOS Deployment
Topic: xCode 15.2 update and macOS Sonoma
Replies: 7
Views: 76127

Re: xCode 15.2 update and macOS Sonoma

I have successful iOS deployment with the following combination:

LC 9.6.11
Sonoma 14.3
iOS 16.1
xCode 15.0.1
by JereMiami
Tue Dec 26, 2023 1:14 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Post json
Replies: 1
Views: 11917

Re: Formatting Post json

Any luck with this?
by JereMiami
Sat Dec 23, 2023 11:31 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC 10.0 dp-7 Android Deployment
Replies: 5
Views: 53579

Re: LC 10.0 dp-7 Android Deployment

"could not encode class bundle" - which if I remember right, this was the same error I got when traversing through different versions of LC9. Will let you know once up an running.
by JereMiami
Sun Dec 17, 2023 3:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Browser Widget - LiveCode 10 DP-5 Release Notes
Replies: 2
Views: 10898

Re: Browser Widget - LiveCode 10 DP-5 Release Notes

I was inadvertently using 9.6.11. Whoops! It may work as is with the proper permissions granted, but I am yet to get 10 dp-7 to deploy. Any help on that would be greatly appreciated.

https://forums.livecode.com/viewtopic.php?f=8&t=38798
by JereMiami
Sun Dec 17, 2023 3:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LC 10.0 dp-7 Android Deployment
Replies: 5
Views: 53579

LC 10.0 dp-7 Android Deployment

What API and Toolkit should I use? I am on 9.6.11 and use the following: I've seen various posts related to issues with android deployment with respect to updating to 9.6.10. Let's see if we can have a centralized post dedicated to what exactly we need to tick off in android studio. For me, the foll...
by JereMiami
Sat Dec 16, 2023 2:23 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Browser Widget - LiveCode 10 DP-5 Release Notes
Replies: 2
Views: 10898

Browser Widget - LiveCode 10 DP-5 Release Notes

From the release notes: The widget has been tweaked on all platforms to ensure that websites which rely on multimedia features such as microphone and camera access will work (e.g. video conferencing sites), as long as appropriate properties are set. May I ask what are the "appropriate properties?" W...
by JereMiami
Fri Nov 10, 2023 7:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Keep Native Mobile Keyboard Displayed - Android
Replies: 0
Views: 158364

Keep Native Mobile Keyboard Displayed - Android

As different fields are targeted using the native keyboard on android, the keybaoard pops down and then of course pops back up. Is there any way to just keep it displayed while different native text inputs are being targeted?
by JereMiami
Mon Oct 23, 2023 2:18 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is "there a file" or "is there not a file?" That is the question.
Replies: 6
Views: 19055

Re: Is "there a file" or "is there not a file?" That is the question.

Sparkout Yes. They do. And, Because I had a jpg already in the documents with the same name, it appeared to have been solved with the callback. But oh no. It actually was still having an error because of the keyword URL before the "https//:yourdomain..." parameter in the libURLDownloadToFile command...
by JereMiami
Sun Oct 22, 2023 6:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is "there a file" or "is there not a file?" That is the question.
Replies: 6
Views: 19055

Re: Is "there a file" or "is there not a file?" That is the question.

Thanks everyone. I needed a callback to cause the code to wait for the download to be complete before starting the remainder of the code. Here is that code (I got from anther post) if anyone is interested: set the defaultFolder to specialFolderPath("documents") put URL "https://thedomain.com/thefile...
by JereMiami
Sat Oct 21, 2023 10:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is "there a file" or "is there not a file?" That is the question.
Replies: 6
Views: 19055

Is "there a file" or "is there not a file?" That is the question.

What am I doing wrong? Neither "there is a file" or "there is not a file" gives me a result that there actually is a file (true/false, respectively). set the defaultFolder to specialFolderPath("documents") put URL "https://thedomain.com/thefile.jpg" into tUrl put specialFolderPath("documents") & "/t...
by JereMiami
Wed Oct 04, 2023 3:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: 9.6.10 Android Deployment
Replies: 1
Views: 7814

9.6.10 Android Deployment

I've seen various posts related to issues with android deployment with respect to updating to 9.6.10. Let's see if we can have a centralized post dedicated to what exactly we need to tick off in android studio. For me, the following works: For LiveCode 9.6.10: For the SDK Platform: Use "Tiramasu" - ...
by JereMiami
Wed Oct 04, 2023 12:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Android Push Notification Permission
Replies: 2
Views: 11691

Re: Android Push Notification Permission

Panos-

After updating to 9.6.10, the code works as expected.

Thanks!
by JereMiami
Wed Oct 04, 2023 3:26 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Android Push Notification Permission
Replies: 2
Views: 11691

Android Push Notification Permission

I can get permissions for things like location services and the camera, but for the life of me I cannot get push notification permissions to pop up. Any help on why this is would be appreciated. put androidHasPermission("android.permission.RECEIVE_WAP_PUSH") into tNotificationPermissionGranted if no...
by JereMiami
Tue Jun 20, 2023 9:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Native Android Text Input - Cursor Placement on Focus
Replies: 0
Views: 159145

Native Android Text Input - Cursor Placement on Focus

When I focus on a native android text input field using mobileControlDo, that was created using mobileControlCreate, and having the text previously set using mobileControlSet, the cursor is placed at the beginning of the text ... which quite frankly is akward. Is there a way to have the cursor place...
by JereMiami
Tue Jun 06, 2023 3:11 pm
Forum: Talking LiveCode
Topic: GiF playing very slow Help!
Replies: 14
Views: 24541

Re: GiF playing very slow Help!

Step 1: Go here https://www.xconvert.com/compress-gif

Step 2: Try reducing pixels

Step 3: Import image into livecode

Still slow?

Step 4: Try reducing pixels and frames in Step 2, repeat Steps 1-3

Still slow?

Step 5: Try reducing pixels, frames, and quality in Step 2, repeat Steps 1-3

Go to advanced search