Adding and removing plug-in - Gets dirty Catalog?

Trying many plug-in, adding and removing it, could be a problem with the file Catalog?
The removed plug-in leaves traces on catalog? E.g.: a bites growed catalog....
Thanks

Rob,
What about your ExifMeta plug-in?
How it works with the catalog?
Is there a catalog working difference between ExifMeta and DevMeta plug-in?
Thanks

Similar Messages

  • Best practice for adding and removing eventListeners?

    Hi,
    What is the best practice in regards to CPU usage and performance for dealing with eventListeners when adding and removing movieclips to the stage?
    1. Add the eventListeners when the mc is instantiated and leave them be until exiting the app
    or
    2. Add and remove the eventListeners as the mc is added or removed from the stage (via an addedToStage and removedFromStage listener method)
    I would appreciate any thoughts you could share with me. Thanks!
    JP

    Thanks neh and Applauz78.
    As I understand it, the main concern with removing listeners is to conserve memory. However, I've tested memory use and this is not really an issue for my app, so I'm more concerned if there will be any effect on CPU (app response) if I'm constantly adding and removing a list of listeners every time a user loads an mc to the stage, as compared to just leaving them active and "ready to go" when needed.
    Is there any way to measure CPU use for an AIR app on iOS?
    (It may help to know my app is small - I'm talking well under 100 active listeners total for all movieclips combined.)

  • Dynamically adding and removing managed servers

    Hi,
              I'm experimenting with adding and removing managed servers while applications are running on the cluster. I've written some scripts using weblogic.Admin to do the tasks. It seems that it's working. However, I'd like to confirm that this is supported. I also have the following questions:
              1. Applications running on a cluster are automatically deployed to the newly configured managed server once it is started using startManagedWebLogic.sh. Are there any non-error situations that applications are not started automatically?
              2. To remove a managed server from the cluster, I first shutdown the server gracefully and then delete the server from the domain using weblogic.Admin. Is this the recommended way to do it?
              3. Anything else I need to pay attention to before adding and removing servers?
              Thanks for any information and pointers.
              Ming

    1. only if the staging mode is external.
              2. yes, if the server should be permanently removed. If the server is down for short maintenance, you do not need to remove it from the cluster.
              3. yes, try to avoid doing this during deployment tasks. That can be nasty.
              - Anders M.

  • Adding and removing tabs dynamically as in explorer

    adding and removing tabs dynamically as in explorer or firefox

    Think about how many translations are required to move your avatar, then think how many translations are required to move everything else in the entire world. Depending on whether there is more to translate in your avatar or in the rest of the world, you have your solution.
    Not knowing how your system works I can't really suggest anything further but could the collision avoidance be interacting with everything in the world as well? That would increase the workload somewhat.

  • Adding and removing listeners help please...

    hi guys i have a pop up box that adds a listener depedent on a variable.
    like such
         if(upload_typ != 'O' && upload_typ != 'E')
        {RPanel.DSUB.addEventListener(MouseEvent.CLICK, DatabaseSend)};
       if(upload_typ == 'O')
        {RPanel.DSUB.addEventListener(MouseEvent.CLICK, DataSendOntme)};
        if (upload_typ == 'E')
        {RPanel.DSUB.addEventListener(MouseEvent.CLICK, EncumSendVal)}
    how do i remove the listeners? i continue to see examples of removing listeners but yet i dont see what the remove listener functions should do.
      any help would be greatly appreciated.
    Miguel

    In your case, because you can't be sure what listener was added, you can remove them all, and if they have not been added, no harm:
    RPanel.DSUB.removeEventListener(MouseEvent.CLICK, DatabaseSend);
    RPanel.DSUB.removeEventListener(MouseEvent.CLICK, DataSendOntme);
    RPanel.DSUB.removeEventListener(MouseEvent.CLICK, EncumSendVal);
    Alternatively, you could register the ones that actually get added to an object (associative array) and remove only those when necessary.
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.chikaradev.com
    Adobe Flex Development and Support Services

  • Adding and removing children with buttons

    So I've been following this tutorial (http://www.danfergusdesign.com/classfiles/oldClasses/VCB331-richMedia1/exercises/addingChi ldren.php) on how to add and remove children with buttons in order to create a popup box on the stage.
    The part I'm having trouble with is how I add the close button to the stage on top of the popup box.
    This is basically what I'm trying to do:
    Here's my code right now:
    var OrderPrepOnlineMenuInstance:OrderPrepOnlineMenu = new OrderPrepOnlineMenu();
    var mcOnStage:Boolean=false;
    loadOrderPrepOnlineBtn.addEventListener(MouseEvent.CLICK, loadMC);
    OrderPrepOnlineClose.addEventListener(MouseEvent.CLICK, removeMC);
    function loadMC(MouseEvent):void {
    addChild(OrderPrepOnlineMenuInstance);
    OrderPrepOnlineMenuInstance.x = 465;
    OrderPrepOnlineMenuInstance.y =230;
    mcOnStage=true;
    function removeMC(MouseEvent):void {
    if (mcOnStage ) {
    removeChild(OrderPrepOnlineMenuInstance);
    mcOnStage=false;

    Why not just make the close button part of the object you are adding.  You can assign it an event listener thru that object after it is created.

  • Adding and Removing an Instance in LiveCycle Designer 8.2

    Good Morning,
    I am just beginning to use LiveCycle Designer 8.2 which was packaged with Adobe Acrobat 9.0 and I was just given a short timelined project for a form to be created for which I would like to include a + and - button to add and remove instances (it would add and remove student information as needed .... maybe only a list of data involving 5 students or for other teachers they may have 10 students, etc.) so I want them to be able to add and remove "instances" as needed.  I have been working on this and looking at forums and clips and have not been able to successfully accomplish this task yet.  I am wondering if anyone can give me some help?  Thanks.
    L Gardner

    The best reference I've found is at
    http://forms.stefcameron.com/2006/11/11/instance-manager-object-reference/
    Let me know if you need a sample

  • Adding and Removing Photo Albums

    All of my albums don't show up on Apple TV menu. How can I add and remove picture albums?

    How are you accessing the photos? If using home-sharing you should be able to access your library, make sure you have given access (iTunes - file - home sharing - choose photos to share)

  • What is recently added and how do i get rid of it?

    Ever since the latest iteration of iTunes, I have been subjected to a banner across the top of my itunes page called Recently Added.  I understand why that feature may be desirable to some people, but why can't I turn it off as I find it really annoying.  I also have no way of knowing how it calculates what is recently added, how long ago do items fall into that category.

    If you go to View > View Options, you'll get a little control panel that pops up along the right side of iTunes. There is a check box that you can uncheck to remove the recently added banner and option from the side bar.
    I agree, this was an eyesore, but at least you can get rid of it now.

  • Adding and Removing Components to/from a jPanel

    Hello,
    I am searching for a way to have a jButton create a remove and create some jComboBoxes, jLabels, and jButtons. I don't know how I could do this. I have some screenshots from NetBeans IDE to help illustrate my problem.
    I want the Add Shift button in here...
    [IMG]http://i271.photobucket.com/albums/jj132/Dunkmaster1992/javahelp1.jpg[/IMG]To do this...
    <a href="http://s271.photobucket.com/albums/jj132/Dunkmaster1992/?action=view&current=javahelp2.jpg" target="_blank"><img src="http://i271.photobucket.com/albums/jj132/Dunkmaster1992/javahelp2.jpg" border="0" alt="Photobucket"></a>And obviously I would like the remove buttons to remove a shift when clicked.
    Well, thanks for any help. I think this is pretty advanced if it's possible. I'm pretty sure I could manage doing this a slightly different way, but it would not look as pretty and I would have to limit the amount of shifts possible. I would otherwise approach this by doing this:
    <a href="http://s271.photobucket.com/albums/jj132/Dunkmaster1992/?action=view&current=javahelp3.jpg" target="_blank"><img src="http://i271.photobucket.com/albums/jj132/Dunkmaster1992/javahelp3.jpg" border="0" alt="Photobucket"></a>It just isn't as professional. I would do it by just making the components visible and not visible with the button clicks. And changing the attributes of the components is easy. But I would also be limited to however many shifts I placed originally on the jPanel.
    Duncan Calvert
    [email protected]
    Please, if it's not too much trouble, give me an e-mail when you respond.
    Edited by: dw.calvert on Jul 22, 2010 2:36 AM
    Edited by: dw.calvert on Jul 22, 2010 2:37 AM
    Edited by: dw.calvert on Jul 22, 2010 2:39 AM

    dw.calvert wrote:
    I'm not sure why it's a bad thing to post a question on two different forums. It only means more views on the question.Yes, and many people wasting their time answering your question. There is nothing wrong with it as long as you mention that you have done so and provide reference to the other thread.
    >
    And I included my e-mail so that someone could ensure that I read their response. So, if someone replies a month from now, I will know about it, and won't have to check this forum everyday for the rest of my life.So set a watch on this thread and you will get an email from the forums. The spam search engines are happy for your posted email address, however.
    And nowadays it would take less time to send a quick e-mail notification than to respond to this question.Thereby excluding everyone else that may have the same problem. Keeping the conversation here allows them to also get helped (if they bother to search, although most people don't seem to realise what Google and forum search functions are for).
    >
    I'm sorry if I'm not used to this forum, or it's traditions, but a picture is worth 1000 words and I always try to be efficient.As long as it is only "efficient" from your point of view. As it is more "effecient" for others to both keep the conversation here and to notify others of the cross-post.

  • My apple iP ad and charger plug keep getting very hot. I have tried resetting it but this doesn't help. Please can anyone help?

    please can you help? My apple I pad min version 7.1 (11D167) model MD531B/a. Capasity 13.4 GB keeps getting very hot and the charger plug. It seem to run down quickly too. It's been going on for a long time now. I have tried resetting it but this does nothing. Kind regards Rosemary.

    Hi Rosemary,
    These devices will get very warm (even uncomfortably so) when charging. From my own experience this is exacerbated if the device is in use at the time of charging or if the device is in a case that does not allow air to reach the device.
    You will see a warning on the iPad's display in the form of a yellow triangle and exclamation mark long before the device reaches a dangerous temperature.
    As long as the device is no warmer than a nice cup of coffee, you're in the clear.
    As you have mentioned that your battery is draining quickly, this could indicate that the processes running at the time are rather intensive on the iPad's resources and this would naturally raise the temperature of the iPad.
    If you have a look in Settings>General>Usage and look for the Standby and Usage times toward the bottom, are the two numbers significantly different? If you see that the Usage and Standby times are identical then you are experiencing a software issue where the device is not entering sleep as it should when not in use.
    Cheers

  • SubType ASPXCodeBehind /SubType constantly added and removed in csproj file

    UPDATE - I'm using Visual Studio Community 2013 btw
    For some reason, this line <SubType>ASPXCodeBehind</SubType>
    keeps getting added to my .csproj file. I make no changes to any other file in the project or solution. Simply opening the project seems to cause this line to be added to various places in the .csproj file. An example would be similar to the following...
    <Compile Include="path\folder\Detail.aspx.cs">
          <DependentUpon>Detail.aspx</DependentUpon>
          <SubType>ASPXCodeBehind</SubType>
    </Compile>
    So far, it looks like there's over 100 new instances of <SubType>ASPXCodeBehind</SubType> that have been included for no apparent reason.  Has anyone come across this before, or have any ideas why this could be happening?

    Hi John,
    Thank you for posting in MSDN forum.
    Since this
    forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor.
    Based on your issue, I suggest you could ask this issue directly to the ASP.NET forum:http://forums.asp.net/ ,  you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adding and removing current user from one SharePoint group to another with event receiver

    hi friends
    i need to change current user from one SharePoint group to another with list item adding event receiver.
    please help me

    Hi Malli,
    Greetings. Its nt possible
    http://sharepoint.stackexchange.com/questions/42286/event-receivers-on-add-remove-users
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Adding And Removing in a text file

    Hi
    I'm trying to make a VI that generates a textfile which saves some data each second and give it some timeframe so that it can maintain only the data that has been generated last 10 seconds or so
    First I have made 2 different files, one is for saving some data each second into a text file, and the other one is for removing the data
    but when i combined those two it doesn't seem to work.
    Could anyone have a look at the file and comment on that?
    thanks
    Attachments:
    test2.vi ‏17 KB
    Time(Sub).vi ‏8 KB

    A couple comments on what you are trying to do. First, doing this with a text file is going to be inherently difficult as you are going to be doing a lot of rewriting of the file. Second, having two VIs (1 to write the data and 1 to remove the old data) is a bad approach - why not design the algorithm so the file is only written to one time for each update cycle? Stop trying to make a poor design work and spend a little time thinking outside the box.
    Hint: think about how you calculate a running average in LV, and what if the indicator out wasn't just an indicator but a file write?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Problems adding and removing dual monitor

    using FCE to do some light editing at work. continually need to flip between a single and dual monitor setup due to other things i need to do on a different computer. having problem with FCE not moving all windows back to the main monitor after removal of additional monitor. 'display' settings will not let me setup as being unattached since (and this is what the error says) that the other monitor is no longer attached. only happens w/ FCE. other programs seem to recognize that the monitor is no longer there, and moves all the windows back to the main monitor. what am I missing?

    Have you tried closing the dual display option in *View>Video Out* before shutting down FCE?
    Al.

Maybe you are looking for

  • Report Builder 6i returns ORA-01483 in after parameter form trigger ?

    Can anybody help me ? I've been working on a report with report builder 6.0.8.11.3, and whenever i run the report the after parameter form trigger returns REP-1401 and following ORA-01483. I've been trying to change the values of some user parameters

  • Error while converting data from CATS to CO

    Hi Experts, We are transferring the HR timesheet data to CO.while uploading the time sheet data to CO through transaction code ZAFU we are getting the following error.Any help is greatly appreciated Trans: KB21N | BTCI-Creation_DD_CO_Actual_Activity

  • What are the things to be changed when changing page name, model, jws, etc?

    Hi Everyone, My jdev version is 11.1.2.3.0. I have developed one ADF application with one page and it is working fine. Now i need to change my page name so i modified and it is also working fine. But while deploying it gives error like model-viewcont

  • New install of solaris 10 and I cannot see the other 5 harddrives

    I am a bit rusty on solaris but here is the issue and exscuse my clulessness. Just installed 10 on an e450. At the ok prompt you can query the hardware and the hard drives are there. From the OS level, they do not appear. In the solaris console I can

  • SAP Query: Caseless search for case-senstive dictionary field

    Hi I have a question regarding the select options in a sap query. here is the scenario: I have a SAP query + infoset. in the selection sreen I have a field from the type MAKTX. this field is a character field that allows upper and lower case. I have