Imported images shift in colour when clicking on preview...?

I import my files from the cf card, as I've always done. The thumb looks fine but when I click on it and the preview is generated, it shifts in colour. And I can't shift it back to where I want it to be.
This seems to have started up suddenly. I have not made any updates nor have a changed my settings.
Can anybody help?
Thanks
mb

Have you changed the settings on your camera(s)?  People usually report this when they see the JPG preview, created by the camera, and then see the converted-from-RAW Image created by Aperture.  The only camera settings that effect the RAW file are for the exposure (aperture, exposure duration, ISO, exposure compensation).
It might also be caused by updating Aperture or your OS to a version that includes a newer version of Apple's RAW converter.  Any recent updates?  What version of Aperture?  Is 10.7.5 correct?
Can you describe the color change?

Similar Messages

  • C++ runtime library error when clicking on preview

    Customer is getting a Microsoft Visual C++ runtime library error when clicking on "preview" tab in Xcelsius
    Full error message is this:
    Microsoft Visual C++ Runtime library
    Runtime error!
    Program: C:\program files\Business Objects\Xclesius\Xcelsius.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact application support team for more information.
    This is a new install of Xcelsius, using Office 2007

    Hi Pete,
    Are you getting this error message for some specific dashboard or any of the file.If this is happening for some specific dashboard, then let me know if you can send me the file to take a look at it.
    Thanks,
    Amit.

  • Imported B&W NEF images appear as colour when opened!

    Odd one here. Have searched the forum but while there are some B&W issues discussed, nothing matches this one.
    OS X 10.6.4, iphoto '09 build (8.1.2). Camera Nikon D90 using NEF images. Camera set to take B&W. Camera is using Colour Profile Adobe RGB 1998.
    Camera takes B&W photos. I can see this in the LCD viewer. I can also see B&W thumbnails of the images via Finder when looking directly into the SD card.
    Then I open iPhoto, select the SD card and even iPhoto will display B&W thumbnails. So far so good.
    Now I do the import into iPhoto, but then after the import is completed the thumbnail images display as colour images. Even when you open the image it displays in colour.
    How can this be ?
    Have not found anything specific to this particular issue on the 'net to date, Any assistance would be appreciated.

    Thanks, I understand what you are saying.
    The Nikon D90, has a Picture Control setting called Monochrome, This I thought, allows the shooter to take the picture in B&W, by doing an in-camera conversion from colour to B&W and stores the B&W image on the card. But then this doesn't explain why it opens in colour on OS X (??).
    So more likely it as you say, the camera is taking and storing a colour image, but has a flag embedded in it to indicate it was 'shot' in B&W.
    Oddly enough, under Windows XP using the free MS NEF viewer, the pictures do actually display in B&W ..thumbnails and when they are fully opened. I suspect then there is a bit or flag in the NEF processor in iPhoto 09 is not recognising and therefore shows the colour version. Does this make sense ?
    Cheers
    Mal
    Oz

  • Making buttons change colour when clicked on, sounds simple......

    hello could somebody please give me the code to make a jbutton change colour when it is clicked on, muuuuuuuuuch appreciated, thanks!!!!!!!!!!!!!!!!!!!!

    w e l l - k e w l !
    I made a few adjustments here. Mainly for myself:- you know when you JUST CANNOT FIND THAT DARN COLOUR !!! - 'Pandavas' sexy little program is right on the button!
    Click on the button and it cycles through colours randomly and tells you the RGB value ...import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class ColorChanges extends JFrame implements ActionListener {  
      int red = 0;
      int blue = 0;
      int green = 0;
      java.util.Random rand = new java.util.Random();
      JButton button = new JButton("Colour Me!");
      JLabel label1 = new JLabel("                  The new colours are:                ");
      JLabel label2 = new JLabel("");
      public ColorChanges() {
        super("RGB VALUES:");
        setSize(200,108);
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);  
        button.addActionListener(this);
        getContentPane().setLayout(new FlowLayout() );
        getContentPane().add(button);
        getContentPane().add(label1);
        getContentPane().add(label2);
        setVisible(true);  
      public void actionPerformed(ActionEvent eve) {    
            red = (Math.abs((rand.nextInt())%255));
            blue = (Math.abs((rand.nextInt())%255));
            green = (Math.abs((rand.nextInt())%255));
            cooller();
      public void cooller() {   
          button.setBackground(new Color(red,green,blue));
          label2.setText("RED: "+red+" GREEN: "+green+" BLUE: "+blue);      
      public static void main(String[] args) {
          new ColorChanges();  
    }

  • Imported image's position moves when updated in Indesign CS6. Why??

    After modifying an imported image from illustrator, the imported image's position moves within the frame of Indesign CS6 when the link is updated.

    You have not provided any relevant information, so nobody can know. you can simply have added content that expands the bounding box. Well, whatever, ask in the relevant forums and be much more specific.
    Mylenium

  • Links working but changing colour when clicked

    Hi
    All my links in my sidebar are working fine i.e. they open the correct page. However, I want the background colour on hovering to be #999 and the links to be #009 when the page opens. The former is fine but when the page opens in any browser the links show up in a different colour even though they are the correct colour when viewed in Design or Live View.
    The css rule is set to background colour #999 and colour #009 but I can´t figure out where the other colour is coming from. Also, when I click on the links in the live browser on some pages they change and stay changed to the #009 colour even when I change page.
    You´ll see what I mean here www.theonlineenglishclass.com
    Thanks

    Sorry to keep on but I keep going back to your page and looking:
    Add this:
    color:#000099;
    to the rule I mentioned in the previous post.
    Your links will then apply the color you want to the text but I think it will then apply to the link in each state.
    Martin

  • Why do certain webpages via google searches (YouTube, google images etc) not load when clicked but load upon page refresh?

    I had problems with my Firefox browser being too slow so recently reset the browser (preserved my bookmarks but lost all my plugins). Now I find that when I am searching for something in google when clicking on certain links the window goes blank/white and shows a long url across the top (showing the link was pressed from a google search) and only if I refresh the page will the link load up.
    Not sure why this is the case and could use some advice.
    Thank you in advance.

    Make your Firefox faster
    *https://support.mozilla.org/en-US/kb/firefox-slow-how-make-it-faster?

  • How to display Image in full size when clicked

    ImageIcon icon = new ImageIcon("C:\\Users\\Ajay\\Pictures\\volt6.jpg");
    ImageIcon icon1 = new ImageIcon("C:\\Users\\Ajay\\Pictures\\vlot9.jpg");
    ImageIcon icon2 = new ImageIcon("C:\\Users\\Ajay\\Pictures\\add.jpg");
    JLabel label = new JLabel();
    JLabel label1 = new JLabel();
    JLabel label2 = new JLabel();
    JPanel bPanel = new JPanel(new GridLayout(2,2,5,5));
    label1.setIcon(icon1);
    label2.setIcon(icon2);
    label.setIcon(icon);
    bPanel.add(label);
    bPanel.add(label1);
    bPanel.add(label2);
    This is the code i am using to add 3 images to a Panel.
    Now when i click on one of the 3 images that are displayed , i want that image to be displayed in a new window.
    Please helpme out.
    I am new to this programming ,any kinda advices are appreciated.
    ThankYou

    I am new to this programming ,any kinda advices are appreciated.you were given good advice regarding standard practices
    [http://forums.sun.com/thread.jspa?threadID=5331674&tstart=0]
    in ignoring the advice given, you decided it was better to waste more time of others,
    with your cross-posting, in your attempt to bludge some code.
    i am new to the programming ........all indications are that you will retain that title.....forever
    so can u explain in detail........anything less would be 'in one ear, and out both'

  • Images shift in CS4 when file reopened

    Recently been having a problem in Illustrator CS4 (MAC).
    I'll design something, place JPG images in the design, use a clipping mask (seems to occur when one is used only) then save the file including linked images (embedded).
    Next day, I reopen the file, and just the images... not the type or shapes... are all moved around on the screen.
    I then move them back, resave the file overwriting the original and seems fine afterwards, but still a pain, and always paranoid something will get sent to print and when they open it the images are moved about.
    Any ideas what may be causing this?
    Mac OSX 10.5.8
    2x2.8Ghz Quad-Core Xeon
    4GB 800Mhz DDR2 memory
    Illustrator 14.0

    Images Shifting
    Since you are embedding them or choosing include links, that rules out someone else may be editing those placed images. You can get type on a path that shifts in CS4 due to the next text engine and updating legacy text. The links palette >> placement options can cause images to shift, but I assume you have not used this.
    Try resetting your illustrator preferences, and keep an eye on the dates on those placed images, and .ai files.
    Save As Groups
    Does not happen to me, and have never seen this. Can we get a layers screenshot, as the naming/structure of these groups might help solve this.
    Sorry to not have better solutions to both your posts, but unless you have some rogue actions that are assigned to keyboard command, your situation is quite unique.

  • Spry data table with photo thumbs, that open larger images and more thumbs when clicked

    Hi,  I'm trying to make a page that has a spry table that has car listings, make model etc... i want that info in the table area, with a thumbnail. when you click on the line in the table for a particular car, i want a window to open with thumbnails and larger pic. I have not been able to find how to get the window to open from the table info...it needs to be easily changeable, for instance as cars are sold, to remove old ones and add new ones with pics...I cant find any tutorials that deal with something like that...if you could point me in the right direction i'd appreciate it

    hi
    well, first, I can only get the text information to show up in the table, the pics do not. no link, no pic nothing, just blank. I did the add spry data, chose my xml file, with schema in the file. chose the stacked container with spotlight, which is for pics according to adobe, loads ok. my xml file is this
    <?xml version="1.0" encoding="UTF-8"?>
    <root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
    <xsd:schema>
    <xsd:element name="dataroot">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="Cars" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="generated" type="xsd:dateTime"/>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="Cars">
    <xsd:annotation>
    <xsd:appinfo>
    <od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
    <od:tableProperty name="Orientation" type="2" value="0"/>
    <od:tableProperty name="OrderByOn" type="1" value="0"/>
    <od:tableProperty name="NameMap" type="11" value="CswOVQAAAACc6U1USJAMRI0VA+hJZ3tPAAAAALGkyOr3xONAAwEAACAIRQVDAGEA
    cgBzAAAAAAAAAEj6ypGxIwNDnryyCm/b7+IHAAAAnOlNVEiQDESNFQPoSWd7T0kA
    RAAAAAAAAAASmFZWi+DCS7sJb9DZmGcBBwAAAJzpTVRIkAxEjRUD6Elne09NAGEA
    awBlAAAAAAAAAHusgDcg7zdMsa3wpnM6LF0HAAAAnOlNVEiQDESNFQPoSWd7T00A
    bwBkAGUAbAAAAAAAAACPdks6OQxFSpf/dAbd/xBPBwAAAJzpTVRIkAxEjRUD6Eln
    e09ZAHIAAAAAAAAAj6yQFEDYy0utEnEK2WD6qgcAAACc6U1USJAMRI0VA+hJZ3tP
    QwBvAGwAbwByAAAAAAAAAE4fCFmx/CtHtwkTeMlLCmEHAAAAnOlNVEiQDESNFQPo
    SWd7T1YAaQBuACAATgB1AG0AYgBlAHIAAAAAAAAAeTU5LE4tLE2logmOBFG+mgcA
    AACc6U1USJAMRI0VA+hJZ3tPUAByAGkAYwBlAAAAAAAAAOBprfb8f75FuDPsJjSJ
    4DEHAAAAnOlNVEiQDESNFQPoSWd7T0kAbQBhAGcAZQAAAAAAAADHHMzcxn4sTbPP
    g+piA6klBwAAAJzpTVRIkAxEjRUD6Elne09NAGkAbABlAGEAZwBlAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAMAAAABAAAAAAAAAAAAAAAAAAAAAAA
    "/>
    <od:tableProperty name="DefaultView" type="2" value="2"/>
    <od:tableProperty name="GUID" type="9" value="nOlNVEiQDESNFQPoSWd7Tw==
    "/>
    <od:tableProperty name="DisplayViewsOnSharePointSite" type="2" value="1"/>
    <od:tableProperty name="TotalsRow" type="1" value="0"/>
    <od:tableProperty name="FilterOnLoad" type="1" value="0"/>
    <od:tableProperty name="OrderByOnLoad" type="1" value="1"/>
    <od:tableProperty name="HideNewField" type="1" value="0"/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="1"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="SPrKkbEjA0OevLIKb9vv4g==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Make" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="2"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="EphWVovgwku7CW/Q2ZhnAQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Model" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="3"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="e6yANyDvN0yxrfCmczosXQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Yr" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="4"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="DecimalPlaces" type="2" value="255"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="j3ZLOjkMRUqX/3QG3f8QTw==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Color" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="5"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="j6yQFEDYy0utEnEK2WD6qg==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="VinNumber" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="6"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="Th8IWbH8K0e3CRN4yUsKYQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="Price" minOccurs="0" od:jetType="currency" od:sqlSType="money" type="xsd:double">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="7"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Format" type="10" value="$#,##0.00;($#,##0.00)"/>
    <od:fieldProperty name="DecimalPlaces" type="2" value="255"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="eTU5LE4tLE2logmOBFG+mg==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Mileage" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="8"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="DecimalPlaces" type="2" value="255"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    <od:fieldProperty name="GUID" type="9" value="xxzM3MZ+LE2zz4PqYgOpJQ==
    "/>
    </xsd:appinfo>
    </xsd:annotation>
    </xsd:element>
    <xsd:element name="Pics" minOccurs="0" od:jetType="anyURI" od:sqlSType="nvarchar">
    <xsd:annotation>
    <xsd:appinfo>
    <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
    <od:fieldProperty name="ColumnOrder" type="3" value="10"/>
    <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
    <od:fieldProperty name="Required" type="1" value="0"/>
    <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
    <od:fieldProperty name="DisplayControl" type="3" value="109"/>
    <od:fieldProperty name="IMEMode" type="2" value="0"/>
    <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
    <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
    <od:fieldProperty name="TextAlign" type="2" value="0"/>
    <od:fieldProperty name="AggregateType" type="4" value="-1"/>
    </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="255"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    <dataroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated="2010-11-09T16:11:16">
    <Cars>
    <ID>8</ID>
    <Make>Toyota</Make>
    <Model>Corolla</Model>
    <Yr>1992</Yr>
    <Color>Blue</Color>
    <VinNumber>1645kjdjdj</VinNumber>
    <Price>19326.3</Price>
    <Mileage>15362</Mileage>
    <Pics xmlns:xlink="http://www.w3.org/1999/xlink"> <-
        <link xlink:type="simple"                                   <-
          xlink:show="embed"                                        <-
          xlink:actuate="onLoad"                                    <-
          xlink:title="Well! This is an image!"                    <-
          xlink:href="2521299015.jpg">                           <-----this was last attempt also did not work
        </link>
       </Pics>
    </Cars>
    <Cars>
    <ID>9</ID>
    <Make>Toyota</Make>
    <Model>Yaris</Model>
    <Yr>2009</Yr>
    <Color>Blue</Color>
    <VinNumber>lakjladlajkd</VinNumber>
    <Price>12536</Price>
    <Mileage>21365</Mileage>
    <Pics>/images/2521299015.jpg</Pics>               <----this is what I've seen the most as what your supposed to have, also does not work for me
    </Cars>
    <Cars>
    <ID>10</ID>
    <Make>Nissan</Make>
    <Model>Sentra</Model>
    <Yr>1985</Yr>
    <Color>Red</Color>
    <VinNumber>akjlkdjf54454</VinNumber>
    <Price>5326</Price>
    <Mileage>24558</Mileage>
    </Cars>
    </dataroot>
    </root>
    no matter how i have tried formatting the image, adding img src etc...nothing makes the pic show up...i need to get this part to work more than any other. what do i put in the xml file that will make a image show up in the dynamic spry table? I cant add a table outside of the dynamically created one, if i do, how will the pics sort correctly with the spry table?

  • Problem with importing images shifting text

    Hi,
    I custom designed a heading and menu on a blank page, and then I added images for a slide show (hyperlinked each one with next previous). My logo or heading is in the exact same place but when you go from one page to the next it giggles/or looks like it's shifting (this looks horrible when you are going through the images). The images are PNG and not very big in size (approx. 380 pixels by 580 at 72 DPI). The text shifting problem does not happen if the images are shrunk or kept at a really small size. I've tried everything I can think of and it def. has to do with the images being a certain size, but it does not make sense as I should be able to work with images that are this size -- they are not even very big to begin with! Any help would be so greatly appreciated. THanks!
    Best,
    Corinne

    you appear to be a mac genius
    Thanks for the compliment but mostly I just regurgitate what I've learned here. Regarding the image size I don't think you need to do anything. The only set of photos that are jpgs and can be downloaded are those in the Mollen and Drew section. The rest of them are java based and cannot be downloaded, only obtained via a screen capture. I don't know what you did differently for Mollen and Drew's page but it is different from all the others in that first gallery. However, the other pages can take the view to the overall gallery were the links to Blank # are visible. The few pages I visited of those, Blank 34 and 41 had jpgs for the large view that could be downloaded. Is that what you want? If so you might consider putting a watermark on the photos. This example was done with Photoshop but there are 3rd party applications that can automate the process, putting any text or icon on the photo in the location of your choice. iWatermark is just one of several. You can find them at VersonTracker.com.
    The current iWeb converts the photos to 800 x 600 and uses java for the slideshow and gallery. This makes it more difficult to download a photo. A viewer would have to make a screenshot of it in order to get a copy.
    Of the five one your gallery page only Mollen and Drew are of the type of page that has jpgs as the larger image. How was that page created as opposed to the one for Georgeen and Tobias. They are two different types of photo/slideshow pages.
    OT

  • Image background changes colour when exported

    Hi there,
    I have placed a jpg image (also tried it as a bmp) onto my report... The section background is white... The image background is white.
    When the report is run, everything appears fine... HOWEVER, when the report is exported to PDF, the image background is slightly tinted (ie RGB 255, 255, 255 to 251, 254, 253).
    I've tried the Report Options / Retain original image colour depth and Export Registry Settings options listed in other posts but still get the same results.
    Does anyone have any ideas so I can hopefully this customer off my back.
    Cheers,
    Mat

    When you zoom in PDF file the color depth decreases. In report level make it in large size and try to export it.

  • Element 7 image losing all colour when published on website

    I created a background in elements 7 for my website. when i publish it, it shows up in full colour on the computer i designed it on but shows up grey and colourless on other computers, mac and PC. Any ideas why?

    What format is the image, what web design program are you using, and how are you placing the image into it (drag/drop, code, etc.)? If you're coding, are you sure the source image is correctly placed in your folder structure and that it uploaded?
    If this is a giant file in terms of KB/MB is it possible it's just too big and is taking a really long time to load?

  • In Firefox 8.0, why are certain apparently random images appearing as solid black boxes? These images can be accessed when clicked on. (Cache has been cleared; no effect)

    In facebook, the images sometimes appear as they should, and then they gradually shift to black. Although it appears that the images affected are random, the images that initially turn black remain consistent in their behaviour upon return visits.

    Thank you for your reply.
    I followed the instructions implicitly and could find nothing amiss. I followed the directions at "https://support.mozilla.com/en-US/kb/Images or animations do not show" and disabled the security software. RealPlayer is not installed.
    The problem images remain blacked out.
    The issue also occurs with certain images I personally upload to Facebook.

  • Imported images have jagged edges when scaled down

    Perhaps I'm missing something really obvious (like the quality thing in the After Effects timeline), but I imported a Photoshop image, a logo, scaled it down to 15%, and it has jagged edges. Ditto for a TIFF version of same. Starting resolution is plenty large.

    You can adjust the apparent size of the image in the "media" tab of the property inspector. Select the photo in the media bin (not the layer in the timeline), then the media tab in the insepctor.
    try reducing the size of the image to the size you are scaling it to (of course, you'll have to adjust the scale property of objects in the timeline which use that image). for example, if the image is 1000px wide, and you're scaling it 15%, then adjust the media size to 150px and restore the scale to 100%.
    YMMV but it's worked well for me. sometimes adding a slight gaussian blur helps (<.25). it would be more effective to scale in an image editing app (like photoshop) to the desired size, but this is more flexible.
    -r

Maybe you are looking for

  • Where is my MemoPad??

    Hi!  I have synced all media files via Blackberry Desktop Software - all successful - but my MemoPad notes have cleared and i cannot find them anywhere on my Mac.  Any ideas where they would be, or how to restore them? The new notes I have added sinc

  • I have pse 12 - in organizer I cant find the rating stars under thmb nails. enlarging doesnt help.??

    I Have PSE 12- Cant find the rating stars under my imported thmb nails. I have tried enlarging the thmb nails but no good. Thanks for reading this question / ???

  • Excel export sum of cells problem in ssrs report

    Hii all i have ssrs report when i export it to excel and try to take sum of block of cells , it just shows me row count  not sum of values which i have selected to sum.. please have a look on this .. the data in cell is a text .. help please .. Dilip

  • Images not turning out as they look in PS

    Lately I have been having some issues with my processed images.  They look good in PS, and in Windows Image Viewer as well as on Facebook (which is odd because FB generally compresses them bad), but when loaded into a phone, tablet, or uploaded into

  • Snmp polling across firewalls

    I have an issue with my firewalls polling my snmp stations.  The issue is that my smnp server is unable to poll a connected interface on the firewall on a different network. We are using two /24 networks across a managed connection for redundancy pur