Search found 870 matches

by trevix
Thu Mar 28, 2024 9:43 am
Forum: Android Deployment
Topic: Android Studio - Additional JDK not needed (Solution to Java is none error)
Replies: 33
Views: 141077

Re: Android Studio - Additional JDK not needed (Solution to Java is none error)

SOLVED! I disinstalled Java from My Sonoma Mac M1 ARM using this: https://www.java.com/it/download/help/mac_uninstall_java.html and the JDK: https://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jdk.html#A1096903 Then I followed again the checck list https://lessons.livecode.com/m/4069/...
by trevix
Tue Mar 26, 2024 1:06 pm
Forum: Android Deployment
Topic: Android Studio - Additional JDK not needed (Solution to Java is none error)
Replies: 33
Views: 141077

Re: Android Studio - Additional JDK not needed (Solution to Java is none error)

Sigh... I tried to follow all these posts and somehow I 've got a result. I can perform an ADB test installation of a basic stack on the Android 11 device. Except that, doing a test install of my standalone, now I am getting this dialog. I feel like I'm sitting in a chair, with 3 guns pointed at me:...
by trevix
Tue Mar 26, 2024 11:46 am
Forum: Android Deployment
Topic: Android Studio - Additional JDK not needed (Solution to Java is none error)
Replies: 33
Views: 141077

Re: Android Studio - Additional JDK not needed (Solution to Java is none error)

Here the pathnames on my successfull Android Studio installation: Android SDK -> /Users/klaus2/Library/Android/sdk ## I also used the trick with an ALIAS of that folder JDK path -> /Applications/Android Studio.app/Contents/jre/jdk Maybe that helps. Hello Klaus. I'm having the same problem of "unsup...
by trevix
Mon Mar 25, 2024 2:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RawKeyDown and focused object: something fishy
Replies: 9
Views: 382

Re: RawKeyDown and focused object: something fishy

RawKeyUp is of no use to me since, if any text input Field is selected, the chosen char would be inserted also on this, not only on the log. The general idea of all this, is to address a specified char to the log and any other char to a control, if available, or to nothing. I prepared a simplified s...
by trevix
Sun Mar 24, 2024 6:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RawKeyDown and focused object: something fishy
Replies: 9
Views: 382

Re: RawKeyDown and focused object: something fishy

May be that if I explain what I am trying to achive, my post will be more clear. We are preparing, in a Bluetooth device, a new firmware that will allow it to behave as a keyboard, once paired to a computer or mobile. In this way I will not need an SDK to do the BT pairing. Will do it in the OS, lik...
by trevix
Sun Mar 24, 2024 6:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RawKeyDown and focused object: something fishy
Replies: 9
Views: 382

Re: RawKeyDown and focused object: something fishy

Hello. When you press the button "Chose BTcode char", you will be asked to type a single char , that will be used to identify the start of the string. Then remove focus and with your keyboard type the same char followed by any other chars: the RawKeyDown will catch your typing even with no field sel...
by trevix
Sun Mar 24, 2024 6:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RawKeyDown and focused object: something fishy
Replies: 9
Views: 382

RawKeyDown and focused object: something fishy

Hello. You may find the attached test stack a little strange (tested only on OSX as of now, LC10,OSX14.3.1). This stack is useful to me to test a string keyboard input packet , of a fixed lenght, defined as such because of the first chosen char, while having in the card other text input fields or fo...
by trevix
Tue Mar 12, 2024 2:49 pm
Forum: iOS Deployment
Topic: Mobile scrolling?
Replies: 7
Views: 11221

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

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

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

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

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

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

Go to advanced search