Displaying scanned image in image edit control

Hi,
i have a kodak image scan control and kodak image edit control on my form. iam able to scan images and save them to filesystem, but iam not able to display the scanned image in the image edit control. can anybody pl. help me.
thanks in advance.
Krupal.

Hi emery,
thanks a lot. but to load by load_image_file the image i dont have an image on the filesystem. the image has to be scanned and the scanned image has to be displayed in the image edit control. so what i need is to link the image scan control and the image edit control. for that i have to specify the destination source of image scan control to image edit control. but the destination source is a list in scan control which is not editable. moreover the list contains the image edit control name as imagedit1... no matter what u specify the name in property palette. anyway i tried all these.. but all my efforts were invain.
bye.

Similar Messages

  • Paste image to rich edit control

    Anyone know if there is a rich text component that can have
    images pasted to from the clipboard? I haven't seen anything like
    this.

    so upon further research, it looks like pasting an image to
    flex2 is impossible... flex only accepts text paste. Would be
    theoretically possible in AIR, but no controls support this yet.
    d'oh!

  • Updating DB from Edit control

    Hi
       I have a list control that displays the data from a database.When I click on an item in a list control, the details of that item are displayed in the Edit control. Now, when I edit on those details in edit controls and click on an Update button
    I want the newly entered details in the edit control to replace the old data in the list control.
    This is my code to display the details in the edit control when the item is clicked in the list control.
    void CDB2View:: OnClickYourListCtrl(NMHDR* pNMHDR, LRESULT* pResult)
    int row=m_List.GetSelectionMark();
    if(row<0)
        return;
    CString s1=m_List.GetItemText(row,0);
    CString s2=m_List.GetItemText(row,1);
    CString s3=m_List.GetItemText(row,2);
    c_Name.SetWindowText(s1);
    c_Job.SetWindowText(s2);
    c_Age.SetWindowText(s3);
    I don't know how to replace the old data in the list control with the new data that is entered in the edit control. Pls help.

    Use some collection class to store all the data and perform your update/Insert/Delete  data inside the collection class and then simply Fill the data inside the List control with these classes now you just have to Update the List control on the basis
    of index that's all you have to do you simply can call SetItemtext() on particular index to change the text of list control with new item or delete all the item from list and fill it again ,Do whatever you want. Perform Update() on your control as well after
    SetItemtext()
    Thanks
    Rupesh Shukla

  • What Caused "Image Cannot Be Edited"?

    I have 13,000 photos in iPhoto, which I began importing eight years ago (scanning old photos, importing digital photos).  I had no problems with my Power Mac G5 and its OS, and the earlier versions of iPhoto.  Then I got an iMac, shifted the photos from the G5, and no problems.  I continued to introduce into the iMac Apple's new OS and new versions of iPhoto, and no apparent problem. In fact I can document the following with my Mac:
    3/11 upgraded to IPhoto '11 (current version 9.4.2)
    3/11 upgraded the OS to 10.6.3 Snow Leopard
    7/11 upgraded the OS to Lion (current version 10.7.5)
    I thought I was doing the right thing by upgrading soon as new OS and new iPhoto came out.  Now I'm not so sure.
    The past year I have not done any editing of my older photos.  I just went to edit some older photos and as I clicked on the photo, then edit, on the right side I get the message,  IMAGE CANNOT BE EDITED - This photo was previously edited with another application of with an early version of iPhoto.  Duplicate this photo to edit it.
    This message applies to my first 10,000 photos.  I have spent hundreds of hours editing these photos.  The 3,000 photos from July 2009 are OK and can be edited.
    So, must I duplicate each of these first 10,000 photos, each in their respective albums, to continue editing them?  This will take hundreds of hours more.  How in the world can Apple have such a poor transition between one OS and another, or between one IPhoto and another?  Has anyone experienced this situation before?  Is there a solution to my problem, or am I stuck with duplicating 10,000 photos (and deleting 10,000 photos), album by album, and then reediting them?
    FYI, I have a a Mac Mini with iPhoto version 9.2.3 and OS X 10.6.8.  It has about 11,000 of these photos on it (I haven't loaded the last 2,000 photos onto it) and it does not demonstrate any of these editing problems.
    Your observations and recommendations are recommended.
    HDP

    Hi Larry
    Thanks for setting me right on how this forum works.   Having now understood why the 'duplicate to edit' situation arises (thank you) I would offer some related advice:
    Some photos that 'need duplicating in order to edit'  may appear incorrectly rotated in iphoto slide shows.
    I came across this problem when I was showing an old iphoto slideshow to friends but some of the slides showed up turned 90 degrees.
    In the album and slideshow preview they were correctly orientated.   I tried putting them into a new slideshow but they again came out rotated 90 degrees when the slideshow was run.
    It turned out that all the ones that had this problem were ones that could not be edited without creating a duplicate first - but simply putting the duplicate into a slideshow resuted in exactly the same problem.  I tried rotating the duplicate and then rotating it back to its original position but this did not solve it either.
    It seems that in order to get such photos to display the right way up in an iphoto slideshow you need to make an actual edit to the duplicated photo - eg crop it slightly or straighten it a fraction. Or rotate it and force a save, then go back, rotate it back again, and then it will show up fine in the slide show. 
    You can then rebuild the slideshow using the edited duplicates.

  • Rich text box used in Infopath Form not displaying option to get images from Computer

    Hello,
    We have used "Rich text box" in Infopath Form which is not displaying option to get images from Computer.
    Options available are : From Address, From SharePoint
    But if we Rich text box in list, then it works fine with "From Computer" option.
    can you please help me out to get this option.
    Thanks in advance.
    REgards,
    Jayashri

    Hi,
    From your description, there is no “From Computer” option to get images with rich text box in InfoPath form.
    Per my knowledge, by design there are “From Address” and “From SharePoint” options without “From Computer” option in rich text box in InfoPath form. As a workaround, you can develop a custom InfoPath Rich Text box to do it.
    About developing a custom InfoPath control, I suggest you create a new thread on the forum “Visual Studio Tools for Office”, more experts will assist you with InfoPath development.
    Visual Studio Tools for Office:
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=vsto&filter=alltypes&sort=lastpostdesc
    Thanks,
    Dean Wang

  • Getting out of memory exception while loading images in web browser control one by one in windows phone 8 silverlight application?

    Hi, 
    I am developing a windows phone 8 silver light application . 
    In my app I am displaying images in web browser control one by one , those images are the web links , the problem is after displaying 2 to 3 images I am getting out of memory exception .
    I searched for this exception how to over come , everybody are saying memory profiling ,..etc but really I dont know how to release the memory and how to clear the memory .
    In some sites they are adding this
    <FunctionalCapabilities>
    <FunctionalCapability Name="ID_FUNCCAP_EXTEND_MEM"/>
    </FunctionalCapabilities>
    by doing this am I free from out of memory exception?
    Any help ,
    Thanks...
    Suresh.M

    string HtmlString = "<!DOCTYPE html><html><head><meta name='viewport' content='width=device-width,initial-scale=1.0, user-scalable=yes' /></head>";
    HtmlString = HtmlString + "<body>";
    HtmlString = HtmlString + "<img src=" + source +" />";
    HtmlString = HtmlString + "</body></html>";
    innerpagebrowser.NavigateToString(HtmlString);
    that image source is the web link for example www.sss.com/files/xxx/123.jpg .
    Note this link is not real this is sample and image is of size 2071X3097
    Suresh.M

  • How to fit to size to show the whole image in image display?

    HI, I am using a control palette to display my video images using image display. However, the size is alway out of proportion. How do i show the whole image in the small box screen size. Basically how to fit to size for the images? 
    Solved!
    Go to Solution.

    This should do the trick:
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Extracting pointer information and displaying it as an image

    Hey,
    I am using Intel's OpenCV image processing library in LabVIEW.
    There's a pointer to a struct IplImage that is passed around in order to run image processing functions.
    The struct IplImage is defined as: 
    typedef struct _IplImage
    int nSize; /* sizeof(IplImage) */
    int ID; /* version (=0)*/
    int nChannels; /* Most of OpenCV functions support 1,2,3 or 4 channels */
    int alphaChannel; /* ignored by OpenCV */
    int depth; /* pixel depth in bits: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U,
    IPL_DEPTH_16S, IPL_DEPTH_32S, IPL_DEPTH_32F and IPL_DEPTH_64F are supported */
    char colorModel[4]; /* ignored by OpenCV */
    char channelSeq[4]; /* ditto */
    int dataOrder; /* 0 - interleaved color channels, 1 - separate color channels.
    cvCreateImage can only create interleaved images */
    int origin; /* 0 - top-left origin,
    1 - bottom-left origin (Windows bitmaps style) */
    int align; /* Alignment of image rows (4 or 8).
    OpenCV ignores it and uses widthStep instead */
    int width; /* image width in pixels */
    int height; /* image height in pixels */
    struct _IplROI *roi;/* image ROI. when it is not NULL, this specifies image region to process */
    struct _IplImage *maskROI; /* must be NULL in OpenCV */
    void *imageId; /* ditto */
    struct _IplTileInfo *tileInfo; /* ditto */
    int imageSize; /* image data size in bytes
    (=image->height*image->widthStep
    in case of interleaved data)*/
    char *imageData; /* pointer to aligned image data */
    int widthStep; /* size of aligned image row in bytes */
    int BorderMode[4]; /* border completion mode, ignored by OpenCV */
    int BorderConst[4]; /* ditto */
    char *imageDataOrigin; /* pointer to a very origin of image data
    (not necessarily aligned) -
    it is needed for correct image deallocation */
    IplImage;
    I am having problems with closing OpenCV's GUI window when called from LabVIEW in Linux. A solution to this may be to not use OpenCV's GUI window in LabVIEW for Linux, but rather pass back the pointer to the processed image in LabVIEW. From that pointer, we can send it to a C wrapper to extract some information that we want from the struct in order and pass back those values to LabVIEW. Then LabVIEW will process those values and display the image. What will I need to extract from the pointer (via a C wrapper) in order to display the image onto LabVIEW?
    I attached a LabVIEW example that I found. This example loads and displays an image. I am thinking of doing something similar to that. Instead of loading an image from the file dialog, I will pass all of the necessary information to Draw Flattened Pixmap.
    Attachments:
    Picture4.vi ‏56 KB

    My description of my problems with interfacing OpenCV with LabVIEW is contained in this discussion
    Basically, the code works in C in Linux, C in Windows, LabVIEW for Windows, but not in LabVIEW for Linux.
    We finally were able to get OpenCV to interface with LabVIEW for Linux by doing some complex edition to make install. However, LabVIEW was still having trouble with the function to close all HighGUI windows. Even though it went through the function, it will not close the HighGUI window. Also the HighGUI window freezes and when it eventually closes, it crashes LabVIEW.
    When I test it by writing C programs, the function does what it is supposed to do.

  • How do you change a background image in an HBox control via actionscript?

    Hi All,
    I would like to change the background image of a HBox control
    when the user clicks on a tab (tabnavigator control). I call a
    function on the 'activate' method of a VBox control, within the
    TabNavigator. So for each of the tabs when a tab is selected an
    appropreate image is displayed in another part of the screen.
    Thanks for any insights/help
    regards
    Davej

    Binding a string variable and using the show() event instead
    of the activate event will work. See Below
    <mx:Script>
    <![CDATA[
    [Bindable]
    private var mystring:String = new String();
    private function dispAssocIMG(f3rd:String):void {
    mystring = f3rd;
    ]]>
    </mx:Script>
    <mx:HBox backgroundImage="{mystring}" id="first3rd"
    width="567" height="336" y="209"></mx:HBox>
    <mx:HBox id="mid3rd" width="457" height="336" y="209"
    x="567" backgroundColor="#956944">
    <!-- Tab Navigator -->
    <mx:TabNavigator height="336" width="457" >
    <mx:VBox label="about me"
    show="dispAssocIMG('image1.jpg')"></VBox>
    <mx:VBox label="test2"
    show="dispAssocIMG('image2.jpg')"></mx:VBox>
    </mx:TabNavigator>
    </mx:HBox>
    </mx:Application>

  • View Aquired Image in a Tab control

    In order to conserve space I would like to view a live image, aquired from a 1409 board,in a page of a tab control. Also to decrease cpu usage I have set up a Low Level ring. I have tried sending the image to a picture control, but the image is choppy (even if I slow down the loop). My image is perfect in a Vision Window, but this cannot be used as a control on a page. Any suggestions?

    Terry,
    Bruce has the right idea, try making a child panel and use WindShow to hide or show the display....Attached is an example I wrote using multiple boards and displaying two images on the pages of a tab control...I hope this helps.
    Best Regards,
    Chris D
    NI Applications Engineer
    Attachments:
    IMAQ_Grab_in_Tab_Control_2.vi ‏126 KB

  • Displaying multi page tiff images

    Hi there
    I need to display a multipage tiff image, such that I can scroll through the different pages n the tiff file. I am new to ni vision and hence your inputs would be very helpful.

    Take a look at this thread.  You'll need to download the libtiff DLL here. 
    I managed to get it working in about 5 minutes, and could load a
    multi-page tiff into an array, and then split it into multiple Images.  The code is not the nicest, but it'll do the basics.  Alternatively you could try getting the .NET version of libtiff and calling it directly.
    Cheers ~ Greg
    Message Edited by GregS on 10-08-2009 03:36 PM

  • How do I save an image using image capture after i scan a document?

    How do I save an image in image capture, after I've scanned a document?

    Hi, and welcome to Apple Support Communities.
    The process may differ a bit, depending upon which version of the OS you are using. Open the Image Capture application and click on the Help menu for it.
    In Mac OS X 10.6.8, I get this:
    Control + click on image and choose to "Open Link in New Tab" (or window) in order to see the full-size image.
    According to those instructions, it looks as though the scan should be automatically saved to the folder you've chosen.

  • Display 16 bit channel images using AGAL3

    I am trying to display dicom images (medical images) which usually have 16 bit  R, 16 bit G and 16 B image channel (for gray scale R=G=B)
    I have read that Context3DTextureFormat.RGBA_HALF_FLOAT can be used to represent the 16 bits per channel but I have not come across any examples or tutorials.
    I am new to agal any pointers will be helpful. Thanks in advance.

    I've had this problem with images saved as 8-bit scans.
    Are you using any compression in the TIFs? I scanned using Nikon Scan 4, cleaned up a bit in Photoshop 7, reduced the bit depth to 8-bit, and saved at TIFs with embedded colour profile using ZIP compression, Macintosh byte order.
    This used to work with Aperture 1.5.6, but with Aperture 2.0 I see a kind of offset pattern, so a vertical line looks like this:
    If export the master TIF, open it in Photoshop (where it looks normal) and save it with no compression Aperture displays it properly.
    (I'm still using Tiger, so I don't think this is an OS issue.)

  • How to display every other images in image indicator

    Hi All,
    I am using IMAQ to grab and save high freq and high resolution images. I have an image indicator directly from "Image Grab Acquire". So, the image indicator is displaying every single images at a very high frequency too. We have to display frames, but not necessarily every single one (enough so the operator can see what's going on). So, I am wondering how I can display, say every other images (such as all odd/even number of images), or jump over two and display the third?
    Any help will be appreciated!
    Thanks!
    Wenlong
    Solved!
    Go to Solution.

    Here are some general comments.
    Image acquisition is "a horse of a different color" -- unlike many other I/O devices, the memory that holds the data (here called the "buffer") is managed by the driver, and isn't directly available to LabVIEW.
    I'm guessing that you are using NI Video hardware, as you are using IMAQ functions (I've only used IMAQdx).  Is this true?  What camera are you using?
    The IMAQ Extract Buffer (probably) "clocks" itself to the camera (I say "probably" because I don't know the hardware you are using).  This means that the While loop containing it will run at the frame rate of the camera (hence you can easily calculate the frame rate, as your code shows).
    This looks like an NI Demo routine, so I'm guessing that you don't have a lot of experience with Vision processing.  If you've got a lot of other LabVIEW experience, you should be able to make the leap to vision, once you get the idea of how buffers work.  Unfortunately, there's not as much in the way of tutorials and white papers on Vision as on other LabVIEW topics.
    So to your question -- how to display every Nth image.  Here's the key loop (which is lifted directly from your code):
    As menioned above, this routine is "clocked" by the Extract Buffer function.  What you do to display every N'th image is to put the Image control inside something like a Case statement that "fires" every Nth time.  
    Here's an "Nth" version of the above loop (some details omitted) --
    We still drive the loop filling every buffer with a frame.  But we then use the Integer Divide function to select the Nth image (those that have a remainder of 0 when i is divided by Nth) and wire the "image" line (it doesn't really hold an image) to the "Image" control, with the other case being "Default" (so all other valeus go there) and with nothing inside.  Thus every Nth time through this loop, the output of Extract Buffer is wire to an Image (and displayed), the other N-1 times the wire goes nowhere.
    Bob Schor

  • Displaying List of BLOB images

    Hello everyone,
    i successfully and easily used the steps described in http://forum.java.sun.com/thread.jspa?threadID=5047085 for displaying an image from a BLOB column in a database.
    this was the first step in the process of developing a page that displays a list of images. Image for example, a picture album.
    Ideally, i'd like to display a list of images for a given user_id. I do not want to use Creator's table component because it's layout and appearance and functionality is not usefull for any of my purposes.
    is there any way to dynamically add image components to a JSC page? can i somehow create the number of image components to match the number of rows in a resultset (containing all images for a user)??
    I'd greatly appreciate any suggestions.
    Thanks.
    - P

    This could be an issue with image caching in the renderers. Try the SuperImage control from here
    http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best- option-orhow-i-made-my-flex-images-stop-dancing/

Maybe you are looking for

  • I installed Windows 8.1 64 on a T61 and would like to update bios

    I am not able to run the Bios update... any ideas how how I can install the NEW BIOS? the latest bios is date 2012 I have a 2009 version. Ever since I updated the previous bios my computer is getting stuck OFF at times. So if figured if I update to t

  • Script that saves every visible layer as individual file in folder with same name

    Hello. In my PSD I have many folders with unique name (like "1234"), that contains layers named as digits (like "0", "1", "2" etc). I need to save each layer as JPG to folder with the same name and hierarchy that is in PSD file. How to do that using

  • Filter in OBIEE 11G

    Hi, Could any one please guide me on how i can use Values from a Notepad/xls/csc etc as filter for my answers Reports. Requirement is to filter values in answers based upon a values(Customer_Id) locally saved notepad file in user Machine. Also below

  • How do you Configure Coldfusion MX7 Developer Version Step by Step to an Apache Server?

    Please provide exact steps as to how to Configure Coldfusion MX7 Developer Version Step by Step to an Apache Server Step by Step. I would be using the latest Apache Server download, which would be: apache_2.2.4-win32-x86-no_ssl.msi Please provide thi

  • Use Apple Extreme with Comcast gateway

    I recently upgraded my Comcast internet service.  I received a Cisco gateway DPC3941T.  I would like to use my Apple Extreme for my wifi network.  In other words, I do not want to use the wifi network from the Cisco gateway.  Could I get help getting