Saving image in image control

Hi Everyone,
The labview image control has a right-click context menu that includes the option so save the image. I've found that this works fine in the development environment. If I click it, a file dialog opens allowing me to chose where to save the image. However, once an exe is built, the option will still be there but clicking it seems to do nothing. Is this a known bug or could it be a problem with my installation?
I'm running Labview 2012 SP1.
Thanks for the help,
-Gary
Solved!
Go to Solution.

That seems dumb.  Should there be a CAR for this?  I was under the impression this worked in an EXE as well.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • Cluster not saved correctly in Append Control Image to Report VI

    [LV8 with Windows XP]
    I'm using the Append Control Image to Report VI to save the image of a control to Word (the same problem occurs if I save to Excel). This VI seems to work fine with all my controls except clusters. Not all of the contents of the cluster show up in the saved image. I have to expand the edges of the cluster way beyond the cluster contents in order for all the contents to show up in the saved image. Is this a bug? Is there a way to "realign" the contents of the cluster within the boundaries?
    George

    Hi,
    just had a customer with the problem with this cluster picture function and I wrote a little VI that manually gets the picture, resizes it to the cluster and the rest is up to you. The only thing is, that you have to place the "zero point" of the frontpanel in the upper left corner to get the proper image.
    For Users who want to upgrade: This issue is fixed with the next LabVIEW release.
    Best Regards,
     Andreas Pistek
    ~~~ Logic is a systematic method of coming to the wrong conclusion with confidence ~~~
    Attachments:
    better picture.vi ‏19 KB

  • Problem Saving Gererating GIF Image

    Hello, we are having a problem in production environment when try to right mouse and select Print on an mii grid. Works just fine in all of our non-production environments. Checked the System Security pull downs and they all matched non-prod. Was not sure which one to compare, was not a ImageStorageServlet on pull down menu.
    After right mouse and select Print on grid, get:
    -Java Applet Window popup message - Problem Saving Gererating GIF Image
    -Then - blank browser page - .../XMII/ImageStorageServlet/View/null
    - Non-production servers works fine produces grid on browser page - XMII/ImageStorageServlet/View/2084280301
    NetWeaver Log:
    Location - com.sap.xmii.servlet.ImageStorageServlet
    Full Message Text
    ImageStorage - Error saving GIF file 
    Full Message Text
    ImageStorage - Error generating GIF output
    Any help would be appreciated.
    Thanks

    David,
    Have you put in a support ticket for this? I recommend doing so since its occurring in your production environment. You should also attach your log files as well.
    Regards,
    Kevin

  • How to use "imgplot" to display image on a Control in VC++?

    I want to show a image on a static picture control on dialog by vc++, the function I used was a NI-IMAQ "imgPlot" to draw image on the control, beacuse it is easier and faster with capture card.
    imgPlot ((GUIHNDL)hFrameWnd, pImg, 0, 0, src->width, src->height,0, 0, IMGPLOT_MONO_8);
    I get the control's HWND by GetSafeHWnd() to set the first paprameter and set the second parameter with a buffer pointer, since I just want to test, so buffer data is not obtained by capture card, but from a file. No image display on the control, no errors display either, why

    I want to show a image on a static picture control on dialog by vc++, the function I used was a NI-IMAQ "imgPlot" to draw image on the control, beacuse it is easier and faster with capture card.
    imgPlot ((GUIHNDL)hFrameWnd, pImg, 0, 0, src->width, src->height,0, 0, IMGPLOT_MONO_8);
    I get the control's HWND by GetSafeHWnd() to set the first paprameter and set the second parameter with a buffer pointer, since I just want to test, so buffer data is not obtained by capture card, but from a file. No image display on the control, no errors display either, why

  • Producing a line graph of int values and saving as an image

    Hi,
    I wonder if anyone could help me with this. I have 2 arrays of integer values that I would like to plot as a line graph (e.g. X[ ] and Y [ ]) and then have this line graph saved as an image (the format isn't too important but PNG would be preferred).
    Could somone point me in the right direction of an easy way to do this?
    Thanks,
    Pete

    Have a look at the following classes :
    java.awt.Graphics (drawLine method)
    java.awt.Image
    java.awt.BufferedImage
    javax.imageio.ImageIO (jdk 1.4+)

  • Saving text and image

    I have an application where I need to save both text and image.
    this is controlled by the menu
    when I press save I want to be able to save either a text file or an image file.
    How can I do this.
    below is a sample of what I have been trying
    else if (source == menuSave)
    //             File.getName().toLowerCase().endsWith(".jpg");
               saveimage();
    //           if(File.getName().toLowerCase().endsWith(".txt"))
               savetext();both saveimage() and savetext() are independent functions

    I have an application where I need to save both text
    and image.
    this is controlled by the menu
    when I press save I want to be able to save either a
    text file or an image file.
    How can I do this.
    below is a sample of what I have been trying
    else if (source == menuSave)
                 File.getName().toLowerCase().endsWith(".jpg");
    saveimage();
    if(File.getName().toLowerCase().endsWith(".txt"))
    savetext();both saveimage() and savetext() are independent
    functionsFor saveimage, I think you could use ImageIO#write() method.
    For savetext, you could use simple PrintWriter.

  • Saved a few images to Dashboard. How can I get them out of there and save them to a file? Thanks

    Saved a few images to Dashboard. How can I get them out of there and saved to a file? Thanks

    I'm sorry, I'm lost & don't even know what to ask.
    Oh wait, open Dashboard in Applications, do the Pics show there?
    http://techland.time.com/2013/01/22/the-slow-but-almost-certain-demise-of-apples -os-x-dashboard/

  • How to add external images onto a control and still be able to resize

    Hello,
    I'm a LabVIEW newbie.  I'm trying to customize the appearance of my VIs, and one of the things I like to do is to import external image and paste it onto the faceplate of the gauge indicator.  I've followed the instruction in the Labview application note using the control editor and was able to paste the picture into indicator.  But when I use it in the front panel and resize the gauge indicator, the image (added as a decoration) doesn't resize together with the indicator.  My questions are:
    1. How to add external images onto a control/indicator and still be able to resize the image automatically when I resize the control/indicator?
    2. How to "add" a new part to an existing control/indicator?  It looks like I can only customize/modify the existing parts of the control/indicator in the control editor. 
    Any help is appreciated.  Thanks.

    1/ Do not use the image as an added decoration. Instead replace part of the control with the image. Tis is illustrated in the attached vi : the arrow was pasted as a decoration, and also used to replace the slide cursor. Changing the control size do not affect the decoration, but changes the cursor.
    2/ What do you mean by adding new parts to a control. We have just seen that it was possible to modify a control. Now, if you want to include additionnal functionnality, that's another story. You can replace parts of the control, and this can give interesting results.  You can edit a slide control, and replace the numeric indicator by another control, including a numeric indicator, that you can replace with etc...
    But there, it still the same info displayed under different forms. If you want to have several independant functions on the same control, such as a string display and a boolean and a numeric indicator, then that's a job for a cluster...
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Slide with Arrow.vi ‏13 KB

  • How to fit image in image control?

    I am using image control to display images.
    I have placed image control inside canvas.
    While loading I am maintaining image aspect ratio and based on it i am resizing image and canvas both.
    Now i have requirement that I dont want to change height and width of image and canvas control, instead image should be scalled to fit in canvas.
    I know image have scaleX, scaleY and scalecontent property.
    Can anybody guide me how to calculate scaleX and scaley so image fits in image control?
    Thanks,
    -CK

    did you try scaleContent="true"

  • I just bought a Dell Precision M3800 laptop - screen res 3840 x 2160  when I open photoshop the task bar and tools and layers etc are in 4pts size   I changed my % in my image in my control panel and if I go to open file the drop down boxes are in good pt

    I just bought a Dell Precision M3800 laptop - screen res 3840 x 2160  when I open photoshop the task bar and tools and layers etc are in 4pts size   I changed my % in my image in my control panel and if I go to open file the drop down boxes are in good pt sizes  how do I make the layers and tool bars bigger?  Please help@

    Windows will scale applications display or windows will not scale application display depending on how the application is coded.  Photoshop is coded in a way that its display is not scaled by windows.  Photoshop knows about your displays high pixel count not its resolution  so it uses its pixels  however it does not scale its UI to make it usable on your display.  Other application let Windows  scale their display output.   For example Microsoft default for is Surface Pro 3, 216 ppi display is to scale applications display up 150% so the surface pro 3 display which has 2160x1440 pixels a 216 ppi resolution look like at display with the user is using with 1440x960 pixels.  The Application works like the display is 1440x960 and Windows scale those pixels to the displays using the displays  2160x1440 pixels the effectively changing it resolution to 144ppi rather than the actual 216ppi.
    The reg update  and external manifest file  effectively tells photoshop its working on such a size display display some number of pixel wide and some number photoshop uses that as the display size  in turn Windows scale those pixels to use the displays 2160x1440 pixels efector lowing its 216ppi resolution.  Photoshop CC 2014 2X UI would be like using windows 200% option applications would be shown the are working on a display 1080x720 instead of the Surface Pro 3 2160x1440. Note that 1080x720 does not meet PS requirement of 1024x768.  Photoshop UI would not fit on the Surface Pro 3 display..
    Since you have a 4k display if you have CC 2014 you can use its 2x UI effectively Photoshop will be running on a 1920x1080 display and have half the resolution of you 4K display  3840x2160 pixels four native pixels are use as a single pixel.   1920x1080 pixels exceed PS requirement.

  • Saving as Disc Image hangs/freezes and must force quit to exit

    Hi,
    I've always been able to Save as Disc Image in order to make multiple copies. Now, it runs fine all the way until it gets to "Burn - Current Operation: Writing" where it freezes indefinitely. The beachball turns so I eventually have to force-quit.
    I have tried going to the .plist file as suggested in this forum, restarting my computer, but it doesn't work. The film is 25 minutes long, so I've also tried both Best Quality and Best Performance, with encoding checked and without encoding checked.
    I have also completely re-created the project from scratch after removing the .plist file, but it still hangs each time after "Processing Movies" is finished and right when "Burn" begins.
    This does not happen when I burn the iDVD project directly to an inserted disc. Only when saving as disc image.
    This never happened before... any suggestions out there?
    Thank you,
    Lisette

    FYI, After you asked me how much free space my hard drive had, I freed up some space and had about 38 gb left and tried to burn disc as image again. This time it worked!
    So I think you were on to something there, and that must have been the problem - not enough space on my hard drive.
    Thank you!!
    -Lisette

  • Image display reference control still not working

    Has anyone looked at the Image Display referece control bug? I still can't pass an image display reference to a sub VI since the front panel control in the subVI generates this error:
    "The control requires an external library for its operation. This library is not installed, is not installed to the correct location, or is not loadable, or the library's version is not high enough."
    I know there's some cludgy ways around it (passing panel reference, demoting reference class to 'control' and back), but it seems like such a simple thing to fix that would already have been fixed unless no one's working on it.
    Attachments:
    ImageRefError.vi ‏37 KB

    Hello eaolson,
    Unfortunately, this bug (CAR# 3R1F8KRJ) has not been fixed in LabVIEW 8.5.  The attached VIs, however, do provide a workaround.  The main VI contains an Image control.  The sub VI has a Generic Control Reference Input to which the Image Control Reference is wired.  In the sub VI, a "to more specific class" function is used to get the full properties list for an Imagecontrol. 
    Please note that, according to R&D, this workaround is ineffective when built into an executable.
    I apologize for the inconvenience this bug may cause.  We are aware of the issue and working to resolve the problem.
    Best Regards,
    T. McCarty
    Attachments:
    Main.vi ‏40 KB
    sub.vi ‏10 KB

  • Image processor not saving settings for images to process

    Hello,
    I have raw images taken by a Canon G9.  I am trying to convert these .CR2 images to LZW tiff's.  This is my process:
    In Bridge, select images to process
    Click tools > photoshop > image processor
    Image processor window comes up.  I have the following settings:
         -Open first image to apply settings
         -Save in same location
         -Save as TIFF
              -LZW
         -Include ICC profile (no idea what this is, but it's checked)
    Click 'run'
    First image appears.
    Apply settings by clicking the pre-sets button and selecting my preset
    Image looks great
    Click 'Done'
    Images process
    At the end of the process, I get a message that says Sorry, I could not process the following files: (c:\temp\IMG-9678.CR2.  Which is the first image in my process where I applied my preset for the remaining images.
    The remaining images are in my TIFF folder as tiff images, but none of my preset settings from the first image carried over.
    Am I missing a step?
    Thanks in advance for any help.  I'm lost.

    I guess that could mean that Adobe Camera Raw isn’t part of Photoshop’s Document Object Model.
    But I suppose in such a case it should be possible to open all the images in ACR and apply the settings to all of them in one step with the Synchronize-button and then use a Script to save all open files.
    Admittedly that would be less convenient than Your proposed way, but maybe someone else has a better idea.
    »-Include ICC profile (no idea what this is, but it's checked)«
    Please don’t take this the wrong way, but You should read up on color-management.
    Not including the profile can generally be considered unprofessional (except maybe in an internet-specific context) and a potential source of problems.
    An images’ pixels’ RGB-values can be correctly translated to the originally intended color only when the »key« (the icc-profile) for said translation is known.

  • Saving a zoomed image in Elements 9

    I took a tiff picture of a forest (around 75 trees), upon zooming in I discovered one of the trees has a falcon's nest with a falcon feeding it's chicks, however, you could not see this detail without zooming in. I cropped the image to include only 5 trees with the nest tree in the middle, and zoomed in 300% to show the falcon & the nest; my question is: how do I save this tiff file at the zoom level that I chose? I want to share this file and would like this image to show the details as if it is at 100% and not need to zoom in to 300%? I am using Elements 9.
    Thanks

    This may not result in the best image quality, but you might try the following:
    1. Zoom your image to 300% and crop to taste.
    2. Go to Image>Resize>Image Size and enter 3 times the pixels on the longest side
        with check resample image, constrain proportions and Bicubic Smoother selected
        and click ok and see how the image looks at 100%.
    Example is 200 px on longest side
    After entering 3 times the longest pixel dimension
    MTSTUNER
    Message was edited by: MTSTUNER

  • 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.

  • How to handle invalid images in "Image" report item?

    I have a report that displays images in Image item (MIMEType image/jpeg) in the table. Images are stored in the database.
    Some of the images are, however, not a valid jpeg files (not sure what they are but I saved them as files and they cannot be opened by any graphics editor). When report server tries to display such an image in the report whole report fails.
    Similarly, web application that tries to display them on the web page throws an exception. In web application we can catch that exception and show static "IMAGE IS INVALID" bitmap instead.
    Is there a way to handle/catch such errors in SSRS? The way it is now is not good because error message doesn't tell you anything specific about error.

    Enabling SSRS Remote errors
    http://technet.microsoft.com/en-us/library/aa337165.aspx
    http://www.sharepointjohn.com/sql-reporting-services-2008-r2-enable-remote-errors/
    Displaying custom error message
    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/2b891541-836f-4d9d-89f3-d2340319f453/
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

Maybe you are looking for

  • Sony Xplod CDX-S2010 Stopped Working

    I just bought a vehicle that has the Sony Stereo in it - it worked fine, but the time was off...I went in and adjusted the time, but ever since then, the radio doesn't work. It seems to be in permanent DEMO mode, with no way to power on. I can insert

  • Acrobat X announced, coming soon

    Now that "Acrobat X and its associated products are scheduled to ship within 30 days," is it possible to find out whether the custom panel I made with XMP File Info SDK for CS4 will work with it,or will I need to convert it to the CS5 SDK?  I assume

  • Lowest Level in Prod Hierarchy

    Hi All, I have a situation wherein i have to get to the lowest level match of the product hirearchy for the best fit. I have a custom table which maintains Prod. Hier as part of the Key. I need to get down to the best fit of that to the lowest level

  • New User;PDF files;Help

     Hi there!I can see PDF files (as attachments in my e-mail) on my BB curve 8900 but if I wanto to save/download them on my device there is a message saying that "the PDF files cannot be viewed in the device".  Is this correct or there is something wr

  • Google Maps in a Java Application

    I currently have a setup involving MapViewer where we generate maps and display the images within a desktop Java application. I was asked to look into adding Google imagery to these maps. I know that you can use the Google map tiles in a javascript b