Questions tagged [ikscannerdeviceview]
8 questions
4
votes
1 answer
How to use IKScannerDeviceView in Cocoa
How can I use IKScannerDeviceView to scan a document inside of my app?
I tried adding an IKScannerDeviceView into my view through IB and setting its delegate to my app delegate (which implements the IKScannerDeviceViewDelegate), but when I run the…

Matt S.
- 13,305
- 15
- 73
- 129
1
vote
1 answer
IKScannerDeviceViewDelegate never called
Probably a dumb question but I cannot figure how make it work. When I press scan button in my IKScannerDeviceView scan works but its delegate never gets called.
I put a breakpoint on line
print("Did scan to: \(url.path)")
Scan file appears in…

Nerkyator
- 3,976
- 1
- 25
- 31
1
vote
1 answer
IKScannerDeviceView is only working once
I have an app with a main window and a secondary window with an NSScannerDeviceView in it.
The idea is to scan an image to memory and place it into an NSImageView in the main window.
So far so good. When the scanner window is opened I can scan an…

dmid
- 483
- 4
- 18
0
votes
0 answers
Barcode Scanning using laser scanner in react native
I have a scannnig device Unitech PA730 and want to read barcode text with its laser scanner and get the data in React native cli application, but I can't find any suitable package because every package is outdated or doesn't work and SDK is very…
0
votes
0 answers
How can I use a scanner with my app?
I'm making an app that takes NSData (of a file) and displays it in a WebView (with the appropriate mime type). I would also like to use a printer/scanner to insert the data. How can I get the scanner to work with my app? I've down a lot of research,…

Bill
- 1
- 1
0
votes
1 answer
IKScannerDeviceView always uses a file based transfer mode
I'm making a Mac application to scan multiple page pdf documents.
I'm using an IKScannerDeviceView and I set it's transferMode property to memory based so in the delegate I can get the scanned page as NSData and then add the page to a…

levidhuyvetter
- 401
- 5
- 16
0
votes
1 answer
Using IKScannerDeviceView in cocoa
I'm trying to use an IKScannerDeviceView. I have it placed in a window and I have followed this example here:
How to use IKScannerDeviceView in Cocoa
But I'm missing something. I can't create an IBOutlet for the IKScannerDeviceView. When I try to…

dmid
- 483
- 4
- 18
0
votes
1 answer
Cocoa window not displaying properly (or at all) on newer OS
I developed a simple application that looks pretty much the same as Image Capture. I am using Quartz framework and IKDeviceBrowserView and IKScannerDeviceView.
When I test it on my iMac or macbook with OSX 10.7 it works fine, but when I tested on…

momo
- 3,404
- 6
- 37
- 66