Search found 862 matches

by trevix
Thu Mar 14, 2024 1:11 am
Forum: Android Deployment
Topic: Android 9 TV Box: acting on remote control
Replies: 12
Views: 7015

Re: Android 9 TV Box: acting on remote control

This is rather interesting and I sure will try it.
Since there is not an accelerometer on a TvBox, I am amazed of how you discovered this: can you elaborate?
Thanks
by trevix
Tue Mar 12, 2024 2:49 pm
Forum: iOS Deployment
Topic: Mobile scrolling?
Replies: 7
Views: 10810

Re: Mobile scrolling?

Also, I found a different behaviour between iPhone(16.7.6) and iPad(17.4). It is difficult to explain since there are a lot of lines of code in between my scrolling. I am asking this just to know if anybody else found different behaviours between the two machine...or it is just a bug on my code. Tha...
by trevix
Mon Mar 11, 2024 7:56 pm
Forum: Made With LiveCode
Topic: Segnapunto
Replies: 2
Views: 2613

Re: Segnapunto

Since 2021 a lot of versions went by and we even changed the name of the App (memento: never do this if you can...)
This, in case you care, is our webSite:
https://www.referi.io/en/

Over there you can also download the free App, for iOS and Android.

Regards
Trevix
by trevix
Mon Mar 11, 2024 7:50 pm
Forum: iOS Deployment
Topic: Mobile scrolling?
Replies: 7
Views: 10810

Re: Mobile scrolling?

Meanwhile...nothing happened in this regard from LC and I am still struggling/scrolling. I scroll a field inside a group using MobileControlSet. Everything finally (pfuii...) works on OSX and iOS and Android: - on opening the card, the selected line gets hilited and the group scrolls to the correct ...
by trevix
Sun Feb 18, 2024 7:20 pm
Forum: Internet
Topic: Socket error unless I connect and disconnect with AnyDesk
Replies: 0
Views: 471

Socket error unless I connect and disconnect with AnyDesk

This is a bizzarre one: My standalone connects as a client to an Android 11 standalone that acts as a server (I am using port 54321 on local network), using sockets on WiFi. Connection works fine on all devices. The other day I was in a place where they had WiFi access points and, not matter what, I...
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: 965

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

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

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

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

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

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

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

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

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

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...

Go to advanced search