Need Spotlight to index a few folders only

I'm in Spotlight ****. I basically want to disable it but Logic uses Spotlight to find sounds, so I need to index a few folders in the Library/AppSupport and User/Library/AppSupport only. The problem is that I can add volumes and folders to the privacy area, but these folders I want indexed are nested in folders with lots of other folders. So short of adding hundreds of items to my Privacy area, how do I do the reverse.....have Spotlight ignore everything but a few select folders?
Also, since I can't narrow down to the few folders I need, I've ended up with around 100gb of info that SL is indexing. It's saying that it will take a little over 7 million hours to index. This seems a little high to me. Anyone know how long it takes to index 1gb?
thanks

Unless you've having serious I/O performance problem (perhaps not even realizing it) your spotlight index wont take nearly as long as you might think. The first-time index usually takes a couple of hours. I see you have an older machine (dual G5) based on your signature. If that's the machine you're using then it could take a bit longer since the newer Intel CPUs are vastly faster -- but much of the time isn't CPU-bound but rather I/O bound (it'll slow you down but it wont slow you down that much).
You could be having an I/O problem and not realize it.
Things that would slow you down:
If you're using external (vs. internal) drives then the type of I/O might have a big impact.
Since you have an older Mac (G5) it's possible your USB is the older USB 1.1 (my PowerBook G4 only supported USB 1.1) and a disk connected via USB 1.1 would crawl.
External firewire drives are typically very fast but I've noticed that if you daisy-chain several Firewire devices together it can radically drop performance. If that's the case for you then I'd suggest disconnecting everything from the Firewire bus except the drives that need indexing while the index is happening.
If your drives are very full (e.g. 95% full or more) then the data may be fragmented and this can really slow you down depending on how bad it gets (I've seen it get so bad where I/O operations that should have taken 30 seconds were taking between 2 & 5 minutes -- that's quite a slow down). If your disks never get more than about 85% full then it's not a problem. The HFS filesystem on the Mac is pretty good about keeping itself relatively fragment-free as long as it's not packed too full. If your drives are full -- and have been running at near-full capacity for some time then you might want to invest in a defrag utility. If not then don't waste your money on a defrag utility as it wont help to any noticeable extent.
Most Macs can do the spotlight index in "a few hours" depending on the speed of the machine and how much data has to be indexed. You have an older Mac -- so expect it to be on the slow side, but maybe that might mean (and I'm making this up) 5 hours (give or take)... but it certainly wont be the millions of hours. You might want to let it index overnight. If it's not done (or at least mostly done) by the following morning, then I'd say you probably have a performance problem with your machine (e.g. slow I/O to your disks).

Similar Messages

  • Iclould says 7GB of emails, but I have only few folders and few files?

    I cloud control panel 3.0 says that my emails takes over 7GB but I have only few folders and not so many files visible in both webclient and outlook.  How to find the root cause of the problem ?  I exprienced webclient crash earlier when deleting/cleaning the trash.  Now the trash looks empty.

    If you sync it via iTunes to your computer the Camera Roll should be transferred during the sync to your computer.

  • How I solved my Spotlight+ Mail indexing problem

    OK, so I thought I would post my solution to a stubborn indexing problem, for people who may have the same issue (and it does seem many people do).
    Problem: Spotlight index was unreliable. In particular, Spotlight was terrible at indexing mail. It could not find the messages by content that it would find by searching the "from" field, nor could it find those reliably. Unusable.
    What DID NOT work:
    -- adding and removing any folder whatsoever in the Privacy preferences of Spotlight. The index would rebuild, but with the same problems.
    -- doing this via terminal (e.g, using sudo mdutil -E /Volumes/MyHardDisk)
    -- using Onyx
    -- using Spotless
    -- simply reinstalling the system
    -- manually modifying the plist files inside the .spotlight folder to add and remove the folders that would not get indexed.
    What DID work:
    -- first, I reinstalled the system. That's not such a big deal. Upgrade up to 10.4.6
    -- then, I authorized the root user (that's probably not necessary) (this, you do by using Netinfo manager)
    -- Then, I deactivated the index (via terminal:
    sudo mdutil -i off /Volumes/MyHardDisk
    -- now the tricky part. This concerns Mail, in particular.
    I have a very complex mail folder (tens of thousands of messages). I noticed that inside each mail folder, I had two things that were not supposed to be there
    1. a copy of each folder.mbox which was empty, but with the same name without the extension .mbox. This is probably something that was created while importing mail from Panther to Tiger, for what I can tell.
    2. Most importantly, a file named ".index.ready". This also, apparently, was an old legacy coming from Panther. I suspect this was the main problem for the lack of indexing in Mail.
    Ok, so... I deleted these folders and files. If you have a complex structure of subfolders, you can delete the files with an Unix command by first cd to your mail folder, and then use
    find . -name \.index.r* -ok rm {} \;
    which will ask you confirmation before deleting each file.
    It was faster to remove the empty subfolders by hand, as they all had different names.
    -- Ok, at this point, I erased entirely the .Spotlight-V100 directory which stays at the root of your computer. You can do it with a rmdir command from the terminal or, as I did, you can login as root (remember, we activated root), use a utility that allows you to see hidden files (e.g., Tinkertool), and move it manually to the trash folder.
    Then I emptied the trash. For superstition, I restarted, and let the index be built again (that took about 5 hours in my computer, for an HD with about 60 gb occupied on it).
    Now everything seems to work perfectly fine. I don't know whether this procedure can be shortened, but I do know that nothing else worked for me. I thought I would post it here as I spent sooo much time to solve this problem, and furthermore, I found that none of the suggested solutions would work.
    OK, your responsibility to do it, if you want to do it. Hope nobody needs to!
    Best to you all,
    l.
      Mac OS X (10.4.6)  

    Thank you, thank you, thank you, Lucabo! Using ideas from your post, I also (at least for now) solved my Mail indexing problem. One day (not even after an upgrade) Mail just quit finding messages by content, even when I had open a message with that content!
    What I did:
    -- In System Preferences, told Spotlight to index only Mail (I just use grep from a Terminal window for everything else!)
    -- Ensured Mail app wasn't running
    -- Backed up my Library/Mail folder to an external disk
    -- Turned off indexing via Terminal (after sudo sh), with
    mdutil -i off /Volumes/MyHardDisk
    -- Deleted old files in my mailboxes (inside the whatever.mbox folders):
    .index.ready
    mbox
    tableofcontents
    content_index
    It was clear that mbox, tableofcontents, and content_index were left over from a previous version of mail - they hadn't been accessed since I upgraded.
    Note that I didn't delete the whatever.mbox folders (just the plain mbox file inside)!
    -- Deleted (in Terminal) the .Spotlight-V100 in the root directory
    -- Restarted my Mac. The indexing started itself. Since I had it set up to index only Mail, it took about 3-ish hours to finish (I have 100s of 1000s of emails in thousands of folders).
    After the indexing finished, all the test searches that I tried worked. From now on I will always be suspicious if search doesn't find anything!
    Also, I just checked - using the Spotlight field on the menu bar now works better too. When the Mail search problem showed up, I tried using the Spotlight field and the Spotlight window, but they would just flash up a few items, remove the list, over and over, sometimes with the beachball, then finally settle to an empty list. Now the Spotlight field seems to work.
    I infer that the Spotlight index gets corrupted, and that the Spotlight code doesn't notice that it's reading junk from the index...
    BTW, about the same time that search quit working, some emails in my Inboxes got highlighted with a dark brown background color. Have no idea why. They aren't marked as Junk (the junk messages have the text in the usual lighter brown). But, when I select a message with the dark brown highlight, mark it as junk, then mark it as not junk, the dark brown highlight goes away. On some occasions, just quitting Mail and restarting makes the dark brown highlights go away - but not always. Sigh... at least it's not a show stopper, even if it is ugly!
    Thanks again, Lucabo, for your post!
      Mac OS X (10.4.6)  

  • Spotlight constantly thrashing on mail folders

    I'm using Entourage 2008 (and now Outlook 2011) to store thousands of emails. I was having a problem where my Time Machine was super-slow because it was always "waiting for index". I finally was able to track it down (using fs_usage | grep getattrlist, suggested by a kind Apple Discussions member) to the fact that my Spotlight was extremely busy constantly updating the Microsoft User Identity folder. After adding it to the privacy list, the TM was working great. However, with that folder excluded from Spotlight, I can't search for email! Anyone have any ideas - how is this to be avoided? How do people with large email databases (Exchange server access) use TM and Spotlight together? Any way to keep Spotlight's mds process (or whatever else it needs) more responsive to TM and spend less time constantly re-indexing the email folders?
    Mike

    No matter what mail program I use, disk thrashing occurs when I start the client.  I now use mac mail which reads my exchange email account.  The account does have a lot of emails in there, perhaps I might try deleting a few.

  • Spotlight not indexing after hard drive replaced

    Hi all
    Just wondering if anyone knows how to encourage Spotlight to re-index? Just had my hard drive replaced as part of the recall, and now Spotlight wont index anything.
    I've tried previous suggestions (adding and removing hard drive to privacy list, commands through terminal etc), but it's still not working.  All the software is up to date (10.7.5).
    Any ideas?  It's incredibly annoying, and making working on this computer virtually impossible at the moment.
    Cheers

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter "mdworker" (without the quotes) in the Filter text field. Post the most recent 50 or so messages that appear in the Console window — the text, please, not a screenshot.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Some personal information, such as the names of your files, may be included — edit that out, too, but don’t remove the context.
    Step 2
    Do the same with the search string "mds".

  • IPhoto/Spotlight not indexing SOLUTION

    For those iPhoto 6 users whoose comments and keywords not being indexed by Spotlight, here is the solution to your problem!
    If you are getting * Parsing file: '~/Pictures/iPhoto Library/AlbumData.xml'
    ERROR: syntax error (<key>PhotoCount</key>) when you try to manually index your iPhoto library with mdimport, this will solve your problem!
    You can only have single-line comments on your photos:
    - Create a smart album: "Comments... contains... [option][return]"
    Note: press option+return with your keyboard... the box will appear blank
    - The smart album should become populated with photos where you entered a comment containing a character return
    - Click the ( i ) in the bottom left-hand corner to draw up the info for each file, and manually remove the character break until your smart alum is empty OR go to Photos -> Batch Change and enter a new comment. Make sure that "append" is UNCHECKED -- This will overwrite all of the comments.
    Now, you must also make sure you only have single-line comments on your rolls:
    - From the iPhoto Library, go to View -> Sort Photos -> By Film Roll
    - Hold the Apple (command) key, and click the drop down triangle once or twice (until all are collapsed)
    - Manually examine each roll and make sure that the comments (if any) are all on one line.
    Note: If the comments are all on one line, the whole line will be visible in the collapsed view under the Film Roll name
    Quit iPhoto
    Open Terminal (in the Utilities folder)
    - Type mdimport -f ~/Pictures and hit return
    - After some time, a message should come up saying:
    * Parsing file: '~/Pictures/iPhoto Library/AlbumData.xml'
    As long as there is not an error message underneath, this is good!
    - When the command has finished running and you're at a blank prompt again, quit Terminal
    Open iPhoto
    - Click iPhoto in the menu bar, and go to Preferences
    - Click the Keywords tab
    - Click the "+" and create a new keyword called Spotlight
    - Close out of iPhoto preferences
    - From the iPhoto Library, select all of the photos (Edit -> Select All)
    - Get info on the files (Photos -> Get Info)
    - Select the Keywords tab
    - CHECK the box that says [Spotlight] *THIS MIGHT TAKE A WHILE
    - UNCHECK the box that says [Spotlight] * THIS MIGHT TAKE A WHILE
    Note: This forces all of the pictures to be updated in the database
    - Quit iPhoto
    Search for your comments and keywords with Spotlight

    Can I ask, does this need to be done every time you add photos to iPhoto, or is this a one-off trick to get Spotlight to look at iPhoto keywords in the first place?
    My first experience with iPhoto is iPhoto6 so I don't have any baggage that I am bringing from earlier copies of iPhoto. I've imported in 1500 photos and am working my way through tagging them with keywords and am hoping that spotlight will index them. Is this bug related to keywords applied in older versions of iPhoto, or does the issue manifest itself even on a brand new library? Are Apple looking to patch iPhoto / Spotlight to resolve this?
    Thanks.
    Graham

  • IPhoto/Spotlight not indexing SOLUTION *edit

    For those iPhoto 6 users whoose comments and keywords not being indexed by Spotlight, here is the solution to your problem!
    If you are getting * Parsing file: '~/Pictures/iPhoto Library/AlbumData.xml'
    ERROR: syntax error (<key>PhotoCount</key>) when you try to manually index your iPhoto library with mdimport, this will solve your problem!
    You can only have single-line comments on your photos:
    - Create a smart album: "Comments... contains... [option][return]"
    Note: press option+return with your keyboard... the box will appear blank
    - The smart album should become populated with photos where you entered a comment containing a character return
    - Click the ( i ) in the bottom left-hand corner to draw up the info for each file, and manually remove the character break until your smart alum is empty OR go to Photos -> Batch Change and enter a new comment. Make sure that "append" is UNCHECKED -- This will overwrite all of the comments.
    Now, you must also make sure you only have single-line comments on your rolls:
    - From the iPhoto Library, go to View -> Sort Photos -> By Film Roll
    - Hold the Apple (command) key, and click the drop down triangle once or twice (until all are collapsed)
    - Manually examine each roll and make sure that the comments (if any) are all on one line.
    Note: If the comments are all on one line, the whole line will be visible in the collapsed view under the Film Roll name
    Quit iPhoto
    Open Terminal (in the Utilities folder)
    - Type mdimport -f ~/Pictures and hit return
    - After some time, a message should come up saying:
    * Parsing file: '~/Pictures/iPhoto Library/AlbumData.xml'
    As long as there is not an error message underneath, this is good!
    - When the command has finished running and you're at a blank prompt again, quit Terminal
    Open iPhoto
    - Click iPhoto in the menu bar, and go to Preferences
    - Click the Keywords tab
    - Click the "+" and create a new keyword called Spotlight
    - Close out of iPhoto preferences
    - From the iPhoto Library, select all of the photos (Edit -> Select All)
    - Get info on the files (Photos -> Get Info)
    - Select the Keywords tab
    - CHECK the box that says [Spotlight] *THIS MIGHT TAKE A WHILE
    - UNCHECK the box that says [Spotlight] * THIS MIGHT TAKE A WHILE
    Note: This forces all of the pictures to be updated in the database
    - Quit iPhoto
    Search for your comments and keywords with Spotlight

    Can I ask, does this need to be done every time you add photos to iPhoto, or is this a one-off trick to get Spotlight to look at iPhoto keywords in the first place?
    My first experience with iPhoto is iPhoto6 so I don't have any baggage that I am bringing from earlier copies of iPhoto. I've imported in 1500 photos and am working my way through tagging them with keywords and am hoping that spotlight will index them. Is this bug related to keywords applied in older versions of iPhoto, or does the issue manifest itself even on a brand new library? Are Apple looking to patch iPhoto / Spotlight to resolve this?
    Thanks.
    Graham

  • Spotlight trouble indexing mail in Lion

    Having a terrible time with Spotlight perpetually indexing mail.
    system log shows
    Jul 11 17:01:26 xxxxx com.apple.mdworker.lsb.0[2660]: [Assigning new unique identifiers to all messages]
    Jul 11 17:01:26: --- last message repeated 249 times ---
    and of course All messages shows every one of those.
    also plenty of messages like
    Jul 11 17:03:02 xxxxx com.apple.mdworker.lsb.0[2660]: %Unterminated mailbox: [email protected].
    Jul 11 17:03:02 xxxxx com.apple.mdworker.lsb.0[2660]: %Unexpected characters at end of address: :;>
    Jul 11 17:03:02 xxxxx com.apple.mdworker.lsb.0[2660]: %Unterminated mailbox: [email protected].
    Jul 11 17:03:02 xxxxx com.apple.mdworker.lsb.0[2660]: %Unexpected characters at end of address: :;>
    Jul 11 17:03:04 xxxxx com.apple.mdworker.lsb.0[2660]: %Missing parameter value: NAME
    Jul 11 17:03:04 xxxxx com.apple.mdworker.lsb.0[2660]: %Missing parameter value: FILENAME
    -- those seem to be ridiculous errors for Spotlight -- if it can't figure out how to parse some of the info, it should ignore that info.
    This continues until the disk cache gets totally overloaded, and the machine slows down.
    Only help is to reboot.
    I have tried turning off spotlight indexing to delete the spotlight cache (and used Cocktail to delete the Spotlight index)
    That was no help.
    Also rebuilt all of the mailboxes within the Mail program.
    Then turned indexing off and back on.
    Still no help.
    Just tried deleting a couple of old mailbox entries in ~/Library/Mail
    There was an old Unix mailbox there from an early version of OS X, and another one that I could not identify, and should have been deleted long ago.
    I know I can turn off the indexing for mail, but that is one area where I would like to keep it.
    I haven't tried a reboot since the latest deletes, but seeing the same messages flowing in the logs does not give me much hope.
    It may be possible that 1 or 2 bad emails are causing all the trouble, but I am at a loss to find them.
    Have 18 different accounts that are active ( I do web work so have webmaster, and other accounts on a number of servers).
    Those are a mix of IMAP and POP.
    INBOX total is usually kept around 100 emails - almost never goes above 200 unless I am away for an extended time.
    Most mail ends up in folders ON MY MAC.
    Largest of those has about 1500 messages.
    Do not have extra folders on the servers with any of the IMAP accounts.
    It is about time I archive some of the older messages, and that may help, but it will take me a while to get to that, and then flush the messages.
    Problem occurred after update to Lion.
    Did not seem to have the problem with Snow Leopard
    Anyone have any other ideas?

    I thought I had posted a follow up to this posting, but I guess not.
    Soooo, here it is.
    The problem was not with Apple Mail.app as it seemed, but actually with Mailsmith.app.
    I use it for a number of mail accounts that I want to handle separately from my other mail accounts.
    Within that application there is a Spotlight helper/worker
    -- /Applications/Mailsmith.app/Contents/Library/Spotlight/MailsmithImporter.mdimporter/ --
    That is what was causing the problem for me.
    Some users remove that section from the application, or do as I did -
    Set the folders for Mailsmith mail for privacy in Spotlight.
    Note: also set any backups of the Mailsmith mail for privacy also.
    I filed a bug report with Mailsmith, but it is still open.
    There appear to be a lot of issues with their Spotlight helper through the various versions of OS and Mailsmith.
    see their discussion groups -
    https://groups.google.com/forum/?fromgroups=#!searchin/mailsmith-talk/spotlight$ 20indexing
    The problem may be with certain emails, attachments, or addresses, don't know.
    I am happy excluding that mail from Spotlight, and now my logs don't overflow and crash, the machine goes into deep sleep, and runs much cooler.

  • Spotlight constantly indexing and Time Machine endlessly preparing backup

    Hi,
    I have a Macbook Pro 5,5 and Mac OS X 10.8.4
    Lately I noticed that Spotlight was pretty much constantly indexing, so I went to "System Preferences/Spotlight/Privacy" and I dragged my HD there to prevent Spotlight from indexing it. Then rebooted my laptop and removed my HD again, which caused my Spolight to start indexing again.
    After a night of indexing, everything seemed to be working fine. Nevertheless, today Spotlight is once again constantly indexing my computer, and the bar just won't go beyond "Estimating Indexing Time". What could I do to solve this issue?
    Related to this, I assume, is my inability to backup through Time Machine. I feel like Time Machine is waiting for Spotlight to complete its indexing in order to start  its backup-job, is that correct?
    Thanks for your help,
    Sander

    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender mdworker -o -k Sender mds | grep -v boxd | tail | open -f -a TextEdit
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.

  • Spotlight ALWAYS Indexing

    Everytime I want to use Spotlight, it is in the middle of indexing and says there are anywhere from 3 to 13 hours to go! It indexes not only my hard drive but an external firewire drive, which I don't particularly need it to index. I looked in preferences for a way to at least prevent the indexing of the external drive but couldn't find many preferences at all except the order in which you want the results to appear and the ability to delete certain items from the findings. As it is, Spotlight is useless to me. Any suggestions?

    So far, it appears as though your solution worked well enough for me not to invest money in the shareware suggestion though admittedly not much time has passed. Since I really don't need to find anything on the external drive--or at leat rarely--since it is just a backup, this may be the better option. All I did was list the external drive under the Privacy tab and nothing else. It looks as though that alone took care of the problem. Thanks so much.

  • Spotlight stopped indexing?!

    I have recently upgraded firefox 3 (but just drag and drop and replacing the old one) and also Skype to the most update to date version. However, spotlight can not find these... I use bootcamp and parallels for windows XP system and the spotlight will only show the windows version of the software!!!
    Help! Is there a way to force spotlight to index everything? I have checked everything in the preference panel. Is my spotlight somehow corrupted? If so, is there a way to fix it?
    Thank you in advance for all your help!

    Hello everyone! I am having the same problem with my Spotlight not indexing anymore. In fact, when I use Spotlight, putting in a term that I KNOW a file exists for, it returns the error "nothing found." I used the following tip found on the site to manually turn on indexing (or so it said) but still no indexing. Does anyone have any ideas on what I can do? It's really becoming a pain not having spotlight work. Thanks to everyone!! P DUB
    (Here is the solution I tried that didn't seem to work--at least not for me---I will say this however:
    AFTER I completed these steps, I did get a message in TERMINAL that said "indexing enabled." which was encouraging---but spotlight has still not indexed!! Again, any ideas??
    This tip is useful, but a way too complicated way to do this. A better and simpler solution is as follows:
    1. Login in to your server as an administrator.
    2. Open the Terminal application (in your /Applications/Utilities folder)
    3. Type the following exactly as written in to the Terminal:
    sudo rm /.metadataneverindex
    It will ask you for your password. I have never seen this file, so you may get a "file not found" error - in which case move on to step 4 anyway.
    4. Type the following in to the Terminal:
    sudo mdutil -i on /

    5. Spotlight in the right corner of your server login should indicate it is indexing, and before long will start working.
    I don't believe editing of hostconfig is required at all, and you don't need to do all this stuff with making invisible files visible since you are already in the Terminal anyway.)
    THANKS TO EVERYONE FOR YOUR HELP!! P DUB OKC

  • Help with making JLabel visible for a few seconds only

    Hello guys,
    I need help with making a JLabel object visible for a few seconds only and disappear when a JButton has been clicked.
    Here is piece of code where I add mouse listener to the JButton object in my case is (jrbFigure1) and
    when is called sets icon and text to the JLabel jlbl object:
    jrbFigure1.addMouseListener(new MouseAdapter() {
    jrbFigure1.addMouseListener(new MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    jlbl.setIcon(cross);
    jlbl.setText(wrong);
    This piece of code is in a switch statement, the statement is in a method.
    The JLabel jlbl object is added in a panel in the constructor of the class.
    I really hope someone could help me on this issue.
    I would like to thank you in advance for any help or advice given.

    Bobson wrote:
    Sorry for posting my issue twice, I thought, I posted it in a wrong forum:)It's OK. We'll ask the mods to delete the other thread.
    I want the label to appear for X seconds when then button is pressed and disappear after that.Then a Swing Timer is what you want to use.
    I need to do this in a number of cases from a switch statement because I several buttons.Better to have several ActionListeners, one for each button or each type of button, rather than one ActionListener with a large switch statement, a so-called switch-board listener. They're messy to debug and upgrade.
    I tried to use Swing Timer, but I cannot set it properly.Go through the Sun Swing tutorial on Swing Timers. It's all outlined for you there: [http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html]

  • I need to connect I-Mac G5 to HDMI TV, I think I need this: Video Out: mini-VGA (mirror only) to HDMI, where can I buy? Apple Bluewater no help.

    I need to connect I-Mac G5 to HDMI TV, I think I need this: Video Out: mini-VGA (mirror only) to HDMI, where can I buy? Apple Bluewater no help.

    VGA is an analog signal HDMI is digital. A simple cable would not work you would need something that converts the analog signal to digital.
    A search of VGA to HDMI turned up a few possibilities but nothing specific. In any case the picture on the TV will not be very good given the source.
    You should check to see if the TV has a VGA input. Some TV's have a computer connection port and this is usually VGA. 
    Message was edited by: Frank Caggiano - I'll ask the hosts to move this to the proper community.

  • Spotlight still indexing after upgrading to 10.6.7

    I upgraded my 3-1/2 year old black MacBook to OS X 10.6.7 the other day, and after I rebooted, Spotlight began indexing my drive and has been stuck at "Estimating index time" ever since.
    Is this a known issue, or am I the only one?
    I'm not sure why it started indexing again, but how can I get it to stop?

    Hi,
    Try to stop NAT, than start Setup Gateway Assistant again, may be help.
    Note: you should be sure your firewall is in correct setup. My NAT some time stop and can not start again because of my firewall "open" much ports than nessesary.

  • How can I stop Spotlight from indexing external drives?

    I work in an environment where we plugin several different costumer harddrives all day long as part of our working process. Often only to extract one file from a given drive. Therefore its annoying that Spotlight automatically starts indexing these drives, because it slows down everthing, but also because our windows costumers suddenly see these weird mac files on their drives, that are invisible to the macuser. The Privacy setting is not of much use, as its impossible to add oru costumers drives to the list - we simply don't know the drive until we see it.
    How can spotlight stop indexing?

    The Privacy option is okay for private users, but at work we receive alot of harddrives from costumers and we simply cannot spend the extra time waiting for a drive to be indexed every time it is connected. That drive may never be connected again as it belongs to a costumer, and it is impossible for us to add drives to the Privacy pane, because we do not know they exist before we see them infront of us. The ption to disable all external drives from being indexed would be great. Or that the indexing can be stopped in the spotlight menu, or that the indexing will not start until 10 minutes after the drive has been mounted - and only if the drive is inactive.

Maybe you are looking for

  • Intercompany transfer for free goods

    Hi, Please suggest me in the following scenario a very low cost item is received as free alongwith a shipment for a particular PO. The GR is done in one of the plant. Now this item is distributed to another plant belonging to different company code v

  • Version Control for adobe forms

    Dear All, We have a situation where we already go live with version 0 of our adobe form. Now, we have an enhancement to the form i.e.: some new functionalities and new field. Previously we have tried to transport the new changes to the production wit

  • TIF thumbnail incorrect in Windows Explorer (PSE 7 and 8)

    Sometimes when I save a TIF file (with "Discard Layers and Save a Copy" selected) the thumbnail shown in Windows Explorer is incorrect. The thumbnail appears to show only one layer from the PSD I have been working on, even if that layer no longer exi

  • Airplay for Macbook Air, Airplay for Macbook Air

    My Macbook Air is not working with latest apple TV

  • Can't synch Ipod because not enough memory

    I just bought an iPod Classic.  When I tried to synch it showed about 80 GB of data, but I got the message, " The XXXXX iPod can not be synchged .  There is not enough memory available.  Anybody have an idea of what is going on?