Where is my Extension in InDesign CS6 ?

Hi,
Recently we migrated to InDesign CS6 and Mountain Lion OS.
This is my first trial project on Flash Builder 4.6 and Extension Builder 2.0.
I crated a sample project and running the project right from Flash Builder by Right click on my project Run As--> 1 Adobe InDesign Extension
So far so good, But as I reach in InDesign to see execute my extension, I don't find any Extension other then Kuler in Window-->Extensions.
Could any one help me out to find out my extension?
Thanks
Mac

I have to admit I never tried Extension Builder 2.0 with FB 4.6; I would prefer to stay on FB 4.5.x because the Design Mode is still working while on 4.6 it is not (if you are targeting CS version older than 6). Related to your problem, could you please verify your test extension is copied while executing in the right path? It should be here:
/Users/<yourusernamefolder>/Library/Application Support/Adobe/CS6ServiceManager/extensions/
If your extension is there, check the project properties carefully (right click + Properties) and check the Flex SDK used in the Flex Compiler property.
Hope this could help
Luca

Similar Messages

  • Where can I download Adobe InDesign CS6?

    Hi,
    I have a company licence for Adobe InDesign CS6 and want to install the software on a users new laptop.
    However all I can find is InDesign CC.
    When I go through the nonsense of CC to install InDesign it tells me the serial number we have is invalid for InDesign CC
    If InDesign CC replaced InDesign CS6 then why wont it accept the serial number?
    Quick help would be appreciated
    Thanks

    It didn't replace it, it's the newest version and cannot be activated
    with a serial number as it's available by subscription only.
    CS6 downloads are here:
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • How do I print to a postscript file with InDesign CS6 without both extensions, .indd.ps?

    How do I print to a postscript file without an .indd extension in InDesign CS6? I choose Print, choose a print preset from my print shop and Save. The first time I tried it was blank (the Hide Extension was checked), so I tried to save and got a dialog box that said it cannot be saved as an .indd file (duh), to choose both or .ps. I chose .ps and it was fine, but every time I postscripted it gave me this dialog box until I unchecked Hide Extension. After I did that, every time I postscript it automatically saves both extensions. Not a big deal but it is annoying. I just want it to end with .ps like it used to. Any ideas on how to fix this?
    Thanks!!

    I have no idea but I am incredibly curious...why are you doing this?
    Printing to postscript is a completely archaic workflow. Export to PDF
    instead.
    Bob
    TKnudt <mailto:[email protected]>
    Tuesday, January 15, 2013 6:12 PM
    >
          How do I print to a postscript file with InDesign CS6 without
          both extensions, .indd.ps?
    created by TKnudt <http://forums.adobe.com/people/TKnudt> in
    /InDesign/ - View the full discussion
    <http://forums.adobe.com/message/4996731#4996731

  • Load webpage in Flex extension for InDesign

    Hi All,
    I am implementing an extension for InDesign CS6 and CC using Flash Builder 4.6, Ext Builder 2.1.
    The panel reads a text file which contains the url of a webpage and renders it in an HTML control.. It is working with most urls..
    But sometimes it stops loading the page midway. I get the urls from my client.
    Here is the code I am using,
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      layout="absolute"
      creationComplete="livepreview_creationCompleteHandler(event)">
    <mx:Script>
    protected function livepreview_creationCompleteHandler(event:FlexEvent):void
      var livePreviewFile:File = File.desktopDirectory.resolvePath("LivePreviewUrl.txt");
      if(livePreviewFile.exists)
           var fileStream:FileStream = new FileStream();
           fileStream.open(livePreviewFile, FileMode.READ);
           var livePreviewUrl:String = fileStream.readUTFBytes(fileStream.bytesAvailable);
           if(livePreviewUrl != "")
                livepreview.location = livePreviewUrl;
      else
      //TODO
      //Get some error error html url from server and use its value for location
      //livepreview.location = some error/hard coded url from server.;
    </mx:Script>
    <mx:VBox height="100%" width="100%" verticalAlign="middle" horizontalAlign="center">
      <mx:HTML id="livepreview" x="0" y="0" width="100%" height="100%"/>
    </mx:VBox>
    Is it possibe that background scripts executing in the webpage might be getting blocked by Flex causing the improper load?
    Any way to overcome this?

    If some property isn't available in Extension Builder environment, I think there is less that we can do. Perhaps there is any other control that might help me achieve what I want.
    Any ideas?

  • Indesign CS6 SDK

    Hello ,
    i anybody tell me from wher i get SDK for indesign cs6.i got SDK from below link .
    http://download.macromedia.com/pub/developer/indesign/sdk/win/Adobe_In Design_CS6_Plugin_SDK_370_Win.zip.
    from where i get latest SDK version?

    Hello,
    when i use sample plugin XDocBookWorkflowUI.sdk for windows using VS2010. i open plugin from preferences menu.i could not see UI properly.what is reason behind this?i have to make any changes in .fr file.so that it will show ui properly.can anybody help me?

  • Extensis auto-activation hangs in InDesign CS6

    I have a Windows 7 64-bit machine with the CS6 Web & Design suite. Also have the Extensis Suitecase 4 installed. The auto-activation plugin works fine in Illustrator and Photoshop, but not in InDesign. When I open the panel via Windows\Extensions\Extensis, the panel displays, but it's black  and has a swirling progress indicator that never stops swirling. Seems like it's trying to launch but it never does. Tried to find some help online but didn't find anything on this.
    Anyone have any ideas?

    Mr. Panny,
    My apologies regarding your misbehaving InDesign CS6 auto-activation plugin. I am hopeful we can help you resolve the issue and I assure you regardless of our recent release of Fusion 5 we will get Fusion 4 working correctly for you.
    Generally, when that spinner appears and doesn't go away, it's because there's a communication failure between the plugin and the font panel. Often, this can be because the plugin hasn't properly loaded (or is an older version), but sometimes the host application - InDesign - doesn't give the plugin the opportunity to set up the connection with the panel.
    There are a couple of log items we can review to isolate where the problem is occurring but it's probably best served for our tech support team to handle this.
    There is no charge for the contact and they will log the case in the event we need to provide a patch to fix the problem.
    Feel free to email me privately with contact details so I can have someone reach out to you or you can contact us directly also.
    Extensis Tech Support
    To log a problem ticket:
    https://www.extensis.com/support/contact-technical-support/
    Call direct:
    (503) 274-7030
    My Email
    [email protected]
    cheers,
    Chris
    Extensis Product Team
    PS. Bob thanks for the assist we appreciate your support.

  • InDesign CS6 Extension and JSON

    Hi everybody
    I'm just building up an InDesign CS6 Extension and would like to use JSON. JSON should be native with Flash-Players > version 11 but if I set the Flex Compiler -> Flash Player Options to version 11.0.0 the JSON-commands still won't be recognized (I get an error while using JSON.stringify() ). I'm using the Extension Builder 4.5 SDK. Are there any options I din't set yet or is it not possible to connect to JSON natively with Extension Builder 4.5 SDK?
    Thanks for any information
    best Richard

    I would suggest to use the JSON library which is part of as3corelib:
    https://github.com/mikechambers/as3corelib
    Regards,
    pieter

  • Export file to PDF - where is the"background activity" in InDesign CS6?

    Export file to PDF - where is the "background activity" in InDesign CS6?
    i´ve been told that I can solve the problem by clicking in to "background activity", but I cant even find it? Where is it?
    I have never ever had this problem, and I cant do my work now.
    Thank you!

    jaisy wrote:
    i´ve been told that I can solve the problem...
    I have never ever had this problem...
    It would be easier to help if we actually knew what the problem is.

  • Where can I get a trial version of Indesign CS6?

    Where can I get a trial version of Indesign CS6? I'm not really interested in the cc.

    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • I need to create Arabic and Farsi brochures in InDesign CS6. Does anyone know where I can get a plug-in to make Middle Eastern languages work correctly from right to left?

    I need to create Arabic and Farsi brochures in InDesign CS6. Does anyone know where I can get a plug-in to make Middle Eastern languages work correctly from right to left?

    With CS6 you have to pay extra for these plugins.
    With the CC you can download different ME versions to add their functionality.

  • Where/How can I update to Indesign CS6 8.01 or 8.02 ?

    Due to problems within Interactive PDF's exported from Indesign I need to update my CS6 to a newer version - 8.01 or 8.02. 
    From looking through other threads it seems the interactive PDF problem was a bug which is now fixed in newer versions - (got that info here: https://forums.adobe.com/message/4482056#4482056)
    Adobe - InDesign : For Macintosh : Adobe InDesign CS6 8.0.2 update - All Languages
    The problem is when I follow this link above through to download the software update the links are all invalid or can't be found.
    Can anyone indicate where / how I can update the software?
    CC is not an option as I work for a studio and I need to remain on CS6 to have the same software as the rest of the team to ensure easy file sharing.
    Any help is greatly appreciated!

    Works just fine. You need to use another browser/ check your firewall and router settings.
    Mylenium

  • Hi how/where do I upgrade plug-ins for InDesign CS6 6.0.6?

    Hi how/where do I upgrade plug-ins for InDesign CS6 6.0.6?

    6.0.6 is CS4, not CS6 (which is version 8).
    Why do you need to upgrade plugins? Are you getting an error  message trying to pen a file? That meas the file was saved from a newer version of ID, and you'll need either the newer version, or an IDML file exported from the original. You can't upgrade plugins to make this work.

  • Where can I download InDesign cs6 sdk?

    Where can I download InDesign cs6 sdk?
    Where can I download InDesign cs6 sdk?
    Where can I download InDesign cs6 sdk?
    Where can I download InDesign cs6 sdk?
    http://www.adobe.com/cn/devnet/indesign/sdk.html  
    The official website only gave cs5.5 sdk。

    win
    mac
    http://www.adobe.com/devnet/indesign/sdk/eula_cs6.html

  • Where find InDesign CS6 8.1 debug updater

    where do I find InDesign CS6 8.1 debug updater?

    It sounds like you're looking for developer material. I'd ask here:
    InDesign SDK

  • Deactivated Indesign CS6 and then uninstalled from Windows 7 - now want to re-install CS6 on Windows 8. Please advise procedure and where to download from ?

    Deactivated Indesign CS6 and then uninstalled from Windows 7 - now want to re-install CS6 on Windows 8. Please advise procedure and where to download from ?

    I am looking for the exact same information! Someone, help? I didn't realize when I gave them so much money that Adobe has the customer support of a snake with its tail in its mouth...

Maybe you are looking for

  • Error message while installing SAP Netweaver 7.01 on Vista

    I am trying to install SAP Netweaver 7.01 on my Vista system. After Set FQDN for SAP system when I leave the deafaults and click next, I get an error  " Reverse lookup of address -"52-62-23.140" failed" Is this because I have not installed the feed b

  • Looking for the most easy way to position images on a page!?

    Hi, I'm looking for the most easy way for exact position a lot of PNG images on a web page. Input appreciated! Thanks!

  • Email server problem - failed to connect to server

    Since Friday 27th August I've been having trouble connecting to the email server for my BT Yahoo account. It simply can't find the server, even though none of the account settings have changed and it has worked fine for years. Weirdly, sometimes it w

  • Unable to create Source system

    Dear Experts, While creating source sytem in BW i am getting below error       *You have no authorization for basic types (activity 01)* Target system is CRM , Client is opened , security people are saying they have give all authorization . could som

  • Show cells that match specific words

    Hi Team, I have the following data in excel sheet on column B and C. I have to write a function in column D to mark TRUE if it finds the following texts "DC", "SQL", "APP" and if not FALSE. I am able to do for a single value "DC" but not for multiple