Program Search

Could you please add an option to program search for "recently searched programs" with (for example) a 7-day history? It's annoying to have to keep typing the same program titles week after week.

Hi,Welcome to Apple Discussions.
Applications are traditionally installed in the Applications Folder. I assume you have looked there!
Here are some things to try:
Open Safari, go to the Safari Menu > Preferences > "Save downloaded items to..." <- check here and see where you would have downloaded it to. <li>In the Finder go to the File Menu > Find > Enter the name of the application and hit search.
Or, go to the Apple Menu > About this Mac > "More Info", this opens Apple System Profiler, on the left hand side click "Applications" after a quick search you will be presented with a list of all the applications on your computer.
Any of these methods should find you your software programme.
regards
mrtotes

Similar Messages

  • Event Handling for free programmed search help bond dynamically in SO

    Dear Expert,
    I met a problem of how to handle an event raised by a free programmed search help - (F4), and this F4 is invoked
    by a field defined in a Selection Option component (WDR_SELECT_OPTIONS) - SO. 
    The scenario is that I would like to update the SO after the user multiple select some entries in the F4. I could tranfer
    back all the value chosen in the F4 to the consumer SO, but I can not update the icon in the SO(e.g  in SO, multiple values will be
    displayed with a green arrow icon), because I could not define a handler in SAP standard component SO, and it looks like there is no chance to catch the event triggered at the end of selection in F4.  (this event belonged to this F4)
    Welcome any suggestions or ideas, Thanks very very much. 
    In Addition, I use this way to enable the F4 for SO
    lo_so_component->create_cmp_usage_group(
         name = 'F4_TRANSPORT'
         used_component = 'ZTRANSPORT').

    thanks all

  • Cannot Uninstall program-Search Protect

    I am using Vista Home Premium.  I Cannot Uninstall some programs -Search Protect and Mozilla Firefox.
    I receive an error saying that  "couldn't load XPCOM", this only happens when I try to start Firefox.
    Tomespo

    Are you referring to search protect conduit? 
    http://malwaretips.com/blogs/remove-conduit-search-virus/
    http://malwaretips.com/blogs/conduit-search-removal/
    Can't use Firefox: Couldn't load XPCOM
    http://support.mozilla.org/en-US/questions/979255
    I can't open Firefox, it says couldn't load xpcom. Whats wrong?
    http://support.mozilla.org/en-US/questions/965228
    Hetti Arachchige V Aravinda | Network & System Administrator (B.Sc, Microsoft Small Business Specialist, MCP, MCTS, MCSA, MCSE,MCITP, CCNA, CEH, MBCS)

  • Freely Programmed Search Help

    Hi there,
    I have a WebDynpro application with two fields.  The first field has Dictionary search Help on it.
    The second field has a Freely Programmed input help.  The problem I am faced with is that the freely programmed search relies on the value of the first field to determine it's own values - i.e The first field is a contract, and the second field is an item on the contract.  So if the contract changes, so should the list of items provided in the Help.
    Now the way that this works is that the user selects a contract, then selects an item, then completes the fields in a PDF document.
    They press the button Save and Clear which saves the data, clears all the fields, and is then ready for the next lot of data.
    Although I can clear out all the fields, I don't know how to trigger the refresh of the Freely Programmed help.  The first time it is used it gets the right data, and after that it always shows the same data, - I just don't know how to trigger a refresh.  Basically I want it to refresh every time it is used!!
    Many thanks
    Jack

    Hello Jack,
    hmm... it should refresh itself, because you determine what goes in and out. Probably, you need to clean up some nodes in your freely programmed search help component as well i.e. upon leaving.
    Best regards,
    Thomas

  • Freely Programmed search help - Accessing Alternative node

    Hi Experts,
    I am trying to use Freely Programmed search help for calling a custom WD component on pressing of F4 of an input field.
    I have done everything required and the component is being called properly as well.
    The issue here is that i need to pass two values to the the custom WD component on F4. As suggested in one of the threads I used F4_CONTEXT_ELEMENT to get the reference of the source context node and attributes. But the problem is that this gives reference to only that node which has the input field with F4 help (which is being used to call the custom component). The values which i need to pass are present in some other node.
    Can you please suggest a way of accessing the other node to retrieve and use the values in the custom component called?
    Regards,
    Ritvik
    Edited by: Ritvik Prasad on Mar 31, 2010 5:16 AM

    Hi Manas,
    Thanks for the suggestion. I had thought about it too. But the problem that i faced was that no event is triggered/Method called on pressing of F4 on that input field (its internally handled in the framework). In that case what should be the method/event where i should copy the values from the other node to the new attributes created so that it reflects in the Custom component?.
    If you could just elaborate on that it would be really helpful.
    Hi Chris,
    Thanks a lot for this. That actually sounds like fun. I tried looking for options to do that. Although i can get to the node from the element using "GET_NODE" but there I could not find the method "GET_PARENT_ELEMENT" to get the parent element (context as you said). Is there any other method which could possibly return the parent element which i could eventually use to get to the other node.
    It would be great if you could help out with this.
    Thanks ,
    Ritvik

  • Freely Programmed Search help in Std Comp

    hi,
    Is it possible to add freely programmed searh help in standard SAP Component.
    I have dynamically assigned Freely search help to Context attribute using  set_attribute_value_help method.
    Now new component to be used in seach help is made in different package and this component is used as Used Comp
    in Std Component.
    When I click on search help it gives error : Comp usage ZHelp doesnt exist.
    zhelp- My component name.

    You have to add the component usage to the Standard Component, just like you would add the Freely Programmed Search help component usage to any component that wanted to call the search help.
    Component usages can be added using the Enhancement Framework:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/233f2189f74f08e10000000a114a6b/frameset.htm

  • Freely programmed search help with external mapping

    Hi all.
    I have a freely programmed search help to search for physical inventory items.
    I map some data from the component where i use this search help to this search help via external mapping. This works fine.
    But in the search help I want to be able to change the mapped data to perform a new serach. When I change the data and start the action to search again (in the serach help component)  I still get the old field value from context so that the search returns the same result. When I close the search help afterwards the changes are suddenly visible in the using component. So my entered data are somehow transfered to the original context but not to the context of the used component.
    Any ideas?
    Thanks
    Sascha
    Message was edited by:
            Sascha Dingeldey

    Hi Sascha,
    I would suggest, that you do not work with the externally mapped attribute.
    Try to copy the value to a "local" attribute in the searchhelp context while WDDOINIT of the component.
    This is the attribute you should use for the search.
    When you change the searchvalue, it is only changed in the comnponent.
    To get the values back to the calling component you need to copy it back while you call the action submit or exit.
    Hope this helps
    Best regards, Matthias

  • Free Programmed Search Help Question

    I want to use the free programmed search help interface to make
    my own search help.
        But the problem is, I want to embed SAP's search help into my own
    search help.How can I do that?
        Thank you.

    Hi,
    I had the same requirement and so I used Dictionary search help.
    In this you have to attach dictionary search help as inpute mode for paricular
    context node.
    e.g. If you want to attach a F4 help for vendor number, then goto attribute of that particular node and search for your attribute. Now click on vendor and change the properties of the same attribute as input help mode will be changed as
    'Dictionary search help' and put your own created search help name in the
    'Dictionary search help' tab. Also you can use standard search help name if you know as 'Dictionary search help '.
    Also there is another way to handle the same.
    In this blog you can find a solution with select options and custom F4
    /people/koen.labie2/blog/2006/11/17/custom-f4-functionality-in-webdynpro-for-abap
    Hope I have solved your problem.
    Cheers,
    Darshna.

  • I have a problem with elements 8. When ever I start a new project, the program searches for the old, latest used filmmaterial, I have used before. That means, if I use a different DVD, it take so much time, until the program starts. So how can I stopp the

    I have a problem with elements 8. When ever I start a new project, the program searches for the old, latest used filmmaterial, I have used before. That means, if I use a different DVD, it take so much time, until the program starts. So how can I stopp the automatically uploading of old material?
    Thanks

    You have 2 unreachable statements in this method.
    public static int eval(String s2, String op, String s3) {
    return lookup(s2);
    return lookup(op);
    return lookup(s3);
    } You're missing a } at the end of this method:
    public static int lookup(String s) {
        for(int k = 0; k < symbols.length; k++){
            String symbol = symbols[k];
            if(s.equals(symbol))
                return k;
        }You have some loose } and ; at the end of the file:
    public static void main(String args[])
    commandline();
    }

  • Freely program Search Help

    hi,
    I am using a freely program search help. In this i have two buttons OK and Cancel.
    I have put these buttons in the view under the search table. But my requirement is that, buttons should come at the window level, not in the view, like in dictionary search help.
    Please suggest how can i achieve that.
    Regards,
    Pankaj Aggarwal

    Use a container and every element in Container.

  • Program search on my computer

    i downloaded a program for my olympus camera - successfully and used it . I couldn't find it when i went to use it agian. how do I find programs installed?Is there a proceedure for this?
    iMac G5   Mac OS X (10.3.9)   widescreen computer

    Hi,Welcome to Apple Discussions.
    Applications are traditionally installed in the Applications Folder. I assume you have looked there!
    Here are some things to try:
    Open Safari, go to the Safari Menu > Preferences > "Save downloaded items to..." <- check here and see where you would have downloaded it to. <li>In the Finder go to the File Menu > Find > Enter the name of the application and hit search.
    Or, go to the Apple Menu > About this Mac > "More Info", this opens Apple System Profiler, on the left hand side click "Applications" after a quick search you will be presented with a list of all the applications on your computer.
    Any of these methods should find you your software programme.
    regards
    mrtotes

  • Event Handler is not getting trigger for Freely Programmed search help

    Hi All,
       I am having a component comp1 defined for value help with one event. In component comp2 i want to call the comp1 but the event handler which i have created is not getting triggered. Any reasons for it.
    Thanks
    Raghavendra

    Hi Kumar,
    Please check these forum threads.
    Re: Help required on Freely Programmed Input help
    Re: Custom search help

  • Mountain Lion Mail Program Search Function.

    I upgraded my 2nd Generation Air to Mountain Lion.  The search function on my mail is not nearly as effective as it was before.  I find myself searching on my IPhone or Ipad, then forwarding the mail to my email address so I can open it on my Air.  I can't find it with the Search Mail function on the computer, but can find it easily with the other devices. 
    I've looked in settings and configuration, but can't see anything that would let me go to a different search function. 
    Any ideas?
    Thanks.

    I really tried everything but nothing helped.
    But finally I solved the problem.
    I made a timemachine backup (just for safety reasons).
    Then I installed Mountain Lion again over the existing installation.
    (I used a USB Stick with Mountain Lion to do that.)
    Now everything works great.

  • FX Plugin/Program search

    Does anyone know of a program or set of plugins that would allow me to create animated grids, random numbers etc for FCP and/or Motion, AE? The grids I have in mind usually appear on military themed productions. My primary use of such a program/plugin is for animating maps and creating DVD menu FX.
    Could this effect be custom made?
    Thanks,
    Pat

    Patrick Sheffield wrote:
    I'm thinking of starting a forum to allow users to ask questions, share work, etc...
    Apple already has a forum for Motion. It's available here in case you were unaware.
    The Motion Manual is available for free. Furthermore, with respect, if the OP was more specific of their desire I'm sure that free support would be generously offered on this forum (even by yourself personally or a derivative of your past suggestions in this forum) and they could save their money. Perhaps if they were posting for recommendations for an affordable book on Motion then Mark Spencer's Apple Pro Training Series book would be the appropriate and preferred (unbiased) recommendation.

  • How to add Freely programmed input help in FPM Search UIBB?

    Hi Experts!
    We have a requirement to create search UIBB in which the input field should have a freely programmed input help.
    I see that WD_VALUE_HELP parameter can be set to the component name and it displays the freely programmed help as well in the application.
    However, I am still digging to implement the search help open and close events of the component.
    I have used the Freely programed value help standard demo object  " FREE_VALUE_HELP "  which shows the value in the help popup however, the selected value is not returned in the input field.
    I am also unable to find any Interface as provided for implementing OVS in search UIBB as well...
    Please help.

    Hi Aliaksandr,
    Thanks for your response.
    I have checked this WDA application demo_value_help .... but it is a normal WDA application.
    However, I want use freely programmed search help in Search UIBB using FPM.
    I found that we can provide the component name used as freely programmed search help in the attribute WD_VALUE_HELP of Interface IF_FPM_GUIBB_SEARCH.
    https://help.sap.com/saphelp_nw74/helpdata/en/03/f2474b6d9a49f4b5a3ed6f04decf22/content.htm?frameset=/en/56/d151c3ba7b4b2e82068a084cb991f3/frameset.htm
    And it displays the search help as well when I do F4 on the field of Search UIBB. But, we need to provide event handler for events - VH_WINDOW_CLOSED and VH_WINDOW_OPENED of the search help component (Component which is provided in WD_VALUE_HELP) some where in the Feeder class, in order to get the selecteed data from the search help, which I am unable to do.
    Do you have any idea of such implementation?
    Appreciate your response!

Maybe you are looking for

  • No connection between iPhone and computer

    I have No connection between iPhone and computer. Please help me. My iPhone (4s) went nuts a little while ago. Nothing happend when I connected the charger. I had to take out and put it back in again and again and again, between 2-10 times before the

  • Error 500 Java.Lang.Null.Pointer Exception

    Please help me: I have problem with starting my portlet under portal. Provider is registred correctly ,portlet is added corectly on Portal Page ,but when I test my page I have : The Listener Returned the folowing message- Error 500 Java.Lang.Null.Poi

  • Alternative to "Back to my Mac"?

    Hi, What I've been looking for for a long time is basically "Back to my Mac", as in a way for me and others to always find eachothers computers, BUT I don't want everyone to have access to everything, whcih you do with "Back to my Mac". So, is there

  • LRM-00109: could not open parameter file

    Hi, I have done clone using rman backup and change db name using DBNID utility Now i want to rename the pfile or spfile When i am trying to rename it occured below error.Tnsname and listener parameters have been changed. SQL> startup ORA-01078: failu

  • How can I view and download iprocurement history for the past 1 year in Oracle?

    Hi, I'm presently using Oracle 12, how can i view and download iprocurement history for the past 1 year or longer in Oracle? The purpose is to view approval of claims etc.. if not, where can i retrieve this information in oracle? Appreciate your urge