Launch and edit problem from Dreamweaver to Fireworks

> This message is in MIME format. Since your mail reader
does not understand
this format, some or all of this message may not be legible.
--B_3266405159_588474
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit
Hi
Not sure if this is a Fireworks or Dreamweaver problem but
here goes.
I¹ve created a graphic in Fireworks CS3 on the Mac and
Exported the HTML and
related images. I open the HTML file in Dreamweaver CS3, all
fine so far.
Then I highlight the table and click the ŒEdit in
Fireworks¹ button and it
throws up a warning dialogue saying ŒCannot launch and
edit. The Fireworks
table could not be found in the HTML. Please export from
Fireworks and
re-import the HTML into Dreamweaver.¹
What?!!
I¹ve only just exported it from Fireworks! It¹s
even got the Fireworks table
code in the Code section, so what¹s going here?
Has anyone else had this?
Gaz
--B_3266405159_588474
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Launch and edit problem from Dreamweaver to
Fireworks</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN
STYLE=3D'font-size:12.0px'>Hi<BR=
>
Not sure if this is a Fireworks or Dreamweaver problem but
here goes.<BR>
I&#8217;ve created a graphic in Fireworks CS3 on the Mac
and Exported the H=
TML and related images. I open the HTML file in Dreamweaver
CS3, all fine so=
far. Then I highlight the table and click the
&#8216;Edit in Fireworks&#821=
7; button and it throws up a warning dialogue saying
&#8216;Cannot launch an=
d edit. The Fireworks table could not be found in the HTML.
Please export fr=
om Fireworks and re-import the HTML into
Dreamweaver.&#8217;<BR>
What?!!<BR>
I&#8217;ve only just exported it from Fireworks!
It&#8217;s even got the Fi=
reworks table code in the Code section, so what&#8217;s
going here?<BR>
<BR>
Has anyone else had this?<BR>
<BR>
Gaz</SPAN></FONT>
</BODY>
</HTML>
--B_3266405159_588474--

> This message is in MIME format. Since your mail reader
does not understand
this format, some or all of this message may not be legible.
--B_3266407908_747577
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit
When you export the sliced graphics from Fireworks it places
them into a
table. In my instance the code says...
<!-- fwtable fwsrc="Brands.png" fwpage="Page 1"
fwbase="Brands.jpg"
fwstyle="Dreamweaver" fwdocid = "325827661" fwnested="0"
-->
So it recognises Fireworks was the the graphics app and jumps
back to it
when you want to edit the image. Fireworks then displays (or
should) a
ŒDone¹ button over the window. You do your alts and
press Done to update the
HTML and graphics back in Dreamweaver automatically.
That¹s the only table I was referring to Murray.
On 4/7/07 3:02 pm, in article
[email protected], "Murray
*ACE*" <[email protected]> wrote:
> Why would you be wanting to edit the table in a graphics
editor, instead of
> an HTML editor?
--B_3266407908_747577
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: Launch and edit problem from Dreamweaver to
Fireworks</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN
STYLE=3D'font-size:12.0px'>When =
you export the sliced graphics from Fireworks it places them
into a table. I=
n my instance the code says...<BR>
<BR>
&lt;!-- fwtable fwsrc=3D&quot;Brands.png&quot;
fwpage=3D&quot;Page 1&quot; fwba=
se=3D&quot;Brands.jpg&quot;
fwstyle=3D&quot;Dreamweaver&quot; fwdocid =3D &quot;32=
5827661&quot; fwnested=3D&quot;0&quot;
--&gt;<BR>
<BR>
So it recognises Fireworks was the the graphics app and jumps
back to it wh=
en you want to edit the image. Fireworks then displays (or
should) a &#8216;=
Done&#8217; button over the window. You do your alts and
press Done to updat=
e the HTML and graphics back in Dreamweaver
automatically.<BR>
That&#8217;s the only table I was referring to
Murray.<BR>
<BR>
On 4/7/07 3:02 pm, in article
[email protected], &quot;Murr=
ay *ACE*&quot;
&lt;[email protected]&gt; wrote:<BR>
<BR>
<FONT COLOR=3D"#0000FF">&gt; Why would you be
wanting to edit the table in a =
graphics editor, instead of <BR>
&gt; an HTML editor?<BR>
</FONT></SPAN></FONT>
</BODY>
</HTML>
--B_3266407908_747577--

Similar Messages

  • Copy and Paste Problem in Dreamweaver CS5.5

    Hi All,
    I saw the posts for Dreamweaver CS4 for copy and paste problems. I tried all the suggestions but to no avail.  My copy and paste would not work. Then I found what worked for me...
    I went to Edit --> Keyboard Shortcuts --> and I changed from "Dreamweaver Standard" to "Dreamweaver Mx2004". For the moment, it is working.  I am on XP Professional.
    From the other posts the suggestions were...
    Switch to Classic Mode
    Delete the Configuration file
    Uncheck "Enable related files"
    It was a problem for sure, and hopefully I won't be back for this one  :-)  Good luck

    Hello,
    The problem has been solved by over writing the � font.properties � file in jre/lib/� .
    The changes given as follows:
    # Exclusion Range info.
    # exclusion.dialog.0=0500-20ab,20ad-ffff
    # exclusion.dialoginput.0=0500-20ab,20ad-ffff
    # exclusion.serif.0=0500-20ab,20ad-ffff
    # exclusion.sansserif.0=0500-20ab,20ad-ffff
    # exclusion.monospaced.0=0500-20ab,20ad-ffff
    That is, we comment the lines having Red foreground color.

  • How to store ,retreive and edit  data from an xml file

    I am new to XML. I am creating a phone book in JSP with backend as an XML file.How can I store retrieve and edit datas from a jsp file.
    Please provide me with examples.I dont want to use bean.
    Please provide examples

    You will have to do some leg-work yourself. You will probably want to use DOM to parse and manipulate your XML data. Xerces (xml.apache.org) is a good open source parser. There are extensive examples on their site.
    - Saish

  • Unable to Launch Photoshop CC 2014 from Dreamweaver CC 2014!

    Although I still have DWCC and DWCS6 still on my PC - and the roundtrip editing from within Dreamweaver works flawlessly - it does not work with DWCC2014 when trying to get PSCC2014 to open an image for editing.
    All I see is an error message stating:
    'Unable to launch - please be sure this application exists and that there is enough memory to run it.'
    Has this roundtrip feature been removed in DWCC2014? If so, why?
    It works perfectly well on the same PC with earlier versions - but I would like to remove the two earlier versions to free up space.

    Atul_saini123 wrote:
    Moving the discussion to Photoshop General Discussion forum.
    Why to Photoshop the error seems to be from dreamweaver which has a support forum and The problem seems to have been addressed there Re: Unable to Launch Photoshop from Dreamweaver

  • Drag and drop problem from wizard inside another drop

    I am using JDK 1.5.0_11 Swing.
    I am facing a Drag and Drop problem which is described below:
    A drag and drop operation invokes a wizard, from which another wizard is invoked. Within one of the panels of this 2nd wizard, I am trying to do a drag and drop from a JTextarea to a JTree node, but am NOT able to. I am not getting any exceptions. I have written a transfer handler for the JTree node to handle the text transfers from a JTextArea. When I try to do a drag and drop from a JTree node to another JTree node I'm getting the 'InvalidDNDOperation: drag and drop in progress' exception.
    When the 2nd wizard is invoked directly, I am able to do the drag and drop from JTextArea to a JTree node and also from a JTree node to another JTree node.
    I tried spawning a new thread for the 2nd wizard, but am still unable to initiate drag and drop.
    Should I be spawning a new thread for the 1st wizard?
    Message was edited by:
    sbandyop

    Please post Swing questions in the Swing forum: http://forum.java.sun.com/forum.jspa?forumID=57

  • Importing and editing video from DSLRs onto iPad 2

    Hi,
    I'm reading that it's not possible to import video direct from a DSLR (Nikon D7000 or Olympus Pen, for example) onto the iPad 2, and edit, then export.
    Is this the case?
    I'd like to be able to work remotely, taking stills and video (with audio) that I can then edit on the iPad and upload.
    Any help would be appreciated.
    Cheers!
    Greg

    I FOUND A WORKAROUND!!!!! GET ANY DSLR VIDEO UP TO 720p/30fps to work!! W()()T!!! [NO PC REQUIRED AT ALL!!!!]
    Check my Video: http://www.youtube.com/watch?v=a8-crriMQms
    YYEEE HHAWW!!

  • Remove and Edit Song From Queue For A New Feature?

    First time post on a forum but I really think that being able to edit and remove songs from my queue would be slendid. Don't you think so?

    iOS 6, coming this fall, will include a new feature that allows you to designate a VIP list for just this purpose.  This feature will be supported on the iPhone 4.  See "Mail" here: http://www.apple.com/ios/ios6/.

  • Why won't my file names and edits export from iPhoto

    I spent hours making edits to some photos and I see my new file names and edits in iPhoto but when I export or drag them into a new folder none of the file names or edits are copying over.  How can I fix this?

    Add a Title to a photo - which is what you do in iPhoto - is not the same as renaming a file.  There is no way to rename a file in iPhoto, you can, however, choose to use the Title as a filename when you export.
    File -> Export
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • Can you access files and edit them from different computers in Creative Cloud?

    I want to understand the workflow we can have. We have three computers and would like to access and edit the same files in Creative Cloud. Can you do this? I understand I may have to purchase two licenses but will this give everyone access to the same files and able to edit and upload files.
    We do this in Dropbox now but with Creative Cloud is sounds like all I can do is share a file for them to comment on, not edit?

    Hi Olivia,
    With Creative Cloud, file editing comes in via downloading Adobe applications with a Creative Cloud membership. While you cannot edit within Creative Cloud, you can share files with your coworkers which can then be downloaded, edited in an Adobe application, and reuploaded to the Cloud.
    Be aware that although you can have two computers activated on the same Creative Cloud membership, you cannot use the same application on two computers simultaneously. A Creative Cloud membership is for one user that can be used on one or more computers.
    You may want to look into the Creative Cloud Team Ready, that targets work environments like yours. You can read more about Team Ready here.
    Hope this helped clarify your questions!

  • When right clicking on a doc file and choosing create a pdf file....Word 2013 launches and creates problems. We are using Acrobat Pro. Is there a way to turn off this feature in Word 2013?

    Is there a way around Word 2013 hijacking Acrobat Pro "create a pdf" process? When right clicking on a doc file and choosing "create a pdf" .......the Acrobat process will beging but then Word 2013 jumps in and creates problems.

    That's exactly why it needs to support it... The support means the
    application was tested in the supported environment and is known to work
    well in it. In unsupported environments you can get all kind of strange
    conflicts like the one you're experiencing.
    On Tue, Apr 21, 2015 at 7:27 PM, timmm4731946 <[email protected]>

  • The problem to retrieve and edit Universe from server

    I use CmsResourceService.retrieveUniverse to retrive *.unx from server to local.
    Then , I use LocalResourceService to load *.blx and cast to RelationalBusinessLayer and throws exception in my program.
    The exception is
    NestedException Interface requested not found : csLIB
    com.sap.tools.commons.exception.NestedException: Interface requested not found : csLIB
      at com.sap.tools.commons.exception.NestedException.create(Unknown Source)
      at com.businessobjects.mds.services.parser.decoder.DataFoundationSQLDecoder.getPRM(DataFoundationSQLDecoder.java:81)
      at com.businessobjects.mds.services.parser.decoder.DataFoundationSQLDecoder.<init>(DataFoundationSQLDecoder.java:96)
      at com.businessobjects.mds.services.parser.decoder.UniverseSQLDecoder.<init>(UniverseSQLDecoder.java:40)
      at com.businessobjects.mds.services.parser.EncodeDecodeHelper.decodeExpression(EncodeDecodeHelper.java:301)
      at com.businessobjects.mds.services.helpers.BindingHelper.decodeExpression(BindingHelper.java:250)
      at com.businessobjects.mds.services.helpers.BindingHelper.decodeResultExpression(BindingHelper.java:264)
      at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.getResultExpression(MdsToSdkBusinessLayerConverter.java:336)
      at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.copyBusinessItemProperties(MdsToSdkBusinessLayerConverter.java:296)
      at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.createSdkItem(MdsToSdkBusinessLayerConverter.java:251)
      at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.copyMdsToSdk(MdsToSdkBusinessLayerConverter.java:212)
      at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.copyMdsToSdk(MdsToSdkBusinessLayerConverter.java:217)
      at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.createSdkModel(MdsToSdkBusinessLayerConverter.java:146)
      at com.sap.sl.sdk.authoring.businesslayer.internal.services.BusinessLayerModelToModel.createSdkModel(BusinessLayerModelToModel.java:31)
      at com.sap.sl.sdk.authoring.local.internal.services.LocalResourceServiceImpl.createSdkBusinessLayer(LocalResourceServiceImpl.java:187)
      at com.sap.sl.sdk.authoring.local.internal.services.LocalResourceServiceImpl.loadInternal(LocalResourceServiceImpl.java:168)
      at com.sap.sl.sdk.authoring.local.internal.services.LocalResourceServiceImpl.load(LocalResourceServiceImpl.java:130)
      at com.sap.sl.sdk.authoring.samples.EditUniversesDemo.editUniverse(EditUniversesDemo.java:82)
      at com.sap.sl.sdk.authoring.samples.EditUniversesDemo.main(EditUniversesDemo.java:38)
    Caused by: com.sap.connectivity.cs.core.CSError: Interface requested not found : csLIB
      at com.sap.connectivity.cs.extended.ImplementationManager.getImplementation(ImplementationManager.java:151)
      at com.sap.connectivity.cs.extended.ImplementationManager.getConfiguration(ImplementationManager.java:195)
      at com.sap.connectivity.cs.extended.NLDBProvider.populateMap(NLDBProvider.java:49)
      at com.sap.connectivity.cs.extended.NLDBProvider.getManager(NLDBProvider.java:157)
      at com.sap.connectivity.cs.extended.Provider.getEnvironment(Provider.java:93)
      at com.sap.connectivity.cs.extended.ConnectionServer.JobProfile(ConnectionServer.java:532)
      at com.sap.connectivity.cs.api.trace.EnvironmentLogger.JobProfile(EnvironmentLogger.java:609)
      at com.businessobjects.mds.services.relational.PrmProperties.getDbParameterSet(PrmProperties.java:1394)
      at com.businessobjects.mds.services.relational.PrmProperties.loadFunctions(PrmProperties.java:1437)
      at com.businessobjects.mds.services.relational.PrmProperties.loadParameters(PrmProperties.java:1411)
      at com.businessobjects.mds.services.relational.PrmProperties.<init>(PrmProperties.java:155)
      at com.businessobjects.mds.services.relational.CsService.getPRMProperties(CsService.java:1159)
      at com.businessobjects.mds.services.parser.decoder.DataFoundationSQLDecoder.getPRM(DataFoundationSQLDecoder.java:79)
      ... 17 more
    Caused by: java.lang.UnsatisfiedLinkError: no cs_jni in java.library.path
      at java.lang.ClassLoader.loadLibrary(Unknown Source)
      at java.lang.Runtime.loadLibrary0(Unknown Source)
      at java.lang.System.loadLibrary(Unknown Source)
      at com.sap.connectivity.cs.library.ConnectionServer.<clinit>(ConnectionServer.java:330)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Unknown Source)
      at com.businessobjects.connectionserver.ConnectionServer.getImplementation(ConnectionServer.java:428)
      at com.businessobjects.connectionserver.ConnectionServer.getInstance(ConnectionServer.java:132)
      at com.sap.connectivity.cs.extended.ImplementationManager.getImplementation(ImplementationManager.java:144)
      ... 29 more
    But If I use IDT Tool to create unx in the local and publish to the server. I use the same program and I can load blx in the program without exception.

    Hello Iris,
    If you are using Eclipse IDE to run the application for Editing local business layer, please follow the below instructions:-
    Add the jars in the class path by configuring the build path of your project & add all the jars from the location "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\java". These jars contains the interfaces which is requested by Semantic Layer based applications.
    Go for Run->Run Configurations->Arguments->VM Arguments. Define the location of your connection server such as -Dbusinessobjects.connectivity.directory="C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer".
    Go for Run->Run Configurations->Environment. Declare a new environment variable path specific to the java class & point it to the location C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86 which contains all the BusinessObjects DLL to make the communication between UNX universe to the database.
    Build & Clean your project & run your application once again.
    If you are using the standalone deployment, you can try the below steps:-
    Create a batch file for compiling the java program containing Semantic Layer Java code.
    declare the classpath & define all the libraries in the classpath from the below folder:
    C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\java
    C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\SL SDK\java
    define the java compile command with the name of the java class along with the class path entries.
    set the environment variable to point the BusinessObjects DLLs: C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86
    define the java run command to run the java program along with the JVM argumnets: -Dbusinessobjects.connectivity.directory="C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer
    Please refer the attached txt file, convert the attached .txt file to .bat file, do the necessary changes according to your environments & try to run the batch file.
    Hope it helps.
    Thanks,
    Shailendra

  • Balanced Scorecard web presentation and editing problems

    Hi all,
    I am working with BSC on SEM-BW 6.0 - when I access the web presentation/editing transactions (UMB_LAUNCHPAD_WEB and UMB_CUST_WEB) I can not see any graphics like cause-and-effect chain and other graphic stuff. Since the cause-and-effect chain can be only modeled on the web with this version, this is a real problem. I know this is due to the right or wrong Java Runtime Environment. Can anybody help me on this? Which JRE version do I need installed on my PC to have the graphics work?
    Thanx in advance and waiting for your hints
    eweret

    What you need from your old Mac is a file titled Domain.sites2 which will be located in the your Users/Home/Library/Application Support/iWeb folder where the home folder is the one with this icon:
    Find that file and move/copy it to the same folder on your new Mac.  If there is none go to the Application Support folder and create an "iWeb" folder.
    If you do not have that  domain file you will have to start over from scratch and rebuild your site.  iWeb cannot import published html files.  However, Chapter 2.3 on the iWeb FAQ.org site has tips on using some of the existing files, image, audio, video, etc., from the published site in the recreation of the site.
    To publish to a 3rd party FTP client I suggest you publish your site first to a folder on your hard drive and then use the free FTP client Cyberduck to upload the site folder and its index.html file to the server.
    OT

  • IMovie Storage and editing Problems

    I am new to this! Transfering DV tape approx 1 hour to IMOVIE
    message comes up "Not enough space on disc". (using Macbook)..I have fitted a firewire Lacie 250mb ext hd., run IMOVIE from there but it wont let me use this as a default drive. How do I do this please so I can (a) transfer intially and (b) edit?
    macbook   Mac OS X (10.4.7)  

    Make sure the LaCie drive uses the disk format iMovie requires. If it doesn't, iMovie won't be happy.
    The project MUST reside on a disk that uses the "Mac OS Extended" disk format (optionally followed by "Journaled"). If the disk uses some other format, iMovie can't reliably save the project to disk.
    Internal disks use the correct format, but many FireWire drives purchased off the shelf use a different format. When you buy a disk, always check the format.
    To check the format, Control-click on the disk icon in the Finder and choose "Get Info" from the popUp menu. The disk format is shown in the window that opens.
    If necessary, use Disk Utility to reformat the disk. WARNING: that erases all the files on the disk, so make backups.
    It doesn't hurt to reformat a new disk anyway. A freshly-formatted disk is more reliable. Some users have reported iMovie problems going away after reformatting an external disk that already had the "right" format. Disks can have problems that reformatting solves.
    Karl

  • Issues with freezes and HD problem from DU

    I could write multiple pages about all the symptoms and everything that happened, but knowing that many won't read it anyway here is a short story of what happened to my MBP. Please help me out if you can!
    Lately my MCP13 has been freezing and the only way was to get it out was shutting it off and turning it on. Once I couldn't boot it. Of course, I tried everything but the only solution was to boot it from the install disk and run disk utility. Many times the computer froze as soon as I launched DU or it could not find my MacintoshHD. After three times of rebooting, it detected the MacintoshHD and said that it is corrupt (number of volumes incorrect xxxxxy instead of xxxxxx). I repaired it and it seemed fine after one more check. Then I rebooted the computer and ran DU again. It said that the files were corrupt (same problem), I turned off the computer, launched it from the disk again and repaired it. Once I turn it on from MacHD I run DU again and it says that files are corrupt again.
    Anything had similar issues? What should I do besides taking it to the AppleStore?
    Thanks for reading this,

    If it's under warranty, Apple will do it. If not, search the Apple Support site for the instructions for your model. Example:
    MacBook Pro (13-inch, Mid 2009) - Hard Drive Replacement Instructions

  • Loading EMF and Conversion Problem from EMF to SVG in Adobe illustrator CC

    Hello,
    I have downloaded trial version of adobe illustrator CC.
    I am importing .emf file into adobe illustrator CC. it loads an emf file properly with its content but my emf file contains some lines(--------) also..imported emf file doesn't show any line.
    My main motive is convert this emf file into svg file. but as because my emf file is not imported properly, so as with SVG.
    Ask one more important thing, why converted svg file from emf appears to be having different fonts and margins.
    Kindly help

    The problem is once I finished with the art, I deleted the template, and there's a big art board there and it's in the way, I don't want it to affect the size and dimensions of the channel art. I just need it to be 2560px by 1440px wide, is there any way I can save it exactly like that?
    Not sure what you mean by "it's in the way."
    The size of the artboard doesn't necessarily affect the "size of the art." (There are some workflow scenarios where the artboard size is recognized and utilized, but for the most part it is simply a 'passive' boundary.)
    If your art is 2560px X 1440px, and you want the artboard to match, double-click the artboard tool and choose "Fit to Artwork Bounds" at the top of the preset menu.

Maybe you are looking for