Does CS Extension Builder support CS6?

Hi,
Is Extension Builder in the current version designed to work with CS6?
From what I can see, Extesion Builder does not recognise Photoshop CS6 installed in my system.
Do I need to cnhange some settings, or is it not supposed to work?
Thank you,
Anatoly

That would be very inconvenient as it doesn't give the developers any
chance to make their extensions CS6-ready before the release...
Those people should have paid attention to http://blogs.adobe.com/cssdk/2011/11/cs-extension-builder-prerelease-is-now-live.html back when it was posted in November. The form might still work, but since it was handled by Gabe, who has left Adobe, it might not still work. Dunno.

Similar Messages

  • Does 10g DW builder support Sybase IQ 12.6 view for source?

    Hi all,
    I have a view in Sybase IQ 12.6.
    Does 10 DW builder support it?
    Thanks

    Hi Ediee,
    Following Sybase versions are supported with BO 6.5.4 according to the supported platform guide.
    Sybase Adaptive Server Enterprise 12.0 Sybase
    Sybase Adaptive Server Enterprise 12.5 Sybase
    Sybase Adaptive Server IQ 12.4.3
    Sybase Adaptive Server IQ 12.5
    Sybase Adaptive Server IQ 12.6
    Sybase Adaptive Server Enterprise 15.0
    Regards,
    Sarbhjeet Kaur

  • Extension Builder and CS6 - read version at runtime

    I want to check the version of my CS extension at main .mxml init time.
    How does one find this version info from the manifest.xml?
    Thanks,
    pjb

    AFAIK there is no API exposed by CSXS to get the bundle version. You can read the XML of the manifest and pull out the version though:
    private function getExtensionVersion(manifestFile:File):String
         var fileStream:FileStream = new FileStream();
         fileStream.open(manifestFile, FileMode.READ);
         var manifestXml:XML = XML(fileStream.readUTFBytes(fileStream.bytesAvailable));
         fileStream.close();
         return manifestXml.@ExtensionBundleVersion;
    var version:String = getExtensionVersion(basePath.resolvePath('CSXS/manifest.xml'));
    Note that basePath is a property on CSExtension.
    Hope that helps,
    --Louis

  • Does OA Extension framework support 11.5.9 Pages ( OA 5.7H )

    Hi,
    Metalink note 286082.1 says OA Framework Mini-Pack 11i.FWK.H (3262919) is required for Installing Jdeveloper9i IA Extension.
    But we have OA 5.7H patch in our env. and want to personalize and extent business logic. Is it possible?
    Regards,
    Sam

    Hi Hussein,
    Thanks for the Reply.
    Yes i have tried the patch from the Doc You mentioned.
    Also it has mentioned for the below,but mine is 11.5.10 CU3,it is not given there.
    Oracle9i JDeveloper with OA Extension for 11.5.10 CU2
    I ran this below query,it returns.So tried 4573517.
    select 'Download patch 4573517' from ad_bugs where bug_number = '4125550' .
    Setup is not a problem i guess ,because i am able to run the Page.The problem is with buttons and check box.
    For example..When you are creating a EO,at the moment of select the entity there is check box like Table ,View.Where we will select the check box.
    I am not abkle to select ,bez check box itself not present.
    Silmilarly when Project Settings->Oracle Application->Database Connection
    There is a Edit and New button , and both are not working.
    I have created a EO under the Schema.server,it got created but the Plus symbol(parent,child) is not coming for schecma.server in the system navigator.
    PLease Advice.
    OA Framework Version InformationOA Framework Version 11.5.10.3CU.
    MDS Version 9.0.5.4.89 (build 554)
    UIX Version 2.2.22
    BC4J Version 9.0.3.13.87
    Thanks
    Ashwin
    +919566066654

  • Photoshop extension building not working for cs6, works for the rest

    I am building an extension for photoshop the manifest file is as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <ExtensionManifest Version="4.0" ExtensionBundleId="Kit" ExtensionBundleVersion="2.0.0"
      ExtensionBundleName="Kit" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <ExtensionList>
      <Extension Id="Kit.extension1" Version="2.0.0" />
      </ExtensionList>
      <ExecutionEnvironment>
      <HostList>
      <Host Name="PHSP" Version="[13.0,15.9]" />
      <Host Name="PHXS" Version="[13.0,15.9]" />
      </HostList>
      <LocaleList>
      <Locale Code="All" />
      </LocaleList>
      <RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="3.0" />
      </RequiredRuntimeList>
      </ExecutionEnvironment>
      <DispatchInfoList>
      <Extension Id="Kit.extension1">
      <DispatchInfo >
      <Resources>
      <MainPath>./index.html</MainPath>
      <ScriptPath>./Kit.jsx</ScriptPath>
      </Resources>
      <Lifecycle>
      <AutoVisible>true</AutoVisible>
      </Lifecycle>
      <UI>
      <Type>Panel</Type>
      <Menu>Beauty Retouching Kit</Menu>
      <Geometry>
      <Size>
      <Height>580</Height>
      <Width>250</Width>
      </Size>
      <MaxSize>
      <Height>580</Height>
      <Width>250</Width>
      </MaxSize>
      <MinSize>
      <Height>580</Height>
      <Width>250</Width>
      </MinSize>
      </Geometry>
      <Icons>
      <Icon Type="Normal">./pictures/thumb/Icon.png</Icon>
      <Icon Type="RollOver">./pictures/thumb/Icon.png</Icon>
      <Icon Type="DarkNormal">./pictures/thumb/Icon.png</Icon>
      <Icon Type="DarkRollOver">./pictures/thumb/Icon.png</Icon>
      </Icons>
      </UI>
      </DispatchInfo>
      </Extension>
      </DispatchInfoList>
    </ExtensionManifest>
    I tried this code for photoshop CC and CC 2014, it works for both but I couldn't get it to run for cs6 it gives the below error from the extension manager:
    so isn't Version="[13.0,15.9]" correct? why would it not work for cs6? thanks in advance.

    Hi,
    CS6 doesn't support HTML Panels but Flash ones, this should be the why the Adobe Extension Manager fails.
    You might find help here (Flash): Creative Suite Extension Builder and here (HTML): Extension Builder 3
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

  • Adobe Creative Suite Extension builder 2 not supported in Flash Builder 4.7 64 bit

    Couldn't find anywhere to submit a bug report so hopefully this is a good place.
    I was able to succesfully download and install the Adobe Creative Suite Extension builder 2 into Flash Builder 4.7 with not problems.
    When I click File -> New -> Creative Suite Exention Project nothing happends. I recieve no error messages just the Project wizard panel that is expected to open doesn't open.
    The extension works as expected when installed into the non-beta Flash Builder 4.6 32 bit verison.
    I suspect there may be an incompatibility when switching to the 64 bit version of Flash Builder.

    Hi everyone,
    The problem is that Flash Builder 4.7 is not compatible with Extension Builder 2. Therefore we have provided Flash Builder 4.6 available for download, see links below.
    We apologise for any inconvenience caused. Please don't hesitate to contact me if you run into further problems.
    Best regards,
    Hallgrimur
    Product Manager - Extension Builder
    Links:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5517(Windows)
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5516(Mac)

  • Extension Builder for Flash CS6 is not working

    Hi I'm trying to make an extension for Flash CS6, using Extension Builder 1.5
    When I run the extension from Flash Builder, Flash CS6 opens up, but the extension doesn't show up under Window>Extensions menu.
    I'm just trying with an empty extension.
    Note: If I create another extension for Photoshop, it works fine.

    //resize 100*100
    window.width = 100;
    window.height = 100;
    //position 300,300
    window.nativeWindow.x = 300;
    window.nativeWindow.y = 300;

  • I canceled my month to month Extension Builder plan but "Withdrawn: active on September 27, 2014 " under the product, What does this mean? Is it going to be reactivated on September 27, 2014?

    I canceled my month to month Extension Builder plan but "Withdrawn: active on September 27, 2014 " under the product, What does this mean? Is it going to be reactivated on September 27, 2014?

    I canceled my month to month Extension Builder plan but "Withdrawn: active on September 27, 2014 " under the product, What does this mean? Is it going to be reactivated on September 27, 2014?

  • Debugging ID CS6 with Creative Suite Extension Builder 1.5

    Hi,
    I am using extension builder 1.5 SDK with Flash builder 4.5 on Mac. I have been trying to debug my extension with ID CS6 but I don't see any option to do so. It has only option for CS5 and CS5.5 to debug.
    I came across a thread http://forums.adobe.com/message/4780509 which says that all I need to do is to add PlayerDebugMode key and set it's value to 1 in "~/Library/Preferences/com.adobe.CSXS3.plist" (Instead, I have ~/Library/Preferences/com.adobe.CSXS.3.plist).
    This didn't work for me. What else can I do?
    Thanks

    Please check the below thread.
    http://forums.adobe.com/thread/1064568

  • My created extension built in extension builder 1.5, when installed in inDesign CS6, shows nothing

    Hi
    Hope everyone is enjoying work.
    I created my own extension in CS extension builder 1.5 for inDesign. It runs fine in debug mode with indesign CS5 and CS5.5 but when I tried to run this extension in debug mode with indesign CS6, the extension shows nothing in it. All UI components like input fields, buttons, texts etc are not shown. It stops me debugging the application. 
    Can anybody help me out?
    Thanks and best regards.
    Sal

    Are you now using Extension Builder 2.0, or still 1.5?
    If you're still using 1.5 then have you set PlayerDebugMode for CSXS 3? Normally CSXS will prevent extensions that are unsigned or have invalid signatures from loading for security reasons. Setting PlayerDebugMode turns that protection mechanism off, and allows the loading of unsigned extensions. Extension Builder 1.5 will automatically turn on PlayerDebugMode for CS5/5.5 (CSXS 2.0/2.5), but not for CS6 (CSXS 3.0), which was released after Extension Builder 1.5. You can turn on PlayerDebugMode manually though:
    On Windows: Add a PlayerDebugMode registry key with value 1 under HKEY_CURRENT_USER\Software\Adobe\CSXS.3\
    On Mac: Set the PlayerDebugMode key to 1 in the plist file at ~/Library/Preferences/com.adobe.CSXS3.plist
    Let me know if that solves the issue.
    Best wishes,
    --Louis

  • Extension Builder does not reload extension in Safari

    I am running Yosemite 10.10.1 with Safari 8.0.2
    I am trying to make a simple extension (a "Hello World" example at this point). It works, but once I change the settings held within the Info.plist file I need to restart Safari in order for it to refresh the changes. All other changes seem to be propagating just fine when I hit the "reload" or the "install" button on the Extension builder.
    Any ideas if this is the expected behaviour?
    Thanks,
    Atanas

    I have the exact same behaviour but any changes made within the extension builder are not reloaded. Uninstall or Reload doesn't change anything I have to quit Safari. This is really annoying...

  • Does Query Builder support Alias like in Oracle

    Dear Experts,
    As I read one artical give a detailed information regarding the tables in BOE, so i want to use one sql statements to get the information from that table.
    I exclude the way to check directly on infoview and designer. I just want to know the way how to get thoes information from query builder.
    eg: i know the SI_ID for one webi, and so i want to find out what's the universe/connection/owner etc belong to it.
    I have one sample sql as below:
    select IA.SI_KIND,IB.SI_NAME,IC.SI_NAME,IW.SI_NAME,IE.SI_NAME
    from CI_INFOOBJECTS IA, CI_INFOOBJECTS IB, CI_INFOOBJECTS IC, CI_INFOOBJECTS IW, CI_INFOOBJECTS IE
    where IA.SI_PARENTID=IB.SI_ID and
    IA.SI_OWNER =IC.SI_ID and
    IA.si_universe=IW.SI_ID
    and IW.SI_CONNECTION =IE.SI_ID
    But i got the "invalid error" from query builder, so i guess maybe the query builder support the Alias like in Oracle.
    If you know how to use one statement to check the webi and it's universe/connection etc, please kindly assist.
    Many thanks.
    Sophie

    Query Builder is not meant for running complex queries against repository so i dont think Alias will work in query builder.Try to get results with simple queries else you can use SDK to get your job done.
    -Gokul.

  • How do I install and build and extension with extension builder 2.1?

    Honestly, I am beyond frustrated right now.
    1. Extension Builder 3 - This will only install and run with Eclipse. JRE 1.7.
    This only allows me to use Extendscript to write scripts with. Extendscript is so frustrating to use. It seems like there are a lot of missing properties for working with color models in illustrator. The documentation is also terrible for Extendscript. Something that seems like it would be simple to do like export an RGB JPEG is impossible to spec out in the EXPORT JPEG settings. Its also impossible to set the color space of a NEW AI document unless you use the add(); instead of addDocument(); There are conflicting incomplete properties of both methods. If you use one, one set of settings is missing if you use the other another set is missing... WHAT IS SOMEONE SUPPOSED TO DO???
    2. Flash Builder 4.7 will not run Extension Builder 3.
    3. I bought Extension Builder 2.1 which is supposed to install Flash Builder 4.6, but the installation keeps failing right at the end. This apparently also requires that you use JRE 1.6 which is not compatible with Mavericks.
    This all seems impossible... how in the heck are people learning how to do build extensions, its a surprise that any exist at all. If they do They are likely not building them with the Adobe tools. I know enough about code to be dangerous but don't have a doctorate in troubleshooting all of these compatibility, and documentation issues.
    All I want to do is write an extension, or a script that allows me to
    1. copy the art from two layers.
    2. color the background of the AI document to the background color of the original document
    3. resize art from both layers to fit on a 216 x 216 pixel square.
    4. Save the document as a: JPEG - ANTI-ALIAS SUPER SAMPLED - 150 DPI - RGB - MEDIUM QUALITY - CLIP TO ARTBOARD - WITH THE SAME NAME AS THE ORIGINAL FILE
    I AM AT MY WITS END WITH THIS WHOLE PROCESS. I AM ABOUT TO GIVE UP UNLESS SOMEONE CAN HELP GIVE ME A LITTLE INSIGHT.

    Hi,
    First of all, remember that Extension Builder 2.1 only supports building Flash based extensions which have been phased out. If you are building extensions for Creative Cloud and beyond, you should use HTML5. See more info here: Introducing HTML5 extensions | Adobe Developer Connection
    The installation is probably failing because you have some leftovers from a previous installation. The installer will detect if you have Flash Builder 4.5 or Flash Builder 4.6 installed (NOT Flash Builder 4.7). If it finds that you have Flash Builder 4.5/4.6 installed, it will attempt to install the plugin on top of it. If it does not detect Flash Builder 4.5/4.6, it will install Flash Builder 4.6 Premium.
    I highly recommend you look into the new HTML5 extensibility. Here you can find tons of resources: Adobe CEP Resources by Adobe-CEP
    Best regards,
    Hallgrimur

  • Is Extension Builder 2.1 using Flash compatible with Photoshop CC also in the future? (There are speculations, that it will be switched off, what will destroy my investment in that code)

    I have codes a lot of stuff using Extension Builder 2.1 using Flash technology to be compatible with Photoshop CS6 and Photoshop CC.
    There are speculations, that the support for this would be removed in Photoshop CC. This would destroy my investment in this code and my customers would not be able to use my products anymore, when they are using Photoshop CC.
    Is there any workaround planed for customers using Photoshop CC to be able to run extension build with Extension Builder 2.1 and Flashbuilder 2.6 also in the future?

    Can you supply a link?

  • How to uninstall CS Extension Builder 1.5 or update to 2.0?

    Hi,
    I'm in Flash Builder 4.6. Bellow is a long procedure on why I'm here asking this simple question. But a shorter version of my question is exactly the title of this thread: How can I uninstall 1.5 or, better, simply upgrade to 2.0? Does someone know if it's possible without uninstalling Flash Builder completly?
    Here are the (ho so long and painfully long to read) steps that leads to my problem:
    I've installed CS Extension Builder 1.5 TRIAL whitout any issues. Even coded some working extensions.
    Then, a license have been bought.
    I've updated the files through the Install Software menu. No problems.
    To what I can remember, there was no menu option at this point in the Help menu to get information about the license or log out from the Adobe ID
    Later, I had to show to my coworkers how to install the CS Extension plugin into Flash Builder. A few weeks have already went by since I've done it myself, so just to remember how to do it properly, I figured I should try to do it again.
    Help/Install Software/What's Already Installed/Selected all CS Extension releated plugins/Uninstall/Restard Flash Builder
    Problem #1: All the extension features and menu options are still in Flash Builder. BUT, they are correctly removed from the "Installed Software" window.
    I've searched all over the Internet, I've done nothing wrong. The right way to remove a plugin is from the Installed Software window.
    So, how to clean CS Extension from Eclipse?
    I looked at the CS Extension plugin package to find back which files were copied in the plugins folder of Eclipse and figured I could just remove them manually. Which I did.
    Restart Flash Builder
    CS Extension Builder seems to be sucessfully removed from Eclipse.
    Problem #2: While trying to re-install CS Extension Builder 1.5, Eclipse throws an error. Some files I've removed are missing. Damn.
    Those files were still in my Recycle Bin, so I restored them.
    Install again
    Restart
    Success
    Note that here, 2 new menu options in the Help menu are available to me: one to get information about my license and one to log out from my Adobe ID. There is also a link at the bottom left of Eclipse where I see the Adobe ID register name.
    I don't remember if I needed to enter my serial key the first time, but this one, it seems that only linking Eclipse with the Adobe account does the trick.
    Ok. So far so good, everything's working fine again. But ho, suprise, CS Extension 2 is released and my coworkers are getting this copy instead of 1.5. So hey, I need to upgrade too.
    I figured that I didn't need to uninstall 1.5. Just installing the new files should do it. So Help/Install New Software/Add/Local/CS Extension 2 package/Update
    It tells me that I already have CS Extension Builder and that an upgrade will be done instead. Great, that's what I needed.
    Everyting updates. No errors.
    Restart
    Problem #3: I'm stuck with 1.5. No options to create a project in CS6, and if I go to Help/About Create Suite Extension Builder, it's still displaying the 1.5 panel (my coworkers are getting the red panel, I still have the gray one).
    I do the exact same steps than before (uninstall via Eclipse all plugins related to CS Extension and manually remove the files, restart Eclipse, voilà it's gone).
    But before trying to install again, I read somewhere that I should clean the Installation History to make sure Eclipse unlink itself from the old versions of the files. So I clear everything, leaving the history blank but the Current Installation (which doesn't contains any references to CS Extension.
    Restart Eclipse
    Try to install 2.0
    Same error that is telling my that some files are missing (like com.adobe.cside. core....).
    Get back the plugin files from the recycle bin.
    Now it works but version 1.5 is back
    I notice in the Installation History that a state is there, not containing any CS plugins. I say hey, why not trying to revert there.
    Problem #4 and last one: Now not only I'm still stuck with 1.5, which asn't been unistalled, but the plugins are still in the Installed Software list and, worse, the Uninstall button is grayed out on CS Extension plugins...
    What is going on here! I just want to uninstall and upgrade! Everything I did is a mess, and I know the easy way out is probably to re-install Flash Builder. But I don't want to know how to easily fix it, I want to know WHY it happened, and if it can be fixed. And if you want the real reason... (I have tons of projects in there, and I'm lazy. I don't want to import them all again. But it's better just to say I want to get a lesson from this, don't you agree.)
    Thanks to anybody who might have any kind of hint!
    David
    PS: Sorry if my english syntax isn't perfect. I'm trying very hard.

    I didn't answered my question, but I got it to work without having to re-install.
    Delete all these files and folders from the eclipse/plugins and eclipse/features folder of your Flash Builder installation folder
    com.adobe.cslib
    com.adobe.inverurie
    com.adobe.xmp
    Open the CS Extension Builder plugin package
    Copy all .jar files from the plugin directory and paste them into the eclipse/plugins folder of the Flash Builder installation
    Copy all .jar files from the features directory and paste them into the eclipse/features folder of the Flash Builder installation
    Extract every jar (ex: com.adobe.cside.feature_2.0.0.4-33034.jar file is extracted into a com.adobe.cside.feature_2.0.0.4-33034 folder)
    Delete the .jar files
    Restart Flash Builder
    Everything works fine so far. There is a small glitch where the "CS Extension Builder Start Page" seems to miss its stylesheet, but the panel is working anyway. At this point, it's fine by me. And I'm still not able to uninstall the plugin with the "Installed Software" window (the button is grayed out).
    So much for being lazy. And for wanting to repair my mistakes, of course.

Maybe you are looking for

  • Questions about Using APIs to import Bills and Routings - AND COSTS

    Hi Forum - the following is a back-and-forth with a customer about use of APIs - Inventory developer suggested I post the question here. Note the 2nd question - and thanks for any assistance. SR# 7332152.994 ALCOA Instructions given to ct: Q1 - Can I

  • IPod shows up in Finder but not itunes - Have already tried suggestions

    I have a 30gb ipod video & am using a Macbook I wanted to get files off my ipod that werent in my itunes so I downloaded yamipod. This worked for a bit then stopped working so I deleted the program. Now when i plug my ipod into my computer it shows u

  • Errors for foreign payments in the APP run

    HI all we have created new house bank for foreign payments for foreign vendors. The bank has been created for domestic payments and for foreign payment for the company code. The  domestic payment works fine and the international does not work. It can

  • JSP Compilation Error when using OC4J out of the box

    Hello. After installing Java jdk 1.5.0_05, setting ORACLE_HOME, setting JAVA_HOME, rebooting, and installing OC4J standalone straight out of the box, I have deployed a simple web project that consists of just one JSP. I receive the following error me

  • Remove duplicate records in Live Office, caused by CR Groups

    hello all i have a CR with groups. all works well, until i use the report in live office, were it is duplicating the group data for each of the detail records i have removed the details from the CR report, leaving only the group data, but it still ha