We have tried to fetch images from Twain compatible scanner to scan documents and store direct into our application. It works for us until Microsoft gives update of Windows 8.1.
Has anybody idea to get scanned images from Twain compatible scanner?
Related
I m working on mobile automation and Android automation using Emulator and finding the UI elements does not seem a problem with the windows machine. Now I have to do the same thing for iOS, Can I proceed in Windows or should I get a Mac to work on iOS?
P.S : The programming language I am working on is Java
It's not possible. For iOS app automation, you would need XCode which doesn't work on Windows. So you need to use a Mac.
Also, Mac works with both Android and iOS apps.
I am a beginner in iOS. My requirement is to control my iPhone from Mac or windows using RDP. I surf in web to get sample code of it. Microsoft provide Remote desktop client Application.It can control remote windows machine through iPhone.
My Necessity is control iPhone from Mac or Windows. Any help will be appreciated.
Just use FreeRDP
Here is readme for iOS part
I am new to mobile technology programming. Tried to search on below issue but could not get expected result.
Can someone please tell me which API should be used to show print dialog box and to print a document or output via blackberry 7?
There is no direct printing support provided by BlackBerry OS 7, or in fact, any BlackBerry OS level that I am aware of at this time.
There are applications that support printing, but my understanding is that these work by installing drivers for the attached printer (usually Bluetooth). So you should look for a printer that is supported on the Blackberry platform and then you can use it directly in your application.
I developed one application in Blackberry OS 6.I deployed that app in to Blackberry world successfully.But it is not working in Blackberry OS 10.I am getting following error:
Unsupported for this device
Please help me how to run application in OS 10.
Thanks in Advance.
OS10 is a completely different system. It no longer supports the BB6/7 Java environment. You will need to port your app to one of the new supported platforms:
http://developer.blackberry.com/develop/platform_choice/index.html
Cascades (c++ & qml)
Webworks
Android
Adobe Air
With WebWorks it is possible to run your application in both BlackBerry 6 and BlackBerry 10, you may need to make some changes to your code, but it is certainly possible and there are plenty of resources available.
You can start from here.
Specifically BlackBerry states:
Your BlackBerry WebWorks app can be targeted to run on a variety of
BlackBerry device models or ported to a different OS, such as iOS or
Android.
Developing your app with BlackBerry WebWorks gives you the flexibility
to target users of the latest BlackBerry devices and those who are
using older models. Depending on the OS you want to target, versions
of the BlackBerry WebWorks SDK available for:
BlackBerry 10
BlackBerry PlayBook
BlackBerry 7 and earlier
See here for a tutorial on creating an application which is able to work on old and new BB devices (Simple Hello World application).
A good article to look at can be found here, which explains some of the fundamentals and differences with webworks.
I recently bought a second hand TellerScan 230 which is a check scanning device made by www.digitalcheck.com that interfaces via a USB connection.
I downloaded the drivers and a demo program, however i can't find any api toolkit.
Can anyone help me to communicate with thist device. I work with Delphi XE2, however any other demo than includes the sources will be fine.
You have to request the api toolkit from the vendor, from here.
The api is featured in this document, an ActiveX control with samples in VB,.net,C,C++.