Search found 1051 matches

by trevix
Thu Apr 16, 2026 2:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Filter mobile control input
Replies: 6
Views: 1317

Re: Filter mobile control input

Bernd. If Trevix is only interested in being able to trap a message and call a handler, I would say your suggestion is valid. But his original post seems to indicate that the parameter "pKeyName" is required for each separate filter operation to work properly. I could be wrong. Trevix? Craig You st...
by trevix
Thu Apr 16, 2026 11:20 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Android Event Listener, suspend and resume, UIApplicationWillResignActiveNotification
Replies: 0
Views: 613

Android Event Listener, suspend and resume, UIApplicationWillResignActiveNotification

My app runs on Android and iOS. It also read NFC tags on Android and iOS. I am a little confused on trying to handle what happens when the app goes to background or resumes. What is available: - "Suspend" and "Resume" commands (Android and iOS. added on LC 10) are "Sent to the current card when the ...
by trevix
Tue Apr 14, 2026 11:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Filter mobile control input
Replies: 6
Views: 1317

Re: Filter mobile control input

Apparently, keydown works on mobile app only with regular LC fields. If you to a mobilecontrolcreate input field, no chars reach the keydown. What wonders me is that text input filtering in an App is in my opinion is a fundamental need, but I could not find any reference for mobile controls. Think o...
by trevix
Mon Apr 13, 2026 12:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Filter mobile control input
Replies: 6
Views: 1317

Filter mobile control input

Hello. While filtering on regular input field is easy: on keyDown pKeyName if pKeyName is not in "0123456789abcdefghijklmnopqrstuvwxyz.-'èéòàù " OR the number of chars of the target > 12 then beep else pass keyDown end if end keyDown doing the same thing on a mobile control on iOS and Android, is cu...
by trevix
Wed Jan 28, 2026 12:47 pm
Forum: Android Deployment
Topic: NFC reading using external hardware
Replies: 4
Views: 10442

Re: NFC reading using external hardware

Solved using Macrodroid and a DEX file (Javascript byte code) that runs via shell command with root.
Now the dialog, after reboot, does not appear anymore after the first time.
So long.
by trevix
Tue Jan 27, 2026 2:55 pm
Forum: Android Deployment
Topic: NFC reading using external hardware
Replies: 4
Views: 10442

Re: NFC reading using external hardware

Hello everybody. I was able with Claude.AI to create the extension, that uses an external NFC reader to read NFC from LC. Now I have a much more complicate problem: When launching the test app, with the external reader connected, the Android 11 OS of the tvBox shows, on the first time, a dialog aler...
by trevix
Sun Jan 25, 2026 2:55 pm
Forum: Android Deployment
Topic: NFC reading using external hardware
Replies: 4
Views: 10442

NFC reading using external hardware

I need to add NFC reading abilities to an Android 11 Tv Box. My needed reading is limited to a string from a TAG. The Tv box does not have the OS software or the hardware for this, so I was thinking of using an external hardware (like the ACR1552U) and creating an extension in LCB, since the current...
by trevix
Sat Jan 10, 2026 2:01 am
Forum: Talking LiveCode
Topic: Livecode Create - thoughts?
Replies: 159
Views: 329698

Re: Livecode Create - thoughts?

I'd like to share some of my thoughts on this matter. I first approached computers through music and then Hypercard. But I started my first real programming with Livecode, several years ago (RunRev). I discovered Livecode to be a formidable tool, which allowed me to achieve extraordinary results, de...
by trevix
Wed Oct 01, 2025 9:51 am
Forum: Android Deployment
Topic: Google Play Console: new requirements
Replies: 21
Views: 63409

Re: Google Play Console: new requirements

See also at the bottom of this page.
I am on OSX 15.7 LC 10.0.3 RC1
by trevix
Wed Oct 01, 2025 9:47 am
Forum: Android Deployment
Topic: Google Play Console: new requirements
Replies: 21
Views: 63409

Re: Google Play Console: new requirements

Sorry I forgot the attachment.
Also, if i find a way to change the Google console language, I will attach the english version.
by trevix
Tue Sep 30, 2025 3:01 pm
Forum: Android Deployment
Topic: Google Play Console: new requirements
Replies: 21
Views: 63409

Re: Google Play Console: new requirements

I just uploaded to production an update of my app, made with LC 10.0.3 Rc1, and I got this in the Google console. I don't understand if I have to wait until google ends the revision or I must take care of these two problems first (I have been waiting 24 hours now. Usually is much faster) Side note: ...
by trevix
Fri Aug 29, 2025 6:12 pm
Forum: LiveCode Builder
Topic: Custom frameworks: ".lcext" or ".lcextd" ?
Replies: 0
Views: 32570

Custom frameworks: ".lcext" or ".lcextd" ?

From the Livecode Builder User Guide I read: Static libraries and frameworks for iOS must be compiled into a lcext object. Use the build-module-lcext- ios.sh shell script as an example of how to do so. But I noticed that almost all the "merge" Monte extensions (on Livecode 10.0.2 RC4) have a folder ...
by trevix
Thu Aug 28, 2025 1:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Beacons - Eddystone, iBeacon Bluetooth and MergeBLE
Replies: 10
Views: 53285

Re: Beacons - Eddystone, iBeacon Bluetooth and MergeBLE

It appears to me that Monte extension, mergCL, is sending an iBeacon message every seconds, for a total of 10 seconds, to "mergCLDidRangeBeacons", no matter the settings of the iBeacon device. Is it possible that this value, 10 seconds, is embedded in the extension? If so, is it possible to avoid th...
by trevix
Thu Aug 28, 2025 10:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Field input of MAC address: filtered and nice to look
Replies: 17
Views: 31060

Re: Field input of MAC address: filtered and nice to look

I don't.
The fld "LabelHide" is a place holder, behind the real field, that shows to the user an example of the Mac.
I should have removed any reference to it.