Creating my first Photoshop plugin

Hi all,
I am a programmer, I program in PHP, and Obj-C, I know C++ quite fair. I also Design web templates & code them. I need a plugin for photoshop, I searched it but I couldn't find it. So I thought I will try creating it for mysel & if it was nice I will share it too. But unfortunately I don't much help online for creating a very basic photoshop plugin.
By the way, here are my requirments for that plugin:
Most when I create my templates, I group layers e.g Button, Banner, CommentBox etc etc. Now all the related layers are gouped, but if I sometime want to move 2 layers from Buttons, 3 layers from Banner, & 1 layer from CommentBox group, so I select all those layers (Searching for them in my Layer palette ) & move all together. Now I want to move them again I will search for all these layers again across those groups, so I want to save layer selections. e.g I select a few layers across different groups, & save the selection as 'LeftObjects' & similarly select some more layers and save this layer selection as 'RightObjects'. Now whenever I need to select all those left layers together I click the 'LeftObjects' selection & select all the layers for me saving me from searching for those layers.
I would really appreciate if someone could help, or suggest me  a step by step guide to a basic Photoshop plugin. I am a pretty good learner, so I would do it, but I just need a start.
Thank you all
Cheers.

Actually you can do that with java script and a flex panel, but I don't see why because you can just use the link layers already in Photoshop, the only downside of linking is that you can't define any name for the link layer set.
Anyway if you still want to develop that you can do it with javascript and flex or html5 for CC.
For the Flash panels (Cs4,Cs5,Cs6) you can find the documentation here: Adobe Photoshop Panel Developer's Guide, as for the html5 panels for CC there are some great tutorials here: http://www.davidebarranca.com/.
Also here are some java script functions to get the selected layers id's and select an array of id's.
function getSelectedLayersIds(){// get the selected layers identifiers
  //( these id's are unique and they will not change if the layer name is changed or it's position in the layers editor will change)
  var idxs = getSelectedLayersIdx();// first get the indexes
  var selectedLayersIds = [];
  //for each index get the layer id
  for( var i=0;i<idxs.length;i++){
  selectedLayersIds.push(getIdfromIdx(idxs[i]));
  return selectedLayersIds;
function hasBackground(){// function to check if there is a background layer
    var res = undefined;
    try{
        var ref = new ActionReference();
        ref.putProperty( charIDToTypeID("Prpr") , charIDToTypeID("Nm  "));
        ref.putIndex( charIDToTypeID("Lyr "), 0 );
        executeActionGet(ref).getString(charIDToTypeID("Nm  ") );
        res = true;
    }catch(e){ res = false}
    return res;
function getIdfromIdx( idx ){// get the id from index
  var ref = new ActionReference();
  ref.putIndex(charIDToTypeID('Lyr '), idx);
    var desc = executeActionGet(ref);
    desc = desc.getInteger(charIDToTypeID("LyrI"));
    return desc;
function getSelectedLayersIdx(){// get the selected layers index( positon in layer editor)
     var selectedLayers = new Array;
     var ref = new ActionReference();
     ref.putEnumerated( charIDToTypeID('Dcmn'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
     var desc = executeActionGet(ref);
     var add = 1;
     if(hasBackground()){alert('hBck');add = 0}
     if( desc.hasKey( stringIDToTypeID( 'targetLayers' ) ) ){
          desc = desc.getList( stringIDToTypeID( 'targetLayers' ));
          var c = desc.count
          var selectedLayers = new Array();
          for(var i=0;i<c;i++){
               selectedLayers.push(  (desc.getReference( i ).getIndex()) + add);
     }else{
          var ref = new ActionReference();
          ref.putProperty( charIDToTypeID('Prpr') , charIDToTypeID( 'ItmI' ));
          ref.putEnumerated( charIDToTypeID('Lyr '), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
          srs = hasBackground()?executeActionGet(ref).getInteger(charIDToTypeID( 'ItmI' ))-1:executeActionGet(ref).getInteger(charIDToTypeID( 'ItmI' ));
          selectedLayers.push( srs);
     return selectedLayers;
function doesIdExists( id ){// function to check if the id exists
  var res = true;
  var ref = new ActionReference();
  ref.putIdentifier(charIDToTypeID('Lyr '), id);
    try{var desc = executeActionGet(ref)}catch(err){res = false};
    return res;
function multiSelectByIDs(ids) {
  if( ids.constructor != Array ) ids = [ ids ];
    var layers = new Array();
    var id54 = charIDToTypeID( "slct" );
    var desc12 = new ActionDescriptor();
    var id55 = charIDToTypeID( "null" );
    var ref9 = new ActionReference();
    for (var i = 0; i < ids.length; i++) {
    if(doesIdExists(ids[i]) == true){// a check to see if the id stil exists
         layers[i] = charIDToTypeID( "Lyr " );
         ref9.putIdentifier(layers[i], ids[i]);
    desc12.putReference( id55, ref9 );
    var id58 = charIDToTypeID( "MkVs" );
    desc12.putBoolean( id58, false );
    executeAction( id54, desc12, DialogModes.NO );
The way I see the panel will be like this:
first get the selected id's with the "getSelectedLayersIds()"  command , and create a metadata with the name of the set and the array of id's, also add in the panel one button with the name of the new set. I am thinking of the metadata because you can save it with the document and every time you will open the document you can read that data to populate your panel with the already saved sets.
When you want to select back the layers from one set, just click on the button set from the panel, and from the metadata of the document search the name of the set and get the corresponding array of id's, than just use the "multiSelectByIDs( the array)" to select the layers.
That's it I hope I was clear enough.

Similar Messages

  • How I can load images from Creative Cloud storage in photoshop plugin, created in Extension Builder 3 with use html5/css/js?

    How I can load images from Creative Cloud storage in photoshop plugin, created in Extension Builder 3 with use html5/css/js ?

    At this point there is no API for accessing the cloud storage outside Adobe's own closed loop.
    Mylenium

  • Error while creating my first  project on SP15 and why Help doesn't work?

    Hello sdnrs,
    I have a fresh SP15 installtion.
    I have 2 problems creating my first webdynpro project.
    1.When I go to file-new-project-webdynpro->(enter name)->next ,  I have windows poped up with the following error:
    Plug in name: Web Dynpro Archive Builder
    Plug in id: com.sap.ide.webdynpro.archivebuilder
    class: com.sap.ide.webdynpro.archivebuilder.project.WebDynproStandaloneProjectWizard
    Method: createJavaProject(IProject, IProgressMonitor)
    Message: Problems encountered while setting project description.
    Exeption: org.eclipse.core.runtime.CoreException: Problems encountered while setting project description.
    I am frustrated cause I can't do any step futher...! Is there any special settings on the SDK, Window-Preferences, etc?
    2.My Help doesn't work at all - it used to be (with SP11 slim) when i go - 'Help-SAP was docum-SAP webdynpro appl ' and I had my help window poped up.Now I dont have anything!
    Thank you much in advance!
    Bob

    For your information there's another solution if you don't wanna reinstall your NDS or if the reinstallaion doesn't work.
    The error is in the resources so you have to replace some plugin resources to correct the error. Because of that you need access to the resources from somewhere else.
    1. Go to c:\Documents and Settings\"username"\Documents\SAP\workspace\.metadata\.plugins and replace org.eclipse.core.resources with a "working" resource
    2. Go to C:\Program Files\SAP\JDT\eclipse\plugins and replace org.eclipse.core.resources.win32_2.1.0 and org.eclipse.core.resources_2.1.1 with a "working" resource.
    Restart NDS and it ought to work
    Best regards,
    Ole Mose

  • Creating stills in photoshop cs2 for 16:9 HDTV

    Hi,
    I've been reading posts regarding creating stills and still need some clarification. I'm from a print world, so dealing with square pixels vs. non square, hdv, vs dv widescreen is all a bit confusing....
    I've been to this link: http://www.fcpbook.com/Photoshop1.html and several others, plus reading the manuals which all have been helpful, but each instance deals with different specs, not necessarily what I've listed below.
    First, I am creating the stills for 16:9 viewing on a hidef tv (1080). The FCE HD project is an animated, narrated story with overlays, keyframe motion and some limited effects.
    Here are my questions:
    1. In creating my original photoshop template: should I use pshop's presets under "new document":
    HDV, 1920 x 1080 (with guides) and if yes, what should the aspect ratio be set at? Square or HDV anamorphic? (When I do "HDV anamorphic" I get a squashed look in FCE, with "square" it looks good.)
    2. Saving the photoshop file to be imported into FCE, would it be better to save as a jpg, or photoshop or other format? I've been reading differing opinions as to which...
    3. Once I create this template (above) can I crop down the still if it doesn't fill the entire photoshop template (I will have some overlays that will not require a full frame in FCE).
    4. some images will be enlarged in FCE. Instead of enlarging them in FCE, should I be enlarging them in photoshop? should I be enlarging exponentially, ie doubling the size of my original photoshop template? And if I'm enlarging them less than 150% in FCE, would the image lose it's sharpness at that enlargement?
    5. And finally, I've already created some of the stills in photoshop using the photoshop presets for HDV 1920 x 1080, pixel aspect: square and brought them into FCE. Is WYSWYG in the FCE's canvas window what I'll be seeing on my TV monitor (16:9 1080 HDTV). The images are not squashed and look great, but I'm not sure if that's what I'll end up with when I finally view on my tv.
    Thanks for any help!

    1. If you're working in FCE in a 1920x1080 sequence then that's what you should make in Photoshop, square pixels not HDV.
    2. Save as Photoshop, TIFF, or PNG, not JPEG.
    3. Yes.
    4. Enlarge in Photoshop if they have to be enlarged. You should never double the size of an image. It will quickly start to deteriorate, especially when it's re-compressed. You'll have to live with it not being full size. You should never enlarge an image more than 115%. It will start to soften and make encoding more difficult.
    5. No. The Canvas is a lo res representation of the final output. For professional work most editors use an external video monitor to view their material. This can't be done unfortunately in FCE with HD material.

  • @loader_path problem for photoshop plugin on Mac

    Hi experts,
    One of my photoshop plugin (a file format plugin) depends on Qt, so I add the libQtCore.4.dylib and libQtGui.4.dylib in the same folder of my binary in my bundle ( that is '/Contents/MacOS' ), and reference them as @loader_path in my plugin.
    My plugin is a universal binary. it works all fine with the 64bit photosho , but the problem is in 32bit of photosho, when I click the 'About' to display my about dialog and then click open to open my file, photoshop said 'Out of RAM'. This problem doesn't happen if I click open first and then about.
    I tried to put the Qt libraries in the /usr/local/bin, and referece them in my plugin with full path, (that is /usr/local/bin/libQt**), all things are all right, So I'm wordering if there is some problem with the plugin loading with the '@loader_path‘ reference.
    Any help will appreciate.
    Thanks,
    D.J.

    Here are the links for downloading.
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 , CS4 Web Standard | CS3 | CS2
    See this link if you still have issues: Troubleshoot download problems

  • How to build my own HDR photoshop plugin?

    Hi, I am a true fresh here and trying to build a HDR photoshop plugin, with an existing HDR merging algorithm in a static C lib. What I need to do is just to provide a file dialog to read in several images, then to process pixels of these images with the C lib, and last return a result image. In this case, which type of plugin should I focus? Automation, filter, or any others ? Besides that, what should be the key to read files and get their pixels? Would anyone be so kind to offer a hint? Thank you very much!

    Hi Bowie,
    Here is one possible approach...
    1) Set "Do Not Use SOAP Envelope" in your Receiver SOAP Adapter.
    2) Add this xsl as a second step in your interface mapping.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:template match="/">
        <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
          <env:Body>
            <xsl:copy>
              <xsl:apply-templates select="@*|node()"/>
            </xsl:copy>
          </env:Body>
        </env:Envelope>
      </xsl:template>
      <xsl:template match="@*|node()">
        <xsl:copy>
          <xsl:apply-templates select="@*|node()"/>
        </xsl:copy>
      </xsl:template>
    </xsl:stylesheet>
    You can then modify the soap envelope nodes above to create what you need.
    -Russ

  • Looking for Photoshop Plugin Software Developer

    Anyone know where I can find a software developer to create a Photoshop Plugin?  Not having any luck finding programmers with knowledge of Adobe code.
    Or, is anyone a developer that can help?  Please let me know.
    Thank you.

    We can help you.  My name is Carl Gray at GrayTech Software in Wheaton, IL.  ([email protected]).  We coded the plugins located here.
    http://pixelgenius.com/products.html
    Regards,
    Carl

  • Photoshop plugin bug fixes and release schedule?

    Hi,
    I am a TD working in 3D computer graphics for architectural visualisation.
    First off I really like Pixel Bender and the power it has. Amongst other things we use Photoshop and AE in our workflow. Photoshop for still compositing and AE for Animations. I already have some Pixel Bender tools coded for normal map relighting, toon lines for normal passes and a screen space ambient occlusion shader.
    My question is with the Photoshop plugin for PIxel bender. I have the following problems with it:
    If the GPU runs out of memory when using a filter it crashes Photoshop. Can we get an error message instead and have it switch to CPU processing? We have different spec machines in the studio so one person could crank up some sampling options and then the next person just gets a crashing file. Could the plugin run independently from Photoshop so if it does crash it does not take Photoshop with it?
    UI. It seems that almost all of the UI meta data is ignored? Not sure why? While on the same subject it would be great to have a group box for UI layout or something for more complex filters. Can we also have it update the filter, not during the typing of a number but after enter is hit? Is it possible to get a typable number for integers and not just floats? Could we get something like presets implemeted that change multiple parameters? etc.
    Multiple image inputs. It would be insanely useful to have, especially as pixel Bender supports it.
    32 bit support image support. Is this planned at some point?
    So I suppose my bigger question is asking if this is still something that is in active development and are any of these points planned to be fixed or implemented in the next 6months/ year. Is pixel bender more of a bonus feature not meant for production? Like I said, I really like Pixel Bender and the power it offers but I do not want to invest everyone into a technology that is not getting worked on or just seen as a lab project or something.

    Thanks for the reply.
    We have a few different cards. Quadro FX 1500, Quadro FX 1800, Geforce GTX 470 amongst others. They all have latest drivers and the Quadro's have the performance drivers installed. The gaming card is actually the most robust one with no errors or crashes so far.
    The Quadro FX 1500 cards will not process an image over 4096x4096 because of the Max texture size limit in the GFX card.  It seems that Pixel Bender will process very big images in AE because it is using the CPU. Photoshop does not even launch if the image is above the max texture size. It would be nice to have the Photoshop Pixel Bender still work but just use the CPU only in these cases. Anyway I will add this to the wish list thread.
    In terms of crashing, I have a sampling option in one of the kernels I have made that performs a 'sample' image in a for loop. The more times it samples the more likely it is to crash PB. Using the GeForce the sampling can be cranked up and be fine. Using the Quadros it will just crash when the sampling number gets too high even at dimensions of 720x480.
    If you have any suggestions to stop the crash, please let me know what you would recommend next. I have no problem sending you a .pbk file and the steps to break Photoshop. It might be difficult to reproduce though if you do not have the same hardware. I could also make a video or send you any other info if you need it.
    I understand that it is not possible to talk about specifics in terms of development. However, is it possible to give a very rough guide to how often releases and updates are planned. E.g. once every 6 months, once every 2 years? Once every 5 years? Is Pixel Bender 3D going to be the focus for the next few years? It is difficult to know which direction to steer our own development. I don't know if I have jumped on this too soon and if I should wait a couple of years for it to mature?
    I will make a list and add it to the forum. Almost all my comments are for the Photoshop implementation of PB.

  • Google's plan for acquiring photoshop plugin makers?

    I know this is just a little bit off topic, but it seems Google is on the prowl for photoshop plugin makers and they have bought one of the oldest and best ones, Nik Software Inc.
    Does anyone know anything about their plan for this? The first thing that comes to mind is that they are going to challenge things like Instagram offering more advanced "filters"..or why can it be..?

    Try watching/listening to last week's Grid show:  http://kelbytv.com/thegrid/2012/11/30/the-grid-episode-77-the-future-of-nik-software/
    if you can get around the vague "no answer" to the questions many of us have, Will Nik continue to upgrade and or develop new plug-in software?
    It was a pretty good dance around if you ask me!
    I was really disappointed in the Kelby's staff replies/questions to the Google Rep and Nik Reps and feel they let them off the hook to easily!

  • Is there a way to have a wiki on osx server where users can be created at first logon? (for a semi-public wiki)

    Hello,
    I am installing an osx server that will be primarly used as a wiki for collaboration.
    Problem: there will be many users from various organisations -> creating users manually on the server is not an option.
    Is there a way to have a page/something where users will login and the account will be created at first logon? (after being approved if possible).
    I'd want my users to go to the wiki and do something like click a "new user" or "create account" button then fill a form. The account in th directory would be then auto magically created.
    Does this feature already exist for osx server with the built-in wiki?

    Just generate the TTS on a separate slide and then assign the audio file created in the LIbrary to whatever object you need.

  • Bare minimum include files/project settings for a photoshop plugin

    Hi, I've been reading the documentation and gone through some samples in the SDK and I'm starting to feel comfortable with the whole plugin environment (though there is still much for me to learn).
    The question I have is "what are the bare minimum files I need to include, libraries to link, etc in order to compile a photoshop plugin?"  I apologize if this is a repeat question, I did my best to search for an answer.
    The motivation behind my question is that I am ultimately interested in developing plugins for both Windows and Mac with the least amount of hassle.  Ideally, I'd like to be able to run a single script (probably on a linux machine using gcc/mingw) that compiles all of my most recent code so I'm trying to find out how can boil down the SDK to the minimum components to make this as simple as possible so my programs don't have relics/artifacts from the example code in them.  I'm also not certain how to accomplish what I just described but that's probably a question for a different forum.  Any help is much appreciated!

    The (GPL) sample code on my site shows how cross-platform plugins can be built for any Photoshop platform - these days, most commonly Win32, Win64, and OS X Mach-O. There are dozens of projects represented, mostly File Formats and Filters:
    http://telegraphics.com.au/sw/
    Makefiles are provided for OS X gcc, Microsoft Visual Express (running on Linux/WINE) for Win32 and Win64, and mingw32 (as a cross-compiler from Linux or OS X).
    Contact me if you want further information.

  • Created my first app in app studio but can't upload in dev center

    Hello,
    I created my first app in Windows App Studio.I generated a publish package containing a zip file that contains an appxupload file.
    But when I try to upload it in the windows Phone dev center i can only upload XAP files??
    What am i doing wrong? Sorry, i'm new to this....

    I have all but given up on the android store, the mindset on there is to never pay for anything. "All apps should be free" is the general mentality of an android market user. At first I thought it was just the attitude of an android user but after having decent success on the Amazon App Store and great success on the NOOK store I just think its the market and the no review system, its hard to get noticed with all the junk apps floating around and all the users expecting everything to be free.
    As a side question to the original poster or anyone to whom this may pertain, why do people make quality, ad free apps? I dont get it, whats in it for them other than good vibes from the users? I understand free ad powered apps, and free lite apps but I can never figure out why people will use their talents and time to make an app thats totally free and has no ads? Anyone?

  • OWB 11g rel2 Client install. Error when creating my first Workspace

    We just installed Oracle 11g rel2 Std edition database on Oracle Linux. No problem connection with Toad. Everything works fine.
    I have just installed OWB 11.2.0.1 client on Windows 7 and Windows 7 in XP mode. Having the same problem on both installations mentioned below.
    No I am about to create my first Workspace in Repository Assistant where I get an error:
    - Step 1, Database information
    - Host xxx
    - Port 1521
    - Oracle Service Name: instance name (the one I use in Toad that works)
    -SQL Net Connection: Checked  Seems that I have to use this when I connect with system user later on in the wizard.
    - Step 2 Manage Warehouse Builder workspaces, checked
    - Step 3 Create a new Warehouse Builder workspace
    - Step 4 Create a workspace with a new user as workspace owner, checked
    - Step 5 DBA Information: user system, Password: xxx
    - Step 6 Enable Optional Features: Non selected
    - Step 7 Workspace Owner(new)
    - Workspace Owners’s User Name: owb_owner
    - Password x 2
    - Workspace Name: workspace_dev
    - Step 8 OWBSYS Information:
    - User Name: OWBSYS (OWBSYS and OWBSYS_AUDIT accounts are unlocked)
    - Password: xxx
    - Then I click next, and the error information are as follow:
    “OWB software with the compatible version must be installed locally on the database server machine. If it is already installed, please acquire the DBA user credentials, an run the SQL script owb/UnifiedRepos/remote_owb_install.sql on the database server machine. This creates a database directory named ‘OWB_REMOTE_ADMIN’ that the remote installation will access to read the database servers OWBHOME/owb/bin/admin directory. Relaunch the Repository Assistant or execute OWB scripting command OMBSEED to seed the repository.
    Since we have installed the Oracle 11g rel 2 database, the OWB are already in that installation. I also tried to run the remote_owb_install.sql and applied the OWBHOME/owb/bin/ when running sql. I still have the same problem.
    Anyone experienced this and have a solution to solve this?

    Hi Scott,
    SQL> select privilege from dba_sys_privs where grantee='FLOWS_030100';
    PRIVILEGE
    DROP PUBLIC SYNONYM
    SELECT ANY TABLE
    DROP USER
    UNLIMITED TABLESPACE
    DROP TABLESPACE
    CREATE JOB
    ALTER SYSTEM
    EXECUTE ANY PROCEDURE
    CREATE PUBLIC SYNONYM
    ALTER SESSION
    10 rows selected.
    SQL> Select granted_role from dba_role_privs where grantee='FLOWS_030100';
    GRANTED_ROLE
    RESOURCE
    CONNECT
    SQL>
    I am sure nothing has been revoked.
    Is there a script I have not run?
    Regards
    Michael

  • Creating my first table

    Hi Guys,
    I'm having a really basic problem when creating my first table using Oracle Enterprise Manager (11g)
    What I've done is:
    1. Log into Enterprise Manager 11g using sys as SYSDBA
    2. Created a tablespace called APPLICATIONS
    3. Created a user account called SAMPLEAPPLICATION and set its default tablespace to APPLICATIONS
    4. Then, without logging out, I've tried to create a new table in the SAMPLEAPPLICATION schema and using the APPLICATIONS tablespace
    But unfortunately I'm getting an error message saying something like "Failed to commit: ORA-01950: no privileges on tablespace 'APPLICATIONS' "
    The thing I'm not understanding is why the sys user would not be able to create a table on the APPLICATIONS tablespace.
    Is the sys user specifically not allowed to do these things because you're not supposed to do these sorts of mundane operations with that account, or is perhaps something else going on?
    Many thanks to anyone who can advise
    Simon

    yep,
    What I have found is when creating a table even logged in as SYS even logged in as sys if you try and create a table as another user that user needs permission and quota to own the object.
    as an example
    logged in as sys
    SQL> create user myschema identified by temp ;
    SQL> grant create session to my schema ;
    SQL> grant create table to my schema ;
    SQL> create table myschema.mytable (x varchar2(20), z varchar2(20)) tablespace users ;
    create table myschema.mytable (x varchar2(20), z varchar2(20)) tablespace users
    ERROR at line 1:
    ORA-01950: no privileges on tablespace 'USERS'
    SQL> alter user myschema quota unlimited on users ;
    User altered.
    SQL> create table myschema.mytable (x varchar2(20), z varchar2(20)) tablespace users ;
    Table created.
    SQL>

  • Getting error on imac at time of loading photoshop plugin - "One or more plugins currently not available on you system"

    Hi,
    I am getting below error message while loading photoshop plugin on intel mac os 10.5.7 in photoshop CS3.
    "One or more plugins are currently not available on you system. For details, see  Help -> System info"
    In System info it is giving error as
    "Plug-ins that failed to load:
       Dissolve NO VERSION -  - from the file “/Applications/Adobe CS3/Adobe Photoshop CS3/Plug-Ins/Filters/Dissolve.plugin/”
    I have build this code with Xcode v3.0 & selected settings build configuration as "i386".
    Is there any CS3 SDK updated need for intel mac or any build settings need to be done in xcode?
    Same plugin is working well on emac, but giving above mentioned error on intel mac.
    Please let me know if anyone have any idea about this.
    Thanks in advance.

    Thanks a lot for you suggetion.
    2009/5/22 Ramón G Castañeda <[email protected]>
    If you had been running CS3 on a PPC machine (PowerPC or pre-Intel box)
    it's likely the plug-in was not written for Universal Binary.
    >
    Now that you have an Intel iMac, any plug-ins that have not been updated
    for Universal Binary will not run, because your CS3 is now running natively
    in Universal Binary.
    >
    In order to run your older plug-ins, you would have to run CS3 in Rosetta
    emulation software—with a corresponding, MASSIVE performance hit..
    Rosetta emulates the PPC chip.  To set up CS3 to run in Rosetta, you
    highlight the application icon in the Finder a do a Get Info on it (Command
    I).  check the Run in Rosetta box, close the dialog box, launch CS3 and
    watch it crawl along.
    >

Maybe you are looking for

  • IPhone 5 restarts when opening texts

    I bought an iPhone 5 on launch day and that same day, my phone restarted itself when opening a text directly from the lock screen. I didn't think much of it then and just went on with it but then within the next three weeks, it happened to my phone t

  • Java IDoc adapter in PI 7.3?

    Hi Gurus, As there has many new features added in PI 7.3 version,anyone advise how to test its IDoc(java) feature via some scenario?or suggest some scenario to assess the IDoc adapter based on java functionality. Any comment would be much appreciated

  • Problem with scripts

    Certain sites, most recently The Daily Show, will not load for me. I get a box that says: "Warning: unresponsive script A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if t

  • Intel USB2.0 Driver

    when can download the driver ?? I tried Live Update2 for few days but still didn't manage to download the file completely ... always stop halfway .......

  • WITHHOLDING TAX ROUNDING ERROR

    Hi All, I faced one problem ie; at the time of sub contract service charges invoice posting Education Cess amount whereever below one rupee system generate entries geting debited, actuvalli this was worng in accounting. that to this was happen some o