Search found 126 matches

by JereMiami
Fri Mar 14, 2025 11:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Livecode and Javascript
Replies: 9
Views: 3045

Livecode and Javascript

If I "do [below code] with "'javascript'":

Code: Select all

function add(a, b) {
    return a + b;
}

const res = add(5, 10);
console.log(res);

How do I get 15 in "the result"?

What am I missing?
by JereMiami
Fri Mar 14, 2025 2:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Web Standalone - MouseUp Works/MouseMove does not
Replies: 1
Views: 5558

Web Standalone - MouseUp Works/MouseMove does not

I had an earlier post about the signature widget not working on a web standalone. But I do not think it's the widget that is the problem. It appears mouseDown is sent when the user first places their finger to the screen (the widget also places a small dot in the appropriate mouseLoc). Yet when the ...
by JereMiami
Tue Mar 11, 2025 4:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Web Standalone - Using Google/Custom Fonts
Replies: 0
Views: 5414

Web Standalone - Using Google/Custom Fonts

I have waved the white flag on getting the signature widget to work on mobile. On mobile browsers, it leaves a dot smilar to a touchStart, but does not follow the finger when it moves, similar to a touchMove. But I'll ask if anyone knows what the input is for the signature widget in a web standalone...
by JereMiami
Wed Mar 05, 2025 10:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Signature Widget on a Mobile Browser - Web Standalone
Replies: 0
Views: 5849

Signature Widget on a Mobile Browser - Web Standalone

I would like to have the signature widget on my website. It works nicely on a desktop. But, on a mobile browser visiting the page, the browser (safari (ios) & chrome (android)) scrolls and interferes with drawing a signature. The signature widget is working because you will have a dot where you plac...
by JereMiami
Fri Dec 06, 2024 9:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Questions About LiveCode Create
Replies: 0
Views: 20296

Questions About LiveCode Create

Since there is not really a recent video of Create showing the progress as to its latest iteration dp-5 and there is no way to preview it, I thought it best to start a topic on this forum for those trying to get a grasp on what Create can do. I'll start with a few questions of my own: 1) Create dp-5...
by JereMiami
Mon Jun 17, 2024 1:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Livecode 10 DP-8 Deployment to Android
Replies: 0
Views: 18888

Livecode 10 DP-8 Deployment to Android

Does not work on Windows or macOs ...

macOs- Sonoma
API 31
Tools: 31.0.0/30.0.3
SDK 1.8_341

Tried to upload the error, but the picture won't upload. It involves the folder: "...guava/guava/27.01-jre.jar.com/googl .... listenableFutureClass" ... being "defined multiple times."

Help!
by JereMiami
Sun Jun 16, 2024 4:13 pm
Forum: Android Deployment
Topic: Unable to build app for testing
Replies: 4
Views: 10883

Re: Unable to build app for testing

Same issues here.... Did you figure it out?

Right now, LC 9.6.11 successfully deploys using:
- macos - sonoma
- API 33
- Build tools 31.0.0 & 30.0.3 (both selected)
- JDK - jdk1.8.0_341

But on LC 10.0.0 -dp-8, these settings do NOT deploy to Android.
by JereMiami
Sat May 04, 2024 10:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Android Deployment - Livecode 10 v. 9.6
Replies: 0
Views: 18229

Android Deployment - Livecode 10 v. 9.6

For Livecode 9.6.11, the secret sauce is:

Platform: API Level 33 (Tiramisu)
Build Tools: 31.0.0

This, however, does not work for Livecode 10. Does anyone have the secret sauce for Livecode 10 (dp-8)?
by JereMiami
Wed Jan 24, 2024 11:15 pm
Forum: iOS Deployment
Topic: xCode 15.2 update and macOS Sonoma
Replies: 7
Views: 98329

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: 22629

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: 64609

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: 14610

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: 64609

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: 14610

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: 197541

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?