CS3/CS4 - Persistent data results in missing plugin warning

Hi,
In my plugin I add persistent data to kDocBoss and kSplineItemBoss.
If the users of my plugin sends a document to one that do not have the plugin, a missing plugin dialog is shown. This is not a big problem, however, users without the plugin are unable to package the document due to the missing plugin!
Is it possible to make InDesign discard persistent data if the plugin is not available, so that the document no more depends on the plugin?
I will be thankful if somebody can give me a hint on this problem.
Kind regards Toke

Hi again,
IgnoreTags solved my problem
Kind regards Toke

Similar Messages

  • CS3/CS4 - Persistent data and different versions of plugin

    Hi there,
    In my plugin I have persistent data on e.g., the document and page items.
    Say that I'm in version 1.0 of my plugin has a single persistent data field on the document, and that is wish to add a second field for version 1.1.
    Does the SDK contain some form of functionallity for merging an old document into a new one that conform with the new fields?
    Basically, my problem is that I do not know if I'm allowed to read the new persistent field in my ReadWrite function, since the current document could be created using version 1.0.
    I guess that one solution is to tag the document with a version, and use that to determine the functionality of the ReadWrite function? However that do not seem as the most elegant solution...
    I hope somebody understands my problem, and has a more sophisticated solution
    Thanks
    Kind regards Toke

    There are basically two ways to deal with this situation.
    The first is to let InDesign treat your data as a blob, include your own version number in the blob and parse the blob yourself based on the version number.  In this scenario you generally keep your plug-in's version resources the same, so InDesign doesn't know you've changed data formats.
    The second is the InDesign way, in that you define a schema resource for each format version of your plug-in.  Doing this places constraints on your data, in that changes have to be moderately simple so that InDesign can apply changes to the older versions of your data to bring them up to the current schema.
    See Schema.fh in the SDK.
    The sample /Adobe_InDesign_CS4_Products_SDK/source/sdksamples/framelabel/FrmLbl.fr also uses schema resources.
    The key is to be careful about syncing changes in your data with changes to your plug-in's format version numbers, as well as keeping your data simple enough for the schema system to update it.  If you don't, then you need to get into schema updating code and a bunch more work.
    Jon

  • PS CS4/ 'Application Has Moved' and 'Missing Plugins'

    Hi all,
    I recently upgraded my OS from Leopard to Snow Leopard. I keep a clone of my OS/Apps drive on an external firewire. After upgrading the OS on my main drive, I initialized the OS/Apps drive and made a bootable clone of the main drive with SuperDuper. Now whenever I boot up Photoshop CS4 on either my main drive or clone drive, I get the following popup message:
    I hit 'repair now' and photoshop continues to open. Before finally opening I get this popup message:
    I then go to Help-->System Info but I can't really tell which plugins might be missing or why. All of the plugins that I installed manually from the software 'Content' disk are in there correct folders. I'm not sure why this is happening. It's quite disconcerting.
    Any input will be greatly appreciated.
    Thanks.
    Dennis
    Message was edited by: droliff

    Application has moved: means what it says.
    Plugins not loading -- you probably are running 64 bit and have some 32 bit only plugins installed.
    The system info listing should be showing you which plugins couldn't be loaded (down near the bottom of the list).

  • Missing plugin IPE.PLN

    Hi...
    i'm urgently need to open and edit some indesign files....
    I'm using Indesign CS3, when i try to open the .indd file warned for a missing plugin "IPE.PLN"
    Attached the screenshot of the warning...
    I asked from the file creator, he is using the same version of cs3 and no additional plugins installed.
    also i cannot get any info on that missing plugin from any search engine or forums.
    I tried "OK"ed the missing plugin warning, it does opened up though i can't put in any .indb
    also tried to save as the file.. still doesn't work.
    can anyone help?? Please and Thanks....
    -Cha

    P Spier wrote:
    That's not a standard CS3 plugin. It might be for the CE or ME version or something like that, though.
    Definitely not ME...

  • Problems moving between CS3 and CS4 - missing plugins

    Hello all. Sorry if this is a really obvious question. I'm still sort of new to InDesign.
    I'm working on a newsletter right now that I originally created using CS3. When the CS4 trial came out, I downloaded it, and the file it automatically transferred to opening on that version by default and I finished it up on CS4. Now my CS4 trial has run out and I don't want to buy it, but instead would like to keep working on the newsletter in CS3. When I try to open it in CS3 however, it says a ton of plugins are missing, namely:
    conditional text
    word ready
    appframework
    indexing
    xml
    generic page item
    package and preflight
    image
    master page
    incopy shared
    cjk text attributes
    assignments
    spread
    text
    links
    toc
    text attributes
    scripting
    hyperlinks
    document framework
    cjk grid
    workgroup
    text wrap
    whew! I'm pretty sure I have all the current updates. I tried looking for some of the plugins but I'm not really sure how to go about this or even if it's the right solution.
    Any help would be greatly appreciated! We wanted to get the newsletter to our printer before the holidays but that's not looking so great now.
    Thanks in advance!
    Alyssa

    You cannot open a CS4 file in CS3. If you'd like to email me the file,
    I'll save it back as an INX file for you. Depending upon what features
    you used in CS4 it may or may not be satisfactory...new features will be
    lost or badly mangled and text is quite likely to reflow.
    Bob

  • Missing Plugins.  Unable to open InDesign CS4 file, using CS3.

    There are various updates InDesign CS3 available;
    Adobe InDesign 5.0.2, 5.0.3, and 5.0.4.dmg etc, plus 'Digital Editions'.
    Which one provides correct plugins to allow opening of a CS4 originated file in CS3?
    Alternatively, is there a link which provides a utility which will automatically detect which
    plugins you require to update from CS3>CS4?
    Thanks very much.

    My script in this thread: http://forums.adobe.com/message/4071273 will identify with what version of ID a file is created, which may be helpful at times. (Aside, you may be the first to try it with CS3 -- so it might not work.)
    Nothing to be ashamed of on your side, really. That infernally misleading "upgrade your plugins" 'error' dialog has been confusing first-time users from the very first time some lazy programmer at Adobe opted for a quick shortcut in programming and be at home before rush hour.

  • Problems with persistent data in Plugin

    Hi everybody,
    I'm currently working on an old plugin for the company i'm working. I never have done something with InDesign before so i guess that is one of the main problems ^^. The Plugin was originally developed for CS 2 and was first ported to CS3 and now to CS4. The code is neither commented nor is the person that wrote the plugin still available (hurray for me ^^). The new port is running, but it still misses a feature that was, at least in cs2, functional but never used so it didnt got ported.
    The plugin uses preferences to store persistent data and according to that data highlight some text or dont highlight it. The problem i cant fix now, is that the plugin cant instanciate the preferences to store the data.I posted the first code that tries to get a new instance of the preferences and fails. I looked throught the sdk-sample, but they use a different way to get and set the preferences. So the main question is: Is it still possible to set/get preferences like the following, or do i need to do it somehow differenly?
    bool16 dhPrintMarkUtils::GetTagShown()
         IDocument* doc = Utils<ILayoutUIUtils>()->GetFrontDocument();
         if (doc != nil)
              InterfacePtr<IDHPrintMarkPrefs> iPrefs(doc->GetDocWorkSpace(), UseDefaultIID());
              if (iPrefs != nil)
                   return iPrefs->GetTagShown();
         return kFalse;
    The Preferencesclass is as follows:
    #include "VCPluginHeaders.h"
    // Interfaces:
    #include "IPMStream.h"
    //General:
    #include "CPMUnknown.h"
    // Project:
    #include "dhPrintMarkID.h"
    #include "dhPrintMarkPrefs.h"
    class dhPrintMarkPrefs : public CPMUnknown<IDHPrintMarkPrefs>
    public:
         dhPrintMarkPrefs(IPMUnknown* boss);
         virtual ~dhPrintMarkPrefs();
         virtual bool16 GetTagShown ();
         virtual void SetTagShown (bool16 tagHilited);
         virtual void ReadWrite(IPMStream* s, ImplementationID prop);
    private:
         bool16 fTagHilited;
    I dont quite know what else is relevant, so if you could please drop a note what else i should provide, i will glady post it.
    Thank you very, very much for answers! (I'm kinda desperate on this topic ^^).
    Grettings,
    Daishy

    Hi again,
    First of all, thanks for your tips! Unfortunately it still isnt working :/
    I tried reimplementing a new preferences class (i attached the source to it, so it wont take up that much space). I followed all your tipps and the sdksample (at least i hope so).I only try to read the preferences so far, not change it or write it. The following function is called from a gui element
    trying to check a checkbox based on the result the method is giving (true oder false). But i get the not created message.
    Am i stil doing something wrong? Once again thanks for your help and time!
    Edit: I tried uploading the files, but it seems thats not allowed. So i put them in a pastebin:
    http://pastebin.com/m48eb9ca3
    http://pastebin.com/m10fe4733
    bool16 dhPrintMarkUtils::GetTagShown()
         IDocument *doc = Utils<ILayoutUIUtils>()->GetFrontDocument();
         if(doc != nil)
              InterfacePtr<IdhPrintmarkPreferences> iPrefs2(doc->GetDocWorkSpace(), UseDefaultIID());
              if(iPrefs2 != nil) CAlert::ErrorAlert("created");
              else CAlert::ErrorAlert("not created");
    To the ID.h i added:
    DECLARE_PMID(kInterfaceIDSpace, IID_PREFERENCES, kDHPrintMarkPrefix + 7)
    DECLARE_PMID(kImplementationIDSpace, kdhPrintmarkPreferencesImpl, kDHPrintMarkPrefix+23)
    To the factorylist.h i added:
    REGISTER_PMINTERFACE(dhPrintmarkPreferences, kdhPrintmarkPreferencesImpl)
    To the .fr i added (on toplevel):
    resource IgnoreTask(1)
         kImplementationIDSpace,
              kdhPrintmarkPreferencesImpl,
    And to the resource ClassDescriptionTable(kSDKDefClassDescriptionTableResourceID) part:
    AddIn
         kWorkspaceBoss,
         kInvalidClass,
              IID_PREFERENCES, kdhPrintmarkPreferencesImpl,

  • Deleted a free version of  PDF Max after purchasing the pro version. That resulted in missing data on the pro version too. Please help

    Last week, I purchased the pro version of PDF Max and today deleted the free version since I am not using it anymore.
    I don't what happened or how, this also resulted in missing data on the pro version. I created loads of annotations and notes using the pro version. Now, all that's missing. I am using the word "missing" because I think the data (notes and annotations) is still there but its just not showing up in the app. Since, the size of the app did not change. It still is 1.24gb on iTunes. Can you guys please help me recover or should I say figure out a way to display the files on the app? Pretty please!

    I'm not familiar with the specific app, but generally speaking if the free and paid versions of an app are separate (i.e. not an in app purchase), what you are seeing will be the case. the only resolution I know of is if the vendor provides an account and stores the data online, or it integrates with something like DropBox. If not, once the old version is deleted, the data is pretty much gone.

  • Missing plugin in ID CS4

    Hi,
    When I opened the Indesign CS4 document, it shows the message
    mm.ms.im.Kernel.IndesignPlugin
    "The document 'sample.indd' used one or more plugin-ins ..."
    Question 1: Is there any way that, if there is any missing plugin shows, then the file should not opened by indesign. Is there any way to do this within Indesign application.
    Question 2: If that plugin is realy not used in the Indesign document, Is there is any way to remove the missing plugin information's from the Indesign document without saving as  .inx .
    Please suggest me on this two questions.
    Thanks for the help.
    Regards,
    Gopal

    No, It is not a CS5 file.
    This file is created in ID CS4.  When we open the same file in another mac machine which have ID CS4, it shows the missing plugin information.
    Actually, this plugin is not used in the document.
    My question here is, since the plugin is not actually used in the document, why the ID CS4 shows the missing plugin dialog when we open the file.
    Is there any way to avoid this dialog while opening the file.
    Thanks,
    Gopal

  • How do I update my InDesign CS3 plugins? I received a document from a colleague created in CS3 and I can't open it due to missing plugins.

    How do I update my InDesign CS3 plugins? I received a document from a colleague created in CS3 and I can't open it due to missing plugins.

    The error message is below. When I get info on the file it says it's a CS3 file.

  • Missing plugin from CS4

    InDesign CC2014 will not package file due to missing plugin from CS4. Help, please.

    @VS_Color – what plugin is missing?
    Try export or save the indd file to IDML, open the IDML, save it under a new name and then do the packaging.
    Uwe
    PS. Hm, Bob was faster than me…

  • CS4 InDesign persistent data changes getting lost

    Hi, We have some CS4 InDesign documents that lose the latest changes to persistent data once the odcument is closed. It appears as though the write to persistent data is reverted to previoue version once the file is opened again.......... appreciate any thought on why this is happening!
    Thanks in advance!

    Hi Mahe,
    1. You maxl does the following things
    exports data
    clears data
    updates the outline
    reimports the data
    2. After you reimport,Are you trying to retrive to confirm the data ?
    3. After you reimport the data, check the properties of database ( check whether the new blocks have been loaded , and increased the count ).
    4. Are you exporting all data , or only level 0 ?
    5. If its only level 0, You need to aggregate or consolidate ( by running calculation script).
    Hope this helps
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Trying to open a saved down idml file in CS4. Updated CS4 but still missing plugins?

    I'm trying to open both an inx file as well as an idml file exported from CS5. I have CS4 and it is updated as far as it will go, but it still says I'm missing plugins. And a lot too... 19 of them! Does anyone know how I can get these plugins? It's requesting them for both the inx file and the idml file.

    That is indicative of someone simply renaming an INDD file to IDML. In other words, that file wasn’t EXPORTED from anything. It was saved with a different extension or renamed after saving.
    Bob

  • I am trying to download Adobe reader latest version and when I hit download a bar appears at the top of the screen telling me to install missing plugins but firefox states plugins up to date what can I do?

    I am unable to download Adobe reader to update my system as I only have version 7 on my computer. Normally I would be able to download direct from Adobe and my system would update but when I try to download a message bar appears which states on the left hand side "additional plugins are required to display all the media on this page" and on the right hand side there is a button which states "install missing plugins". When I click on the button a dialog box appears which states "no suitable plugins where found with a message next to a manual install button "unknown plugin(application/getplusplusadobe16299)

    You can try using this tool to first remove all traces of Reader from your computer:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, you can download the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/
    After downloading, restart your computer and run the installer before doing anything else.

  • Saving as .IDML does not fix missing plugins error message

    Hello,
    I am having trouble rectifying a "Missing Plugins" error message.
    I create an InDesign file using CS5 and am providing the file for a client of mine who is using CS3. I have saved the file as an .IDML to ensure it is reverse compatible.
    When attempting to open the file, my client receives the following Missing Plugins error.
    Missing Plugins:
    WorldReady.InDesignPlugin
    Dynamic Documents.InDesignPlugin
    Conditional Text.InDesignPlugin
    My client's version of CS3 and my version of CS5 are both "up to date."
    Any additional suggestions to fix this issue so that I can provide a file my client can open?
    Many thanks in advance.

    If you have CS4 you can open the IDML there and export it to INX but to
    expect a perfect translation would be a stretch.

Maybe you are looking for

  • Windows 8.1 on 13" rMBP Mid 2014 unusable. Slow, choppy audio/video

    I've installed Windows 8.1 Pro on my new 13" rMBP Mid 2014 and it runs terribly slow. The mouse movement is choppy and I can't even listen to music, which is horrible. The computer often as if it's running at 100% capacity - even though it's almost i

  • HELP PLEASE !!! Can't get Linksys router to work.

    Okay, I am a new owner of an Alu-imac 2.4 ghz !!!!!! Installed Leopard last night and wanted to get my internet set up and --. IT DIDN'T WORK !!!!!!!! The Diagnostic thing wouldn't recognize my internet. (Info for you): 1) I have an Linksys wireless

  • Incredibly slow import

    I have a G5 with 4.5 GB RAM and a 74 GB 10,000 RPM Raptor Boot drive running LR with a 400 GB 7200 RPM Western Digital Internal drive holding my image files. I'm importing photos from a 133x Lexar SD card and a fast USB 2.0 reader. No problem with my

  • ME9F Print preview vs Output Message

    Dear Expert, I would like to know that can we add any text on the face of the PO that shows that it is printed from the Trial Printout button, so that user should use the Output button to finally printout the PO? Thanks for all your kind attention, R

  • MacBook Pro Speakers have a 'start' click. How can I disable it?

    Hello all, It seems that my MacBook Pro Speakers make a 'start' noise, when they have to 'play' a sound from absolute silence. Why is that? This has become extremely annoying, especially when I get notifications from Adium every now and then. Any wor