Is it possible to develop illustartorCS4 plugin in MAC?

hi ,
Is it possible to develop illustartorCS4 plugin in MAC?. If so, what are the software  to be needed to devlop in MAC machine.

Just the SDK and Xcode. And a copy of Illustrator CS4.

Similar Messages

  • Is it possible to develop CS6 plugins with XCode 6 on Yosemite?

    Is it possible to develop CS6 plugins with XCode 6 on Yosemite?
    I have the CS6 SDK and sample code but nothing will build.
    My system is:
      OS X 10.10
      Model Name: Mac Pro
      Model Identifier: MacPro6,1
      Processor Name: 6-Core Intel Xeon E5
      Processor Speed: 3.5 GHz
      AMD FirePro D500
    -Allan

    Did you have any luck with that?

  • The cocotron, cross-developing photoshop plugin on Mac for Windows

    Hi,
    Did anyone use "the cocotron" http://www.cocotron.org/ for developing Windows photoshop plugin on Mac?
    Regars

    Flash-based extensions will be deprecated for CC extension with the release of ExtensionBuilder 3.0.
    But flash-based extensions will keep working for CS5 and CS6 applications.
    But you are right, this is not the solution to choose if you want to make an hybrid extension for CC.

  • [CS2]Is it possible to use XCode to develop plugin on MAC?

    Hi,
    Im new to Indesign Plugin Development.Is it possible to use XCode to develop Indesign Plugin on Mac 10.3.9 for Indesign CS2?
    SDK says that the IDE to be used is Codewarrior 9.3.I have Codewarrior 8.3
    installed in my system.Will i be able to compile plugin in this version of codewarrior?
    Please give me your suggestion.
    Thanks in advance.
    myRiaz

    I'll back up Peter on this one. InDesign is tied to the specific C++ ABI and therefore you can only use the same compiler to build plugins. There can even be problems with differing versions of CodeWarrior.
    Unfortunately I don't have a good answer for you as CW is generally no longer available for purchase. I'd start a conversation with Developer Technical Support to begin with. You can also perhaps search Ebay. Finally, as I recall CW10 was released for free from MetroWerks. If you can find that there is a chance, however slim, you could get CW10 to build a CS2 plugin.

  • Is it possible to develop the control charts in WAD.

    Hi Gurus and Experts
    We need your suggestions to go futhure with our requirement.
    Right now KPI's are currently displayed in graphical form with the
    ability to drill down into WO's( Work orders) from the graph page. our
    new requirement is to get exactly the same set of information captured
    and presented in control chart form. This is to be an adjunct. to, not
    replace, the existing graphical set of data. Upper and lower control
    limits will be set initially by the business, and the same drill down
    functionality should be available from the control chart. The charts
    can be displayed seperately from the exisiting set of charts if this
    makes it easier.
    Can you please suggest us whether is it possible to develop the control
    charts and also have the functoinalities of the existing dashboards
    (example drill down of WO's using the control charts) in WAD or through
    viusal composer
    Waiting for your responses..
    Thanks
    Ravi...

    Hello dj_page!
    Thanks for the answer, but I know this already.
    My problem is, that the small picture in the side panel and the histogram in LR5 are bigger than in LR4.
    The two pictures are showing the difference between the versions.
    On the left hand (LR4) you can see a smaller preview and histogram than on the right hand (LR5).
    In each version you can change the size of the side panel only as small as the preview-window is.
    The pictures are also showing the smallest size of the side panel in each version.

  • How to develop a plugin for 64-bit windows 2008 server?

    I have developed a plugin to open local application from web pages, but the plugin could only run on 32-bit windows and 32-bit and 64-bit windows 7, it couldn't work on 64-bit windows 2008 server. The plugin was compiled by vs2008 studio on 32-bit windows xp. Any instructions or advices, men of genius? Thanks

    Hi Gnittala,
    Thanks for your reply.
    I debug the javascript code in firebug on windows 8 and found that firefox would be not responding while executing "document.body.append(myPlugin)".
    My javascript code is below:
    function openLocalApp(cmdPath, cmdLine) {
    var npMyPlugin = navigator.mimeTypes["application/mozilla-npruntime-scriptable-plugin"];
    if (npMyPlugin) {
    var myPlugin = document.createElement("embed");
    myPlugin.style.visibility = "hidden";
    myPlugin.type = "application/mozilla-npruntime-scriptable-plugin";
    myPlugin.width = 0;
    myPlugin.height = 0;
    document.body.appendChild(myPlugin);
    myPlugin.foo(cmdPath, cmdLine);
    } else {
    alert("Failed to create the plugin!");
    And firefox plugin's source code copys from the following link:
    http://mxr.mozilla.org/seamonkey/source/modules/plugin/samples/npruntime/
    Just changed a little.
    I know the sample is very old, but newer proper sample couldn't be found. So if you can give me a newer sample, I'll appreciate.
    Thanks again.

  • Can we develop a plugin to support Reader 8,9 ,10 versions as well as Acrobat 8,9 and 10 versions?

    Hi,
    Can we develop a plugin which can support Reader 8,9 and 10 as well as Acrobat 8,9 and 10??
    I have developed a plugin using acrobat sdk 8, which works on both Acrobat 8 and 9. I have seen acrobat sdk 10, it has changes in the signature of the APIs.
    By using Acrobat SDK 10, Can I develop a plugin that can work on 8,9 and 10 versions of Reader and Acrobat??
    Thanks in advance!

    Well, Adobe no longer supports Acrobat & Reader 8 – so you're on your own there.
    However, there are no technical reasons that you can't develop a single plugin to support Acrobat 9 & 10 (or Reader 9 & 10).  Many developers do it every day.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 30 Nov 2011 23:30:26 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Can we develop a plugin to support Reader 8,9 ,10 versions as well as Acrobat 8,9 and 10 versions?
    Can we develop a plugin to support Reader 8,9 ,10 versions as well as Acrobat 8,9 and 10 versions?
    created by poortip87<http://forums.adobe.com/people/poortip87> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4056449#4056449

  • How to develop a plugin/event for Popcorn?

    Hello everyone.
    Me and some friends want to develop a plugin (or event, I am not sure which is the correct word) for Popcorn which represents table of contents for the video. If you click on some section then the video directly jumps there. And we want this plugin to be able to be used in the editor (https://popcorn.webmaker.org/en-US/editor/). We have been trying for now to understand the code and the logic behind popcorn but without much success. We have mainly been digging here (http://popcornjs.org/popcorn-docs/plugins/) but we could not fully understand the instructions. Does anyone has any idea where and what we have to touch for our project or is it too ambitious? Оr maybe someone knows some better developer tutorials? Any help is appreciated.
    Greetings,
    ViDim

    The best way is contact the webmaker developers
    *https://webmaker.org/en-US/getinvolved
    *https://wiki.mozilla.org/Webmaker/Code#Developing_Webmaker

  • Even if we have bought the advance version of Adobe FormsCentral, is it possible to receive via e-mail the completed form in .pdf? If not, is it possible to develop this option? How much would it cost?

    Even if we have bought the advance version of Adobe FormsCentral, is it possible to receive via e-mail the completed form in .pdf? If not, is it possible to develop this option? How much would it cost?

    I know of no way to do this with Reader or XML.

  • Is it possible to develop struts application without using JPF in workshop 8.1?

    Hi,
    Is it possible to develop application based on struts framework without using
    Java Page Flow in workshop 8.1?
    I developed one application without using JPF , but it is showing some Deployment
    errors.
    rgds,
    girish

    Girish--
    Sure, though, I'd still encourage you to take a look at JPF. :)
    If you remove the JPF runtime files from WEB-INF/, WEB-INF/lib, and JPF specific entries in
    web.xml, you can start defining a struts-config.xml file against the Struts 1.1 runtime in the
    webapp, or you can replace that with a different version as you need. You'll also need to define
    the Struts runtime in web.xml including the servlet, taglibraries, etc.
    One note, the JPF flow view and other JPF specific editors don't work over a normal
    struts-config.xml file.
    Hope that helps...
    Eddie
    Girish wrote:
    Hi,
    Is it possible to develop application based on struts framework without using
    Java Page Flow in workshop 8.1?
    I developed one application without using JPF , but it is showing some Deployment
    errors.
    rgds,
    girish

  • Developing a plugin for Adobe Reader 9.0

    Hi All,
    I want to develop a plugin in Adobe Reader 9.0. I have setup Visual Studio 2005 and the plugin wizard.
    I am using the samples from acrobat SDK 9.0, I am able to build the samples and *.api is created. I have put that file in the plugins directory but I am not able to use the plugins in adobe reader as well not getting any error.
    Do I have to get key from adobe for plugin testing on my local PC?
    Regards,
    Sawan

    You can refer this: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=Plugins_ReaderPlug.52.5.html

  • Develop a plugin for Jdeveloper

    Hi everybody, anyone knows if there is a way to develop a plugin for jdeveloper?
    Thanks.

    Sure there is.
    There is an Extension API that you can use.
    Go to "check for updates" and download the ESDK extension - you'll get documentation and a bunch of samples.
    More information is here:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/index.html

  • Is there any possibility to develope java application for IPhones

    Is there any possibility to develope java application for IPhones

    921326 wrote:
    Just look to the next thread!I did that after I replied to the last person to ask this question. I spotted this thread:
    Developing iPhone apps with JavaFX 2 (Demo)
    Not much there, but apparently people are trying to hack it together using JavaFX 2 already. I believe I read an article where Oracle itself had given a presentation about a JavaFX2 app on an iPhone; I believe the gist of it is that they want to make it so you can bundle the Java runtime with your application, which makes it legal to sell a Java application through the appstore.

  • Is it possible to develop tookit that provides features missing in profilel

    Hi,
    Is it possible to develop a toolkit that makes features missing in MIDP available to application developers? For eg, I want to develop a tookit targetted at the game developers.. how can i do this? any clues?
    Thanx
    Ruchika

    Thanx for the help.
    I undertsand that it is possible to write a toolkit on top of a profile, but is it possible to write a toolkit that sits at the same level as the profile... (for eg: some additional features) and allow the application to use features from both the profile and the custom toolkit?
    My best guess on this is that only the device manufacturers can do such a thing but i am not sure about this. Any clues?
    Thanx

  • Is it possible to develop Flexsible reports in apex as Hyperion pivot?

    dear friends
    Is it possible to develop Flexsible reports in apex as Hyperion pivot, Tree
    extendable, drog & drop report as in Hyperion interactive reports?
    regrards?

    Is it possible to create these reports with Business Publisher?
    regards

Maybe you are looking for

  • Hp laser jet setup

    I bought a HP laserjet 1525nw printer. I have an Mac airport router and a MacBook Pro.  I am having difficulty getting the printer setup for wireless printing. any suggestions would be helpful. thanks

  • How can I tell if my Mac Mini has what it takes to support Windows XP OS?

    I need some help understanding how the whole Windows OS thing works with my Mac mini. I'm totally clueless about it. The first thing I would like to know is if my Mac has enough memory & power to accommodate the additional Windows OS without compromi

  • Can i transfer logic from old mac to new mac

    i have logic 9 ver 1.5 on a i mac os x 10.5.8 i just recenly bought new i mac os x and want to transfer logic app with all my songs

  • Query in HR report category

    Hi All, My requirement is: I am displaying standrd PNP selection screen. When i select the test run checkbox i should hide the std selection screen. I am able to hide all the fields in the stdandard selection screen but i am getting the empty block.

  • Ws manager service fails with non-soap-response

    I try to set up a service in wsm. Gateway, policy and service are defined via the defaults. I can access my original service via BPEL and via the WSM test page, but calling the wsm service fails with a non-soap-response error : <SOAP-ENV:Envelope xml