Search found 1063 matches

by trevix
Sat Jul 25, 2026 11:33 am
Forum: Talking LiveCode
Topic: Checking Code in Scripts
Replies: 5
Views: 8014

Re: Checking Code in Scripts

@SWEdeAndy
I tested your WIS_ScriptDependencies tool on my pretty big standalone. Very fast and, I guess, useful.
I'm saying this because the report was so big that I wouldn't know what to do with it.

Sorry if I am wrong, but I would expect this tool to report broken dependencies .
Was it made for ...
by trevix
Thu Jul 23, 2026 3:26 pm
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 11
Views: 4141

Re: Uploaded build error: App thinning

I found an even older solution I did not know about: viewtopic.php?t=31079

Since both tools are kind of unknown on the LC community, I wonder if there is areason for that...
by trevix
Thu Jul 23, 2026 11:16 am
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 11
Views: 4141

Re: Uploaded build error: App thinning

Hello.
I discovered this post (thank you Jeff): viewtopic.php?p=237220#p237220

I wonder if someone is using this tool with Claude code or if there are other similar solutions (for the LC binary exposure) I don't know about.
by trevix
Thu Jul 23, 2026 11:06 am
Forum: Talking LiveCode
Topic: Checking Code in Scripts
Replies: 5
Views: 8014

Re: Checking Code in Scripts

Hello.
Thanks for the upload!

Recently I started using Claude AI to debug some part of my pretty big LC standalone. In order to do this I had, every time , to copy and paste LCS on txt files so that Claude, in the OSX Terminal, could read it. A long and boring process.

I think your solution could ...
by trevix
Fri Jul 03, 2026 5:46 pm
Forum: iOS Deployment
Topic: Uploaded build error: App thinning
Replies: 11
Views: 4141

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: 11
Views: 4141

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: 11
Views: 4141

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

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

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

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: 11
Views: 4141

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: 11
Views: 4141

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

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

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

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