Menu gets hung up

In the attached file, for some reason, when the menus drop down, they frequently get hung up.  (stay down, slow to move back up into the hidden position, etc.)
I really need to correct this as this will be the main website for our school district and I need it to look professional. 
Any help is greatly appreciated. 
Thanks.

Ooops, i was looking at the end of the timeline, didn't know i could scroll left to see frame 1. I'm not sure exactly to as why the Mouse out event listener is slow on capturing a mouse out event. If you do a slow mouse out it works while doing it fast it cannot capture sometimes. I revised your code to use the ENTER_FRAME instead and do a check if the mouse goes beyond the Rect area a mouse out and it yields perfect results.
Replace frame 1 with this code instead:
import fl.transitions.Tween;
import fl.transitions.easing.Regular;
import fl.transitions.easing.Elastic;
Menu_Cont.District_Rect.alpha = 0;
Menu_Cont.District_Btn.addEventListener(MouseEvent.ROLL_OVER, DistrictRollOver);
Menu_Cont.School_Board_Rect.alpha = 0;
Menu_Cont.School_Board_Btn.addEventListener(MouseEvent.ROLL_OVER, SchoolBoardRollOver);
Menu_Cont.Parents_Rect.alpha = 0;
Menu_Cont.Parents_Btn.addEventListener(MouseEvent.ROLL_OVER, ParentsRollOver);
function DistrictRollOver(event:MouseEvent):void
var DistrictMenuTween:Tween = new Tween(Menu_Cont.District_Menu, "y", Regular.easeOut, Menu_Cont.District_Menu.y, 45, .5, true);
Menu_Cont.District_Rect.addEventListener(Event.ENTER_FRAME, checkDistrictRectIfRollOut);
function SchoolBoardRollOver(event:MouseEvent):void
var SchoolBoardMenuTween:Tween = new Tween(Menu_Cont.School_Board_Menu, "y", Regular.easeOut, Menu_Cont.School_Board_Menu.y, 45, .5, true);
Menu_Cont.School_Board_Rect.addEventListener(Event.ENTER_FRAME, checkSchoolboardRectIfRollOut);
function ParentsRollOver(event:MouseEvent):void
var ParentsMenuTween:Tween = new Tween(Menu_Cont.Parents_Menu, "y", Regular.easeOut, Menu_Cont.Parents_Menu.y, 45, .5, true);
Menu_Cont.Parents_Rect.addEventListener(Event.ENTER_FRAME, checkParentsIfRollOut);
function checkDistrictRectIfRollOut(oEvent:Event):void
   var mcRect:MovieClip = Menu_Cont.District_Rect;
   if(mcRect.mouseX > mcRect.width ||
   mcRect.mouseX < 0 ||
   mcRect.mouseY < 0 ||
   mcRect.mouseY > mcRect.height)
       mcRect.removeEventListener(Event.ENTER_FRAME, checkDistrictRectIfRollOut);
   MenuMouseOut(mcRect);
function checkSchoolboardRectIfRollOut(oEvent:Event):void
   var mcRect:MovieClip = Menu_Cont.School_Board_Rect;
   if(mcRect.mouseX > mcRect.width ||
   mcRect.mouseX < 0 ||
   mcRect.mouseY < 0 ||
   mcRect.mouseY > mcRect.height)
       mcRect.removeEventListener(Event.ENTER_FRAME, checkSchoolboardRectIfRollOut);
   MenuMouseOut(mcRect);
function checkParentsIfRollOut(oEvent:Event):void
   var mcRect:MovieClip = Menu_Cont.Parents_Rect;
   if(mcRect.mouseX > mcRect.width ||
   mcRect.mouseX < 0 ||
   mcRect.mouseY < 0 ||
   mcRect.mouseY > mcRect.height)
       mcRect.removeEventListener(Event.ENTER_FRAME, checkParentsIfRollOut);
   MenuMouseOut(mcRect);
function MenuMouseOut(mcRect:MovieClip):void
    var mcMenu:MovieClip;
    if(mcRect == Menu_Cont.District_Rect) mcMenu = Menu_Cont.District_Menu;
    else if(mcRect == Menu_Cont.School_Board_Rect) mcMenu = Menu_Cont.School_Board_Menu;
    else mcMenu = Menu_Cont.Parents_Menu;
    var cTween:Tween = new Tween(mcMenu, "y", Regular.easeOut, mcMenu.y, -62, .5, true);

Similar Messages

  • IDVD 06 gets hung up in encoding the menu

    I created a dvd project and successfully burned it to dvd only to find out that my slideshows were messed up because of the Chapter issue (99 photo limit to a chapter).
    Once I discovered that, I made changes to my slides shows (meaning I added more slide shows but limited each slideshow to 99 photos).
    Now, when I try to burn the project, it gets hung up on encoding the second menu, the menu that has the slideshows on it.
    There are a total of 7 slideshows on the menu.
    The menu itself has no audio on it so that rules out any audio encoding problem.
    I have tried 3 times to burn the project the way it is right now. A total of 28 hours. No success.
    Any thoughts?

    Same here ... I do have some audio but it is passed via Export along with the video to iDVD. Video is encoded but it seems to hang on audio encoding (spinning beach ball). If you let it go for a horrendous amont of time it may get to the burning stage where it just hangs permanently. After eternity you try to cancel and it says Cleaning Up but it never quits the process. I tried with different sizes of iMovie files and it doesn't seem to make any difference.
    new MacBook, latest iLife, latest OS X and QT software.

  • TS2296 Safari (Version 7.0.1 (9537.73.11)) gets hung with Yahoo

    Frequently Safari (Version 7.0.1 (9537.73.11)) gets hung while trying to load a section of the Yahoo home page. It never recovers spontaniously. Using Quit from the File menu closes the window, but the icon in the dock shows that it is still running. Using Force Quit, the Safari icon in the dock returns to normal. Shut Down also hangs, and the only way to turn off the MacBook Pro is to hold down the start button.

    Your problem is different from those in the links provided:
           0x144e93000 -        0x144f0bfe7 +librooksbas.dylib (1) <0F0DD319-B485-842C-5364-7E033365C613> /Library/Rapport/*/librooksbas.dylib
           0x144f44000 -        0x144f50ff7 +librooksmce.dylib (1) <907A56FA-5FA5-3ECA-7F8D-4337B826524D> /Library/Rapport/*/librooksmce.dylib
           0x145100000 -        0x145127fff +RapportDaishi.dylib (1) <3186C415-CFA4-35F8-8948-6252C5F9E8E3> /Library/Rapport/*/RapportDaishi.dylib
           0x145143000 -        0x1451b5fe7 +trf.dylib (1) <86A60C92-55A7-48F6-34C2-08F6258505E4> /Library/Rapport/*/trf.dylib
           0x1451f6000 -        0x1454a7ff7 +RapportUtil1.dylib (1) <36C3C051-F51B-521B-AF4F-090B6BBBCF7F> /Library/Rapport/*/RapportUtil1.dylib
        0x7fff607c2000 -     0x7fff607f5817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    You have Rapport banking software installed. In spite of efforts by its developers, it remains incompatible with Safari. You must remove it. Instructions here:
    http://www.trusteer.com/support/uninstalling-rapport-mac-os-x

  • Since Maverick, safari gets hung up

    I updated my late 2009 IMac with Maverick in late December.  It continues to get hung up in Safari after 2-3 webpages.  I have used Glims Unistall over and over again as suggested  in numerous posts to no avail I continue to get a frozen page in Safari.  I shut down, empty caches, reset Safari and nothing seems to work.  Wondering if Apple is going to have a permanent fix for this problem.  I don't think I am the only one.  I've also gone through the step process(new user, safe mode and normal) and posted the results. (Continues to get hung up at all steps along with 4-5 pages (pop ups) opening in the background when in safe mode).  If anyone has come across a fix, since it doesn't looks like Apple is(this is enough to consider going to PC...yuchhhh). I had to write this on my IPad....Safari stalls on first page now!

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) on the advice of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; BI () { $PB\ :CFBundleIdentifier "$1"; }; LC () { $2 launchctl list | awk 'NR>1 && !/0x|\.[0-9]+$|com\.apple\.(AirPortBaseStationAgent|launchctl\.(Aqua|Background|System))$/{print $3}' | grep -Fv "$1"; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps Model; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^EO]|x([^8]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm POST; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/s/^.*://p' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;/Apple|Intel|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm Heat; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=; fdesetup status | grep -q On && o=On; Ps FileVault; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel log"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; bi=`egrep '\.(kext|xpc)/(Contents/)?Info.plist$' <<< "$sys" | while read i; do [[ -f "$i" ]] && BI "$i"; done`; o=`kextstat -kl | grep -Fv "$bi" | cut -c53- | cut -d\< -f1`; Pm "Kernel extensions"; li=`egrep 'Launch[AD].+\.plist$' <<< "$sys"`; jl=`while read f; do [[ -f $f ]] && $PB\ :Label $f; done <<< "$li"`$'\n'"$bi"; R && o=`LC "$jl" sudo`; Pm Daemons; o=`LC "$jl"`; Pm Agents; o=`for d in {/,}L*/Lau*; do M; done | grep -Fv "$li" | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do i="$d"/Info.plist; [[ -f "$i" ]] || continue; ID=$(BI "$i") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=; defaults read /Library/Preferences/com.apple.alf globalstate | grep -q 0 || o=On; Ps Firewall; o=`scutil --proxy | grep Prox`; Pm Proxies; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm TCP/IP; [[ "$I" =~ [AW]i ]] && { o=`/S*/*/P*/*/*/*/*/airport -I | awk '/lR/{print $2}'`; o=$((o<=-87?o:0)); Ps RSSI; }; R && o=`sudo profiles -P | grep : | wc -l`; Ps Profiles; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc hosts <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "App check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`find .??* -path .Trash -prune -o -type d -name *.app -print -prune`; Pm "Hidden apps"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font issues"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps UID; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in 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.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Just bought 13 inch macbook pro OS X 10.7 Lion.System getting hung on browsing internet from Day 1, plz help.

    Just bought 13 inch macbook pro OS X 10.7 Lion.
    System getting hung on browsing internet from Day 1
    Really getting irritated.
    plz help.

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the 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 and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Safari gets hung-up sometimes.

    Most often everything works just fine. Occassionally when I click on a link or a bookmark Safari will begin to load but gets hung-up (i.e. freezes in the URL viewer). I click 'stop loading' and then 'reload' and then the page downloads effortlessly. Any good reason for this? Only happens once or twice a day and doesn't seem to be any particular webpage.
    Thank you.

    Could be a bottleneck at the server: too many people accessing at the same time.
    Could be your caches are getting full(er).
    Sometimes deleting your History, after a few hours of surfing, can relieve the pressure.
    To generally speed up Safari, try this:
    The following usually works on both Tiger and Leopard:
    (First, if yours is an Intel Mac, check that Safari is not running in Rosetta, which is enough to slow it to a crawl.)
    Empty Safari's cache (from the Safari menu), then close Safari.
    Go to Home/Library/Safari and delete the following files:
    form values
    download.plist
    Then go to Home/Library/Preferences and delete
    com.apple.Safari.plist
    Repair permissions (in Disk Utility).
    Start up Safari again, and things should have improved.
    If not, MacFixit have published a very detailed (very!) article on speeding up a slow Safari, here:
    http://www.macfixit.com/article.php?story=20070416000657464
    Many, including me, have also followed the advice given by others here to add DNS codes to their Network Settings, with good results in terms of speed-up:
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu. Click on TCP/IP and in the box marked 'DNS Servers' enter the following two numbers:
    208.67.222.222
    208.67.220.220
    Click on Apply Now and close the window.
    Restart Safari, and repair permissions.

  • HT1386 any ideas on why my phone sync to pc gets hung on 2nd step of backing up? i leave it for hours....

    i leave my phone plugged in to sync and it gets hung up on the backing up stage, 2nd to be precise its iphone4 and yep itunes is up to date

    If you have windows try this:
    Quit iTunes.
    Start an elevated command prompt (Start Menu>All Programs>Accessories>right-click "Command Prompt">choose "Run as Administrator")
    Once in the command prompt, type "netsh winsock reset" (with our the quotes) and press ENTER.
    Reboot your computer.
    Restart iTunes.
    Connect your phone and try syncing again.
    If you have a mac, or if you have windows and this doesn't fix it, you probably have a corrupt iPhone backup from a previous sync that must be deleted. To do this open iTunes, go to  Preferences, on the Devices tab you will see a list of your backups.  Click each backup and click Delete Backup.  Then connect your phone and try syncing again.

  • IMac gets hung at the Apple logo bootup

    I have an iMac and for some reason, while booting up, it gets hung up in the Apple logo. Nothing else happens. I was thinking of booting up with the install disc. Does anyone have a better way to fix?

    I have an iMac and for some reason, while booting up, it gets hung up in the Apple logo. Nothing else happens. I was thinking of booting up with the install disc. Does anyone have a better way to fix?
    That's probably the best solution, it's probably just "forgotten" where the start up volume is. After inserting the install disc restart, and it will begin an install, choose the language and then you have a couple of options.
    1. Under the Utilities Menu choose Disk Utility, run Repair Disk Permissions and if you want Repair Disk.
    AND/OR
    2. Exit the installation and choose your internal HD to restart. It should be OK. After that open System Preferences-Startup Disk and choose the internal HD.
    Regards,
    Roger

  • HT1386 After I plug in my iPhone, iTunes gets hung trying to back it up. Clicking the "x" next to the backup window does nothing.

    After I plug in my iPhone, iTunes gets hung trying to back it up. Clicking the "x" next to the backup window does nothing.

    Try this:
    Quit iTunes.
    Start an elevated command prompt (Start Menu>All Programs>Accessories>right-click "Command Prompt">choose "Run as Administrator")
    Once in the command prompt, type "netsh winsock reset" and hit ENTER.
    Reboot your machine.
    Restart iTunes.
    If that doesn't resolve it you'll have to go to iTunes>Preferences, on the Devices tab click on the backups shown and delete them.  Then try syncing again.

  • TS1545 I have downloaded 10.5.8 combo several times and cannot get it to install because the disc won't mount or the installation gets hung up after restart. My current os is 10.5.1, and I am trying to upgrade to snow leopard. This is on a dual core macbo

    I have downloaded 10.5.8 combo several times and cannot get it to install because the disc won't mount or the installation gets hung up after restart. My current os is 10.5.1, and I am trying to upgrade to snow leopard. This is on a dual core macbook pro.

    You don't need to update to Leopard 10.5.8 unless you want to keep Leopard. Upgrading to Snow Leopard requires that your purchase the retail install disk.
    The following covers Leopard:
    Some general advice on updating:
    It is worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first to an external hard disk. Ideally you should always have a bootable clone of your system that enables you to revert to the previous pre-update state.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site.
    The Combo updater of Leopard 10.5.8 can be found here:
    http://support.apple.com/downloads/Mac_OS_X_10_5_8_Combo_Update
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Full details about the 10.5.8 update here: http://support.apple.com/kb/HT3606
    More information on using Software Updater here:
    http://support.apple.com/kb/TA24901?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.5.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.5.7 to 10.5.8. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications and turn off energy saving and screensaver.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious! In fact a second restart can be recommended.
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a week or two while you regularly check their websites for updates.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    [b]If you are updating Safari (or just have):[/b]
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up.  If you have installed an OS update and Safari is crashing, the very [i]first[/i] thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari.
    Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party add-on.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for  problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    /Library/InputManagers
    ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).
    Solutions for troubleshooting installation, startup, and login issues in Mac OS X v10.5
    http://support.apple.com/kb/TS1541?viewlocale=en_US

  • Upgraded to tiger, mail gets hung up on importing old messages.

    I had my pwrbk tuned up and upgraded to Tiger. All files were swept onto a dvd for back up and just plopped back on again after the install. When I click on mail to 'mail' it wants to import my "existing Mail messages into the new version"... so I 'continue' as it requests and (sighhh) it procedes to import (sighhh) my 4500 or so (who's counting) messages. It gets hung up on #1363 (which I believe is in the 'sent' folder) and the time remaining keeps increasing...- I mean - I gave it a chance - the battery (brand spank me new) ran all the way down AND we plugged it in too ... it happens every time. How to bypass this import without deleting all my old emails and just excise the offending hanger-upper?

    The conversion from Mail 1.x to Mail 2.x is broken. Even if Mail didn’t freeze while importing, there is no guarantee that it would import the old mailboxes successfully. Take a look at the following thread for an example:
    Just upgraded, Most of my old Inbox is gone!
    You could apply the procedure described there to the mailboxes that Mail appears to be choking on. Alternatively, you could move the entire account folder out of ~/Library/Mail/ (to the Desktop) and manually import its mailboxes afterwards as Other.

  • Gets hung up on importing iphoto library

    when i try to import my iphoto library aperture gets hung up and the photos do not appear in the aperture library

    The conversion from Mail 1.x to Mail 2.x is broken. Even if Mail didn’t freeze while importing, there is no guarantee that it would import the old mailboxes successfully. Take a look at the following thread for an example:
    Just upgraded, Most of my old Inbox is gone!
    You could apply the procedure described there to the mailboxes that Mail appears to be choking on. Alternatively, you could move the entire account folder out of ~/Library/Mail/ (to the Desktop) and manually import its mailboxes afterwards as Other.

  • I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    Can you open the Preview program without loading a file, like by itself?
    If it doesn't load then I suspect a corrupt Preview preference file.
    Deleting the System Preference or other .plist file
    Can you open other files with Preview, like jpg's and images?
    How about other PDFs? or is it just that one you have downloaded?
    Run through this list of fixes
    Step by Step to fix your Mac

  • I have the latest version of Itunes downloaded and installed to my computer.  I have a music library already created for my replaced Ipod Nano.  I've just purchased a new Nano.  When I try to access the Itunes store from the Itunes program, it gets hung u

    I have tried uninstalling and reinstalling Itunes, but it still gets hung up when trying to access the Itunes Store from the Itunes program.
    I've been unable to register the new Nano or sync it with my library.

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Google contact sync gets hung since 4.4.2 OTA android update

    My S4 stopped completing Google contact syncs after the last Android update. All other Google tools complete the sync (App Data, Calendar, Drive, Gmail, etc), but the little arrow circle next to Sync Contacts stops spinning and gets hung. At the bottom of the screen, the Cancel Sync button stays on indefinitely.
    Eventually, this error message shows:
    "Sync is currently experiencing problems. It will be back shortly."
    I've force stopped and Cleared Data on the "Contacts Storage" in Application Manager.
    I've removed and re-added the Google account.
    I've done a factory reset.
    I've done multiple combinations of the above 3.
    Can you get me a quick fix, put me on a beta Lolipop, or revert me back to the previous stable build of Android?

        I'm sorry you can't sync your e-mail accounts with your Galaxy since the update CoolGeorge. I would be extremely frustrated if my accounts weren't syncing. Let's get this fixed. When did you get the update on your phone? Do other apps sync on the phone? (Such as Facebook, Twitter, etc.) Please try removing the accounts from your phone, clear the memory, http://bit.ly/R0eeM7 , then restart the phone. Once this is completed, turn phone back on, download the accounts again, and try to sync. Let's see if this helps. Please keep us posted.
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • IPhone 4 IOS 7.1.2 voice memos not syncing to iTunes

    I have a iPhone 4 IOS 7.1.2 on a Windows Vista laptop. My phone & iTunes are up to date but I've noticed my new voice memos from May 16, 2014 & on are NOT syncing to iTunes. I have tried everything but they are not syncing. I just ordered a new iPhon

  • Can I select multiple photos from iPhoto to edit in Photoshop Elements?

    From iPhoto I am wanting to select all the photos from an event or album to edit in Photoshop Elements to avoid having to switch back and forth between the two. I have PSE set up as the external editor in iPhoto. When I have the photos selected in iP

  • File association problem with excel

    hi everybody, i have the following annoying little problem, couldn't find any answers so far in the forum: i have some downloaded files (just plain text files) that i call ".in", and finder lists those as "microsoft excel binary document". now i want

  • Earbud problem

    I have a problem with my refurbished fifth generation video iPod. When I plug my earphones in I can only get sound out of one earbud. I tried another pair of earphones but I had the same problem. Both pairs of earphones work fine with my PSP. I tried

  • Clientgen does not generate service specific exceptions

    Hi, When we use clientgen to generate client stubs and on exploding the generated _client.jar file we find that only the first service specific exception following RemoteException is being generated. All other exceptions seem to be missing. Here is a