Search found 874 matches

by trevix
Sat Apr 27, 2024 8:42 am
Forum: Using Externals
Topic: Tree View widget: scrolling on mobile
Replies: 3
Views: 172978

Re: Tree View widget: scrolling on mobile

Thanks Brian, I would really appreciate some knowhow.
Can't wait. :D
Beside the scroll problem, can you confirm that the Tree View widget, on folding and unfolding, is quite slow on mobile, by its own nature?
by trevix
Fri Apr 26, 2024 12:59 pm
Forum: Using Externals
Topic: Tree View widget: scrolling on mobile
Replies: 3
Views: 172978

Re: Tree View widget: scrolling on mobile

Still struggling with this. My Widget is populated with around 100 array keys and subkey. On Desktop is fast but on mobile is REALLY slooooow. Beside that I find very hard to apply a mobile scroller to it, particularly handling the scroll on formattedHeightChanged. Beside, how do you deal with the g...
by trevix
Fri Apr 12, 2024 3:16 pm
Forum: Off-Topic
Topic: ChatGPT and LiveCode
Replies: 19
Views: 250529

Re: ChatGPT and LiveCode

Hello. I am using the following code to get ChatGPT answers in LC10. on mouseUp pMouseButton put "https://api.openai.com/v1/chat/completions" into tURL put "XXXXXXXXXXXXXXXXX" into tKey --put here your token put "Content-Type: application/json;charset=utf-8" & return into tHeader put "Authorization:...
by trevix
Thu Apr 11, 2024 7:39 am
Forum: Android Deployment
Topic: Advertising on Android
Replies: 27
Views: 48275

Re: Advertising on Android

Back to the problem, on year 2024!

The LC 10 dictionary still list "mobileAdCreate", for iOS and Android.
Does this mean that it is usable for some Ad service?

Any info would be appreciated.
Thanks
Trevix
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: 198554

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

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

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

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

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

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

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

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

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

Go to advanced search