Search found 159 matches

by cmhjon
Wed Dec 29, 2021 4:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Hi Xero,

Finally circling back to this. Yup! Scanned and read correctly! Thank you so much!

Best regards,
Jon :)
by cmhjon
Wed Dec 29, 2021 4:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set Tab Menu Background Color?
Replies: 7
Views: 2615

Set Tab Menu Background Color?

Hi all,

Sorry to bother you all with some trivial but I would like to change the color of the background in a tab menu:
Screen Shot 2021-12-29 at 10.41.20 AM.jpg
Screen Shot 2021-12-29 at 10.41.20 AM.jpg (11.38 KiB) Viewed 2615 times
I've set every available fill color to red and the color doesn't change. Can this be done?

Thank you,
Jon
by cmhjon
Sat Dec 25, 2021 12:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Hi Xero, Thanks again for your help. All this is over my head so I'm going to need to spend some time dissecting the code to try and understand how it all works. Since originally posting this thread, I found a website that does online barcode generation and provides the HTML code that can be used to...
by cmhjon
Fri Dec 24, 2021 10:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Hi Xero, Thank you so much for the reply. I gave your POC a whirl (VERY cool by the way!!!). I tried creating a barcode of "123". The generated barcode was scannable by the barcode scanning app on my Android phone but what's interesting is that it read as a UPC-E barcode. I went to a website that ge...
by cmhjon
Wed Dec 22, 2021 5:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Hi Klaus, So far, I'm not having any luck getting a code 128 barcode to scan/read using a font. For comparison, I went to the following website: https://barcode.tec-it.com/en/Code128?data=1234567890 The barcode generated on that site reads/scans immediately but when I type the same string of charact...
by cmhjon
Tue Dec 21, 2021 5:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Hi Klaus,

That's very encouraging and I am very happy to hear that. I will definitely revisit this!!

Thank you so much,
Jon
by cmhjon
Tue Dec 21, 2021 5:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Hi Klaus, I will revisit using a barcode font but it's been my experience that while one can type characters using the associated barcode font, the barcode isn't readable/scannable with a barcode reader. I don't know, maybe the barcode fonts have gotten better. Hopefully this is the case as that wil...
by cmhjon
Tue Dec 21, 2021 4:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Hello Jon, on Windows or linux try the command line /shell tool "barcode_gen". Use it with the Livecode shell() function. It's free and open source under either of Apache License, Version 2.0 or MIT license. Supported barcode types are: EAN13, EAN8, CODE39, CODE93, CODE11, CODE128, CODABAR, ITF (2 ...
by cmhjon
Tue Dec 21, 2021 4:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Re: Barcode Generation?

Klaus wrote:
Tue Dec 21, 2021 12:58 pm
Hi Jon,

check QRCREATE in the dictionary! :D


Best

Klaus
Hi Klaus,

Thank you for the reply but I am not looking to create QR codes (at least not for the project I am working on). I need to create Code 128 and EAN barcodes.

Best regards,
Jon
by cmhjon
Tue Dec 21, 2021 2:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Barcode Generation?
Replies: 20
Views: 8888

Barcode Generation?

Hi all, Can LC either natively or by other means (widget or plugin maybe?) generate a readable/scannable barcode? Likely symbologies that will be used are EAN and Code 128 (there might be others). I know there are fonts out there that can do it but it's been my experience that while you can type var...
by cmhjon
Wed Oct 20, 2021 4:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invoke Virtual Keyboard?
Replies: 6
Views: 2231

Re: Invoke Virtual Keyboard?

I think I will add a numeric keypad to it.

Thank you so much for your help!
Jon :)
by cmhjon
Wed Oct 20, 2021 4:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invoke Virtual Keyboard?
Replies: 6
Views: 2231

Re: Invoke Virtual Keyboard?

Hi Klaus, That kind of works. The keyboard automatically appears but nothing happens when I tap any of the keys. Only after I close the keyboard does the text I tapped appear in the text field in my app. The other thing I noticed is that the keyboard that is called by my app is not the same keyboard...
by cmhjon
Wed Oct 20, 2021 3:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invoke Virtual Keyboard?
Replies: 6
Views: 2231

Re: Invoke Virtual Keyboard?

Hi Klaus,

I tried this and so far, no luck. I put the code into the script of the text field trying both mouseUp and mouseDown. What am I missing?

Thank you so much!
Jon :)
by cmhjon
Wed Oct 20, 2021 3:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Invoke Virtual Keyboard?
Replies: 6
Views: 2231

Invoke Virtual Keyboard?

HI all, I have built a tiny app that runs on some all-in-one Windows 10 touch screen PC's (no physical keyboard or mouse). The app contains a text field and when I tap it to enter some text, I would like to have the PC/Windows virtual keyboard automatically appear (I can invoke it manually by tappin...
by cmhjon
Fri Jul 23, 2021 1:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Controlling Where An App Runs
Replies: 4
Views: 2523

Controlling Where An App Runs

Hi all, If you wanted to ensure that an LC app you wrote could only be used on company PC's (and not outside the company), how would you go about doing that? One idea I had was to have the app ping an internal company server at startup. If it couldn't ping it, the app would close. I know there are m...

Go to advanced search