How to call another sign of Extension Extension Panel in InDesign CS5

Hello

In InDesign CS5 usnig ActionScript, we have a range of Extensions 'main menu '. It's a true sign Extensions, with the appropriate look and the field, the left and right docakability in InDesign, etc.

We would like to appeal to some of our other Extensions InDesign panels in the 'main menu', instead of making the user to enter in the Windows-> Extensions menu and choosing the extension manually.

All of our extensions are of type mx:Application. How to achieve this?

TIA,

mlavie

It's really a matter of CS SDK...

I'm not 100% sure what you're asking...

To start an extnesion scripts CS, you are essentially limited to the menuAction.invoke ().

If you want to know how to customize the position of the menu item, you can do it in the manifest file something like this:

             
                
                    Script Bay
                
            

Launch of an extension in another Extension of CS, you would use:

CSXSInterface.getInstance().requestOpenExtension(extensionID);

Substances

Tags: InDesign

Similar Questions

  • How to call the shading on the front panel?

    Hello world

    Quick question and I was looking for, but I couldn't find on the front panel, but I have a waveform attached where I apply shading to the area between the two lines of standard deviation (see attachments).

    I was told that I could call him shading on the front panel by right-clicking, but I couldn't find it anywhere. Can someone please help?

    Thank you!

    TheLT

    Under fill options, you can fill in between different graphics.  To get there the legend graphic or through nodes of inter-generational

  • How to call another application (compose e-mail)

    I want my application have menu to call the Messaging Application, as in the SMS and MMS application, there menu "compose Email".

    How to do this?

    Thanx

    The Javadoc:

    MessageArguments (String arg, String, object, String, String body)

    Creates a new instance of MessageArguments with the arguments provided

    so, something like:

    MessageArguments messageArgs = new MessageArguments(MessageArguments.ARG_NEW,"myContact","mySubject","myBody");
    
    Invoke.invokeApplication(Invoke.APP_TYPE_MESSAGES, mArgs);
    
  • How to call another page in popup

    Hello

    I have a small requirement as follows
    1 al ' adfc-config, I have two pages p1 and p2.
    2 pi has a popup, popup contains a cb1 button.
    3 when the click on cb1, I need to call the page p2.

    Let me know, what is the best way to do it.

    Concerning
    Akshay

    create a navigation flow of control from page 1 to page 2.
    Name it as 'goTopage2 '.
    predict the result of the action of comandbutton as a property

    
    
  • How to call another page and pass the page parameter to another page?

    Hi friends,

    I've finished a page based on the payment date, he turns the payroll, summarized in the table region. Now, I have to address in detail (submit) button, when click on the details button I want to open the new page, this page based on a few VO. This vo I spend 2 parameters, we're Person_id, and the second is pay date until we are on the front page.
    How to achieve this where I can write code, I am new to the OPS. could you please explain in detail and process?
    Thank you and best regards.
    Jocelyne.

    RAMU

    The value of your hashmap returns null. Let intrepret your code below

    String newValue = params.get("pid").toString();
                               null.toString(); will always throw null pointer exception
    

    Robichaud, I suggest you to always put some SOPS for debugging purposes. It is useful to locate the problem.

    Kind regards
    GYAN

  • How would you similulate the appearance of an album in InDesign CS5?

    I'm creating web page design comps in InDesign and I don't have access to Photoshop, Illustrator or Fireworks.  Is it possible to simulate a lightbox with InDesign by itself?

    So yes, you can do it. Just draw a box over the rest of the document and fill it with black. Set the opacity to 20%.

    Bob

  • How better to import the QuarkXpress 8.0 files in InDesign CS5

    People,

    Searched the forum, but I only find info on old versions of Quark and InDesign.

    I have a ton of user final documents in QuarkXpress 8.0 I need to import in InDesign CS5.  (Here is the manuals installation and operation for data modems and telephony with many illustrations and diagrams in them).  I just downloaded the trial version of InDesign CS5 and could use some help.

    The procedure of import (for the old software) seemed to be quite heavy.  I hope that InDesign CS5 is more capable and efficient import of QuarkXpress files.  I also read on of Markzware Q2ID.  This product does work with InDesign CS5, or is it still necessary with InDesign CS5?

    All advice will be appreciated.  You need to start soon!

    Thanks for your help!

    Yes it works, Yes, it is necessary, don't... Is there any alternative reasonable without a Q8, 5, 6 and 7.

    FWIW, he's worth every dinner.

    Bob

  • How to call the workflow

    Hello

    How to call another workflow a workflow or how to pass the value to another workflow?

    example:-a and B are two workflow, I want to call workflow of B in a workflow.

    Thank you in advance.

    Make slide a workflow of the element from the palette on the schema and link entries.

    See http://vmwarelearning.com/orchestrator/

  • How can I prevent resizing a Panel for InDesign?

    I wrote an Extension Panel to InDesign using the 5 CS SDK.

    I want to warn the user to resize the Panel. For example, the Kuler Panel does not change the width or the height reduction until the widgets are in cahoots.

    I specified minWidth and minHeight in the < mx:Application > tag, but it gets ignored.

    What I am doing wrong?

    TIA,

    mlavie

    In the manifest file if you specify a minimum and maximum width & height, the Panel is not resizable.

    Substances

  • How can I download InDesign CS5.5 with product key?

    Hello

    I have a product key for InDesign CS 5.5, but I don't have the disk to install it on my computer. How can I download it?

    You can download InDesign CS5.5 from the following link.

    http://prodesigntools.com/Adobe-CS5-5-direct-download-links.html

    Note: Please read 'very important' befor start download to avoid problems.

  • How to sign an extension hybrid?

    Hello

    I need to package and sign a hybrid extension (an extension which includes an extension Flex based CSXS and a native C++ event adapter for Illustrator). Following the instructions here: http://help.adobe.com/en_US/extensionmanager/cs/using/packaging_extension.pdf, I do the following:

    1 build an extension Flex-based and package it in a ZXP signed file by using the export Extension Builder feature
    2 create an adapter to the event native plug-in for Illustrator
    3. prepare a file .mxi for my extension that lists both the .zxp-file flex packed (with file type = "csxs' keyword) and the plugin native (with file type = keyword 'ordinary').
    4. open the .mxi file created with the extensions Manager and create a .zxp wrapper file.

    Now, I have to sign the .zxp wrapper file that result. "" The document mentioned above indicates the following: "for more information about the digital signature of the extensions, refer to the Creative Suite SDK: http://www.adobe.com/devnet/creativesuite/sdk '
    Web page on the SDK, I found the link to Creative Suite 5 Extension packaging and signing Toolkit , which is essentially the ucf.jar tool and a PDF with a minimal set of instructions. Instructions are very poor - they do not explain how to use the tool, do not list all the arguments of the tool and do not explain the meaning of these arguments. As far as I understand it, I can't use the ucf.jar tool just to sign an extension of the already packed - I first need to package it.
    Is this correct? Is it possible to sign an extension without repacking it?
    Thank you in advance,
    Anatoly

    I'm a little confused... Why do the ucf.jar?

    The way I understand it, is that the CSXS extensions that must be signed. I had no trouble taking a duly signed CSXS extension and renovation in ZXP file as a plugin hybrid (for InDesign). I don't have to sign a second time.

    I have not used the Java app (and see no need to...)

    Substances

  • How to Package Extension of Photoshop cs4/cs5 with manifest.xml

    Hello

    TL; Dr: How can I present my extension for cs4 and cs5 in a way that respects the geometry of the window extension?

    I have a panel that specifies the geometry of the window in its manifest.xml. When the Panel is installed in Photoshop panels / folder, the geometry is ignored, so I'll try to package the Panel as an extension to install via the extensions Manager. I ran into different issues for each version of CS. I read a certain PDF format on the extensions, UCF command line package manager, etc. and have not been able to find a solution that works for both platforms.

    My understaning

    My trial and error research has lead me to understand that the extension files must eventually end by in the (mac) / Library/Application Support/Adobe / < CSversion > ServiceManager/extensions/directory. In CS5, if the extension folder contains a manifest.xml file (ex: extensions/GuideGuide/CSXS/manifest.xml) that specifies the geometry of the window, Photoshop will meet this geometry of the window when the Panel opens. However, in CS4, it does not. In my tests, Photoshop CS4 does not seem to do anything with the file manifest.xml. Instead, I had to edit/Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml and add my extension to its content. Once I did, Photoshop CS4 launches my Panel and respect its window geometry.

    The problem is that it is a manual installation. I can't ask my users to rummage through their system files to install my Panel. In addition, since it is unsigned by using this method, it will not work if they are not marked for debugging. I began to explore using the extensions Manager, but I ran into problems that I can't find ansers some PDFs on the packaging that I could find.

    CS5 problems

    If I use the UCF command-line tool, I can package and sign my file. He moved very well and does what I want. However, using this method, I have not been able to find a way to specify the author and description that appears in the extensions Manager.

    Problems with CS4


    UCF command-line tool does not seem that the packages that can be installed with CS4 and I could not find one that is compatible. I had to use the extension manager to package my extension based on a .mxi file. The problem I have here is the installation of files in this way to limit myself to put in the directory panels, which then causes the Panel to ignore the geometry of the window. Is it possible with a .mxi file to install in the/Library/Application Support/Adobe/< CSversion > ServiceManager/extensions/lib/and edit the file/Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml?

    There must be, because Kuler and other extensions are installed.

    Thank you for any assistance you can provide. I spent weeks trying to get this to work and have met nothing but dead ends and prosecutions of wild goose.

    In manifest.xml to extension CSXS, 'Author' and 'Abstract' tags can be used to specify the name of the author and the description of the extension. Here is an example:

    Adobe Systems Incorporated

    [email protected]"/ >

    http://www.Adobe.com">

    This is the description of the extension

    ]]>

    ......

    The extensions created by UCF command-line tool can be recognized by CS4 as the format has changed. It is impossible to install regular extensions to/Library/Application Support/Adobe/ServiceManager/extensions/directory. The extensions Manager does not provide any way to edit the file/Library/Application Support/Adobe/CS4ServiceManager/ServiceManifest.xml, either.

  • How 'old' games, files with the extension *.gam

    How 'old' games, files with the extension *.gam?

    I am trying to find and run style old text adventure games.  I downloaded "ccr.gam" but it has nothing related to this extension and I can't find what I need.  HELP please.

    Octavmandru

    Depending on the platform, so that the game was up, there may be an available emulator that will allow you to run them. Looking for the name of the platform and "emulator" can give results. If they are DOS based games, DOSBox is an emulator like this.

  • How to call an existing application in the menu of an another aplication

    How to call an application in the menu select an another application example in the menu objects switch (selected) {case 0: here the call to other applications aexisting? break;}

    You can create a MenuItem that executes the code in this article.

    How - to launch a third-party app to another third-party application
    Article number: DB-00455

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800620/How_To _...

  • How to disable or remove an extension of the active frame?

    How to disable or remove an extension of the active frame?

    Hello

    Get access to the responsibility of the functional administrator, click personalization - > search path - > go ahead and select Update customization
    You can check / uncheck peronalization (use box) and select personlization to disable or remove customization to undo changes.

    Note: Customization of Delete will delete the data server (MDS) Meta peraonlization

    -Had

Maybe you are looking for