"File Link" - Images - displaying landscape image as portrait image

I am trying to link a image by using file link button. I have a image of size, width 10' and height 6'. When i link this image in reports, it doesn't come up in these coordinates. It is displaying as 6x6 size image. I have tried to link other images also. Report doesn't display linked images in their actual size, even if i change the size of rectangle in reports for these linked files.
Any idea how to fix this in report?
Thanks

I have figured it out. In paper layout mode it doesn't display right size. But in paper design mode it is showing full image.

Similar Messages

  • Isolating images in Landscape vs. Portrait

    I'm having a weird problem with images. I'm not sure what the exact term is for this function, but normally if I tap on an image in landscape or portrait mode (assuming the image is in the media track in the latter mode), the image will isolate and fill up the screen. I'll call this isolate mode (it's also where you can toggle on or off the title/caption of the image, or click the X in the top left to return from the image back to the previous page you were on).
    For some reason however, there are a few images in my file that won't isolate in landscape mode. I know that an image has to have a caption and/or title to work in isolate mode. But beyond that, even some images in landscape mode that have a title still won't isolate. At first, this seemed to be arbitrary. But after looking through my book (which is about 800 pages with 700+ images), I've noticed that it seems to be confined to images that I've placed that lay over a complete textbox area that's on my template.
    For example, I have one template page with two large text boxes side by side (basically a normal landscape page divided in half, recreating a facing pages-type layout). If, then, on a landscape page using this layout, I then place an image over the same area size as one of these text boxes (basically covering it up exactly), even if the image has a title and/or caption, it still won't isolate when I finally export the file. However, the image will show up and isolate in portrait mode.
    Is this a glitch, or something about the spec I'm missing?

    make sure your image is above your textbox (bring to front under "arrange")
    and make sure "full screen" is selected.
    Hope that helps

  • Document Name & Download file Link should display together

    Dear Friends,
    i am working with apex_3.2 .
    i have created form with report on forms i have displayed 5 file browser item.
    in report these 5 document file display as a download link in report.-
    i want to display document name Download link together in one report column like below
    eg
    1. documentA.doc download
    2. documentB.doc download
    my Report code is
    select
    ID,
    ACTIVITY_NAME,
    activity_date,
    dbms_lob.getlength(ACTIVITY_FILE) FILE_NAME,
    dbms_lob.getlength(ACTIVITY_FILE_2) ACTIVITY_FILE_2,
    ACTIVITY_FILE_ID_2,
    dbms_lob.getlength(ACTIVITY_FILE_3) ACTIVITY_FILE_3,
    ACTIVITY_FILE_ID_3,
    dbms_lob.getlength(ACTIVITY_FILE_4) ACTIVITY_FILE_4,
    ACTIVITY_FILE_ID_4,
    dbms_lob.getlength(ACTIVITY_FILE_5) ACTIVITY_FILE_5,
    ACTIVITY_FILE_ID_5,
    ACTIVITY_FILE_NAME,
    ACTIVITY_FILE_NAME_2,
    ACTIVITY_FILE_NAME||'<br>'||ACTIVITY_FILE_NAME_2||'<br>'||ACTIVITY_FILE_NAME_3
    ||'<br>'||ACTIVITY_FILE_NAME_4||'<br>'||ACTIVITY_FILE_NAME_5 as DocumentName
    from CRM_ACTIVITY
    where account_id =:P3_id How can i display it in One column in Repot ?
    Thanks
    Edited by: Vedant on Mar 20, 2012 11:40 PM

    While downloading the properties need to be binded properly then it works fine.

  • Using IMAQ Image Display control vs IMAQ WindDraw for large image files

    Hello All;
    I am designing an application that is currently using IMAQ Image Display control to view large images (5K x 3K and larger).  My problem is that these images take 10-20 seconds to load and display, whereas if I use IMAQ WindDraw to display my image in a separate window, it only takes a couple of seconds.  My application is designed such that I am making use of the Subpanels in LabVIEW 8.0, and to make it pleasant for the user, the interface is such that my line profile, histograph and image viewer displays are contained within the same GUI (panel).
    I read the National Instruments application note regarding displaying of large images, and it did not seem to make a difference.  For example, I switched the 'modern' IMAQ Image Display control with the classic Image Display control, since the 'classic' does not contain any of the 3D rendering tools which might slow the process down.
    Why is there such a huge difference in loading times if I am trying to do exactly the same thing with both methods?  How can I bring the IMAQ Image Display control up to the same speed as the IMAQ WindDraw tool?
    I am currently using LabVIEW 8.0 with the latest IMAQ/NI Vision package from NI (IMAQ v7.1?).  Thanks.
    DJH

    Use a property node and select 16 bit image mapping. You can create a control for this or whatever you need. If you select the individual elements, you can get enumerated controls.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Why does moving the mouse over an IMAQ image display slow the GUI down so much?

    I have a large application with several vi's running simultaneously under labview 8.6.1.  When I mouse over an image display control in one of the vi's, everything slows down a shocking amount in all the other vi's.  The windows task manager does not show a large increase in CPU use.  My pc is has a quad cpu with 4GB of RAM, and the CPU and memory loads do not appear to be terribly taxing to the system.  However, many of my vi's apparently come almost to a standstill if I just move the mouse in a circle around my image control.
    This looks like it is largely a GUI display issue.  If I make a new vi and put a while loop in it that only displays the iteration loop number to an indicator, I can see the iterating occurring, then stopping totally when I mouse inside the image display control.  When I stop moving the mouse inside the control, or when I move it outside the control, the interation loop number jumps up, as if it had been incrementing behind the scenes the whole time.  So only display of the interating was halted.
    This problem occurs even if the vi with the image control is not executing.  If the vi with the image control is open but not running, and I mouse over the image on it, the other guis all come to a screeching halt.
    Does mousing in the image display control really utterly crush all other guis in all other labview windows?  Is this an issue inherent to the image display control?  If so, is there anything I can do about this? 
    Also, this issue is not entirely limited to display.  I started looking at it in greater detail because this issue also exposed what I think is a race condition in my code.  I have a vi that acquires an image from a ccd and puts it into an IMAQ image.ctl.  This image then gets passed up to a vi up the call chain, and is put on a queue and sent over to be de-queued by a vi that has the image display control.  Here's the kicker:  when I mouse over the image display control, the image successfully gets acquired inside the subvi, and if I probe the wire leading to the output IMAQ image display.ctl, I see the image.  If I simultaneously probe the wire coming out of the subvi one level up the call chain, the image gets lost about half the time.  This only happens if I am mousing in the image display control IN A TOTALLY DIFFERENT AND SEPARATE VI.  If I bump up the priority of the ccd image acquisition vi to 'highest priority', the problem only happens about 1% of the time, and I really have to mouse around to make it happen.  Still, it's disturbing that mousing in the GUI in one window results in a failure of a separate subvi to simply pass an image up the call chain.  I understand that IMAQ images are referenced rather than passed by value, but I don't see why there should be a failure to pass the image up the call chain.  I've looked for a race condition, but can't find one.
    Eric

    I have finally been able to replicate the behavior that you are seeing on another computer once the image was large enough.  Here are a few notes about this behavior:
    First. The UI only slows down when the images are large, 16 bit images.  The reason why this is unique to 16 bit images is that they can only be displayed on the front panel as 8 bit images.  The workaround that Weiyuan suggested to change the 16 bit display mapping hints towards the root of the problem...that any time a mouse runs over the indicator, Windows asks the entire image to re-draw (having a separate indicator overlapping the image will create the same behavior).  With a 16 bit image, not only does the image have to re-draw on the screen but the 16 bit pixels need to be mapped to 8 bits.  When setting the 16 bit display mapping to Full Dynamic, this requires mor computation/pixel than 90% dynamic or one of the other mapping schemes.
    This is expected behavior if your program is running and you're trying to display a large 16 bit image.  To fix this behavior there are a couple options:
    Change the 16 bit display mapping to something other than full dynamic.  You can choose which 8 bits to display or if you want to map the bits. 
    Resize the image just for viewing purposes on your front panel (since you aren't going to view every single pixel of you image on the screen). You can use the IMAQ Resample.vi to do this.  This will allow you to take your 1500x1500 pixel image and only display a 500x500 pixel version.
    If you are interested in viewing small details of the large image, consider just displaying a smaller region of interest at a time.
    Let me know if any of these solutions work for you.  Good luck on your application.
    Zach C.
    Field Engineer
    Greater Los Angeles

  • POSIX paths, quotes, & file links

    This script almost works to add a clickable link to a file:
    <code>
    tell application "OmniOutliner"
    set MyDoc to front document
    set theReply to (choose file) as alias
    set note of selected rows of MyDoc to "file://localhost" & POSIX path of theReply
    end tell
    </code>
    As long as the path or filename contains no spaces, it works fine.
    I've tried using "quoted form of", but that inserts apostrophes into the link, which breaks the link.
    How can I tweak this script so that it returns a clickable file:// link?
    (You can see results at: Image: )
    Thanks,
    CB

    Thanks red_menace and Tony!
    Your suggestions did the trick. I'll have to read up on delimiters to understand exactly how that function works, but it does exactly what I needed. For the record, my final, functioning program is:
    on ReplaceText(theString, fString, rString)
    set current_Delimiters to text item delimiters of AppleScript
    set AppleScript's text item delimiters to fString
    set sList to every text item of theString
    set AppleScript's text item delimiters to rString
    set newString to sList as string
    set AppleScript's text item delimiters to current_Delimiters
    return newString
    end ReplaceText
    tell application "OmniOutliner"
    set MyDoc to front document
    set theReply to (choose file) as alias
    set myPath to "file://localhost" & POSIX path of theReply
    set myString to ReplaceText(myPath as string, " ", "%20") of me
    set note of selected rows of MyDoc to myString
    end tell
    Thanks,
    CB

  • File Link to show the image or logo

    Database Version:10g
    Report Builder Version:10g
    Good Morning to one and all,
    Guys Iam Facing the problem to show a logo on the report using the
    Image Url option.If i use the image option and set the path of the logo it is displaying but when i change the option Source File Format to Image Url and Source File name to http://www.XXXXX.com/XXX/images/logo.jpg it is only displaying the text.
    Plss help me out guys
    Thanks & Regards :)

    Denis Thanks for the reply :)
    Actually iam not setting any System parameters.Iam just running the report using Run paper layout option Iam not running it on web.
    Is it compulsory to Run the report in web or set the system parameters to display the logo using the File link???
    Regards

  • Creating square thumbnails from both landscape & portrait images

    I make regular use of a Flash image gallery that requires me to provide small square 50 x 50px thumbnails whatever the shape of the original images. The only solution I have found so far is to first manually sort my original images into landscape and portrait folders and then run a different action on each folder to create the thumbnails.
    Is there any way to design an action that would work equally well on both landscape and portrait images?
    David

    he will do a centered 1;1
    David C Anderson wrote:
    JJMack,
    I am confused. You said that your CraftedActions package has a plug-in script you can use in Actions to do a 1:1 center crop and you said the name of the relevant action was AspectRatioSelection. I have loaded CraftedActions into Actions but cannot see anything called AspectRatioSelection. Please clarify.
    There is no Action for cropping. There are 12 scripts in the package *.jsx they go into Photoshop's scripting Path. Like PSversion\presets\scripts\
    On of the scripts has the name AspectRatioSelection.jsx it is a Plug-in script it does not crop it can set AspectRatioSelection and make AspectRatioPath they can be rectangular or ellipse. You can record a Cropping action using it.  Takes two steps.
    Step 1 menu File>Automate>Aspect Ratio Selection...  in the dialog set it like this
    Follow that step with Step 2 menu Image>Crop
    That will do the largest 1:1 centered crop possible. You can follow that with a Image Size or Automate fit image and set width and height to 50PX
    That would look like this note red checks I turned off the fit image step

  • How do i send an html file exported from muse as email blast with images and live links?

    My question it:
    How do i send an html file exported from muse as email blast with images and live links?
    I have designed a "website" in adobe muse and exported it as an html file. I am not sure how to send my .html file in an email!
    Best,
    Nicole

    Unfortunately, the answer is, you don't. The requirements for HTML displayed in an e-mail reader are very different than those for HTML displayed in a browser. The output of Muse won't work as an HTML e-mail. You could upload the Muse site as a website and provide a link to it in an e-mail, but the HTML generated by Muse is not suitable for direct display by an e-mail program.

  • How to load and display a byte array (jpeg) image file dynamically in Flex?

    My web service client (servlet) received a binary jpeg data from an Image Server. The Flex application invokes the
    servlet via HttpService and receives the binary jpeg data as byte array.  How could it be displayed dynamically
    without writing the byte array to a jpeg file?  Please help (some sample code is very much appreciated).

    JPEGEncoder is only useful for converting BitmapData to ByteArray, not the other way around.
    By the way JPEGEncoder and PNGEncoder are part of the Flex SDK now, so no need to use AS3Lib (alltough it's a good library to have around).
    To display/use a ByteArray as image, use a Loader instance with the loadBytes method.
        Loader.loadBytes(bytes:ByteArray, context:LoaderContext = null);
    Listen for the complete event on the Loader.contentLoaderInfo and get the BitmapData in the event handler.
    private function loadJpeg():void {
        var loader:Loader = new Loader();
        loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaderCompleteHandler);
        //jpgBA is the ByteArray loaded from webservice
        loader.loadBytes(jpgBA);
    private function loaderCompleteHandler(evt:Event):void {
        var t:LoaderInfo = evt.currentTarget as LoaderInfo;
        // display the jpeg in an Image component
        img.source = t.content;
    <mx:Image id="img" scaleContent="false" />

  • How do I store images in a jar file to be displayed on a jsp?

    Afternoon all,
    I have created a java component which accepts some parameters and returns a string. The returned string contains html tags to display a table in a webpage when rendered through a browser.
    I want to be able to add this component to any java web project to display my table. The problem is that I want to use images in my table to give the appearance of curved corners.
    How do I store images in my component and render to a webpage?
    Thanks in advance,
    Alex

    You won't be able to make the install of this library as simple as the installation of a jar file. You can't access the images directly in the jar.
    There are a few approaches you can take:
    1 - jar file + resources:
    Have the install as being a jar and a "resources" directory which you store all the images in. Thus the images become part of the web application/web site and are accessible. Probably need to allow an entry in web.xml to configure where/what this directory is called.
    2 - jar file only:
    Provide a servlet to access the images, which will load them from the jar file, using the ClassLoader.getResourceAsStream(). Requires declaration of a servlet in the web.xml file. Won't be as efficient as having the images on disk, but will keep them bundled in the jar file.
    you would generate code such as <img src="myImgServlet?img=.....">
    Cheers,
    evnafets

  • File name and displaying images

    I am trying to rename all the jpg files i have in my directory, to consecutive number. eg. 1.jpg, 2.jpg. as a new comer to the java world, im not too sure if i have doen it right. could you check...
    Also, after i renamed the files i want the images displayed side by side across the screen..
    This is teh code...
    import java.awt.*;
    import java.applet.Applet;
    import javax.swing.*;
    import java.io.*;
    import java.io.File;
    import java.io.IOException;
    public class GetImages extends Applet {
         public static void main(String[] args) throws IOException
    // File (or directory) with old name
        File file = new File("picture1.jpg");
        // File (or directory) with new name
        File file2 = new File("1.jpg");
        // Rename file (or directory)
              int xx;
              xx = 0;
       if (xx<500) {
       file.renameTo(new File(xx+".jpg"));
         xx++;
    private Image image;
    public void init() {
       image = getImage(getDocumentBase(), (xx+".jpg"));
    public void paint(Graphics g) {
         int x, y, counter, numberOfImages;
    x = 0;
    y = 0;
    counter = 1;
    numberOfImages = 21;
    while (counter != numberOfImages) {
              g.drawImage(image, x, y, 15, 15,this);
              x = x + 15;
              counter++; im not too sure where i am goign wrong?

    You're really trying to do two things: rename the files and display the images. Let's work on one at a time. First, to rename the files, you'll need to get a list of the files in the directory. Look at the Javadocs for java.io.File (http://java.sun.com/j2se/1.5.0/docs/api/java/io/File.html) for the way to do this.
    Once you have the list of files, you need to loop through them and rename each one. A for loop will be a good way to do this. You'll have an array of Files, so your code might look something like this:
    // Get your array of Files and call it something simple like 'files'
    int numFiles = files.length;
    for( int x = 0; x < numFiles; x++ )
    // Rename the file
    }The for loop will start at 0 and loop until x is equal to numFiles.

  • Can you trace which Indesign files link to a specifik image?

    I have an image database, that multiple Indesign files link to.
    I am not the original author of the Indesign files nor the image database, so I have no overview of how many Indesign files links to each image.
    And now I have an image I would like to make a change in - but I am afraid to do so, when I do not know in which Indesign files the image is used.
    So my question is - is there a way to track links made to a specific image in any Adobe programme?

    May be Flow could do the trick for you....?
    http://indesignsecrets.com/let-the-good-times-flow.php
    ps. I have not used it myself, so I really can´t say if it solves your problem....

  • 'File Link' shows image on local pc only

    Hello All,
    I am trying to make a report with an image as background image ...for doing this i tried inserting File link and given a path of image and when i run on the local developement pc it shows the image ...
    but when i give the same link to another developer to check, he can not see that background image ...rest everything is visible as it is ...
    To avoid the file sharing problem ...i shared the folder which contains image and then given full network path as image path but then too same result.
    what i should do to achieve this ....?
    regards
    Jinesh

    As always there are a few options:
    1. Include the xml in your virt... snap/config your app but don't build, add the file to the correct location in the files section. This will make the file pretty much static though, only the virt app would be able to edit it.
    2. Use folder isolation settings to allow the virt app to see the xml file on the PC. Snap/config your app but don't build, in the files section add the folder path of your xml. Set isolation(for all folders in path based on need) to either merge or writecopy. I personally try to avoid merge if at all possible. look at the zav help section (search for isolation) to see a description of the isolation settings.

  • Smart collection of image files linked to InDesign documents?

    I would like to create a Smart Collection that finds all of the image files linked to InDesign documents in a specific folder.
    I am the yearbook advisor at school and I need to easily find all of the images that have been placed so that we don't reuse images by mistake.
    I have no scripting experience, so I can't create something myself, and I haven't been able to find anything that does such a thing.
    Many yearbook design software programs do offer something like this - indicating that an image has been used previously.
    I guess it would need to look at the metadata of the InDesign Files for the Linked Files and then pit all of the files found there into a Smart Collection.  Ideally, I would be able to further limit it by file type. ANd to not include Master pages if so desired (although that would just be a bonus!)
    I greatly appreciate any assistance anyone can give.
    Thanks!

    I'd be glad to give it a shot, even though I'm a beginner (and I am afraid I am out of my depth), but i'm missing something obvious because I could download and install the script, but if I try to open it to edit it, I just get gobbeldygook.  Any chance you could paste the script here?
    Again, I really appreciate your help.

Maybe you are looking for