Question about finder-building

hi once again, new mac user, new macbook pro. when i click on 'finder' in the upper left corner, scroll down to 'services' it just has 1 greyed out section that says "building...". what does that mean and what should be showing there?

Like you, I had the Services "Building", and it never stopped building over a few days. Then I turned the computer off and rebooted - now Services are no longer building. However, for every application, I'm getting "No Services Apply" - no matter what I do within Services Preferences and checking and unchecking boxes.
(And the search through the forums continues for a solution... I did find one help message from Apple that suggests reinstalling the OS. That option doesn't appeal.)

Similar Messages

  • Question about Finder-Load-Beans flag

    Hi all,
    I've read that the Finder-Load-Beans flag could yield some valuable gains in performance
    but:
    1) why is it suggested to do individual gets of methods within the same Transaction
    ? (tx-Required).
    2) this strategy is useful only for small sets of data, isn't it? I imagine I
    would choose Finder-Load-Beans to false (or JDBC) for larger sets of data.
    3) A last question: its default value is true or false ?
    Thanks
    Francesco

    Because if there are different transactions where the get method is called
    then the state/data of the bean would most be reloaded from the database. A
    new transactions causes the ejbLoad method to be invoked in the beginning
    and the ejbStore at the end. That is the usual case but there are other ways
    to modify this behavior.
    Thanks
    Gaurav
    "Francesco" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi thorick,
    I have found this in the newsgroup. It's from R.Woolen answering
    a question about Finder-Load-Beans flag.
    "Consider this case:
    tx.begin();
    Collection c = findAllEmployeesNamed("Rob");
    Iterator it = c.iterator();
    while (it.hasNext()) {
    Employee e = (Employee) it.next(); System.out.println("Favorite color is:"+ e.getFavColor());
    tx.commit();
    With CMP (and finders-load-beans set to its default true value), thefindAllEmployeesNamed
    finder will load all the employees with the name of rob. The getFavColormethods
    do not hit the db because they are in the same tx, and the beans arealready loaded
    in the cache.
    It's the big CMP performance advantage."
    So I wonder why this performance gain can be achieved when the iterationis inside
    a transaction.
    Thanks
    regards
    Francesco
    thorick <[email protected]> wrote:
    1) why is it suggested to do individual gets of methods within thesame Transaction
    ? (tx-Required).I'm not sure about the context of this question (in what document,
    paragraph
    is this
    mentioned).
    2) this strategy is useful only for small sets of data, isn't it? Iimagine I
    would choose Finder-Load-Beans to false (or JDBC) for larger sets ofdata.
    >
    If you know that you will be accessing the fields of all the Beans that
    you get back from a
    finder,
    then you will realize a significant performance gain. If one selects
    100s or more beans
    using
    a finder, but only accesses the fields for a few, then there may be some
    performance cost.
    It could
    depend on how large some of the fields are. I'd guess that the cost
    of 1 hit to the DB per
    bean vs.
    the cost of 1 + maybe 1 more hit to the DB per bean, would usually be
    less. A performance
    test using
    your actual apps beans would be the only way to know for sure.
    3) A last question: its default value is true or false ?The default is 'True'
    -thorick

  • Hi I have a small question about Flash Builder

    Hi,
    I am Chenchu Gottipati, one of the graduate students from Department of Mathematics, Florida Atlantic Univerisity, Boca Raton. I have a small question about Flash Builder student version. I am doing my research in Graph Theory and I am trying to implement some animation of graph using Flash. I was trying to download the software but the link was broken. Could you please help me about how to get around this issie.
    Here is the link provided.
    http://freeriatools.adobe.com/flex
    Regards,
    Chenchu Gottipati

    Thank you for your kind reply. But where can I get this serial number ? I was trying to register through the above link but it was broken. So I don't know how to communicate with Adobe customer service to get the free student version.
    Regards,
    Chenchu Gottipati

  • Question about Page Builder behavior - how to get a "please wait message" ?

    Hi all together,
    I got a question about Portal Framework / Page Buider handling iView Integration.
    We are working with a lot of App Integrator iViews and often the pages includes with app integrator are loading longer than the rest of the portal. So there is the idea to put in a "please wait while loading message" for the enduser.
    I analysed the html code, the page builder is generating and foud out 3 diffrent approaches how the page buider is rendering the IFRAME with the integrated application configured with an app integrator iView.
    My question is how can I influence this behavior to put a "please wait while loading message"?
    Different types of iView integration in the client I have seen:
    a) direct loading of the content in the IFRAME (<iframe id="" ... scr="/mysource">)
    b) Filling the iframe with 'about:blank' and loading the content later by filling a form with JS
         ( <iframe id="" .... scr="about:blank">and after the iframe  <form id="" action="mysource" ...>
    c) Filling the iframe with a html file from the portal layout and loading the content later by filling a form with JS (similar to b)
         ( <iframe id=""" ....scr="/irj/portalapps/com.sap.test.mylayout/html/blank.html>
    I checked that variant b) is getting generated when loading a page with different components on the side (not only the app integrator iview) and variant c) is generated when just one app integrator iView is positioned (no portal page).
    Goal: To get the "please wait picture" I want to know how to get variant c) in cases of different elements on one page
    So I would be able to put this picture on the HTML-Page in the Portal layout (blank.html)
    Hope, someone with a deep portal / page builder know-how can help me out!
    Another way: Does anybody knows another way how to put a "please wait message" while app integrator application is not loaded yet?
    Thanks in Advance and kind regards,
    Jens
    Edited by: Jens Kohne on Nov 24, 2010 9:08 AM

    Hi Jens,
    there are several reasons why you don't get the loading animation:
    Web Dynpro ABAP: https://service.sap.com/sap/support/notes/1432358 -> missing configuration
    Wrong height size for iView: https://service.sap.com/sap/support/notes/1358494 -> alter configuration of the iFrame height (loading animation gets displayed, but is hidden)
    FPN, BSP, BEx: https://service.sap.com/sap/support/notes/1290995 -> AI isn't showing the animation because of performance considerations. I guess that is your case. Depending on your portal version this is a simple service configuration or involves some customization.
    br,
    Tobias

  • Question about Find and Replace PL/SQL option in Forms Builder

    Dear All
    I have a small question .
    I am using Find and Replace PLSQ/SQL in forms Builder ( Edit - Find and Replace PLSQL) to search any code in a form.
    Let say I am searching for EMP .
    Then all the places is coming where EMP is used as well as EMPloyee , EMPloyee_Desc tables also coming .
    So is there any way to serach only the EMP part .

    If you look closely to the right of the "Find What" field, you should see a button - "Expression". This allows you to add some logic to your search. Alternatively, depending on how you code, you could just look for spaces. For example, if you are looking for EMP and not EMPLOYEE, search for EMP with a blank space before and after it (assuming you code this way) or use something like this \bEMP\b This would work for me because I code the same way I write sentences - each work is separated by spaces.
    <blockquote> EMPLOYEE := EMP || ' - ID';</blockquote>
    In this example, seaching for EMP with a blank space after would find what I wanted. However, if you only search for a trailing blank, you may end up also finding words like tEMP. This is where have a blank space before each word is helpful.
    Other, more valuable expressions could be written to accomplish your task. Refer to the Forms Builder Online help for more information about using Expressions in the Find and Replace search window.

  • Switching Sides - A few questions about this build

    Well, here I am... A Final Cut Pro user building a new box for Premier CS5. Would you believe it? I'm mostly working with AVCHD / H.264 hopefully natively depending on how the system performs. Mostly just editing in Premier and converting to MPEG, and H.264 for the web and blu ray.
    Here is build that I have came up with. I love the case, it looks huge.
    Antec Twelve Hundred Black Steel ATX Full Tower Computer Case
    GIGABYTE GA-X58A-UD3R
    Intel Core i7-930 Bloomfield 2.8GHz
    Mushkin Enhanced Redline 6GB (3 x 2GB) 240-Pin DDR3 SDRAM DDR3 1600
    EVGA 012-P3-1470-AR GeForce GTX 470 (Fermi) 1280MB
    CORSAIR HX Series CMPSU-650HX 650W ATX12V v2.2
    I have a few questions if you guys don't mind:
    1) The RAM i listed is speed 6. But it's only 6gb. I could spend more and get 12GB but it would be much slower (speed 9). I'm really only using premier, encoder, and encore. Little if no AE, etc. Will the performance gain be worth it to invest in slower 12GB ram?
    2) Any experience with the Matrox card? Everything I make gets exported to blu ray and some of it online (h.264). Seems like the $500 would be well spent.
    3) What is the cheapest version of Windows 7 that has the features someone like me would need?
    4) Is the PSU enough @ 650w? I plan on it powering 6+ HDDs.
    I greatly apprechiate any help! Thank you so much!

    My CS5/AVCHD 1st Impressions http://forums.adobe.com/thread/652694?tstart=0 includes a link to what I built
    According to other messages, 12Gig gives about a 30% performance boost over 6Gig
    Win7 64bit Pro is what I have, and what I would use again if I was building
    What Matrox card?
    The GTX 470 is the current "sort'a budget" card, with the Hack http://forums.adobe.com/thread/629557?tstart=0
    A 650w power supply is not enough... get 850w as a minimum... not only for the drives, but the GTX 470 uses a LOT of power... for you, 1000w may be better for that many drives (plus, of course, your burner)
    Get any optional case fans for your model... I do not overclock, and I bought an after market CPU cooler to replace the stock Intel model, as well as two 120mm case fans to blow directly on the CPU cooler and GTX 285
    Buy http://www.terabyteunlimited.com/image-for-linux.htm and use it to make full boot drive image backups after every step of your build, when you are sure everything is working well, so you may easily restore to a known good state if you install some piece of software and it screws up your system

  • Iphone 5s Lost/Stolen - Questions about Find my Phone on ios7

    OK, I have done something very stupid but I need some advice anyway, will likely not ever get my phone back but I'm curious as to how it works.
    1) I bought an unlocked iPhone 5s for travel.
    2) I installed "find my phone" before leaving Canada
    3) I came to China to live for 6 months and I inserted a China Unicom SIM card.
    4) I purchased a cell phone plan that has basically no data
    5) I then went into my settings and turned off Cellular Data for all apps (this was the stupid thing that I did without thinking).
    Therefore, find my phone is off in Cellular Data.  Last night my phone was lost and/or stolen.  I immediately tried to use "find my phone."  As soon as it said my device was offline I realized what I had done and how stupid it was. I did still set the lock and send it a messages so if for some reason it comes online it will be locked, but....here are my questions:
    1) Will "find my phone" work over Wifi automatically if Cellular Data is off?
    2) If my phone IS in the hands of a thief, is this even helpful?  Could a thief just pop out my SIM card, insert their SIM card, somehow bypass my fingerprint/passcode (I know there are hacks for that) and then just turn off / disable Find My Phone?  Because if they put in their SIM card and use 3G, but haven't started using Wifi yet, then "find my phone" won't be activated yet, correct?
    3) So is my only hope to leave a thief with a worthless brick that they take the phone somewhere and try to use it on Wifi to set it up?  IF they insert a new SIM and manage to hack my passcode, BUT they fail to deactivate "find my phone" and then they join a wireless network, would my phone immediately lock

    Use Find My iPhone to track iPhone only if the following conditions are met:
    1. Find My iPhone is ON and activated.
    2. iPhone has Internet connection.
    3. iPhone is not switched OFF.
    To track
    https://www.icloud.com/#find
    Lost or Stolen
    http://support.apple.com/kb/HT5668

  • Question about Finder file listing order when sorting by "Name"

    I quite often add a suffix to some of my file names when I save them so that I can keep a complete history of changes. For example, I usually add "_000" at the end, and progress to "_001" through "_009". However after "_009" I don't increase the next digit to "_010" but instead, after "_009" comes "_00A" then "_00B" on to "_00Z" and then to "_010". I have been doing this for a while now (several years) and it has worked well for me.
    I have noticed in the finder window, when in "List" view a file ending in "_00A" is listed lexicographically before a file ending in "009" instead of the other way around.
    I think that this is due to my UNIX Locale being set to LANG="en_US.UTF-8"
    1. Is this a correct assumption?
    I would like it to be listed in POSIX order.
    2. Is there a way I can make just specific folders list file names in POSIX order?
    I was thinking of changing my Language to POSIX using the terminal command:
    $ export LANG=POSIX
    but this may have undesirable effects with the rest of Mac OS X.
    3. Is there a finder preference (plist item) I can change so this just changes the listing order to POSIX? (I have no problem if all Finder windows use this sort order for file names.)
    Thank you in advance.
    Jeff Cameron

    I don't know of a GUI way to change it or if you unix trick will work/do anything, but the Mac OS has always sorted that way, if I'm understanding you correctly. It looks at the entirety of the naming and puts 2 immediately after 1 instead of putting 10 there like Windows does (and Alpha comes before numeric).
    I don't think the unix underpinnings changed sort order, but I may be remembering wrong. It's been a long time since OS 9. That's why I don't think the LANG switch will work.

  • Question about Finder Behavior

    When I go to Finder/Go/Network, sometimes the Finder won't open the Network window, and when it does, the icons are won't stay in icon-view mode. Any ideas what the problem might be?
    Also, when I run System Maintenance Scripts, will they clean up all the partitions? Thanks.

    The maintenance scripts only run on the active startup volume. If you have other partitions that do not have OS X installed, then there's no need to run the maintenance scripts on those volumes. If you do have OS X installed on the other volumes, then you will have to start up from them to run the maintenance scripts on those volumes.
    Note that with Tiger there's little need to force the maintenance scripts to run unless you turn off your computer. If the computer is simply put to sleep, then the scripts will be run automatically at or near that time. With Tiger and later OS X uses launchd to run the maintenance scripts and no longer relies on using cron. Though not significantly different in Leopard there are some improvements in this behavior over those in Tiger. See the following excerpt for The XLab FAQs FAQ on maintenance scripts:
    *Scheduling under Tiger*
    Under Tiger, the new launchd process invokes each script on a schedule specified in a script-specific property list (.plist file) in the /System/Library/LaunchDaemons directory. The specific property list for each script is as follows:
    daily script: com.apple.periodic-daily.plist
    weekly script: com.apple.periodic-weekly.plist
    monthly script: com.apple.periodic-monthly.plist
    How the timer used by launchd handles sleep time has led many to believe that they no longer need to run the maintenance scripts, and that the scripts are run automatically if the Mac was asleep or shutdown at the scheduled time, ala third-party utilities such as Anacron. However, this is untrue.
    While it may appear that launchd executes the maintenance scripts "on the fly" if the computer is asleep or shutdown at the appointed time, this is a side effect of how the timer treats time the computer has spent in sleep mode. The timer used by launchd does not count sleep time. If your Mac is asleep at the scheduled time at which a given script is supposed to run, the script may run later that day, at a time shifted by the amount of time the Mac was asleep. However, if you restart your Mac before the time-shifted execution time, pending events are lost and the script will not run off-schedule: the next chance for the script to run will be at its regularly scheduled time.
    If you regularly restart your Mac and the computer regularly sleeps or is shutdown at the scheduled times, it's possible that the scripts will never run, hence one should still run them manually, say on a weekly basis.
    The sleep time shift is also cumulative. For example, if you don't restart your Mac for weeks or months at a time, but let it sleep when not in use, this can result in:
    The daily script running once every few days or never.
    The weekly script once every few weeks or never.
    The monthly script once every few months or never.
    The time shift in each case is the total amount of time the Mac has spent in sleep since its last restart. If you have a process that writes heavily to the logs, you can wind up devoting good hard disk space to the log files.

  • Question about Finder thumbnails

    A nice way of assigning custom thumbnails to items in Finder is by bringing up the Get Info panel of a given item, and pasting a copied image (either from the web or an image viewer) to the thumbnail editor in the top left corner.
    However, something I've noticed is Finder's inconsistency with resolution. If I'm lucky, the thumbnail will retain the resolution of the copied image, so that no matter what size I readjust the items in a Finder window, the thumbnail will stay crisp. But a lot of the time, and sometimes as soon as the image has copied, Finder seems to decrease the resolution. A way of checking is to copy the thumbnail back from the Get Info panel and paste it into an image viewer. Lo and behold, the image is lower res.
    Does anyone know if there is any way to control this and maintain high res thumbnails?
    Thanks very much.

    Hi, what format are the Pastes o begin with?
    I think Finder/OSX prefers PNGs.

  • REGEX: question about finding Overlapping matches using regular expressions

    I have the following problem.
    Say for my pattern I use:
    Pattern pattern = Pattern.compile("AAA");
    Matcher matcher = pattern.matcher("AAAAAA");when I run a loop
    while (matcher.find())
    System.out.println("Match Found: "+matcher.start()+" "+matcher.end());I get 2 Hits shown in the following output:
    Match Found: 0 3
    Match Found: 3 6
    therefore the regex is seeing the first AAA then the second AAA.
    I want it to find the other AAA's in there that are overlapping the other two finds i.e. I want the output to find
    AAA from 0 to 3
    AAA from 1 to 4
    AAA from 2 to 5 and finally
    AAA from 3 to 6
    thereby including the overlapping finds.
    How can I do this using regex? what am I missing that prevents the overlapping matches to be found? Do I need a quantifier?
    Thanks for the help!

    While the solutions above work fine with the given input, they don't really find all overlapping matches. They just find the longest possible match at each start position. Here's a more thorough approach:import java.util.*;
    import java.util.regex.*;
    public class Test
      public static List<String> matchAllWays(String rgx, String str)
        Pattern p = Pattern.compile(rgx);
        Matcher m = p.matcher(str);
        List<String> result = new ArrayList<String>();
        int len = str.length();
        int start = 0;
        int end = len;
        while (start < len && m.region(start, len).find())
          start = m.start();
          do
            result.add(m.group());
            end = m.end() - 1;
          } while (end > start && m.region(start, end).find());
          start++;
        return result;
      public static void main(String[] args)
        List<String> matches = matchAllWays("a.*a", "abracadabra");
        System.out.println(matches);
    }This approach requires JDK 1.5 or later; that's when the regions API was added to Matcher.

  • Question about Finder

    Within Finder, is there any way to make the folder names and document names stay stationary so they don't move around?

    Within Finder, is there any way to make the folder names and document names stay stationary so they don't move around?

  • Questions about Flex Builder purchase

    Hello all
    I don't know where else to ask this. I have been developing in Flex till now using the open-source tool FlashDevelop (Windows only).
    Now I am going to have to develop on Mac, and want to buy Flex Builder. On the purchase page, it shows "Platform - Win/Mac". Does that mean it contains the software for Mac and Windows platforms? Or does this mean the Eclipse plugin which can work with Eclipse on Mac as well as Win?
    Also I know that the Flex Builder 4 is in its Beta stage. Is it going to be released soon? Should I make the purchase when the latest version is released?
    Please guide me.
    Thanks and Regards
    ShiVik

    The Flex builder does run on both Windows and Mac.

  • Question about finding whether a reference number is NOT in the database?

    Hello,
    I use the following code to test whether the reference number is in the database
    <ul><li>CURSOR cur_yellow</li></ul>
    <ul><li>IS SELECT</li></ul>
    <ul><li>REFERENCE_NO,</li></ul>
    <ul><li>COMPANY_NAME</li></ul>
    <ul><li>FROM CONSULTANTS;</li></ul>
    <ul><li>rec_yellow cur_yellow%ROWTYPE;</li></ul>
    <ul><li>BEGIN</li></ul>
    <ul><li> OPEN cur_yellow;</li></ul>
    <ul><li> LOOP</li></ul>
    <ul><li> FETCH cur_yellow INTO rec_yellow;</li></ul>
    <ul><li> EXIT WHEN cur_yellow%NOTFOUND;</li></ul>
    <ul><li> IF ref_no = rec_yellow.REFERENCE_NO</li></ul>
    <ul><li> THEN</li></ul>
    HTP.print ('<ul><li><span class="style5">The information concerning the consultant selected has been deleted from the database.</span></li></ul>');
    <ul><li> exp := 1; -- used to make code bullet proof</li></ul>
    <ul><li> END IF;</li></ul>
    <ul><li> END LOOP;</li></ul>
    <ul><li> CLOSE cur_yellow;</li></ul>
    Do you have any ideas for how to write code to test whether the reference number is NOT in the database.
    Thanks
    Doug

    Hallo,
    in general, yes, but I think , it will be better without cursor:
    declare
    v_dummy number;
    BEGIN
    EXECUTE IMMEDIATE 'select 1 from dual where
    exists (select 1 from user_indexes where index_name = : ind_name) USING ''DOUGLASMYINDEX'
    INTO v_1;
    -- something
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    NULL;
    END;
    Is it necessary to perform it in dynamic SQL ?
    declare
    v_dummy number;
    BEGIN
    select 1 into v_1 from dual where
    exists (select 1 from user_indexes where index_name = ''DOUGLASMYINDEX''')
    INTO v_1;
    -- something
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    NULL;
    END;
    Regards
    Dmytro Dekhtyaryuk

  • Simple question about Expression Builder

    #{mybean.it1.value}
    I need to know if inputText it1 is empty or not and to assign the boolean value to another property of another component.

    you can check using the value of your inputtext :
    ex : #{bindings.title.inputValue}
    #{(bindings.title.inputValue==null) or (bindings.title.inputValue=="")}
    if there is no exp in value att you can set att to dummy value in binding
    by add variable of type string to executable and it to binding

Maybe you are looking for

  • Trying to build a query

    Hello, I am using oracle 10g I have a tableA i.e. it takes the user hierarchy. which has the table columns like group1,group2,group3 group1 is the manager1,group2 is under group1,group3 is under group2 i mean the data. and the username Now what i wan

  • Business delegate

    I hope this topic isn't completely worn out ... I tried looking a bit for relevant info here. I'm looking at mixing and matching an EJB deployment with local and remote interfaces. The Business Delegate pattern seems the way to go. Here, we can encap

  • HT4314 How to send message to my friends

    I want to send message to my friends on the Game Center

  • Connection is being lost to the exchange?

    What is the "Exchange"?

  • Which exchange 2013 setup file should I use ?

    I am seeing exchange 2013 RTM setup file for download from microsoft, as well as exchange 2013 CU3 setup file. This is my first exchange 2013 box. which file should I use to install exchange ? Anand_N