Search found 1059 matches

by trevix
Fri Jul 03, 2026 5:46 pm
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 8
Views: 3503

Re: Uploaded build error: App thinning

@Emily
I think you are taking advantage of all the things that, against my will, I had to explain over and over to Claude code :D
by trevix
Fri Jul 03, 2026 5:23 pm
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 8
Views: 3503

Re: Uploaded build error: App thinning

Since I discovered Claude Code, through a friend, I was really into results and didn't have time to explore Claude Code very much.
I use it on a OSX terminal, where I paste, when needed, the directories for it to explore (in this particular problem, I didn't think of pasting the iOS package of the ...
by trevix
Thu Jul 02, 2026 8:45 am
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 8
Views: 3503

Re: Uploaded build error: App thinning: SOLVED

After almost a month (!) from my help request to Apple and after several calls and messages sent to them, they told me what was wrong with my build.
Inside the package there were 2 "empty" pList, beside the correct one.
Don't know how they got there.
I would assume that somehow the LC Standalone ...
by trevix
Mon Jun 22, 2026 8:09 am
Forum: Linux
Topic: Run LC standalone on Linux ubuntu 24.04.4
Replies: 8
Views: 3208

Re: Run LC standalone on Linux ubuntu 24.04.4

I ended up installing LC 10 on the Ubuntu, without the virtualizer. It runs, but you can tell that it badly needs un update.

I also created, on My Mac, a Linux standalone of my Mac and copied to Ubuntu.
NFC and BLE wil be my last problem, after all. Before that, it seems that I will have to fight ...
by trevix
Tue Jun 16, 2026 3:34 pm
Forum: Linux
Topic: Run LC standalone on Linux ubuntu 24.04.4
Replies: 8
Views: 3208

Re: Run LC standalone on Linux ubuntu 24.04.4

Instead of installing a Linux distro in a virtualisation environment why not buy a cheap, second-hand PC laptop and install Linux on that?
What would be the advantage? Using VMware virtualization would be handy in order to move file, copy and paste, etc. Or you think that the virtualization could ...
by trevix
Tue Jun 16, 2026 1:20 pm
Forum: Linux
Topic: Run LC standalone on Linux ubuntu 24.04.4
Replies: 8
Views: 3208

Run LC standalone on Linux ubuntu 24.04.4

Hello.
I've been asked to create a LC standalone that should run on a Linux Ubuntu 24.04.4 computer.
I develop using a Mac 26.5.1 (M1) running LC 10.0.5(Rc1). The idea is to save the Linux standalone and move it to the Linux computer.
My standalone has a couple of LCB extensions, for reading BLE ...
by trevix
Sat Jun 13, 2026 8:25 am
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 8
Views: 3503

Re: Uploaded build error: App thinning

This forum is increasingly looking like a self-analysis tool...

I found some armv7 code inside my extensions and thinking that this could be the problem, I removed it and reloaded the build to Test Flight.
Same result: the Transporter upload goes well but the status of the build does not make it ...
by trevix
Thu Jun 11, 2026 10:59 am
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 8
Views: 3503

Uploaded build error: App thinning

Hello.
I have a published iOS and Android app named Referi , developed using OSX 26.5, LC 10.0.5(RC1).

Recently I uploaded with Transporter an update to App Store Connect, for internal tester, but the build and the following upload builds attempts to Store Connect, were always marked with the ...
by trevix
Thu Apr 16, 2026 2:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Filter mobile control input
Replies: 6
Views: 9629

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

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 ...
by trevix
Tue Apr 14, 2026 11:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Filter mobile control input
Replies: 6
Views: 9629

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 ...
by trevix
Mon Apr 13, 2026 12:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Filter mobile control input
Replies: 6
Views: 9629

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 ...
by trevix
Wed Jan 28, 2026 12:47 pm
Forum: Android Deployment
Topic: NFC reading using external hardware
Replies: 4
Views: 17412

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

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 ...
by trevix
Sun Jan 25, 2026 2:55 pm
Forum: Android Deployment
Topic: NFC reading using external hardware
Replies: 4
Views: 17412

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