Configuration/Workspace/Designer.xml file missing

My Designer.xml file is missing. Anyone know where can I find this?

save the following to Designer.xml and move to C:\Program Files (x86)\Adobe\Adobe Flash CS4\Common\Configuration\Workspace
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<panelset>
  <application/>
  <document maximize="true" rect="0 0 500 500"/>
  <panelframe dock="left" height="801" width="282" x="0" y="12">
    <panelcontainer expanded="true" height="118" visible="true">
      <panel height="118" id="tools" unconstrainedheight="736" unconstrainedwidth="30" width="278"/>
    </panelcontainer>
    <panelcontainer expanded="true" height="637" visible="true">
      <panel height="637" id="droverproperties" unconstrainedheight="114" unconstrainedwidth="278" width="278"/>
    </panelcontainer>
  </panelframe>
  <panelframe dock="right" height="801" width="212" x="1" y="12">
    <panelcontainer expanded="true" height="350" visible="true">
      <panel column0id="1" column0width="230.00" column1id="2" column1width="230.00" column2id="3" column2width="70.00" column3id="4" column3width="135.00" column4id="5" column4width="70.00" filename="" height="350" id="droverlibrary" previewwithgrid="0" previewwithmoviebackground="1" sortasending="1" sortcolumn="1" splitter="0.34" unconstrainedheight="300" unconstrainedwidth="278" width="208"/>
    </panelcontainer>
    <panelcontainer expanded="true" height="114" visible="true">
      <panel height="114" id="align" unconstrainedheight="114" unconstrainedwidth="208" width="208"/>
      <panel height="114" id="info" unconstrainedheight="114" unconstrainedwidth="208" width="208"/>
      <panel height="114" id="transform" unconstrainedheight="114" unconstrainedwidth="208" width="208"/>
    </panelcontainer>
    <panelcontainer expanded="true" height="268" visible="true">
      <panel height="268" id="mixer" unconstrainedheight="268" unconstrainedwidth="208" width="208"/>
      <panel height="268" id="swatches" unconstrainedheight="268" unconstrainedwidth="208" width="208"/>
    </panelcontainer>
  </panelframe>
  <panelframe dock="top" height="146" width="543" x="0" y="0">
    <panelcontainer expanded="true" height="123" visible="true">
      <panel height="123" id="drovertimeline" isInLayerMode="false" unconstrainedheight="180" unconstrainedwidth="600" width="539"/>
      <panel height="123" id="keyframeeditor" unconstrainedheight="180" unconstrainedwidth="600" visibleTab="false" width="539"/>
      <panel height="123" id="output" unconstrainedheight="180" unconstrainedwidth="600" visibleTab="false" width="539"/>
      <panel height="123" id="compiler errors" unconstrainedheight="180" unconstrainedwidth="600" visibleTab="false" width="539"/>
    </panelcontainer>
  </panelframe>
</panelset>

Similar Messages

  • XML file missing in numbers 08

    I have recently had to perform an erase and reinstall of snow leopard. On trying to get everything that was working fine before I find that I am now unable to open my numbers documents, this in spite of the fact that I wrote them in numbers 08 and have not updated to numbers 09 since reinstalling snow leopard. What's going on, do I really have to spend £80 just to open existing files with a programme that I already own?

    Your message isn't really clear.
    The title tell "XML file missing in numbers '08".
    Then you write that you are now unable to open your numbers documents.
    At last, you wrote that you have not updated to mumbers 09 since reinstalling snow leopard.
    Must I understand that you used numbers 09 before reinstalling snow leopard ?
    *If you did, the behaviour may be normal.*
    When you opened a numbers '08 document with numbers '09,
    *if you saved them* they where changed in Numbers '09 documents which can't be opened by numbrs 08.
    The soluce would be to install the iwork '09 trial version,
    open your documents with it then
    Use 'Save As" which gives you the ability to save them as numbers '08 files.
    Yvan KOENIG (VALLAURIS, France) dimanche 28 mars 2010 22:23:22

  • Configure the log4j.xml file

    Hello All,
    I am trying to configure the log4j.xml file, so that i can get differnet logging messages based on the level to different log files. for ex: info messages in info.log, debug messages in debug.log and so on...i tried using the below...but, no luck.
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
    <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
    <appender name="UCF_Exception" class="org.apache.log4j.RollingFileAppender">
         <param name="File" value="UCF_Exception.log"/>
         <param name="Append" value="false"/>
         <param name="MaxFileSize" value="1000KB"/>
         <param name="MaxBackupIndex" value="2"/>
         <layout class="org.apache.log4j.xml.XMLLayout">
              <param name="LocationInfo" value="true"/>
         </layout>
    </appender>
    <log4j.logger.UCFExceptionLogger>
         <level value ="debug"/>
         <appender-ref ref="UCF_Exception" />
    </log4j.logger.UCFExceptionLogger>
    </log4j:configuration>
    getting exception
    log4j:WARN No appenders could be found for logger (UCFExceptionLogger).
    log4j:WARN Please initialize the log4j system properly.
    Can someone help me...

    I'm not 100% sure this is possible with log4j, but if it is then you've still got some errors in your log4j.xml file
    Change
    <log4j.logger.UCFExceptionLogger>
       <level value ="debug"/>
       <appender-ref ref="UCF_Exception" />
    </log4j.logger.UCFExceptionLogger>to
    <logger name="UCFExceptionLogger>
       <level value="debug"/>
       <appender-ref ref="UCF_Exception" />
    </logger>
    The log4j jar includes a DTD. You can use the free version of XMLSpy to validate your log4j.xml file against it.
    Steve                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to configure crystal report xml file as data source in BOE in Solaris?

    Hi,
    How to configure crystal reports from xml file as data source in Solaris? I didn't find any suitable driver for xml / excel files for sun solaris.
    Which driver i have to use to connect xml file to crystal report to view my crystal report in solaris BOE?
    And the same way excel file as data source for crystal report.
    Thanks

    Hi Don thanks for the reply,
    In windows environment I donot have any problem when creating crystal report from Xml file and Excel file. After creating reports when I publish those into boe server in solaris, getting connection failed error.
    My solaris BOE server doent have any network connection with windows machines. So i have to place the files in solaris server.
    Below the steps what I tried:
    1. Created crystal reports from cr designer in windows using ADO.Net(xml) and in another try with Xml webservices drivers. Reports works well as it should.
    2. Saved in BOE repository in Solaris server from crystal reports and changed database configuration settings as:
        -Used custom database logon information and specified cr_xml as custom driver.
        -Chnaged database path to file directory path according to solaris server file path </app/../../>
        -tried table prefix also
        - Selected radio button use same database logon as when report is run saved.
    My environment :
    SAP BOXI3.1 sp3
    crystal reports 2008 sp3
    SunOS
    Cr developing in windows 7.
    For Excel I tried with ODBC in windows but I can't find any ODBC or JDBC drivers for Excel in solaris.
    Any help to solve my issues
    Thanks
    Nagalla

  • XML file missing some schema after upgrade to 8.8

    Hi Experts,
    We have already upgraded from SBO 2005A to 8.8.  We have Add-on developed ourselves to export sales order, purchase order to xml file from SBO.  But the schema <Costingcode> is missing from the file.  How to include this schema back to the 8.8 xml file?
    Regards,
    Eric

    Eric,
    I am not 100% clear on your question, but there have been changes between Business One 2005A an 8.8.  I recommend that you look at the Compatibility Issues/Changes for 8.8 at this link ...
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20f81618-0ab4-2c10-0eab-f5255034e5d7
    Also, I am not sure where you originally pulled the CostingCode from (I assume the document lines object?), but it is still available via the Document_Lines Object via the DI API, so you should still be able to access this.
    Eddy

  • Regarding XML file miss information

    Dear Expert,
    I am facing issue in XML file ,issue details as follows ,
    1) IDOC(outbound) generated successfully with all required information .
    2) In PI, schema used to convert IDOC data to XML , in graphical mapping functions are used to check the condition and convert the data accordingly.
    2) In PI Enterprise Servise builder and integration builder, message mapping for IDOC is correct
    It convert source data to destination data using customize function which convert idoc data into XML file . But here some data are missing for only those fields have customize function are used for conversion.
    3) When XML file generated on FTP server successfully but in that some fields are showing blank data for those fields have used functions.
    Regards,

    2) In PI Enterprise Servise builder and integration builder, message mapping for IDOC is correct
    It convert source data to destination data using customize function which convert idoc data into XML file . But here some data are missing for only those fields have customize function are used for conversion.
    >>
    Points to a mapping issue. troubleshoot your mapping first in ESR and check if there is a proper result.
    in case the results are coming correctly but only when u do and end to end test with the same data the result is different, it should be a cache issue. Try to refresh the cache and try again.

  • COnfiguring Struts-config.xml file for two level popup windows?

    This is the code for 1st level
    <action path="/search/advanced" scope="request" parameter="method"
                   type="org.fao.gilw.agris.action.AdvancedSearchAction" name="advancedForm" validate="false">
                   <forward name="failed" path="/search/advanced.jsp" redirect="false"/>
                   <forward name="success" path="/search/advanced.jsp" redirect="false"/>
              </action>"search" is the main window, in this window I'm opening/loading a pop-up window called " advanced" ..the above code is for this
    Now again i want to pop-up another window in "advanced" page
    So how to configure for this in Struts-config.xml file...?

    Better post this question at a Struts related forum. There is a mailinglist at their own homepage and a forum at Nabble.com.

  • Config.xml file missing after using pack/unpack (WebLogic 12c)

    Hi,
    When I use the utilities pack/unpack to "copy" a domain from one physical server to another one, I end up with the config directory where there is no config.xml file while on the source physical there is of course this file.
    If I use the scp command (I work under Linux) to "copy" the domain I do not encounter problem and I can start the Node Manager and the WebLogic server.
    Did someone faced this situation?
    How did you solved it? Or, is there something that I am missing?
    Kind Regards.

    Hi all!
    I am having the same problem with WebLogic Workshop 8.1 SP4.
    Any idea?
    Thanks in advance.

  • Wlw-manifest.xml file missing con:conversation-state-table entries

    Hello,
    (cross-posted from weblogic.developer.interest.jndi)
    I am using WebLogic 8.1.4 (WLI 8.5). When our wlw-manifest.xml file is generated, it is MISSING all the <con:conversation-state-table> tags which typically contain the name of the database table that is required for each "top-level-component".
    Typically when you compile your WebLogic project into an EAR file a wlw-manifest.xml file is generated for your project, including any JMS Queues and database tables that are required to run in production mode.
    Previously we were using WebLogic 8.1.3 (WLI 8.3) and those entries were created correctly in the wlw-manifest.xml file, but after our upgrade they are not being created anymore. NOTE: The JMS queue entries are still being correctly created after the upgrade.
    Any idea what I need to do with WL 8.1.4 (WLI 8.5) to get the table names generated into the wlw-manifest.xml file again? A compiler argument or something like that perhaps?
    Thanks in advance,
    Chris

    Hi all!
    I am having the same problem with WebLogic Workshop 8.1 SP4.
    Any idea?
    Thanks in advance.

  • Configuring the Logconfig.xml file

    I would like to configure the Logconfig.xml(for presentation services) so that the log file that is created is in the format of the log file that is generated by usage tracking(comma separated values) or store it directly to the table.
    Is it possible?
    where can i find some detailed information about the various writers(filelogwriter,coutwriter)

    I will try to make it clearer:
    The server I have access to runs Tomcat through Apache. The only way I can access files is if I put them under httdocs.
    The question is quite simple: without having my clueless host remap everything, how can I access files in the Tomcat directory, where those files rightly belong?
    There should be a simple way to do it in a web.xml file, but have been unsuccessful thus far.

  • Configuring SPA2102 through xml file

    Can anyone help me? I have an SPA2102 and i want to configure it through an xml file, but it doesnt seem to work, the xml im sending is the following:
    <flat-profile>
    <User_ID_1_>user</User_ID_1_>
    <Password_1_>password</Password_1_>
    </flat-profile>
    Since all i want to change is the account, but when i load it with the http://ipaddress/admin/resync?tftp... i get the following message,  SPA will resync the profile when it is not in use and reboot
    you can click HERE to return to the configuration page, but it never reboots,and if i do it manually, it stays the same, so i would appretiate if someone could help me, and point me in the right direction, telling what is that im doing wrong. Thanks in advance. 

    I will try to make it clearer:
    The server I have access to runs Tomcat through Apache. The only way I can access files is if I put them under httdocs.
    The question is quite simple: without having my clueless host remap everything, how can I access files in the Tomcat directory, where those files rightly belong?
    There should be a simple way to do it in a web.xml file, but have been unsuccessful thus far.

  • Bioffice.xml file missing

    Hi,
    I installed the Office Plug-in to my OBIEE installation but I do not see the bioffice.xml file under the oc4j folder?
    Can anyone help me understand how to get the bioffice.xml file in this folder? Is it some kind of an error in installation? I do not remember anything going wrong in the installation.
    Thanks for the help!

    Thanks Cosimo. I do not see the bioffice folder under <Oracle Home>\oc4j_bi\j2ee\home\applications though my office plug-in installation was successful. I reinstalled the plug-in, rebooted the machine but still do not see the folder. Any ideas? Thanks.

  • CCPConfig.XML File missing

    When building a package for MacOS the package builds successfully but upon launch I receive an error that the pacakge could not be installed. After checking the PDApp.log file I found the following error:
    ERROR invalid xml file path. Could not read data from path /Applications/Utilities/Adobe Application Manager/core/../CCP/CCPConfig.xml
    I have verified that the referenced file does not exist and re-installing Adobe Application Manager did not create it. I am using Creative Cloud Packager 1.2.
    Any assistance is appreciated.
    Thanks.

    Hi,
    When you launch CCP it should auto update it to version 1.2. If it is not then Please rename OOBE Folder to OOBE.old.
    C:\Program Files (x86)\Common Files\Adobe
    Once done please download the latest version of CCP from LWS. try creating a new Package and let us know if you are able to install the same.
    regards,
    Abhijit

  • ADFS 3.0 xml file missing

    HI, 
    We have a Federation server in our environment and it has been doing its job for quite some time (running on 2008 w/IIS).  I stood up another 2012 R2 server with ADFS 3.0 to federate with another application. 
    With 2008, one needs to install IIS, but according to various posts, I see that with 2012 ADFS 3.0 we don't need IIS.  MY questions are ...
    1. Do I, in fact, need IIS?
    2. If IIS is needed, how do I tie the two together (adfs.comp.local/adfs/ls/) location??
    2. If not, I cannot access and how do I export this .xml file? (FederationMetadata/2007-06/FederationMetadata.xml.)
    Thank you in advance ...

    Hi,
    Thank you for your posting!
    Since Active Directory Federation Service is not an extension of Active Directory schema, I suggest you refer to the following forum to get professional support:
    Claims based access platform (CBA), code-named Geneva Forum
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Thank you for your understanding and support.
    Best Regards,
    Amy

  • Configure the persistence.xml file

    Hi experts,
    i want to develop a little JPA-Project in the NWDS 7.3. It was no problem to create entities but i dont know how to configure the persistence.xml-flie to get a connection to the database.? I use an Oracle database.
    Thanks in advance

    I solved the problem. I had no database connection.
    Edited by: jtrebess on Oct 13, 2011 9:28 AM

Maybe you are looking for

  • Installing PHP OCI8 extension on SLES 11 with PHP 5.6.3 Oracle Instantclient 12.1 and APACHE2

    I am attempting to install the OCI8 extension. The OCI8 extension version is oci-2.0.8. The configure script to install is "./configure --with-oci8=instantclient,/usr/lib/oracle/12.1/client64/lib". The configure runs ok. But when I run make test, it

  • Open vm console through web

    Hi, I have created some vm's in scvmm 2012R2. The vm does not have any ip. I want to browse the vm console in web browser using vmid or any unique identifier without needing to specify hyper-v I host ip. I need to open up multiple vm session console

  • 4.4 KitKat notification bark DARKER than before

    Has anyone else noticed this or is it just me??  At the lock screen (the only place where the transparency happens) the blue icons are pretty bright and easy to read.  But then you unlock the device and they dim!!!  I'm quite sure this did not happen

  • Urgent!! Background image for masthead

    Dear all i was trying to put background image for Masthead. but it was not coming. Can anybody suggest me how to put background image for masthead. Pl suggest me rgds pradeep

  • Unhandled win32 exception in crw32.exe

    Post Author: eddieedwards CA Forum: Upgrading and Licensing I have installed Crystal Reports XI Developer's Edition on a Windows 2003 SP2 box, and now whne I try to launch the application I get the error: "unhandled win32 exception in crw32.exe" and