Q: Plug In 'Image':control requires an external library

I've had to move to LV7.1.
Because the IMAQ support isn't taken automatically from the LV7.0 installation, even if it hasn't changed, I have find and then followed the page:
http://digital.ni.com/public.nsf/allkb/B23E67C08CBD161886256F82007D58D8?OpenDocument
From the Missing LabView VIs, I could apply the point 4. (Note: The obvious point 3. didn't work, because when I tried to reinstall the drivers, I could only choose to update LV7.0 but not LV7.1, that missed from the drop-down list).
Even if I have moved everything that is described under the point 4., I still get the error mentioned in the subject line.
Which is the external library that is required and where can I find it?
Subsequent question, for the LV support only: couldn't the name of the missing library and its expected location be directly displayed in the error list?
TIA.
Victor

I'm assuming you need version 1.4.1_01 or higher.
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"Here you use clsid:8AD, indicating any version of Plug-in equal to or higher than the indicated version will be used, so this is correct
codebase="http://<%=Request.QueryString("sIPGenerated")%>
/applet/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,0,1" id=Java_Plug-in_1_4_1_011>This doesn't look right. Try:
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_01-windows-i586.cab#Version=1,4,1,1">
<param name="type" value="application/x-java-applet;version=1.4">Try:
<PARAM name="type" value="application/x-java-applet;jpi-version=1.4.1_01">

Similar Messages

  • How to use an Event Structure responding to an image control that belongs to a parent VI.

    Hi
    I am loading a subpanel vi by pressing a button located in the user interface of the main vi which also contains an image display. Subpanel vi opens up on the side and doesn't hide the image display of the main vi. Subpanel vi contains an event structure that needs to respond to user clicking on the image display of main vi.
    Since the bug that occured while creating an image reference control isn't fixed, I am passing the main vi pane reference onto the subpanel vi. From that point I've tried to edit event structure and have it respond to the image control/pane that belongs to main vi but I don't know how.
    Any help would be appreciated.
    Thanks

    Post a screenshot of your subVI code where you register the events.
    André
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • How to stream images stored in an external server in to a Flash Web Site?

    I would like to be able to bring in external images in a banner like in a slideshow, but not sure how to do it. I have a bunch of small images that I would like it to go through, and my current banner has all the images in the swf and the swf file is huge. Is there a way to import external images from a folder on the server? Where can I go to learn how to do this? Thanks....
    To get an idea of what I'm talking about, here's the banner on our site...
    http://www.wenatcheekennelclub.com/images/header.swf

    Your best bet for this would be to search Google using search terms like "AS3 slideshow tutorial" or "AS3 dynamic slideshow turoial".  THis assumes you are designing an AS3 file.  If not, substitiute AS2 for AS3 in the terms.
    In AS3, one of the main classes used for loading external images is the Loader class. SO becoming familiar with that will be a necessary part of the learning.  But that is not all since you want to have controls for displaying the images.
    One thing I noticed with the banner you show, the images would not seem to need to be any "huge" burden as far as file goes.  You should optimize all images before you import them into the file.
    Still, having the images loading from an external supply will be better because then you can change the images as you wish without having to edit the Flash file.  To realize this capability you should include "XML" with the rest of the search terms previously identified.

  • Image Control in ADF

    Hi,
    I am using the Jdev 11g.
    is there any component which will take array of images path and rotate it.
    my problem is -- I have n number of images and i want to show it in rotating fashion.
    please tell how will i do it using the ADF component.
    Thnaks
    Kiran

    Hi shay,
    Thanks for the reply.
    I have tried out the carousel component but it dose not meet some my application requirement.
    Can you please tell some different way to implement the requirement using only image control?
    Thanks,
    Kiran.

  • Image control synchronizing scroll bars

    Hello, I have a LabVIEW program using Vision that I want to use multiple Image controls in a VI.  I would like to be able to synchronize the movements of the scroll bars.  If a user scrolls left in one window, I want the other window(s) to also scroll left the same amount.  Is this possible?  I know it can be done with 2D picture controls but I would like to do this with a Image control (not external).  It would also be helpful to zoom synchronously.
    Thank you.
    Solved!
    Go to Solution.

    -I think we can enable/disable the scrollbars through property nodes. Let's see if anyone else has idea on programmatically moving scrollbars for image control.
    -For zoom you can use zoom property node of selected image control and write the same to other image controls.
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

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

  • Aperture image-control compared with Photoshop?

    I'm looking to get Aperture 2. I've been using iPhoto as a library, and Photoshop to control\doctor images. How does the Aperture image-control compare with Photoshop's? I'm not thinking so much here about fancy plug-ins, just basic, but subtle, color, contrast, cropping controls ... especially dealing with the highlights and shadows.
    Any info from a user would be most appreciated,
    Thanks,
    Ben

    Same problem here...
    It started recently so I think some update create the problem.

  • Resetting an image control

    When one assignes Image.source using a Bitmap reference the
    Image's properties (primarily the read only properties such as
    contentWidth etc. to do with the height and width of an image) are
    not reset (using the information in the Bitmap) as a result it is
    virtually impossible to get the results required.
    I'll try and explain the problem:
    When you use:
    Image1.source = "SomeUrlHere"
    The internal properties of the image (particularly to do with
    width and height aspects of the image) get reset to those from the
    source just loaded.
    However, if you use:
    Image1.source = SomeBitmapReference
    You don't get the same behaviour. This has an imapct if you
    intend to use the same Image control over and over for many images.
    An example of such a use would be a bunch of thumbnails in an image
    gallery that when clciked on show up full size in the "main" image
    control. Of course all images don't have the same height and width
    and nor do they have the same width to height ratio. The main image
    control in this case sizes to a smaller and smaller size and
    eventually sizes down to zero. If you use the url to the image
    (instead of a Bitmap reference) everything works as expected.
    In my mind this is a bug. However if anyone has a work around
    this or solution to this I'd appreciate it tremendously.
    Thanks.
    Shiv.

    Can anyone help me achive this?

  • Why is it that when I plug my Macbook Pro to an external monitor, the external monitor turns black and shows the mouse only

    Why is it that when I plug my Macbook Pro to an external monitor, the external monitor turns black and shows the mouse only

    Hi, yes preferences sees there is a second display it recognises what make of monitor it is etc but I just get a blank blue screen on the monitor when I change it to the hdmi setting! I have tried with mirroring on and off, rearranging the displays in the preference window and lots of different resolution settings but with no difference.
    An old MacBook connects fine so the monitor and hdmi port must be okay. I'm sure we have used the cable before but it could have been with the previous MacBook Air. The current one I'm using is a mid 2011 version running lion and is (according to software update) all up to date.
    Any thoughts or help would be appreciated!

  • How do I move image files from my aperture library to an external hard drive?

    I want to free up space on my MacBook Pro by moving most of my image files to a new external hard drive. I want to manage these image files with Aperture as referenced files.  I've read much about importing from external drives, leaving the original image file on the external drive, and managing as a managed reference file.  But but I haven't seen anything in the literature yet that tells me how to free up space on my laptop's drive.

    The screen shot got messed up so its hard to tell what part you're asking about. But if you're asking about this part of the window:
    That's were you setup the folders that the originals will go into and how you want the originals to be named (if you want to change the way they are named)
    The Subfolder format box defines how the subfolders will be named. IN the image above the subfolders will be named by the image date. A folder for the year, a folder under that for the month and then a folder under that for the day. Then finally the original files.
    The name format sets how the originals are named. In the case above they would be named by the version name followed by a sequence number.
    regards

  • Open a disk image file and crop it to an Image control

    Hi Folks,
    I am trying to allow my users (in a browser) to select/open a disk file (image type) so that they can see it and then save it to the server.  I can use the FileReference object just fine, and load its 'result' directly into a MX:Image control.  However, before I do that I would like to crop the selected imaged to a square shape.  I'd also like to resize the image down, but that will come later, once I get the cropping working.
    I am essentially taking the FileReference result bytearray and converting that to a BitmapData object.  Then, I 'extract' a square of data from that BitmapData object into a new BitmapData object.  Then I need to get *that* BitmapData object into the mx:image control.  I tried using a Bitmap to do so, however the resulting mx:image, while 'sized' correctly, displays as a blank white region.  All along, the variables seem to be 'full' of data and seem to have properly set attributes.  I've looked up quite a few sites that demonstrate cropping, and copying images, but they always start out with 'pre-loaded' images.  I have modeled my code after theirs, where appropriate.
    Here is my code:
              //this gets called when the user clicks a button to 'look for a disk file'
                private function setPhoto():void
                    //create the FileReference instance
                    _fileRef = new FileReference();
                    _fileRef.addEventListener(Event.SELECT, onFileSelected);
                    //listen for the file has been opened
                    _fileRef.addEventListener(Event.COMPLETE, onFileLoaded);
                    var arr:Array = [];
                    arr.push(new FileFilter("Images", ".gif;*.jpeg;*.jpg;*.png"));
                    _fileRef.browse(arr); //then let go and let the event handlers deal with the result...
                private function onFileSelected(evt:Event):void
                    _fileRef.load(); //the result of the 'load' will be handled by the 'complete' handler
                private function onFileLoaded(evt:Event):void
                    var tempLoader:Loader = new Loader();
                    tempLoader.loadBytes(_fileRef.data);
                    tempLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoaderComplete);
                    //imgPhoto.source = _fileRef.data;  //this would work just fine, though, it wouldn't be cropped
                private function onLoaderComplete(event:Event):void
                    var loaderInfo:LoaderInfo = LoaderInfo(event.target);
                    var loadBD:BitmapData = new BitmapData(loaderInfo.width,loaderInfo.height);
                    //ok, now that we have the 'original' file in the bitmap data, we can crop it and then later resize it
                    //so, we need a 'square' of image cropped out of the original
                    //so...first we get a square of the 'full size' image
                    //if the image is taller than wide, we will take a square as wide as the image, and as tall as it is wide, starting 5% down from the top
                    //if the image is wider than tall, we will take a square as tall as the image, and as wide as it is tall, from the horizontal middle
                    var curW:int = loadBD.width;
                    var curH:int = loadBD.height;
                    var cropX:int = 0;
                    var cropY:int = 0;
                    var cropW:int = curW;
                    var cropH:int = curH;
                    var needCrop:Boolean = true; //default is to crop
                    var croppedBD:BitmapData;
                    if (curH > curW)
                        cropY = Math.round(curH * .05); //start at 5% down
                        cropH = cropW;
                    else if (curW > curH)
                        cropX = Math.round(curW/2) - Math.round(curH/2); //start at the middle, go 'back' by half the height
                        cropW = cropH;
                    else
                        needCrop = false; //it's already a square!  nothing to do (aside from the resize)
                    if (needCrop)
                        croppedBD = new BitmapData(cropW, cropH); //at this point it is 'empty', so fill it up
                        var fillPoint:Point = new Point(0,0); //since we're gonna fill into the top, left pixel on down and over
                        var fillRect:Rectangle = new Rectangle(cropX,cropY,cropW,cropH);
                        croppedBD.copyPixels(loadBD,fillRect,fillPoint);
                    else
                        croppedBD = loadBD;
                    imgPhoto.source = new Bitmap(croppedBD);  //this produces a properly sized, but blank-white image
    And here is the mxml for the image:
    <mx:Image id="imgPhoto" x="40" y="126" maxWidth="200" maxHeight="200" />
    Thanks!
    -David

    Hi,
    You were close to the solution.
    In "onLoaderComplete(event:Event):void", at the begining you create a BitmapData called "loadBD", you just forgot to fill it with the content from the loaderInfo.
    private function onLoaderComplete(event:Event):void {
         var loaderInfo:LoaderInfo = LoaderInfo(event.target);
         var loadBD:BitmapData = new BitmapData(loaderInfo.width,loaderInfo.height);
         loadBD.draw(loaderInfo.content);
    Kind regards,
    Mich

  • My iPod Touch will not play through external speakers when it is docked.  It only plays through it's internal speaker.  All the other functions on the iPod can be controlled by the external speakers (volume,track, etc).  How do I fix this?

    My iPod Touch will not play through external speakers when it is docked.  It only plays through it's internal speaker.  All the other functions on the iPod can be controlled by the external speakers (volume,track, etc).  How do I fix this?

    I would try in oreder:
    - Resetting the iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restoring the iPod via iTunes.  First from backup and if problem persists, restore to factory defaults/new iPod.

  • How to use radioButton(s) and image controls on windows phone 8.1

    how to use radioButton(s) and image controls on windows phone 8.1

    Hi aspirantme,
    >>how to use radioButton(s) and image controls on windows phone 8.1
    Which version of your app is? Runtime or Silverlight?
    For Runtime version, please see the following articles:
    #RadioButton class
    https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.radiobutton(v=win.10).aspx
    #How to add radio buttons (XAML)
    https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868200.aspx
    #Image class
    https://msdn.microsoft.com/library/windows/apps/br242752.aspx
    For Silverlight version, please refer to the following documents and guidelines:
    #RadioButton Class
    https://msdn.microsoft.com/en-us/library/windows/apps/system.windows.controls.radiobutton(v=vs.105).aspx
    #RadioButton control design guidelines for Windows Phone
    https://msdn.microsoft.com/en-us/library/windows/apps/hh202881(v=vs.105).aspx
    #Image Class
    https://msdn.microsoft.com/en-us/library/windows/apps/system.windows.controls.image(v=vs.105).aspx
    #Quickstart: Images for Windows Phone
    https://msdn.microsoft.com/en-us/library/windows/apps/jj206957(v=vs.105).aspx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to add an image to an IMAGE control in Java WebDynpro

    hi
    How to add an image to an IMAGE control in Java WebDynpro.
    Please give me the steps to assign an image to an IMAGE control.
    Advanced Thanks
    brahma

    Thank You Mathan MP,
    i tried these steps, but whenever i selected the source property of image UI control, it opens a context window, but this context window does't contain any thing for selection.
    so how to solve this problem ?
    the link whatever u provided is not opened, please send the correct link.
    http://127.0.0.1:1284/help/index.jsp?topic=/com.sap.devmanual.doc.user/f3/1a61a9dc7f2e4199458e964e76b4ba/content.htm
    Thanks in Advance
    brahma

  • Image not displayed correctly in image control at small zoom level

    I am displaying an image in an image control with a zoom factor of ~0.015 and it appears as shown in image 1.jpg.  When I zoom in a little more to ~0.016 the image is displayed correctly as shown in image 2.jpg.  Both images are attached.
    Why is the image displayed as a "grey strip" in the first image?  What do I need to do to have the image displayed correctly at any zoom factor?  I am using LV 2011 with the associated vision development module on Windows 7.
    Thanks,
    Jonathan-LV
    Solved!
    Go to Solution.
    Attachments:
    Image 1.jpg ‏133 KB
    Image 2.jpg ‏152 KB

    Hi Jonathan,
    Did you try resizing your image dimensions, as I suggested in my previous post? Anti-aliasing is an expected behavior; as you zoom out, the image has to be resampled in order to be displayed properly. At some point, LabVIEW assumes that the image has been resampled to the point where it no longer resembles the initial image, and so it greys the image out. In the case of your image, that is not the case. As I said, I believe an acceptable workaround would be to use IMAQ resample to half or quarter the pixel dimensions of your image, at which point it should be able to be displayed at a higher zoom factor. 
    Best,
    Dan N
    Applications Engineer
    National Instruments 

Maybe you are looking for

  • How to delete copyed wrongly in the data base

    Hi Gurus, I  copy the cube 0IC_C03 to Z0IC_C03. After that i went to RSZC--> copy from 0IC_C03 to Z0IC_C03 all the queries, but when i am copying i dint remove the _1 beside each query. when i repeat system telling queries already in the data base. c

  • Error message We do not recognize the following information: "null"

    How do you determine which field has a null value when you receive the following.  The error message was received when using Safari 5.1.7 and numerous operating systems. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or

  • Hardware and Monitor help please

    I'm new to setting up equipment and all that kind of stuff!!! I just purchased a JVC monitor and was going to use composite video wires through my camera to hook it up but now that it has arrived at my house, I see it only has composite BNC connector

  • Space issue with comn top & ora  top

    I have a partition which is 96% full. It has comn top and ora top. I want to know is there some files which i may delete? i came across a directory $COMMON_TOP/temp which has files like->OFVAAndaOpC.t I want to know what is the use of these files and

  • Working with tiff and jpeg?

    1. ACR saves changes made to a raw image into the sidecar file, though what is it doing with the tiff or jpeg file that is changed? Where is this saved? 2.what features do you not have if you open tiff or jpeg in ACR?  It seems to do everything the s