sacanner qr code with renruv

Are you developing an External using the LiveCode Externals SDK?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
medzian456
Posts: 2
Joined: Tue Aug 23, 2011 2:24 pm

sacanner qr code with renruv

Post by medzian456 »

I would like to know if it is possible and there is a plugin that can readQR code from a scanner runrev?!!!
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: sacanner qr code with renruv

Post by Klaus »

Hi medzian456,

this is not possible with the built-in tools, and I doubt that there is a plug-in that can do so.
You need to create an external that does the job for you.


Best

Klaus
medzian456
Posts: 2
Joined: Tue Aug 23, 2011 2:24 pm

Re: sacanner qr code with renruv

Post by medzian456 »

Thank you Klaus for your reply .

But I don't know what you mean with "an external"?!
There is an open source program with the objective-c language "zbar". Is that possible to use it?

Best
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: sacanner qr code with renruv

Post by Klaus »

Hi medzian456
medzian456 wrote:But I don't know what you mean with "an external"?!
an "external" (a DLL on Windows, and a BUNDLE on Mac) is a piece of software written in C or C++
(or whatever, I have no idea actually :) ) especially FOR LiveCode! that supplies functionality to
LiveCode that cannot be done with build-in means.

E.g. the revvideograbber, revdatabase, revXML etc. are all externals.
medzian456 wrote:There is an open source program with the objective-c language "zbar". Is that possible to use it?
That would be an external application (NO external) that cannot be controlled via LiveCode,
EXCEPT if it is a command line tool that cou can control via SHELL calls.


Best

Klaus
Post Reply