Search found 872 matches

by trevix
Sun Feb 11, 2024 12:11 am
Forum: Made With LiveCode
Topic: Couch Commander - a custom HTPC set-top box using LiveCode
Replies: 9
Views: 1126

Re: Couch Commander - a custom HTPC set-top box using LiveCode

Mmmmh...No Linux here: I was hoping to catch the infrared input in an Android 11 TvBox (that has an infrared receiver off course ) LC standalone. I already tried the "rawkeydown" but it doesn't work: nothing. The only things that seems to react to the remote, albeit sometime losing the focus, are th...
by trevix
Sat Feb 10, 2024 4:23 pm
Forum: Made With LiveCode
Topic: Couch Commander - a custom HTPC set-top box using LiveCode
Replies: 9
Views: 1126

Re: Couch Commander - a custom HTPC set-top box using LiveCode

Nice job.

If I understand, you were able to catch, in Livecode, the infrared signal from your remote, in order to navigate the UI.
If this the case, can you explain how you did it?
Trevix
by trevix
Tue Feb 06, 2024 11:26 am
Forum: Internet
Topic: tsNetPost is asynchronous. Is the callback blocking?
Replies: 1
Views: 472

tsNetPost is asynchronous. Is the callback blocking?

In my standalone, inside a loop, I do more than one tsNetPost to Azure at a time, while the app does other things that must not be blocked by a "post". In order to not confuse the Azure WebApp, inside the loop I set a "wait for Flag" after each tsNetPost command. Something like this: repeat xxx put ...
by trevix
Wed Jan 24, 2024 4:27 pm
Forum: Android Deployment
Topic: Unable to test install after Sonoma + LC10DP7 update
Replies: 4
Views: 1439

Re: Unable to test install after Sonoma + LC10DP7 update

Yes: same machine, same account, same everything. I just updated the OSX, Xcode and LC. Then tried to test/install my last (working) standalone on Android. The path to the icon res folder wasn't touched by me (/Users/trevix/AndroidStudioProjects/Segnapunto2/app/src/main/res). When I established the ...
by trevix
Mon Jan 22, 2024 9:41 am
Forum: Android Deployment
Topic: Unable to test install after Sonoma + LC10DP7 update
Replies: 4
Views: 1439

Re: Unable to test install after Sonoma + LC10DP7 update:SOLVED

Amazing how much time is wasted for things that should never happen... While I waited for some learned response, I tried to re-link the "Icon Res Folder" field of the LC Android standalone settings. Voilà: without (to my knowledge) changing anything, now LC installs the standalone on Android without...
by trevix
Sun Jan 21, 2024 7:35 pm
Forum: Android Deployment
Topic: Unable to test install after Sonoma + LC10DP7 update
Replies: 4
Views: 1439

Re: Unable to test install after Sonoma + LC10DP7 update

Update: After some check on the android SDK tool manager, testing using USB to a hardware Android 11 phone I now got this error: Unable to build app for testing: could not link resources - error: / private/var/folders/jb/9zq6s6s11j90p38pk8gwxnfh0000gn/T/Temporaryltems/tmp.36619.NBcdDa7v/AndroidManif...
by trevix
Sat Jan 20, 2024 1:22 pm
Forum: Android Deployment
Topic: Unable to test install after Sonoma + LC10DP7 update
Replies: 4
Views: 1439

Unable to test install after Sonoma + LC10DP7 update

I recently updated my Mac to Sonoma and installed LC10DP7. Now I cannot test install on Android 11 devices because i get the following error: Screenshot 2024-01-20 alle 13.09.06.png This stuff is way too complex for me. I hope someone can give me a hint... Thanks These are my Standalone settings: Sc...
by trevix
Fri Jan 19, 2024 10:02 pm
Forum: Android Deployment
Topic: Check connection error with tsNet in Sonoma/LC10dp7
Replies: 0
Views: 766

Check connection error with tsNet in Sonoma/LC10dp7

Hello. In Monterey and LC 10 Dp6 I used to check if my standalone has an internet connection, using the following script: --check internet connection --FIND pubblic IP ot return false function CheckConnection pAlwaysCheck local tAnswer,tArray,tHeaders, tRecvHeaders, tResult, tBytes if not pAlwaysChe...
by trevix
Sun Jan 14, 2024 12:27 pm
Forum: iOS Deployment
Topic: xCode 15.2 update and macOS Sonoma
Replies: 7
Views: 73638

Re: xCode 15.2 update and macOS Sonoma

Thanks so much. Unfortunately, you'll need to downgrade to Xcode 15.0 for this to work. Confirmed by the mothership over at the list: http://lists.runrev.com/pipermail/use-l ... 71698.html Is it xCode 15.0 or 15.0.1? Does it matter? Also, I noticed that the previous versions of xCode (which I kept i...
by trevix
Sun Jan 14, 2024 10:37 am
Forum: iOS Deployment
Topic: xCode 15.2 update and macOS Sonoma
Replies: 7
Views: 73638

xCode 15.2 update and macOS Sonoma

Hello. Yesterday I was successfully using macOS Monterey, LC10 dp6, Xcode 14.2 Today I decided it was time to update OSX to Sonoma: I updated the OSX to Sonoma 14.2.1 I updated Xcode to 15.2 I updated LC to 10dp7 Every update was smooth. But adding the new Xcode version to LC Preferences/mobile supp...
by trevix
Mon Jan 08, 2024 6:43 pm
Forum: Android Deployment
Topic: Android Wear OS compatibility
Replies: 1
Views: 141104

Re: Android Wear OS compatibility

Hi Allan.
Did you make any new discovery on this subject?
Regards
Trevix
by trevix
Tue Jan 02, 2024 3:24 pm
Forum: Software Engineering
Topic: Timer algorithm
Replies: 6
Views: 116852

Re: Timer algorithm SOLVED

I should have been thinking to how a chronometer could work.
I set the sSetTimeDiff as a difference in seconds between the MatchTime and the SetTime.
So, after I reset to 0 the SetTime, doing an "undo" I can always revert the sSetTimeDiff to the previous value (in the previous score).
by trevix
Sun Dec 31, 2023 12:24 pm
Forum: Software Engineering
Topic: Timer algorithm
Replies: 6
Views: 116852

Timer algorithm

I have a problem on mobile that I am not good enough to solve and I hope some one can give me some hints... My standalone shows two timers, the Match timer and the Set timer . The Match timer start at 00:00:00 at the beginning of a match and should always run till the end of it. The Set timer start ...
by trevix
Fri Dec 29, 2023 2:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: is twelveHourTime persistent?
Replies: 1
Views: 24242

is twelveHourTime persistent?

Hello. Best whish!
if I run this on launch, will it be persistent all over my standalone until relaunch or I change this property?

Code: Select all

set the twelveHourTime to true
If yes, shouldn't this fact be stated in the dictionary?
Thanks
by trevix
Mon Dec 25, 2023 8:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Web Bluetooth
Replies: 0
Views: 147924

Web Bluetooth

Hello.
Anyone has some info on using Web Bluetooth with Livecode?
If it is possible to use it, is it available on all platforms?
I wish to use the Espruino Puck.js: http://www.espruino.com/Puck.js#tutorials

Thanks for any information you may have.
Trevix

Go to advanced search