Issue with Metadata Dimensions (CS4)

Hi Guys,
I am having an issue with changing the Dimensions in the Metadata field.
I work mostly in Illustrator I have selected an Illustrator file (see picture above) and the document is 9.5" x 4.125" in size (an envelope)
The Dimensions are correct (in pixels) but the Dimensions (in inches) are wrong.
My question is, how can I fix/change this to show the correct size (in inches) or change the Dimensions option from Pixels to Inches?
Thanks!
Jason

This now shows the size @ 72 PPI when toolTips is enabled when you hover over a thumbnail...
WidthHeightCount = function(event){ 
   if ((event.type == 'hover') && (event.object instanceof Thumbnail)) {
           var Thumb  = new Thumbnail(event.object.spec);
app.synchronousMode = true;
Thumb.core.preview.preview;
app.synchronousMode = false;
var Resolution =0;
var height = Thumb.core.quickMetadata.height;
var width = Thumb.core.quickMetadata.width;
Resolution = Thumb.core.quickMetadata.xResolution;
if(Resolution ==0) Resolution =72;
var Width = (width/Resolution).toFixed (2);
var Height = (height/Resolution).toFixed (2);
Thumb.core.itemContent.tooltip = "Width = " +Width+" In"+ "  -  Height = "+ Height+" In";  
   return { handled:false};
app.eventHandlers.push( { handler: WidthHeightCount } );
var prefs = app.preferences;
try{
if(!prefs.ShowTooltips) prefs.ShowTooltips=true;
}catch(e){}

Similar Messages

  • Graphics Card issues with Premiere Pro CS4

    Hey there,
    I've placed the screenshot of my problem at the bottom of this post.
    I'm having lots of issues with premiere pro CS4 and editing videos since I upgraded to Windows 7. I have some .mpg and .MP4 videos. Both of which play fine in WMP, VLC, WinAmp, VirtualDJ etc. But when I load them into PPRO CS4, as you can see in the screenshot they go green and pink. And they don't move. I.e you see one still image and hear only audio.
    Now a fix I have found for this is to uninstall my graphics card. But this is no way an option to edit videos, as the resoultion goes from 1920 x 1080 to 1024 x 768.
    I should add that I am runnig the following system:
    Dell Vostro 1000 Latpop
    Windows 7 Ultimate 32Bit
    2.00Ghz AMD Sempron Processor
    2GB RAM
    ATI Radeon XPress 1150 Graphics card
    I have the latest graphics card drivers installed. I am just wondering what the problem is, and a potential fix. Would be great to hear any advice,
    Regards,
    Adam.

    OK, here are some other things to think about:
    ATI/AMD Catalyst seems to have an issue with one of the latest versions, maybe rollback to an earlier version.
    Depending on your OS, check Hardware Acceleration (though this usually affect smoothness of playback) in Control Panel>System>Hardware>Advanced.
    Check your OpenGL settings.
    In Catalyst, turn OFF any GPU Acceleration
    That's about all that I can think of for now, and those are shots in the dark.
    Good luck,
    Hunt

  • QTFC Issues with Premiere Pro CS4?

    Hello there.
    So recently, I have been having issues with my adobe programs. I have the Master Collection CS4 and when I launch programs like After Effects, it tells me the following.
    "QuickTime functions will be disabled because a compatible version of QuickTime could not be found"
    and here's my real issue. When I go to launch Premiere Pro CS4, I get the following error.
    "Adobe Premiere Pro.exe - Entry Point Not Found
    The procedure entry point QTCF_CFUniCharGetUnicodePropertyDataForPlane could not be located in the dynamic library link QTCF.dll"
    I click OK and it pops up again, then premiere launches. How do I get rid of this error? I have tried reinstalling Master Collection and Quicktime but that didn't help.
    I cannot afford to reformat computer as I'm very busy and need my programs to work.
    Thankyou for your time and support.
    -Matthew.

    To answer your question. I had the same problem that you had. I was using Quicktime 7. So I downgraded by downloading Quicktime 6.4
    Here's a link:
    http://docs.info.apple.com/article.html?artnum=120297
    So I installed QT 6.4, and the error message is no longer there. But there is another issue, I try to import or find a file that is a .mov and it says File format not supported. Which is weird because you get that if you don't have quicktime installed. That may be an entirely different problem. But hope this at least helps you answer your question.
    UDP&R Staff
    http://udpr.bluangelnet.com

  • Issue with Metadata when importing 30K images from Photoshop Elements 7

    I'm a new mac user and am moving ~30k images from my PC to my mac. I have photoshop elements 7 that I use on the pc and am moving everything over to Aperture. I maintain all of my organization on the PC using "key words". I made sure to move all of the metadata over to the Mac with the images. However, I would say approx 5,000-10,000 of the images have the wrong Metadata. For example, a key-word "Vacation" is showing up on an image that should say "Christmas". This is just an example and it's creating major issues with my smart albums. The wrong images are in the wrong albums. Help!?!?

    Hi Shellie
    Is anyone familiar with PSEDBTOOL? I've been told it will do a good job applying metadata to files inside PSE but I'm afraid to run it and have it screw up my current library.
    I'm not familiar with that tool. What I will say is that your caution is well founded. If you do try to run anything like that on the PC side, ensure first that you have a backup of any data that might be modified - and that you (a) know how to restore from the backup in case anything goes pear-shaped and (b) you've actually tested your backup (by doing a restore) and are confident with its integrity.
    One other thought has occurred to me since earlier. Let's try a different tool...
      – Locate one of your problematic master files - on the Mac side - as exported from PhotoShop Elephants.
      – Open it in Preview. (It lives in the Applications folder.)
      – Select +Tools > Show Inspector+ (if the Inspector is not already showing from an earlier session).
      – Click on the Inspector icon which resembles a simplified traditional magnifying glass.
    That displays the keywords in the file.
    How do they compare with your expectations (from PSE)? How do they compare with what's showing in Aperture?
    This won't solve the problem, but it might just shed some more light on the problem.
    Regards,
    Gary

  • JCO connection issue with MetaData

    Hi all,
    I have created Jco connection...and while creating them i have used SSO method for creating application data and user/id method for Metadata...it works fine now...but my concerns is with MetaData.
    I have used user/id of an employee who is a user in r3...no whenever this user gets locked for some or the other reason ....all the ess user face a problem in accessing user specific data...
    can i use user/id of a user who is not an employee but has SAP_ALL for creating MetaData Jco...will this workout or is it a complusion that the user must be an employee in r3 ????
    If this is not possible than what is the way out to resolve this???
    Awaiting response...
    Thanks & Regards,
    JJ

    generally we use SAPJSF user as and set this user as communication users that means SAPJSF can't enter R/3 backend system unless it's a Dialog user.
    also you can assign SAP_ALL profile to the user
    Vijay
    Edited by: Vijay Mohan on Oct 27, 2008 12:55 PM

  • Issue with font dreamweaver cs4

    Hi,
    i have a powerbook with tiger and dreamweaver 8, and also i have a mbp with leopard and dreamweaver cs4.
    My issue is with font rendition .. i mean, i setup both system a software with the same parameters, code view in Dreamweaver with Monaco at 8pt, and in Look (System preferences) disable antialiasing for font smaller than 8pt. The issue is the with configuration the code appears in two different ways. With powerbook the view is fine, instead on mbp the font is like with antialising and it appears out of focus.. why does it happen?
    The only different thing is the screen resolution 1440x960 against 1400x900..
    Do you have any suggestion? Or code font to suggest..
    Many thanks

    On the MBPro, open FontBook, select the font, then from the Menu Bar, click File/Validate Font and see if that helps.
    Carolyn

  • Issue With Metadata In THM Files

    It seems in LR3, THM files with embeded metadata (location) had no issues displaying.
    In LR4 beta, only sublocation and country code are displaying (city , state , country are blank).
    P.S: Altitude and GPS display fine.
    Thanks

    hgeorg, I will contact you privately to obtain a sample file.
    Becky

  • Having issues with calculated dimension

    Hi,
    I just downloaded1.15 version of desktop Lumira and was trying to create a calculated dimension from and existing (but hidden) dimesion but Lumira just keeps spinning when I hit save in the formula editor.
    My formula is if {RDTE} > "04/223/2014" and {RDTE} < "05/13/2014" then "P05" else "NA".
    My diemnsion is a character set (ABC) but i also tried the same by converting to Date dimension with the same outcome.
    Anyone else has similar experience. I find the help document lacking in details. Any insights much appreciated...RND

    Hi Rumy
    Not that there should be any excuse for why saving would spin (that is an issue in itself that should be investigated), I recently had to do a similar date comparison and I used the following formula.
    if DateDiffInDays({Deal End Date}, {Deal Plan End Date}) > 0
    then "Delayed"
    else "Closed"
    I have not had a chance to compare if the results would work the same if I compared the two days as you did. Just wanted to share this in case it might be useful.

  • Frame rate issue with AVCHD and CS4

    I've been using a Canon HG20 recently and the whole experience of AVCHD has been a nightmare. I finally have a computer that can handle playing the native files in the Premiere timeline but it looks like there's a problem with the frame rate. It was shot at 1920 x 1080 and the frame rate was set at 60i.
    When starting a new project I used the AVCHD 60i preset and the clips don't need rendering which tells me the settings should be correct. But something is definitely very off. I thought there was a slight chance it was a performance problem so I tried burning footage to a DVD and it looks exactly the same. Here's a clip I uploaded that shows the problem:http://www.vimeo.com/6443990
    Does this look familiar to anyone? Any ideas on what the disconnect between the camera's settings and Premiere's settings might be?

    It looks like it might be skipping frames or something. The movement looks wrong.
    Just realized something. Please forgive my ignorance, it's only my second day using CS4. The clips I place into the timeline have a yellow bar above them. So I'm guessing this means that the frame rate of the clip doesn't match the project settings. I've tried all of the AVCHD presets. I can't place a clip in any of them without the yellow bar. When I right click on a clip and select 'properties' it shows the frame rate is 29.97. So what's with the yellow bar if the project settings match that?
    Is there a way to tell if the HG20 shoots in 24p over 60i? And if that's the case how does that affect my project presets?
    I have to be making some kind of simple newbie mistake here.

  • Installation issue with trial of cs4

    Hi,
    Maybe you have heard this before but I am going to ask anyway. I am presently running vista ultimate on my system and downloaded the 30 day trial to cs4. When I try to install the program it asks to insert dvd which i don't have because it's a trial. Can anyone help me fix this?
    Thanks

    Did you extract the files in the download?

  • Security Issues with Win7 and CS4

    In CS4, When I try to save a file to which I have made a change, I get the message:
    "Could not save N.....(title) because the file is locked. Use the Properties command in Windows Explorer to unlock the file"
    Really? I have 10's of thousands of files which, if I want to add a layer and save, I have to go back to Bridge, locate in Explorer, click Properties and change "All Users" to full control.
    That's obscene!
    When I get there, "Everyone" is highlighted and given only read and read/execute permissions, on the Security tab. The file isn't locked AFAIK The "Read" box is blank. I can change permissions, but it's good for only this one file, and when looking at Security settings globally, "Everyone" isn't listed.
    I need to find a global way around this, and I cannot find it. I am logged on as Admin, and I know there is another layer of Admin. Can that be invoked globally, and how? Is this the right way or is there another? Is it a Photoshop problem or OS problem?
    Thanks!

    That's where I looked, but that's not the right place.
    Nothing like noodling a paradox like the Russell "Set of All Sets" to get you going!
    I went back to XP to see what happens there. No problem. BUT, I did see a commonality (the paradox breaker looms!) Both the "Edit" folder and "N" drive are shared on the network.
    I broke the connection and now it works fine.
    If you go to a particular folder or drive in Win7 and click "Share", the first line in the menu that opens says "Nobody"!!
    Need I say more?
    Thanks, Charlie. You did help.

  • Small issue with CS3 / CS4 in Vista 64

    Hello,
    Recently made the move from XP 32 to Vista 64 and I'm having
    issues with CS3 and CS4 when it comes to inserting images and/or
    browsing for background images in a CSS file.
    The first issue I have is where the cursor starts out. See
    the image below:
    http://img391.imageshack.us/my.php?image=ps1hb9.png
    Currently when the select image dialog appears, my cursor is
    nowhere to be found. This is easy enough to get around with the
    n key but annoying none the less.
    My second issue is more upsetting. When I type in the name of
    a folder (for example the Downloads folder from the previous
    picture) and press the enter key, a strange character followed by a
    colon and a backslash is added (:\). The character changes but the
    colon and backslash is always the same.
    See:
    http://img513.imageshack.us/my.php?image=ps2cm6.png
    This never happened on XP32 but for some reason Vista (and I
    tried out server 2008 as well) 64 bit causes this issue.
    Any help would be greatly appreciated,
    Mike

    Zoodia, do you have the same problem with Vista 32 and what
    version of vista do you have?
    Or does nayone else has the same problem with Vista and
    please include version and 32 or 64 bits.
    thanks
    Frenchy ASP

  • Issue with Google Analytics Character Encoding (Contribute changes the code)

    I am wondering if there are any admin settings to work around this issue. This is an issue with Contribute CS3/CS4.
    Editing a page in Contribute turns encoded characters into unencoded characters. For example, turning "%3C" into "<". Encoded version has no errors.
    Un-encoded characters in Google Analytics code causes Scripting Errors on each page you open in Contribute, make loading slower, and make it difficult just to browse the site using Contribute.
    Specifically changing this:
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    to this:
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'></script>"));
    </script>
    (I believe it is the double </script></script> that might be causing the error to pop up.)

    Set the link encoding option as "Insert Links As Is", under Administer website dialog.

  • AVCHD with PR PRO CS4

    Hey guys
    Wanted to ask about possibly upgrading in the near future to the SONY HDR AX2000 (currently use HDV- which has it's own issues with pr pro cs4- choppy playback not really being one of them though)
    Anybody have this camera or similar cam with AVCHD- (either sony, panasonic)- does it run relatively smoothly in PR PRO CS4 or would I be running into choppy playback with just 2-3 pip video tracks
    my system
    adobe prod prem cs4
    win 7 64 bit pro
    i7 980x- 6 core
    12 GB RAM
    1 TB 7200 rpm system drive
    1 TB e-sata 7200 rpm media drive
    1 TB 7200 rpm media cache drive
    any thoughts?

    Jim -
    Pardon the interuption. I'll try to be brief. I'm an old PR PRO 6.5 user( current old desktop is truly 'outdated'/no power ).  I got out of the 'tape' cameras. For starters, bought a Canon Vixia HF21( AVCHD ).   Am having trouble importing into current laptop using PR PRO CS4(Master Collection ).   Installed AVS4YOU Video Converter.   Took 5HRS 28MIN to convert a 51min program( imported in 4, .mts files - the 2GB thing ) to .AVI file, then tried MPEG2.   When in PP CS4, shows up 1/4 size on Program Monitor( I even 'stretched it' in the Program Monitor to full size ).   After editing, sent to Encoder.  After 5HRS 21MIN, sent to Encore.  Resulting DVD is sluggish, blurry, choppy, anything else that can happen.  
    Currently using laptop....( 'cuz I have 2 small projects to finish )
                     Gateway NV53 laptop
                     AMD Athlon II Dual-Core M320  2.1GHz
                     4GB memory
                     500 GB HHD ( partitioned -- 100GB-OS; 400GB-video )
                     2TB  external ( for finished projects )
    Want to build new desktop.. SOON ( from NewEgg )...
                     ASUS M4A78L-M AM3 AMD 760G  --  mobo
                     AMD Phenom II x6 1090T  6core ( 3.2GHz )
                     ASUS ENGT 440  GeForce GT 440 / 1GB / 128-bit GDDR5 video card
                     G SKILL  16GB(4x4GB) 240 pin DDR3 SDSRAM 1600 ( PC 12800 ) --  memory
                     WD 640GB/7200/3.0Gb/s  HDD ---  OS
                     WD 2TB/7200/6.0Gb/s HDD --- video drive
    Will CS4( CS5, CS5.5 ) run off an AMD ?
    System suggestions, please.
    thanks for your ear/patience.

  • Hyperion Planning- Account dimension - Sort Order Issue with ODI 11.1.1.5

    Hello Experts,
    First of all, I thank you everybody in this forum for posting their valuable suggestions.
    I am facing a strange issue with ODI (Version 11.1.1.5) while loading metadata to Planning ACCOUNT dimension (Version 11.1.2.x). I am using a Oracle view to load metadata to this dimension. I have defined the sort order in the view and enabled SORT_ORDER_BY_INPUT. For the fresh load to the dimension, everything is working fine. But, when I move a member from one parent to another parent, and define it as the top member of new parent, it is missing its sort order.
    But it is working fine if you define it as the second, third...or last member under new parent. I have tried all the possible ways by flipping all the properties but unable to fix it.
    Please help me here to resolve this issue.
    Your help is greatly appreciated!!
    Thanks
    Edited by: user11965311 on Sep 20, 2011 7:07 PM

    To be honest I think you are best logging it with Oracle because it sounds like you are doing everything correctly so it could be a bug.
    Have you tested this on any previous versions of ODI or is it a new installation?
    If it does get logged with Oracle please keep me informed of the outcome as I would be interested to hear.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for