Search found 183 matches

by cmhjon
Fri Apr 10, 2026 1:08 pm
Forum: Developer Services Marketplace
Topic: Datamatrix Barcodes
Replies: 9
Views: 2221

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: 9
Views: 2221

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: 9
Views: 2221

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

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

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

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

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

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

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

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

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 ...
by cmhjon
Wed Feb 12, 2025 7:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Widget
Replies: 0
Views: 41456

Barcode Widget

Hi everyone, I’ve been looking for a barcode widget and came across the following: https://www.aslugontheroad.com/41-barcode-generator-widget-1-0-0-ready-for-a-beta-test Has anyone tried this widget (and perhaps still has it?)? I ask because I’ve tried emailing the developer a couple times but haven...
by cmhjon
Wed Nov 20, 2024 3:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag & Drop?
Replies: 4
Views: 9814

Re: Drag & Drop?

Works like a charm! Thank you so much for your help! :)

Best regards,
Jon
by cmhjon
Wed Nov 20, 2024 1:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag & Drop?
Replies: 4
Views: 9814

Re: Drag & Drop?

Hi Bernd,

Thank you for the fix. It now works...IF I drag the text file onto the "Specs" field itself. I want to be able to drag the text file to anywhere on the interface and have this work. Can this be done?

Thank you and best regards,
Jon
by cmhjon
Tue Nov 19, 2024 11:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Drag & Drop?
Replies: 4
Views: 9814

Drag & Drop?

Hi everyone, I have a simple stack that I want to be able to drag and drop a text file (and only a text file) from the desktop (or other location) onto the stack interface and have it put the contents of the text file into a text field. Here is my code (which is in the stack script) but it's not wor...