Scanning into a stack

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
arkstar
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 70
Joined: Mon Dec 21, 2009 1:51 am
Location: Westchester, New York

Scanning into a stack

Post by arkstar » Wed May 28, 2014 8:59 am

I have a membership database project where I need to scan documents into a "member's" record.
Is there an extension, or has anyone incorporated scanning a document into a livecode app?
I understand I can launch the scanning app from my app, but is there a way to have it saved in a record?

Thanks in advance for any input!
Rob
Rob Glassman
ArkStar

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Scanning into a stack

Post by Mark » Wed Jun 11, 2014 3:28 pm

Hi Rob,

Try to do it the other way around. Most simple scanning apps have an option to select an app that should be launched and open the scanned document. Select your LiveCode app and use either AppleEvents on Mac OS X or the relaunch message on Windows to handle the document.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

arkstar
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 70
Joined: Mon Dec 21, 2009 1:51 am
Location: Westchester, New York

Re: Scanning into a stack

Post by arkstar » Sat Aug 09, 2014 12:33 pm

Thanks Mark! Great idea!
Rob Glassman
ArkStar

Post Reply

Return to “Talking LiveCode”