Preventing iChat window from (re)appearing on buddy status change

Hi All,
I have my iChat set to remain online when the main application is closed, although an annoying side-effect of this is that when someone in my list comes online or their status changes – possibly from away or idle to active? – the iChat buddy list window pops up again.
Does anyone know how I can prevent this?

Hi,
The Setting in the Preferences > General Section that refers to "When I quit iChat, Set my Status to Off line" stops incoming Off Line Messages when ticked.
If Unticked then you are somewhat still logged in to the servers (depending on how many Buddy lists you have)
It mainly effects the AIM Logins (AIM and Apple IDs).
When some one send you an IM you should appear to be either Off line or Away to other Buddies.
However if AIM's own Setting for Off line IMs is not On then you will get the IM.
This is because iChatAgent in early version and IMAgent in iChat 6 and above "Listens" for these and will start up the app.
In other Buddy lists (i.e Jabber) you can appear as still logged in which is why people IM you and the app will Start up on receiving the IM.
It should not happen on your Buddies going Off line or coming On line or even changing their Status Messages.
I would check the iChat menu > Preferences > Alerts for all the actions in the top drop down that refer to Buddies and check there is not AppleScript set to run.
10:23 PM      Saturday; August 25, 2012
Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
  iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
 G4/1GhzDual MDD (Leopard 10.5.8)
 MacBookPro 2Gb (Snow Leopard 10.6.8)
 Mac OS X (10.6.8),
"Limit the Logs to the Bits above Binary Images."  No, Seriously

Similar Messages

  • Preventing AIR Windows from showing up in the taskbar

    Is it possible to prevent a normal type window from showing
    up in the taskbar? I would like the normal window systemchrome on
    my windows but want them to act like a utility type window. Any
    help is appreciated.
    Mike

    bump

  • Prevent .DS_Store Files From Re-appearing

    I'm trying to upload a custom WordPress theme to:
    - http://wordpress.org/themes/upload/
    However it won't let me because of the hidden .DS_Store files inside it.
    I've tried removing them with the Terminal command:
    - find . -name '*.DS_Store' -type f -delete
    However they seem to reappear for when I upload them? Is there a way I can prevent them from reappearing before I upload the file?

    Did you have open Finder windows that regenerate them?
    They are required by OSX as far as I know. When I SVN commit, I explicitely have to exclude them as well.
    More info/solution in the rant at http://www.aorensoftware.com/blog/2011/12/24/death-to-ds_store/.

  • How to prevent a window from showing up when a program is launched

    Hi guys!
    I'm looking for a way to make run a program in an invisible way..
    I've managed to hide its icon from the dock, but I cannot avoid its maining window appearing when it opens...
    Could I solve this trouble by deleting some lines in the info.plist file?
    Thank you in advance!
    PS Someone posted the same question some moths ago,
    here:
    https://discussions.apple.com/thread/2630616?start=0&tstart=0
    but if I delete
    <key>NSMainNibFile</key>
              <string>MainMenu</string>
    the program doesn't work!!

    please define what you mean by 'in an invisible way', and please tell us what application you're talking about.  and it's really not a good idea to delete the reference to the nib file, because the nib can store a lot of information the program needs.
    you probably want to set either the LSUIElement key to 0 or the LSBackgroundOnly key to 1 in the info.plist file. The first can show windows at need, but doesn't otherwise show to the user; the second never shows anything to the user.  However, either might interfere with the operation of the app, depending on what the app is designed to do, and doing this might break the code signature for the app which will make the app un-openable until you reinstall the original.
    if you just want an app to open invisibly at boot time, that's a different issue.

  • How to prevent New Window from offsetting location from previous windows?

    I'm anal retentive. I like a tidy screen. I place all Firefox windows at top left corner of the screen. Each successive New Window arrives offset a small distance to the right, so that it does not cover the previous window. That's terrific, except... I do not want that behavior. I am constantly repositioning the New Window so that it too starts at the top left corner of the screen. It would be delightful if there were a Preferences option to allow New Windows to NOT be automatically offset to the right of the previous Firefox window.

    Try submitting your idea to https://www.mozilla.org/en-US/contact/spaces/ . Try any of the ways listed to contact Mozilla and suggest this! (feedback, facebook, forums,...)

  • Email Alert/Notification from OSX Server when client status changes?

    Hi,
    I'm looking at either OSX Server or ARD to manage a network of 'client' mac minis.
    One requirement is that the system should alert - by email or other form - when a client's status changes (such as Offline, Sleep, Network Down, etc).
    Does OSX Server offer that function?
    Thank you for your help.
    LMB1980

    Something like Dejal Simon might work for you. I don't know of any way for a Mac to detect whether the monitor is turned off or not, though.

  • How do I prevent new windows?

    Greetings,
    When I go to thePirateBay.com, a new window opens. The website opens a new window using Javascript (window.open). I've tried opening the site in a Private Window but it doesn't help. How can I prevent new windows from opening?
    Thanks,
    Shane.

    It's a new window (not a tab) that is fully maximized and contains an ad.
    Let me know if you need anything else.
    Shane.

  • Preventing a window of getting the focus

    Hi,
    I am pretty new to Java and at the moment I have a pretty big problem with the focus. Is it possible to prevent a window from getting the focus? I.e. an application has some kind of "properties" popup. So I don't want to make it impossible for the main window to get the focus until the user closes the "property"-window...
    some hint or even example code would be great!

    I am pretty new to Java and at the moment I have a pretty big problem with the focus. Is it possible to prevent a window from getting the focus? I.e. an application has some kind of "properties" popup. So I don't want to make it impossible for the main window to get the focus until the user closes the "property"-window...
    When you open your properties window you could call setEnabled(false) on the frame that should not be able to get focus and call setEnabled(true) when the user closes the properties window. You will have to pass a reference to the frame to the properties window so that the window can then do yourFrame.setEnabled(false) when it's being closed.

  • Prevent SVG image from caching

    Hi
    I am working on an assignment in which I have to generate an SVG image. The SVG image is dynamically created depending on the users input.
    Unfortunatly the image seems te cache in Internet Explorer. And therefor the user can not see the changes he/she made.
    I can prevent the page from caching but not the image. I've tried META tags, response.setHeader etc. but it does not work
    Can anybody tell me how to prevent IE from caching an image?
    I am using NetBeans 3.6, Apache Tomcat 5.1 and IE
    Thanx for you're help

    The browser caches by URL. You may be able to prevent the browser from using the cahed image by changing the url. Try adding a timestamp to the url.
    So when you create you page (it will have to be a jsp) instead of using an image tag like:
    <img src="/images/myImage.svg">
    Use something like:
    <img src="/images/myImage.svg?time=123456789">
    where the time value is just the return of date.getTime().

  • Buddy List window does not appear when starting iChat in Leopard

    In Tiger when I started the iChat application, the Buddy List window always appeared immediately. In Leopard, it does not appear and I must choose Window from the menu bar and then select AIM Buddy List. Does anyone know how to correct this so the Buddy List window appears automatically when I start iChat in Leopard?

    9:54 PM Wednesday; November 21, 2007

  • How do you prevent MS-DOS window from appearing during Runtime.exec()?

    The question below was attached to the answer for Question of the Week No. 21. I'm having the same problem. Does anyone know the answer? Put another way does anyone know how javaw does it?
    Fri Dec 18 09:59:52 PST 1998
    rkarasek
    On Windows NT 4.0, how can I prevent CreateProcess()
    from creating a cmd.exe window when using javaw and
    Runtime.exec()? No such cmd.exe window is created if
    instead I run "java" from the command line.
    I have a C++ server named "foo", and have created
    a Java applcation with Swing GUI named "foo.java".
    This GUI captures configuration information and
    then uses Runtime.exec() to start the C++ app, with
    a socket established between the Java app and C++
    app for later communication.
    This is all working fine, and the Java application
    and GUI working as expected. When I run "java foo"
    from either the NT command shell (cmd.exe) or MKS
    Korn shell (sh.exe) the Java application/GUI starts,
    and when it calls Runtime.exec() my C++ process is
    started as what appears to be a child process of the
    "java" process, that is, no cmd.exe window is created
    during the Runtime.exec("foo.exe") call.
    However, when running the same Java application from
    a shortcut on the desktop via "javaw", when I invoke
    Runtime.exec() a cmd.exe window is created before my
    C++ server is started. While things are running
    ok and my Java app can still communicate with my
    C++ server, is there anyway I can prevent this
    cmd.exe window from being created, and instead, have
    my C++ server run as a child process of javaw (or
    an independent process without a cmd.exe)?

    cmd always opens a dos window - use another console interpreter instead or just call the programm directly.
    i.e.
    Runetime.exec("c:\\myprogram.exe");
    OR
    The following demonstrates executing a command without bringing up a popup. import java.io.*;
    public class Test {
      public static void main (String args[]) throws IOException {
        String[] command = {
          "C:\\winnt\\system32\\cmd.exe", "/y", "/c",
          "dir"};
        Process p = Runtime.getRuntime().exec(command);
        InputStream is = p.getInputStream();
        InputStreamReader isr = new InputStreamReader(is);
        BufferedReader br = new BufferedReader(isr);
        String line;
        while ((line = br.readLine()) != null) {
          System.out.println(line);
    }However....
    According to bug number 4244515 in Sun's Bug Parade (http://developer.java.sun.com/developer/bugParade/bugs/4244515.html), javaw doesn't always work without bringing up new window.

  • How to prevent iTunes for Windows from "Updating iTunes Library"? (Library is on a NAS and managed by iTunes for Mac. Now getting update wars between Mac and Windows versions of the player.

    How to prevent iTunes for Windows from "Updating iTunes Library"?
    My library is on a NAS and managed by iTunes on a Mac. I can connect from wife's Windows laptop using iTunes for Windows but every time I do, it Updates iTunes Library. Next time I log in from my Mac it Updates iTunes Library in return. It appears I'm experiencing "Update Wars" between the Mac and Windows versions of iTunes. I would like to allow my wife to stream iTunes songs to her new laptop but I don't want any updates from this source... prefer to manage the library from my Mac and not allow Windows to do any thing other than listen to existing playlists.
    Thanks for any help/suggestions.

    Connect the PC to the library on the NAS. Wait while "updated".
    Under Edit > Preferences > Advanced make sure the media folder is correctly pointed at the media folder on the NAS. If not correct, close iTunes, wait a few moments, then open iTunes again.
    Close iTunes on the PC. Do not open iTunes on the Mac.
    Copy the library files, iTunes Library.itl, iTunes Library Extras.itdb, iTunes Library Genius.itdb, sentinel and the folder Album Artwork into an empty iTunes folder on the PC, for example C:\iTunes.
    Click the icon to start iTunes and immediately press and hold down SHIFT. Keep holding until prompted to choose or create a library. Click choose and browse to the copied .itl file, e.g. C:\iTunes\iTunes Library.itl
    The library should now work properly on the PC, however check the setting for the media folder. If needs be correct, close iTunes and reopen.
    Open iTunes on the Mac. It will update again, but that should be last time.
    tt2

  • Prevent iChat from starting at login

    How do I prevent iChat from starting at login? I looked in my account login items and it is not listed there. I shut the app completely before shutting down the computer so it shouldn't be automatically be relauncing due to the "reopen windows" setting in Lion. Just can't figure it out. Any help would be appreciated.

    Hi,
    With iChat Open check the Window Menu about which windows are actually open
    The App should be Quit at the end rather than hitting the red blobs on the windows (this only closes/Hides the windows and does not Quit the app)
    Are you getting Off Line IMs when it starts up ?
    If this is the case it is a "feature" rather than a fault although you don't have a lot of control over it.
    In earlier versions the support app iChatAgent  "Listens" to the AIM Server in particular and will answer if an Off Line IM is sent.
    If iChat is closed down iChatAgent will launch it.
    In iChat 6 this is done by IMAgent (it does the same job for FaceTime if it's preferences are set to ON but the app is not launched)
    Most likely it is a window that belongs to iChat that is not getting closed.
    At the same time it may not be in view  (the Window Menu should give clues).
    It could be Off Line IMs
    9:47 PM      Monday; January 23, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Is there a way for preventing the placeholder from appearing if there is not content for it?

    I am creating a structure with tags and place holders.  However, not all my entries have all the same information. For example, my first entry has a 3 line address (123 West Street, Suit 23, Lincoln NE 68521) but my second entry only has 2 line address (456 North Street, Lincoln NE 68521).  When imported into my structure, the second address reads 456 North Street, <address2>, Lincoln NE 68521. My question for you is, is there a way for preventing the placeholder from appearing if there is not content for it?

    IJWAA,
    A work-around if you don't already use XSLT (to avoid having to) is to not have placeholder text, just use empty tags in your text layout that correspond to your incoming XML structure (any unused by the incoming structure IN ORDER, will be skipped). So long as you don't mind the blank line (rather than left over placeholder copy).
    If you had placeholder copy in your text box (<address2> for example) look at it using the story editor window (edit > edit in story editor, or command-y/control-y) so you can see the surrounding tags... style the surrounding tags by selecting them with the cursor and applying character or paragraph styles (with text in between the tags at the time) and then delete only the placeholder text from the middle of the sandwich, leaving the tags in tact. Trying to do this without being in the story editor will not work.
    Also, when importing the XML, I believe you'll still need to use "merge content" and "don't import empty white space" as you have been in order to replace placeholder text in any areas you had it.
    For situations when you have a mixture of dynamic and static text in the same text block and you are merging data (more so when the placeholder text has been deleted as I've suggested above but the dynamic tags for the possible incoming text are still there), you can use a tag you've created (I call mine "staticText") in your layout to wrap ANY bits of text you don't want to accidentally delete when the surrounding tags get populated or not, using the merge option upon importing your XML. Just be sure never to use "staticText" as an actual tag in your structure or surrounding incoming data. The text contained within staticText tags in your layout will be ignored by incoming data, and won't accidentally get deleted when it's sandwiched between two sets of tags that are dynamically populated when merge content is the import option.
    In my example below I'm using brackets/carats with the tag name instead of the color coded tag icon you see in the story editor, also I've used LB here to indicate a regular line break in Indesign and SP a regular space character in indesign:
    [staticText>Name:<staticText][firstName>Abc<firstName][staticText>SP<staticText][lastName>Xyz<firstName][staticText>LB<staticText]
    [staticText>Address:<staticText][address1><address1][staticText>LB<staticText]
    [address2><address2][staticText>LB<staticText]
    all other tags on following lines...
    This should just leave a blank line for address2 when no data comes in for it. I'm assuming you have line breaks, if not, all the better.

  • Prevent iChat from yanking me out of one Space and into another

    Using Spaces and working in a separate Space from where I have an open iChat window it's incredibly annoying that when I receive a chat message from someone iChat will immediately switch Spaces on me...even if I'm in the middle of typing or drawing in another space. Is there any way to turn this off?!? The red badge over iChat's icon is enough! I don't need to be yanked away from what I'm working on...
    Thanks!

    If you set iChat to Every Space it will show up no matter what space you're in, so it won't have to move you between spaces. The Chax plug-in lets you hide the buddy list automatically when iChat is in the background, so it won't get in your way (since it would always be there no matter what space).

Maybe you are looking for

  • Unable to capture DV footage from HDV camera

    I am trying to capture from a dv tape using the Sony HVR-Z1E, but I keep getting the following message: Unable to initialize capture device and device control........ This might also happen if you play DV footage in an HDV device. I have tried changi

  • Free Goods Copy

    Dear / All When I create a return order reference to sales order contain free goods items (item category TANN) ... an error occurred Item 000020 contains errors and cannot be copied .... note : item 000020 is the free goods item ... i need to know ho

  • Error Contract change update in CRM from R/3

    We have the following scenario: 1) Create quantity contract in R/3 2) Replicate contract to CRM 3) Create call-off order in CRM 4) Order updates contract in CRM and R/3 When we now change the contract in R/3 (change target  quantity) the inbound queu

  • Sending XML via Email with Dynamic Receiver

    Hi, I have following problem. We use PI 7.1 And i want to send the XI Payload as XML File to an Email Adress. This is easy when i set the E-Mail adress in the communication Channel. Is it possible to use dynamic mail receiver adress without Mail Pack

  • Apple TV video streaming

    Hi, I don't realy understand the apple tv. What can i do with it? Streaming videos from my Imac? Listen to music? /Felix