Search found 187 matches

by cmhjon
Tue Jun 09, 2026 9:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon disappearing in compiled app?
Replies: 5
Views: 137

Re: Icon disappearing in compiled app?

richmond62 wrote:
Tue Jun 09, 2026 8:07 pm
Deus ex machina
Indeed! :)
by cmhjon
Tue Jun 09, 2026 2:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon disappearing in compiled app?
Replies: 5
Views: 137

Re: Icon disappearing in compiled app?

Hi Craig,

I was about to do that but then I had an idea:

I duplicated the button while in its minus sign state, removed the code from it, and just left it sitting loose on the UI, re-compiled, and now the icon in the corner of the field shows correctly.

Weird,
Jon :-)
by cmhjon
Tue Jun 09, 2026 12:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon disappearing in compiled app?
Replies: 5
Views: 137

Icon disappearing in compiled app?

Hi everyone, Although a button and its icon are present in the native project file, the icon disappears (but the button is still present) in the compiled app. It’s the minus sign icon in the lower right corner of the text field: Native Project File: Native.jpg Compiled App: App.jpg I’m also includin...
by cmhjon
Thu Apr 23, 2026 12:54 pm
Forum: Developer Services Marketplace
Topic: Datamatrix Barcodes
Replies: 10
Views: 12653

Re: Datamatrix Barcodes

@SWEdeAndy was able to deliver a clean, working solution that generates scannable DataMatrix barcodes. Thank you so much for your help!
by cmhjon
Fri Apr 10, 2026 1:08 pm
Forum: Developer Services Marketplace
Topic: Datamatrix Barcodes
Replies: 10
Views: 12653

Re: Datamatrix Barcodes

Hi Richmond,

That very chap reached out to me and although I have the standalone HTML file he provided which does the work, I have no idea how to implement it into LiveCode. I assigned the HTML file to a browser widget and can see the web page but after that, I am lost :(

Jon
by cmhjon
Tue Apr 07, 2026 5:23 pm
Forum: Developer Services Marketplace
Topic: Datamatrix Barcodes
Replies: 10
Views: 12653

Re: Datamatrix Barcodes

? I am definitely not a bot :)

I am working on an app (to replace an existing app) to print labels for my team and one of them uses a Datamatrix barcode. I’ve tried to make sense of how source data is encoded to produce the barcode but it’s over my head.
by cmhjon
Tue Apr 07, 2026 3:58 pm
Forum: Developer Services Marketplace
Topic: Datamatrix Barcodes
Replies: 10
Views: 12653

Datamatrix Barcodes

Hello everyone, I am looking to generate (ECC200) Datamatrix barcodes either by drawing individual native LC graphic rectangles to make up the entire barcode or by using a Datamatrix font. Either is fine provided the barcode is scannable with a barcode reader. The barcode when scanned will be used t...
by cmhjon
Thu Jul 24, 2025 8:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Marquee Controls in Browse Mode?
Replies: 1
Views: 20747

Marquee Controls in Browse Mode?

Hi everyone, While in browse mode, i’d like to be able to marquee several controls like one can when in edit mode. After releasing the mouse, the marquee’d controls would need to somehow show that they are selected. In addition, upon releasing the mouse, it would need to be noted in a text field whi...
by cmhjon
Tue Jun 03, 2025 5:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Native Project File vs Compiled App
Replies: 2
Views: 15723

Re: Native Project File vs Compiled App

Ah ha! Thank you so much!! :)

Best regards,
Jon
by cmhjon
Sat May 31, 2025 5:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Native Project File vs Compiled App
Replies: 2
Views: 15723

Native Project File vs Compiled App

Hi everyone, Occasionally, when opening a native LC project file I am working on, there may be commands which run at (startup, openStack, etc.) that I may not want to be run. While I realize I can simply comment out such commands or perhaps add a keyDown check, I was wondering if there was a way to ...
by cmhjon
Mon Apr 21, 2025 6:47 pm
Forum: User Groups and Events
Topic: Any LC’ers in Central Ohio?
Replies: 0
Views: 91961

Any LC’ers in Central Ohio?

Although I’ve been using LiveCode for several years and have had a lot of fun, I thought it would be even more fun to chat with other users who might live in the Central Ohio area. If so, say hi :)

Best regards,
Jon :)
by cmhjon
Thu Mar 13, 2025 8:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Predictive Text...
Replies: 45
Views: 77937

Re: Predictive Text...

Hi everyone, Let me see if I can answer everyone’s questions: @Dunbarx - when I selected all the text that was in the text field, I wanted to be able to press the delete key (backspaceKey in LC) in order to clear the contents of the field. Adding the few lines of code Klaus suggested resolved that i...
by cmhjon
Wed Mar 12, 2025 9:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Predictive Text...
Replies: 45
Views: 77937

Re: Predictive Text...

Hi all, First, thanks to everyone who has responded and provided code and/or sample stacks. Between everything, I…think/hope…I have managed to combine elements of the provided stacks into a relatively completed stack which seems to, for the most part work. Here is my adapted code: on keyDown KP put ...
by cmhjon
Tue Mar 11, 2025 2:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Predictive Text...
Replies: 45
Views: 77937

Re: Predictive Text...

Hi Richmond,

Thank you the sample stack! Although it works, could you expand the code so that the list of customers updates accordingly when the user presses the delete/backspace key?

Thank you so much and best regards,
Jon :-)
by cmhjon
Mon Mar 10, 2025 1:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Predictive Text...
Replies: 45
Views: 77937

Predictive Text...

Hi everyone, I have a hidden text field which contains a list of my customers (it’s lengthy!). I have another field where a user types the name of the customer. I’d like my app to display a list of possible customers as the user types the name of the customer. I’d like it to work in the same way as ...