How to scan barcode using flex?

We are developing a mobile app.
Our requrement is to scan barcode using mobile camera.
Any one can give me idea how to do it?
Do I need to connect to any third party app? If so How.
Or flex have capabilites to read barcode?
I have seen this example using web cam
http://www.renaun.com/flex2/BarcodeReader/BarcodeReader.html
I am not sure that will it work in mobile app?

This is a Flex question. Please try posting on the Flex forums for better response http://forums.adobe.com/community/flex/flex_general_discussion

Similar Messages

  • How to print Barcode using SAPscript?

    hello, everyone.
    I have some questions.
    now, I have to print some doc. that described by barcode in sapscript form.
    so, try to test in t-code so10
    input value SAPSCRIP-BARCODETEST, ST, EN.
    and click 'print-preview'
    result is correctly output in pint privew.
    but when I print dis priviewed doc. disappeared barcode image.
    is this O.K??
    I have to do something?? (Add DLL file, barcode font or etc....)
    I don't know how to print barcode using SAPScript. anybody solve this problem.please.
    p.s this system is SAP ECC 6.0 only ABAP.
    printer setting is front-end print.

    hello, everyone.
    I have some questions.
    now, I have to print some doc. that described by barcode in sapscript form.
    so, try to test in t-code so10
    input value SAPSCRIP-BARCODETEST, ST, EN.
    and click 'print-preview'
    result is correctly output in pint privew.
    but when I print dis priviewed doc. disappeared barcode image.
    is this O.K??
    I have to do something?? (Add DLL file, barcode font or etc....)
    I don't know how to print barcode using SAPScript. anybody solve this problem.please.
    p.s this system is SAP ECC 6.0 only ABAP.
    printer setting is front-end print.

  • How to call webservice using flex?

    Hello,
    i want to call webservice in flex.i tryied following code.but it is not giving correct response.what is wrong with this code?
    can anybody tell me ,how to call webservice in flex?
    Code:
    <mx:Script>
            <![CDATA[
    public function button1_clickHandler(event):void
         ws.returnRecord(para1,para2);//i am sending two parameter to returnRecord service here
    public function remotingCFCHandler(event:ResultEvent):void
    trace(event.result);
    ]]>
    </mx:Script>
    <mx:WebService
         id="ws"
         wsdl="http://localhost:8500/flexapp/returnusers.cfc?wsdl">
        <mx:operation name="returnRecords" resultFormat="object"
         fault="mx.controls.Alert.show(event.fault.faultString)"
         result="remotingCFCHandler(event)"/>
    <mx:Button label="Go" fontWeight="bold" click="button1_clickHandler(event)"/>

    Hello sir,
    i got following reply:
    <returnRecordResponse  xmlns="http://xyz" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <returnResult>Error_request</returnResult>
    </returnRecordResponse>
    but correct response is
    <returnRecordResponse  xmlns="http://xyz" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <returnResult>Success</returnResult>
    </returnRecordResponse>
    can you tell me correction in the code which i have put on the forum?or tell me other way to call webservice?

  • Unable to Scan Barcode using SAPLPD printout but working using PDF

    Hi,
    I'm trying to print from print preview going to Text and clicking Print which allows me to print output using SAPLPD and also generates spool.
    For print output through SAPLPD i cannot scan the barcode.
    But where as when i run the program RSTXPDFT4 and give the spool number and download the output in PDF format. Now when i take a print out of PDF format i can scan the barcode.
    Note: The only difference in these is for PDF the barcode is printing as say "balck white black white black" but the print through SAPLPD the barcode is printing as say "white black white black white" i mean to say i place of black line its prints white life.
    Please let me know did any one have faced the same problem.
    Regards,
    Sudheer.

    Hi @MTilney,
    Welcome to the HP Forums!
    I noticed that you are unable to scan using the feeder on your HP Envy 5300 printer. I am happy to look into this scanning issue for you!
    The reason to change from the flatbed to the feeder is greyed out, is due to the mechanical function of the printer. This printer does not have a feeder to scan multiple pages at once, only a flatbed scanner.  
    According to this guide, Scanning with the Full Feature HP Software in OS X v10.10 Yosemite, select Scanning a multi-page original into a single file, follow the instructions for scanner glass. If your printer does not have an ADF and you are scanning a multi-page document, you will need to load each page on the scanner glass one at a time to scan the document.
    To scan with without HP software, please see this guide, Scanning in OS X v10.10 Yosemite Without HP Software.
    Hope this clears things up for you, and have a nice day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • How to Read barcode using Gige camera qith vison software

    Hi ,
    I have a Gige vision camera, I need to use this to read the barcode and save it in a file. Is there a way to read a barcode directly from the camera using labview vison software.Please do let me know if there is a way.
    Thanks,
    Ankit G
    Solved!
    Go to Solution.

    Hi Ankit 
    I dont know if you have NI's Vision Builder for Automated Inspection, it has a function to do Barcode reading, it is very convenient tool to use with lot of good examples.
    Kudos are welcomed 
    Thanks & Regards,
    Kunal Raithatha.
    CTD - CLAD (I wish I can take off that A, and maybe use it later to replace D :-)
    Easy Tip :- "To copy an image to a VI icon, drag the image file and place it on the icon
    located in the upper right corner of the front panel or block diagram" ...If you know any
    more reply back.

  • Scan barcodes using C# in Windows store 8 app

    I am working on a Windows Store 8 App (targets windows 8 and not windows 8.1) and need to integrate barcode reading functionality on the app. I am using C#/XAML in this app.
    I am looked on internet and came across this link that shows some code for this functionality. But it seems to target only windows 8.1. I have also checked this library from codeplex and find that this refers to only a subset of barcode types.
    I want to know is there any API with the help of which I can read barcodes in Windows 8 Store app.
    I will be capturing images from the tab's camera and reading the images to decode the barcodes and use it further in the app.

    The LeadTools SDK contains Win8 libraries for different 1-D and 2-D barcode types and it includes assemblies for both 8.0 and 8.1

  • How to print BARCODE in DATAMAX Printer using SAP Script?

    Hi,
    Can anybody guide me how to print BARCODE using DATAMAX Printer?
    I need to develop a SAP Script, through which i need to print the BARCODE.
    Pls. let me know the parameters for Script and how to print using print program.....
    Regards,
    Hemant

    make one form in sapscript with one main window: like this
    /E           ETIKETT
    /*           Format = '57x19', Printer = 'Bradyprinter Model 1344'
    /           ~f350
    /           ~n
    /           ~M0500
    /           ~O0220
    /           ~SG
    /           ~s
    /           ~c0000
    /           ~e
    /           ^D
    /           ~L
    /           D11
    /           H20
    /           PC
    /           pC
    /           SC
    /           A2
    /           1911A1200400005&knmt-kdmat&
    /           1911A0800300005&knmt-postx&
    /           1911A0800100005VS-Nr   :         &KNMT-MATNR&
    /           1911A0800000005Datum   :         &date&
    /           Q0001
    /           E
    in this script   &mseg-matnr&    and    &mseg-charg&    are 2D Barcodes
    /E           ETIKETT
    /*           Format = '57x19', Printer = 'Bradyprinter Model 1344'
    /           ~f350
    /           ~n
    /           ~M0500
    /           ~O0220
    /           ~SG
    /           ~s
    /           ~c0000
    /           ~e
    /           ^D
    /           ~L
    /           D11
    /           H20
    /           PC
    /           pC
    /           SC
    /           A2
    /           1Wc99000001400082000012012&mseg-matnr&
    /           ySPM
    /           1911A1000380055&mseg-matnr&
    /           1Wc99000001501702000012012&mseg-charg&
    /           1911A0800260055&mkpf-budat&
    /           1911A0800140055&mseg-mblnr&
    /           1911A0600020008&makt-maktx&
    /           Q0001
    /           E
    then you need your own printprogram and everything is fine. with open_form ;  start_form ; write_form;  end_form
    you can communicate direct with the Datamax Programming Language  from SAPScript to the Barcode printer.
    i also have the datamax programmers manual as pdf if you want i could send it to you. let me know by PM.
    also have look into HW 490295  the bartender Solution works fine for me to create the SO10 text's
    greetz
    tony
    Edited by: Tony Wienhold on Jul 17, 2009 4:37 PM

  • How to scan with hp5524 wireless

    How do  you scan with hp wireless printer 5524

    modeng,
    Welcome to HP Community !
    Thank you for taking time to post in your inquiry. I can see that you would like to know how to scan wirelessly using you HP Photosmart 5524 e-All-in-One Printer.
    Solution
    1. Please try and click on this link.
    Errol Flynn Andino Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution. Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.

  • How to scan the barcode by using the camera in SMP 2.3 HWC

    Hi experts,
                   I want to scan the bar code by using the camera and then display the details present in the bar code on my screen in SMP 2.3 HWC . please help me out of this. I need a step by step procedure for this bar-code functionality. 
    Thanks & regards,
    sravanya.k .

    I can suggest you to look at following discussions:
    barcode scanning with HWC
    Reading BARCODE using camera for hybridSUP Workflow reading barcodes
    Rgrds,
    JK

  • I know that how to convert any documents to pdf file, but don't know how to get barcode on it. I am using windows 8.1. and want to see barcode on my documents before the print. Please help.

    I know that how to convert any documents to pdf file, but don't know how to get barcode on it. I am using windows 8.1. and want to see barcode on my documents before the print. Please help.

    Hi Frank ,
    Please refer to the following link and see if this helps.
    https://helpx.adobe.com/acrobat/kb/error-organizer-database-damaged-reset-1.html
    Regards
    Sukrit Dhingra

  • How to use Flex tag library in jsp

    Hi All,
    We are planning to use flex in our J2EE application in order
    to show some charts. Our j2ee application is in JSP,Struts. I have
    searched on google about this and found that I can include flex 3
    tab library in the jsp in order to use mxml tag in the jsp. I have
    written a sample program in the jsp which uses flex.
    <%@ taglib uri="FlexTagLib" prefix="mm" %>
    <SCRIPT LANGUAGE="JavaScript">
    function showMessage() {
    message.value = "Use this application wisely";
    function hideMessage() {
    message.value = "";
    </SCRIPT>
    <mm:mxml border="5" onmouseover="showMessage();"
    onmouseout="hideMessage();">
    </mm:mxml>
    <TABLE>
    <TR>
    <TD><input type="text" name="message"
    size="50"></TD>
    </TR>
    </TABLE>
    I have added entry inweb.xml. See below,
    <taglib>
    <taglib-uri>FlexTagLib</taglib-uri>
    <taglib-location>/WEB-INF/tlds/flex-bootstrap.jar</taglib-location>
    </taglib>
    Following are the problems that I am currently facing.
    1) Could anybody let me know whether the entry of
    <taglib> tag is correct in the web.xml. Is it the correct
    jar(flex-bootstrap.jar) that I should include?
    2) If yes, from where to download it? or
    If no, what is correct jar that i should include and how?
    your response will be highly appriciated as this is the major
    requirement in our project?
    Thanks ,
    Chandan

    Hi,
    Pleas find details at the URL below.
    http://labs.adobe.com/wiki/index.php/Flex_2_Tag_Library_for_JSP
    Hope this helps.

  • How do I edit a scanned document using Adobe services?

    how do I edit a scanned document using Adobe services?

    To edit a document you will need Acrobat Pro.

  • How to open pdf files in browser using flex

    hi,
    my project is having a Document explorer wchich contains pdf
    files,iwant to open it in the browser.can any one tell me how to
    open pdf documents using flex programming(i tried with different
    thing like swf's but my client wants only pdf formatt).

    Another option is by calling a JSP page. This example will
    open a pdf file into a new browser without displaying the download
    "save" prompt.
    Function to call the JSP:
    private function downloadFlyer(event:Event):void {
    var jspLink:URLRequest = new
    URLRequest("jsp/downloadpdf.jsp?fileName=Fundraiser_flyer_2008.pdf");
    navigateToURL( jspLink, "_blank" );
    JSP code:
    <%@ page errorPage="error.jsp" %>
    <%@ page import="java.io.*" %>
    <%
    //Get the parameters
    String downloadFileName=request.getParameter("fileName");
    String fileName = application.getRealPath("/downloads/" +
    downloadFileName);
    File file = new File(fileName);
    if (!file.exists()) {
    throw new IOException("File does not exist.");
    // Get the size of the file
    long length = file.length();
    // You cannot create an array using a long type.
    // It needs to be an int type.
    // Before converting to an int type, check
    // to ensure that file is not larger than Integer.MAX_VALUE.
    if (length > Integer.MAX_VALUE) {
    throw new IOException("File too big.");
    response.reset();
    response.resetBuffer();
    response.setContentType( "application/pdf" );
    response.setHeader ("Content-Disposition", "filename=" +
    downloadFileName);
    //Prevent the Java error: "getOutputStream() has already
    been called for this response"
    out.clear();
    out = pageContext.pushBody();
    InputStream in = new FileInputStream(file);
    OutputStream output = response.getOutputStream();
    try {
    int curByte=-1;
    while( (curByte=in.read()) !=-1){
    output.write(curByte);
    } catch (IOException ioe) {
    ioe.printStackTrace(System.out);
    } finally{
    output.flush();
    in.close();
    response.flushBuffer();
    %>

  • How do I save a file to a server using flex and coldfusion?

    How do I save a file to a server using flex and coldfusion?
    On the CF side I might need to use this:
    <cffile action="UPLOAD" filefield="Filedata"
    destination="#expandpath('..\somepath)#"
    nameconflict="overwrite">
    And on the flex side I might need to use something like this:
    var sendVars:URLVariables = new URLVariables();
    sendVars.action = "upload";
    var request:URLRequest = new URLRequest();
    request.data = sendVars;
    request.url = _strUploadScript;
    request.method = URLRequestMethod.POST;
    _refUploadFile = new FileReference();
    _refUploadFile = _arrUploadFiles[_numCurrentUpload].data;
    _refUploadFile.addEventListener(ProgressEvent.PROGRESS,
    onUploadProgress);
    _refUploadFile.addEventListener(Event.COMPLETE,
    onUploadComplete);
    _refUploadFile.addEventListener(IOErrorEvent.IO_ERROR,
    onUploadIoError);
    _refUploadFile.addEventListener(SecurityErrorEvent.SECURITY_ERROR,
    onUploadSecurityError);
    _refUploadFile.upload(request, "file", false);
    I just don't know how to put it all together in Coldfusion.

    try this...
    http://cf-creations.co.uk/blog/index.cfm/2008/9/20/Flex--File-Upload-Form--Part-One--Build ing-The-Initial-Form

  • How to Scan using your HP Office Jet Pro 8600

    Well, I figured out my own answer because I couldn't find a "solved" topic in this regard. So then I decided to post my findings in order to help the next querier (is that a word = one who queries). FYI -  I am not a 'techie' and while I can find my way around a computer it sometimes takes a while.  Also, I have Windows 7 on this laptop if that makes a difference.
    1. Go to Control Panel and choose:
    2. Hardware and Sound, then
    3. Devices & Printers, then
    4. Fax-HP Office Jet Pro 8600 (Network) or whatever printer choice pertains to your situation, then
    5. HP Printer Assistant, then
    6. Scanner Actions, then
    7. Scan a document or photo, then
    8. Save as PDF
    9. Scan
    10. Save to folder you choose
    I know this may seem simplistic to most of you but maybe someone like me is out there trying to find this out and this might help.
    Roxi
    This question was solved.
    View Solution.

    Hi Acupuncture,
    Thank you very much for posting your solution that you found yourself, on using the scan function on your HP OfficeJet Pro 8600. I also apologize we were not fast enough to answer one of your inquiries on the HP Support Forums. I was able to check your user page but was unable to find your initial post on asking us How to Scan, did you delete the question? Either way I am glad you are now up and scanning from your OJ 8600.
    For future reference I would like you to take a look here: How to Scan: Windows 7, here you will be given all options and shortcuts on scanning with or without the HP software as well as some cool features, like scanning from the front panel of your 8600 and adding multiple pages to a single file.
    Again I appreciate you taking the time to help the other Community members, so Thank you again!!
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

Maybe you are looking for