Copying CS SDK InDesign Extensions to Another Workspace

For Win7, ActionScript
I built an InDesign extension in ActionScript using the Creative Suite Extension Builder.
I wanted to copy the Creative Suite Extension Builder project to another folder and import it to another workspace. The "Import Flex Project" from the new folder succeeded, but any attempt to build it produces the dreaded error message
""Could not find project's extension manifest file. Make sure the manifest exists at .staged-extension/CSXS/manifest.xml. <MyProjectName>  line 1 Problem"
Needless to say, ".staged-extension/CSXS/manifest.xml." exists.
Any idea????
TIA,
mlavie

I just ran into this problem again - and fixed it by exporting the project from its original worksapce using Export Project, instead of just cpoying the project folder manually.
mlavie

Similar Messages

  • In InCopy, how can I paste from one InDesign table to another without also copying formatting?

    I'm attempting to paste information from one indesign document to another, but the styles are different. Pasting without formatting not working in a table. When I paste over, it retains the container style from the original table.
    I have "Text Only" selected from my Clipboard Handling preferences, so I'm not sure what else to do. I know I can hit escape to switch to the text selection instead of a container, but this only selects the text from one cell. I'd like to copy over the entire table, instead of copying cell by cell.
    How can I paste a table into another, without copying the formatting?

    Copy/Paste whole cells will always retain formatting.
    What you have to do is: Copy/Paste Without Formatting the text contents of the individual cell.
    You have to do that individually for each cell, if you want to copy over text of a whole table.
    A better approach would be to:
    1. Copy the whole table to Excel (or a different spread sheet application)
    2. Copy again from that
    3. Select one single cell and paste
    In that case "Text Only" should be selected from the Clipboard Handling Preferences.
    Uwe

  • Indesign repeatedly crashes when I copy text from one InDesign document to another InDesign document

    Indesign CC repeatedly crashes when I copy text from one InDesign document to another InDesign document. Is it possible to solve this problem?

    Without system information and details like what text formatting, language settings, fonts used, paragraph styles even down to the spell check language nobody can even begin to guess.
    Mylenium

  • How to copy file from one table to another table at another database

    I need to transfer my tables from one workspace and schema to another workspace and schema. Basically I need to create again all the tables at this new schema. How could I transfer data from tha table at old schema to the table at new schema when this table has files stored in it? (data type is blob)
    thank you so much,
    Silver

    Hello Silver,
    Depending which database you're using (if it's available) I would recommend to use datapump.
    Datapump allows you to copy an entire schema to another database, it's the "new" export/import you might now.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/
    REWARDS: Please remember to mark helpful or correct posts on the forum

  • How to import a page from one workspace to another workspace appication ?

    In oracle apex 4.1 version :-
    I am trying to import one page from a application which is present in one workspace to another application which is present in another workspace.
    In which way could i import that export page to a workspace?
    Edited by: 945115 on Jul 12, 2012 4:46 AM

    there are 2 ways to do it.
    if your confidant and the page is not exist in the imported application then then modify the script
    look for the following like should be at the begging of the script change the workspace id with your imported workspace id
    wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,25719530510628410));
    and change the application id
    prompt  Set Application ID...
    begin
    -- SET APPLICATION ID
    wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,100);
    second option is
    export the full application form workspace 1 and import into WS2
    in WS2 open the application where you want to copy the page. open any page and click on the Create drop down menu and select new page as copy then select Page in another application and follow the screens.
    Edited by: pkpanda on Jul 13, 2012 5:00 PM
    Edited by: pkpanda on Jul 13, 2012 5:01 PM

  • Can I use an external monitor as an extension to my workspace

    Could anyone please tell me if I can use an external monitor such as an apple 20” or 30” display as an extension to my workspace. I am using an apple 17”1.5 power book & I would like to drag & drop[p photos etc. from one monitor to another etc.
    17"powerbook 1.5   Mac OS X (10.4.6)  

    yes, when you connect an external display you can either mirror the laptop display, or have it act as an extended desktop
    this needs the mac to support extended desktop rather than just mirroring, for instance i think ibooks can only mirror but powerbooks can do both

  • Missing  SMD Channel Model.sdk.InDesign Plugin

    Hello everybody!
    I got an InDesign file from a print office today. When I try to open it, I get a message that advises me to not open the file because the SMD Channel.sdk.InDesign Plugin isn't available on my system.
    Like a good girl I googled the problem and yes there are already some posts about that problem. Also in this forum there's already an existing discussion about it: Link InDesign Discussion
    But for the solutions they offer I should open the document but I simply can't. Because when I press "OK" only
    another warning appears that says that I can't open the document and that I should update my modules or  update to the current verison
    of InDesign. When I press "OK" again nothing further happens. (Pictures below)
    Operating System: Windows Vista
    InDesign Version: CS 5
    Sorry that the screenshots are in german. I hope you can use them anyway.
    Thanks for your help! -- Jannie

    Hi Jannie,
    This is not a big issue, it seems that the document you are using was created from a later version of InDesign than the one you are using to open it. Since you are using CS5 the document is probably created using CS5.5 or CS6, and you cannot open a doc of later version in a previous version of InDesign for obvious reasons.
    And for the reason this problem(your first screenshot) occurs is that every plugin in InDesign can save some persistent data on the document and if it does so then whenver you open such a document and the plugin is not loaded then this prompt occurs. However if the developer coding the plugin has some foresight he can avoid such alerts to the user by using Ignoretags resource in the plugin code.
    Hope my explanation cleared out the confusions you had on this behavior of InDesign
    Thanks
    -Manan

  • CS SDK/CS Extension Builder

    Fellow Scripters,
    Ten years ago, I started this forum to write about InDesign scripting. These days, the forum pretty much runs itself, thanks to an incredible group of scripters who donate their time to answering questions and posting their discoveries.
    Long-time forum denizens have probably noticed that I haven't been around much in the last year or so--it's because I've been working on something new: the cross-application Creative Suite SDK and Creative Suite Extension Builder. These tools provide a bridge between the world of Flash, Flex, and ActionScript and the scripting DOMs available in the CS applications. Extensions built using the CS SDK run as CSXS panels inside Illustrator, InDesign, and Photoshop. These panels are mini-AIR applications, look like any other panel in the user interface. They can contain any controls that you can build with Flash and Flex.
    I don't think of the CS SDK/CS Extension Builder as replacements for our existing scripting languages and UI building capabilities--I think of them as a way of extending those capabilities. If you need to build an InDesign panel, they're definitely the way to go. If you're curious, you can find more information at:
    http://www.adobe.com/devnet/creativesuite/sdk
    I've got a blog post up about creating a (fairly) complete InDesign panel at:
    http://blogs.adobe.com/cssdk/2010/08/makesideheads-a-complete-indesign-cs5-panel-2.html
    Hope at least some of you find this useful, and keep on scripting!:-)
    Thanks,
    Ole

    Yes, already found solution myself.
    Added clode property to Flex app window, and called event removing.
    controller.detach();
    Thanks for help Harbs.
    tomaxxi
    http://indisnip.wordpress.com/

  • How can I copy my CS4 InDesign from my iMac to my Macbook Air

    I need to have a copy of CS4 InDesign which is on my iMac, on my new MacBook Air. Is it possible to do this and if so how?

    Never try to migrate from one computer to another computer, this will not work.
    I doubt that CS4 will run without problems, so you should consider to subscribe to the Creative Cloud.
    If you will try to install it, make an image file with the disk utility of all installer CDs, copy it on an USB stick, mount these installers and install it from there. But you are on your own.

  • Cookie Exception List - How do you save it, copy it, and reload it to another instance of Firefox on a differenst machine?

    Cookie Exception List - How do you save it, copy it, and reload it to another instance of Firefox on a different machine? What is the file name/s that are used?
    I have to upgrade machines regularly and do not wane to have to re-type all those blocked cookie address' into each new instance of Firefox.

    The file "permissions.sqlite" stores 'allow' and 'block' exceptions for cookies, images, pop-up windows, and extensions (software) installation.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • CS3 & Leopard - can't copy/paste from InDesign Illustrator?

    I have just loaded Leopard and then CS3 onto my new MacBook Pro and then upgraded my existing iMac with another Leopard and the same CS3. Neither machine will allow me to copy/paste images or text boxes from InDesign > Illustrator - It appears to try to (shows the working color wheel - then nothing happens) It will allow me to select/copy the text WITHIN a text frame but will paste text only - not attributes????? I can copy /paste Illustrator >InDesign. also have no problem between Photoshop and either of InDesign or Illustrator?????? Have spoken to Adobe - they have no solution at this point and are 'getting back to me'.... Not a problem on Tiger/CS2 on iMac before upgrade. Appreciate your help!

    Possibly running out of ram since it needs to rasterize for photoshop. Save the ai file then let photoshop open it.

  • Add new page issue with spreads in indesign extension app

    Hi All,
    i am developing an adobe indesign extension application using adobe flex 3.4 sdk.
    the application purpose is to publish the document to remote server.
    i have done all the options well.
    now i am facing little problems to polish it.
    the problem are,
    1) Adding new page
       Let us say a particular indesign document (portrait) contains 6 pages.
       Page 1, 2 are in spread
       Page 3
       Page 4
       Page 5, 6 are in spread
       Now i am going to add a new page via indesign extension.
       when i try to add a new page. it will add into the last spread page. (Page 5, 6)
       Finaly it became Page 5, 6 and 7 in spread.
       What i want is.
       After adding the new page the document must have the following structure.
       Page 1, 2 are in spread
       Page 3
       Page 4
       Page 5, 6 are in spread
       Page 7
       My code for adding new page is.
       var document:Document = app.activeDocument;
       document.pages.add();
       Please suggest me the way to add a new page (without spread)
    Thanks,
    Malaris

    Try the code as below
    var document:Document = app.activeDocument;
    document.spreads.add();
    But make sure that you use this code on a document that is capable of having the the page structure that you had mentioned, i.e it should be created by unchecking the "Facing Pages" options in the new document dialog. Else it will add a two page spread to the document.
    This should solve your problem.
    Manan Joshi
    - Efficient InDesign Solutions
    -MetaDesign Solutions
    http://metadesignsolutions.com/services/indesign-development.php

  • How can i copy apps from one computer to another?

    how can i copy apps from one computer to another?

    You don't mention which operating system you have so it's difficult to provide an answer since the mac and Windows stores the files differently.
    The other thing you can do is just re-download the apps from the iTunes Store. Just login to the iTunes Store on the other computer using the same Apple ID. On the right-hand side of the iTunes Store page you will see a 'Purchased' link. Clicking on that will take you to a page that will list your past purchases which you can re-download to the new computer.

  • Copy values from a filed to another in different blocks in same table

    Hi All,
    How to copy value from a filed to another field in different blocks in same form ?
    example if i change value in Field A of block 1 it should reflect in Field B block 2 and again if i change in Field B block 2 it should reflect in Field A of block 1.
    values will change twice or thrice then it will not change. It is happening like that.
    how to do this ?
    Regards

    Same table / different blocks
    I guess, both blocks will be marked for update, and when your user presses commit, the same table will be updated twice!
    Are you sure that this is what you want to do? Is the same record current in both blocks? If so, you better use 1 block (it can be spread over several canvases and windows) and synchronize the items with the "synchronize item" property.
    Anyway: If you can't apply the synchronize-property bcos the items are in different blocks, you can synchronize with 2 when-validate-item triggers.
    Wolfram

  • Copying value from one cursor to another

    Hi,
    I have a problem while copying values from one cursor to another cursor.
    The code looks like below.
    PROCEDURE XYZ
                TransactionResultSet OUT NOCOPY types.ref_cursor,
    IS
                temp_cursor types.ref_cursor;
                wip_rec types.ref_cursor;
    BEGIN
    DECLARE
                    CURSOR temp_cursor IS
                SELECT ...........
    END;
    BEGIN     
        FOR wip_rec IN temp_cursor
        LOOP
        update tinsagr set something
        where {the condition}
            IF SQL%ROWCOUNT = 0 THEN
      dbms_output.put_line('this is test ');
            Fetch wip_rec into TransactionResultSet;
         END IF;
       END LOOP;so basically i want to iterate the "temp_cursor" and depending on the values i get it from here i shall update a table. Actually i want to exclude few records from "temp_cursor" and add it/copy rest of the records to "TransactionResultSet"
    That means say initially " temp_cursor" has 100 records and i updated 5 records in a table and same number of records should be excluded and rest should be added to the output cursor TransactionResultSet.
    How do i achieve it?
    while saving i am getting
    (1): PLS-00456: item 'WIP_REC' is not a cursor.
    Do any one has any idea what to do in such scenario?

    There are options like....
    SQL> CREATE OR REPLACE TYPE emp_obj AS OBJECT (ename VARCHAR2(50), dept NUMBER);
      2  /
    Type created.
    SQL> CREATE OR REPLACE TYPE emp_tbl IS TABLE OF emp_obj;
      2  /
    Type created.
    SQL> set serverou on
    SP2-0158: unknown SET option "serverou"
    SQL> set serverout on
    SQL> DECLARE
      2    rc      sys_refcursor;
      3    v_ename emp.ename%TYPE;
      4    v_dept  emp.deptno%TYPE;
      5    ---End Of Local Varriable Declaration
      6    --Procedire declaration !
      7    PROCEDURE TEST_CUR(pi_out_ref_cur IN OUT sys_refcursor) IS
      8      emp_rec emp_tbl;
      9    BEGIN
    10      /* This BULK COLLECT can be done with explicit cursor,Ref Cursor
    11      with some simple modification, Here I have used implicit cursor! */
    12      SELECT emp_obj(ename, deptno) --Casting as the object
    13      BULK COLLECT
    14        INTO emp_rec
    15        FROM emp
    16       WHERE deptno = 10;
    17   
    18      dbms_output.put_line('Records selected are:');
    19      FOR i in 1 .. emp_rec.COUNT LOOP
    20        dbms_output.put_line(emp_rec(i).ename || '--' || emp_rec(i).dept);
    21      END LOOP;
    22      --Now we are filtering the record and may be doing some operation with each record.
    23      FOR i in 1 .. emp_rec.COUNT LOOP
    24        IF emp_rec(i).ename = 'KING' THEN
    25          --You can change this IF according to your need.
    26          emp_rec.DELETE(i);
    27        END IF;
    28      END LOOP;
    29      OPEN pi_out_ref_cur FOR
    30        SELECT * FROM TABLE(emp_rec); --Using the TYPE AS table.
    31    END TEST_CUR;
    32    /* Main execution or procedure calling section*/
    33  BEGIN
    34    --Actual calling
    35    TEST_CUR(rc);
    36    dbms_output.new_line;
    37    dbms_output.put_line('Now in Ref Cursor');
    38    dbms_output.put_line('****************');
    39    LOOP
    40      FETCH rc
    41        INTO v_ename, v_dept;
    42      dbms_output.put_line(v_ename || '--' || v_dept);
    43      EXIT WHEN rc%NOTFOUND;
    44    END LOOP;
    45 
    46  END;
    47  /
    Records selected are:
    CLARK--10
    KING--10
    MILLER--10
    Now in Ref Cursor
    CLARK--10
    MILLER--10
    MILLER--10
    PL/SQL procedure successfully completed.
    SQL>

Maybe you are looking for

  • How do I get my MapIcon to always show?

    Hey guys, I've started coding a little WP 8.1 Map application using MapControl to render the map and MapIcon . I've been browsing the thin documentation on these components online and ultimately used Microsoft's Dev Center Page. On the page it states

  • Using Crystal 2008 to insert records into a table

    Hi, We have a unique need to use Crystal to insert records into a table. We have managed to test a report that can write into a temporary table.  This is done by using sql command object  and uses  the following code : INSERT INTO TEMP_TABLE  (ORDERI

  • Doubt regarding No. of elements at a particular level of a dimension

    Hi, What does the No. of elements at a particular level of a dimension indicate?How do you calculate it? Suppose we have 10 years data and the time dimesion levels goes as Year----Quarter----Month----Date what would be the no of elemets at each level

  • Why does my iMessage randomly send from my email instead of phone number on my iPhone?

    Hi, I have iMessage set up on my iPhone 5s (fully updated) and regularly use it since most of my contacts also have imessage. I mainly use it on my iPhone, but sometimes use the messaging app on my Mac. I have an email linked to my iMessage, it is my

  • Buffering from mobile devices

    Don't know which community this should be so I'll just go with this one (I posted it on iPhone too but no responses so far). First off, all my devices are updated to the max. When we, any of us in our home, mirror video from any mobile device, the bu