PNG files not opening in Fireworks in XP

In Windows Explorer, when I click on a .png file, it opens in
the picture viewer, not Fireworks. I've tried to associate .png
files to Fireworks, but it does not work. What steps do I need to
take to change XP registry to make this happen? Thanks!

HI Tracey, hmmm this is unusual indeed.I'd concur this is not pecifically a Compressor.app issue, more likley the sub-coponents.
Just another thought... would you have a look in /var/logs/ or use the console.app to see if there are any error messages issued by Quicktime X.app when you attempt to open the seond clip? It was usual that QT would display an error through the QT ui.... but who knows.
There maybe some other error messgae  indirecty related by an asynchronous process that is kicked off by QT through the framework... again who knows.
Anyway if you see any unual error messages relating to the DECODing of the clip, you might post these for the readers to see and perhaps attempt then to isoltae the QT X opening issue.
post your results back for others to see if you can.
warwick

Similar Messages

  • Getting Message as "File not open", when I ran background Job

    Hi,
    I developed a Migration Program, Which reads the data from Application serever and procced with further process in back ground mode.
    Same program is workind fine in Development System in Back ground mode (SY-BATCH = 'X', Scheduled a batch Job). So I transported to Quality system.
    Now When I run the program in background mode (SY-BATCH = 'X', Scheduled a batch Job), getting Message as "File is not Open" at Quality system. So I debugged the Batch job  through "JDBG", and found file opening and reading the content sucessfully.
    But its not working without debugging mode and getting message as "File not open".
    Is there any Authorizations required for background mode (without debugging).
    So can you please help me on this how to solve this issue.

    Try this code:
    DATA: PATH_NAME(80) TYPE C,
            LV_FILENAME TYPE STRING.
      DATA: LW_XSTRING         TYPE XSTRING,
            X_LEN             TYPE I.
      DATA: FILE_AUTH_ERR TYPE REF TO CX_SY_FILE_AUTHORITY,
            FILE_OPEN_ERR TYPE REF TO CX_SY_FILE_OPEN,
            FILE_OPEN_MODE_ERR TYPE REF TO CX_SY_FILE_OPEN_MODE,
            FILE_CLOSE_ERR TYPE REF TO CX_SY_FILE_CLOSE,
            FILE_CONVERSION_ERR TYPE REF TO CX_SY_CONVERSION_CODEPAGE,
            FILE_TOO_MANY_ERR TYPE REF TO CX_SY_TOO_MANY_FILES,
            MESS TYPE STRING,
            W_TEXT TYPE STRING.
      DATA: L_RC TYPE INT4.
    concatenate pathname lv_filename into lv_filename.
    TRY.
          OPEN DATASET LV_FILENAME FOR INPUT IN BINARY MODE MESSAGE MESS.
        CATCH CX_SY_FILE_OPEN_MODE INTO FILE_OPEN_MODE_ERR.
          W_TEXT = FILE_OPEN_MODE_ERR->GET_TEXT( ).
          L_RC = 1.
        CATCH CX_SY_FILE_AUTHORITY INTO FILE_AUTH_ERR.
          W_TEXT = FILE_AUTH_ERR->GET_TEXT( ).
          L_RC = 2.
        CATCH CX_SY_CONVERSION_CODEPAGE INTO FILE_CONVERSION_ERR.
          L_RC = 3.
          W_TEXT = FILE_CONVERSION_ERR->GET_TEXT( ).
        CATCH CX_SY_TOO_MANY_FILES INTO FILE_TOO_MANY_ERR.
          L_RC = 4.
          W_TEXT = FILE_TOO_MANY_ERR->GET_TEXT( ).
        CATCH CX_SY_FILE_OPEN INTO FILE_OPEN_ERR.  "File already open
          L_RC = 5.
          W_TEXT = FILE_OPEN_ERR->GET_TEXT( ).
      ENDTRY.
      IF L_RC = 0.
        L_RC = SY-SUBRC.
      ENDIF.
      IF L_RC <> 0 OR SY-SUBRC NE 0.
    Issue Error message in open file.
       CONCATENATE MESS 'Open dataset failed'  w_text INTO MESS SEPARATED BY SPACE.
       message Exx(yyy) with mess.
          ELSE.        "file exists and can be opened
      ENDIF.

  • PDF File not opening in browser for sharepoint 2010

    Recently we have moved our web application from one server to another in Sharepoint 2010. Back up of entire web application was taken and restored in another server. But in the new server , the PDF files in the document library is not getting opened in browser.
    it always open in browser
    I have already made following changes but didn,t work
    Set browser file handling to Permissive from central admin
    Set "open in browser" in setting s of doc library
    Set the doc library file handling property using $docLib = $web.lists["Your Document Library Title"] $docLib.BrowserFileHandling = "Permissive" $docLib.Update()
    Added "AllowedInlineDownloadedMimeType.Add("Application/Pdf") in web app
    Installed Adober eader in client machine
    Even after trying all these, the PDF files are still opening in Client application(Adobe reader) but not in the browser
    It would have been great help if anybody provide a solution for this. I have been banging head on this for two days

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • JNLP file not opening in Windows 8 and IE 10

    I am trying to launch the ROES ordering tool through WHCC prints and it has always worked on my other IE 10 through Windows 7 but on my new computer with Win 8 I cannot get it to launch because of the JNLP file not opening... and it won't work on desktop
    mode either... What do I need to do??

    Hi,
    Have you installed the java Runtime Environment?
    If not, I would also suggest you to refer to the link to install the latest version of Java:
    http://www.java.com/en/
    Please note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Then follow the link to set default programs as Java for the file:
    Choose the programs
    Windows uses by default
    http://windows.microsoft.com/en-US/windows-8/choose-programs-windows-uses-default
    Hope this helps,
    Ada Liu
    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.

  • Pdf file not opening on pushing fdf file with F key in Adobe  Reader

    Well i am a novice developer in case of PDF Development.
    The problem which i am facing is:-
    In our application a PDF document submits the data to server and server sends back FDF to client with f key as http path of PDF which is present on web server.
    This all works well in acrobat professional 7.0 but in abobe reader 8.0 the PDF file doesn't open up on pushing FDF.
    On debugging the problem i found out that if server sends response within 480 milliseconds then reader is showing the pdf otherwise it don't shows up.Since in our application it will always take more than this time because of several operation performed to serve the request posted to server,So the
    PDF will never show up in case of reader.
    I was unable to understand what make it special in acrobat professional that session lasts more than 480 milliseconds whereas in reader the session doesn't last that long.
    I really need uregent help on this.
    Thanks in advance for help.

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Quick Time file not opening

    Suddenly QuickTime 7.5.5 stopped opening the movies stored in one Hard Disc.
    Here are descriptions of how problem occurs:
    1) The preview in finder +column view+ shows only blank space, but not a movie.
    2) Instead of opening the file QT claims that "This is not a movie file"
    3) Not all the movies in the disk are injured but about 80 % of them. There might be in same folder movies that behaves normally and movies that behaves as described above.
    I have restarted the machine few times and repaired the disk with disk utility, with not any couraging results...
    If there were any ideas what the problem might be, and how to fix it, advices would be very much appreciated.
    Screenshots of the problem:
    http://koti.welho.com/tsuonio1/File-not-open.jpg

    Two possibilities spring to mind. One is that the HD itself has been damaged somehow. Try copying one of the "bad" video files to your boot drive and opening from there. If it won't copy, your HD is clearly bad, if it copies and plays then something weirder is going on with the drive.
    The other possibility has to do with the h264 codec you used. Apple's implementation of the H264 standard is a work in progress, they've been gradually adding features that are part of the full standard and may have broken something. If you recently upgraded QT that may be the problem. If you created the files using a third party H264 codec that might explain the playback problems. Also, you should install Perian (www.perian.org) and see if that helps, their codec plays back many formats that Apple doesn't support out of the box.
    You may need to upload one of the bad files to an filesharing website of some kind so that other folks here can download and look at it themselves.

  • .indd files not opening with recently installed Indesign CS3

    The .indd files don't have the Indesign icon next to them, instead they have the win32 icon. When I double click on one of the files an error message appears telling me that...
    "this file is not a valid win32 application"
    Even when I right-click on the file and choose to open with Indesign, it tells me the same thing. Also in this options menu, Indesign is not shown with the Indesign logo next to it, but rather the windows generic 'unknown file type' logo.
    If I open Indesign first however, and then choose file>open and choose the file. It opens fine.

    Exactly my situation yesterday, with the icon disappearing and INDD files not opening within InDesign from Explorer.
    I'm using an early XP Pro, which I guess qualifies it as 32 bit.
    The steps to rebuilding everything using the Folder Options in Windows Explorer are:
    Tools > Folder Options > File Types
    If INDD is not listed, click the New button to creat an entry, otherwise select it and click the Advanced button.
    You have an option to change the icon, so navigate to C:\Program Files\Adobe\Adobe InDesign CS3 and select the InDesign icon.
    Then under actions you need to create four actions that will relate to the context menu choices when you right click an INDD files, so click New and add actions for edit, open, preview and print.
    In the Application used to perform action box enter "C:\Program Files\Adobe\Adobe InDesign CS3\InDesign.exe" "%1"
    Those quote marks are important. Just browsing to InDesign.exe will fill the box for you, but for some reason - for me at least - it creates the %1 indicating to open the file you selected, but it doesn't wrap it in quotes. And without those quotes (at least on my machine) InDesign will start but won't load the file.
    There is also a check box to use DDE. I don't know what's appropriate here, but I ticked the box and it works OK.
    k

  • DW won't open PNG file to edit in Fireworks

    I have a complex Fireworks file inserted as part of my html page. I'm trying to edit and update it from Dreamweaver, but it will not open the file in Fireworks.
    It's a png file that has been updated from an older version of Fireworks, but I've done a save-as and re-exported the slices and html, then re-inserted it into the page. It still will not open the file in Fireworks.
    As a test, I created a new png file, exported it, inserted it into the html page, then tried to edit it in Fireworks. And that does allow me to edit, click done, and then the changes show up on the html page. So it's something with my original file, but I can't figure out what it might be.
    Does anyone have any suggestions on how to get this working?
    Any help will be greatly appreciated.
    Thanks.

    Can you open images normally in Photoshop Elements?  I would recommend including this information as well as which verson of iPhoto and Mac OS you are using to the Photoshop Elements forum.  It might also possibly be a problem with iPhoto but the users in the Photoshop Elements forum should better be able to determine where the problem lies.

  • Unable to open PNG files "not the right kind of document"

    I just noticed this error today when I tried to open several PNG files, some of which I created with Photoshop: "Could not complete your request because it is not the right kind of document".
    I'm running Photoshop 9.0.2 on Windows XP Pro. Opening other file types (gif, jpg) works fine. I also noticed that in the save as dialog box that PNG is not a listed file type.

    PNG certainly is listed as a file type. I have saved many of them using Save As, many quite recently, using PSCS3; and I just did a couple in PSCS2. Here's the Save As box in PSCS2 with an 8-bit flattened image being saved as PNG:
    <br />
    <a href="http://www.pixentral.com/show.php?picture=1PSNAANh2tPbX1MMDLjmQLbHFqm91" /></a>
    <img alt="Picture hosted by Pixentral" src="http://www.pixentral.com/hosted/1PSNAANh2tPbX1MMDLjmQLbHFqm91_thumb.png" border="0" />
    <br />And here's the Save As box in CS2 with a 16-bit layered image being saved as PNG:
    <br />
    <a href="http://www.pixentral.com/show.php?picture=145dp6qArIbj9k8JG23J1jGojM4imR1" /></a>
    <img alt="Picture hosted by Pixentral" src="http://www.pixentral.com/hosted/145dp6qArIbj9k8JG23J1jGojM4imR1_thumb.png" border="0" />
    <br />
    <br />Both PNG images opened properly. The second one opened as 16-bit, flattened (layers aren't preserved in PNG).
    <br />
    <br />And both of the above images were Saved As PNG from PSCS2, also.

  • .png files open in browser even though I have set prefs for .png files to "Always ask" instead. How fo I force Firefox to save .pngs and not open in browser?

    Forefox will not download or ask me to save .png files even though I set that file extension in Prefs -> Applications dialog box to be "Always ask"
    I have to be able to donwload and save .png files and I can't do that if they load in a browser window.

    I find it odd that the browsers on the Android platform can't support this on their own. I know that Google Chrome on it's full blown version for the PC is able to do so without using the Adobe software for the embedded PDF aka using "The Adobe PDF Link Helper" . I would love to see this change especially since I prefer Firefox over other browsers.

  • Photoshop CS2 Cannot read PNG files--"Not Enough Memory"

    Hi! I have a bit of a problem. I've scoured the interwebs for days but can't find a solution.
    My copy of PSCS2 was able to open PNGs in the past, but it just up and decided it doesn't want to anymore. I'm serious--I can't think of any major overhaul or anything I did to cause it, but now it won't read them correctly. It says there's "not enough memory," which doesn't really make sense, when I have a Macbook Pro and nothing running in the background. On top of that, the particular files I've been trying to open are barely 100kb. I've used canvases upwards of ten thousand square pixels in dimension with no problem.
    This is with any PNG file. It's not an "incorrect extension" problem, because I made these files and just need to reopen them to edit things.
    Here are some screenshots that show what's been happening; nothing exciting, but just in case someone notices something I don't:
    That's the picture I want to open.
    And that's what pops up.
    :/ I'm a little dumbfounded. Halp?

    Now, this is strange.
    I restarted my computer and now the message has changed--to a simple one, but albeit still confusing.
    Sigh.
    I didn't do anything but restart my computer.

  • Software Updates Missing and File Not opening in Final Cut Pro

    Hi Experts,
    I am having trouble with Final Cut Pro. Here goes:-
    I tried to load up a FCP file called "Overview" in Lesson One of the Apple Pro Training Series book called "Color". The file would not open and I got the following message alert in FCP:
    "File's format is too new for this version of the application".
    I am running FCP 6.0.1 and so went to check for software updates. I could not find any listed for FCP. I did a quick internet search to make sure and found there were indeed updates to 6.0.1.
    So I guess I have 2 problems:
    1. Why won't a file from a book that was published before I bought FCP work on my app?
    2. Why can't I see updates for FCP in the Software Update application?
    I am mega stuck with this. I have read of similar problems to mine on the internet but have found no solution. I hope that you will be able to help me out.
    Thank you all,
    Bob

    Hi Nick!
    Thanks for your reply. I feel kinda silly now but I have been continuously checking Software Update for 24hrs and I just got a new addition to the list which was called "Pro Applications Update 2008-05".
    Seeing something new, I installed it and it upgraded my Final Cut Applications including FCP to version 6.0.5.
    The file then opened.
    I am truly sorry to have taken your time up. As when I posted last time Nick, you were very prompt and helpful.
    All the best,
    This problem is solved for me and I hope all the other people having this problem find this update as luckily as I just did.
    Bob

  • IWeb "Domain" File Not Opening in Mavericks

    I just bought a new Mac Pro and converted everything over from my early 2008 Mac Pro.  However, my iWeb Domain file will not open in the new Mac.  It defaults to the start up iWeb page asking me to choose a new template. 
    Facts:
    1- Both systems are running same version of Mavericks.
    2- Both systems are running same version of iWeb.
    3- In the Early Mac system, when I open iWeb, the Domain automatically opens.  In new Mac it opens to the "choose a template for your webpage" option.  Same result if I double click on the actual Domain file.
    Troubleshooting already done:
    1- Confirmed this is the only Domain file on the system
    2- Opened same file on old system to ensure it is a valid Domain file
    3- Re saved in old system and transferred over to new system.  Same result when opening.
    Thank you in advance for any insights on this.

    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible in Lion or Mt. Lion enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    For Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Optionsmenu to bring the this window:
    OT

  • .pdf file not opening in Illustrator CS5

    All of a sudden, I cannot get ,pdf files to open in Illustrator CS5. what would cause this?
    Thanks

    Jeremy,
    Or you may go further down the list.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    Edit: Hi Steve. Whatever was white is less so now.

  • .doc File not opening in SAP

    Hi,
         I am a Network Engineer & i am a noob in SAP.
    One of our Customers is implementing SAP in their Enterprise & they are learning it.
    Today, there is an error came in the SAP.Some users are not able to open a .doc File from the SAP Window.SAP expert is saying that its a PC Error.We have re formatted the PC & re installed the Microsoft Office in it.Still, the error is coming in 3 PCs.
    Due to this, they (Users) are not able to download the reports.
      I am attaching a Screen Shot which will give you  the exact type of Error it is showing.Please help me step by step if you know the solution.
    Thanks in Advance!!
    Click on the Link for the Screen Shot:
    [SAP Error|http://i357.photobucket.com/albums/oo15/rajeevpayal/SAP_Error.jpg]
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Sep 28, 2011 3:42 PM

    Hi,
    EXECUTE I18N TRANSACTION CODE--> EXPAND I18N CUSTOMIZING > DOUBLE CLICK ON MS WORD EDITOR--> SELECT BOTH CHECK BOX FOR SCRIP AND SMARTFORMS AND CLICK ON ACTIVE...........
    NOW YOUR FILE CAN OPEN IN SAP...
    ABOVE MENTION STEPS ONLY WORK IN ECC VERSION...
    REGARDS,
    KRISHNA

Maybe you are looking for

  • JNI UnsatisfiedLinkError in Weblogic 5.1.0 SP 8

    I am running Weblogic 5.1.0 with service pack 8 on solaris. We are using a web application called ecare. Servlets are under:myserver/ecare/web-inf/classes/servletsThe JavaBean that uses JNI to connect to the C code is under:myserver/ecare/web-inf/cla

  • Issues with mixer etc for Audigy SE in Windows 7 64bit

    My system is currently Windows 7 Home Premium 64bit and I have just installed the SB Audigy SE PCI card. I have uninstalled the onboard sound software and disabled the onboard sound in the BIOS. I have disabled all audio devices showing in the sound/

  • Looking for a motherboard

    I'm looking for a dual socket LGA2011-V3 that'll work with the Intel 1600 series Does anyone have any good recommendations? Thanks This topic first appeared in the Spiceworks Community

  • Use of contribute for end users

    I am new to the Adobe world and have searched for this answer on this forum without luck. Pardon if this question sounds silly, but does contribute need to be installed on every machine you do edits on via this application? Or can it be installed on

  • 64-bit Oracle software

    Hello Friends.... Can you guys give an opinion and a warning ? Are there any considerations or issues I should be aware of when planning to change my O.S. and Oracle software to a 64bit enviroment ? I'll use Windows 2003 Enterprise 64bits and Oracle