Search found 604 matches

by simon.schvartzman
Wed Apr 03, 2024 6:54 pm
Forum: Talking LiveCode
Topic: Reading data from Bluetooth device
Replies: 4
Views: 168

Re: Reading data from Bluetooth device

Thanks @craig, for some reason Livecode does not support BT on Android...so maybe Bluetooth has something to do

Regards,
by simon.schvartzman
Wed Apr 03, 2024 5:59 pm
Forum: Talking LiveCode
Topic: Reading data from Bluetooth device
Replies: 4
Views: 168

Re: Reading data from Bluetooth device

Thanks @craig, many thanks for your answer: Reading the dictionary I understand mergNICisBluetoothConnected() the function returns if BT is connected, nothing else, right? What I would like to do is the following: If device is connected put everything the device has sent into a variable. Is is possi...
by simon.schvartzman
Wed Apr 03, 2024 4:11 pm
Forum: Talking LiveCode
Topic: Reading data from Bluetooth device
Replies: 4
Views: 168

Reading data from Bluetooth device

Hi all, is there any way to read the data being sent from a Bluetooth device properly paired to the device where Livecode is running?

Suppose I have a BT device properly paired to my device and I want to read all the data received, can I do that? How?

Many thanks in advance

Regards, Simon
by simon.schvartzman
Sat Dec 23, 2023 4:20 pm
Forum: Off-Topic
Topic: Happy 2024
Replies: 7
Views: 136667

Happy 2024

by simon.schvartzman
Tue May 16, 2023 3:27 pm
Forum: Talking LiveCode
Topic: Using Browser Widget to download an apk
Replies: 0
Views: 142025

Using Browser Widget to download an apk

Hi team, if I use the following link on Chrome (on Android) I'm able to download the apk to my device (of course I have to set all the permission to do so) https://www.referi.it/webmirror/simontest/theAPP.apk but when I try to do the same using the Browser Widget I get the following error: Screen Sh...
by simon.schvartzman
Mon May 15, 2023 6:42 pm
Forum: Android Deployment
Topic: Android Custom URL Schema doesn't launch - UPDATE
Replies: 0
Views: 142297

Android Custom URL Schema doesn't launch - UPDATE

Hi all, I have set the Custom URL Schema for my APP which works fine on iOS but doesn't on Android. I wonder what could I be doing wrong. Just to test it in the simplest possible form on iOS I use Safari to call the APP ("webme://") with the name I used in the Custom URL Scheme field of the stand al...
by simon.schvartzman
Fri May 12, 2023 9:40 pm
Forum: Off-Topic
Topic: AI to replace programmers?
Replies: 4
Views: 28582

AI to replace programmers?

Screen Shot 2023-05-12 at 17.38.59.png
Screen Shot 2023-05-12 at 17.38.59.png (63.98 KiB) Viewed 28582 times
by simon.schvartzman
Sun May 07, 2023 8:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Using LC IDE to control an Android Device
Replies: 0
Views: 139871

Using LC IDE to control an Android Device

Hi all, I wonder if it would be possible to control an Android Device, connected via USB to my Mac, from the LC IDE. If the LC IDE is able to install/run APPs in the device (using just the Test button) I guess it should be possible to control it as well by sending keyboard presses and/or mouse posit...
by simon.schvartzman
Thu Mar 02, 2023 12:47 pm
Forum: Android Deployment
Topic: Android Tvbox and infrared remote
Replies: 9
Views: 11790

Re: Android Tvbox and infrared remote

According to the dictionary both Modal and Palette are available for mac, windows, linux and the issue being explored is about Android so I guess none of them will make any difference, I've already quickly tried both options and indeed they don't. Just wondering if there is something else that could...
by simon.schvartzman
Fri Dec 23, 2022 11:47 am
Forum: Off-Topic
Topic: Happy 2023!
Replies: 9
Views: 10192

Happy 2023!

Happy2023.png
Happy2023.png (122.71 KiB) Viewed 10191 times
https://vimeo.com/783886769
by simon.schvartzman
Sat Nov 19, 2022 2:11 am
Forum: Off-Topic
Topic: Private Messages Outbox
Replies: 5
Views: 9869

Re: Private Messages Outbox

@SparkOut, it is as you say! I can confirm that the PM I sent to Richard went from the Outbox to the Sent when he opened it.

Many thanks for the explanation. My OCD can rest now...
by simon.schvartzman
Fri Nov 18, 2022 10:20 pm
Forum: Off-Topic
Topic: Private Messages Outbox
Replies: 5
Views: 9869

Re: Private Messages Outbox

Thanks Richard, just to confirm did you receive the PM I sent you a few minutes ago? Is one of those appearing in my "Outbox"

Regards
by simon.schvartzman
Fri Nov 18, 2022 9:59 pm
Forum: Off-Topic
Topic: Private Messages Outbox
Replies: 5
Views: 9869

Private Messages Outbox

Hi mates, this is a silly question for which I would appreciate a smart answer :) Why "some" PM keep appearing in the Outbox even after they were sent? Moreover those messages do not appear in the " Sent Message s" box even though they were sent as indicated by the "Sent date" Is there anyway to rem...
by simon.schvartzman
Wed Nov 09, 2022 2:11 pm
Forum: Off-Topic
Topic: Cross platform framework...
Replies: 0
Views: 12188

Cross platform framework...

Interesting article about Cross Platform development. I posted a comment telling about LC

https://stackoverflow.blog/2022/10/31/c ... t-3114677
by simon.schvartzman
Sat Oct 29, 2022 10:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: pushNotificationReceived
Replies: 2
Views: 5303

Re: pushNotificationReceived

Hi JereMiami, please see if the following remarks helps -- next line update from "payload" to "livecode.payload" with LC 9.6.5 put pPayload into tDataA["livecode.payload"] -- next lines introduced with LC 9.6.5 local tNotifA put pTitle into tNotifA["title"] put pBody into tNotifA["body"] put tNotifA...

Go to advanced search