Using loading bar again and again..

1)I am loading large no of data in Flex application.
2)Now since application was getting heavy I am only loading
first 32 records at a time. (Just like paging ).
3)When I apply filter on the ArrayCollection(full 1000+
records) which already I have. It returns me some 500 records. Now
when filtering and arranging of the thumbnails is taking place, the
panel looks blank. so I want to show the progressbar there.
4)There I want to add loader or progressbar. I don't know how
to do that.
5)When I tried to show the panel in which I have added
progressbar it simply doesn't show.
Each time I want to show loading progress bar when I apply
the filter.
How can I do that ?
Thanks,

I use the progressbar for my file uploads. I simply add it to
my mxml:
<mx:FormItem label="Progress:" labelWidth="125"
fontWeight="bold">
<mx:ProgressBar id="progressBar" mode="manual" />
</mx:FormItem>
The file upload process shoots off events that tell the
progressbar what to display. The process starts with an open event,
then with various progress events and ends with a complete event.
The actionscript for the various events is show below:
private function OpenEvent(event:Event):void {
progressBar.setProgress(0, 100);
progressBar.label = "Loading 0%";
private function progressEvent(event:ProgressEvent):void {
progressBar.setProgress(event.bytesLoaded,
event.bytesTotal);
private function completeEvent(event:Event):void {
progressBar.label = "Complete.";
I'm not sure if there is a way to monitor the process of your
filter, but if there is, you can substitute the (event.bytesLoaded,
event.bytesTotal) with (recordsFiltered, recordsTotal).
I believe that is the gist of it.
There is, as always, the handy, dandy language reference (
http://livedocs.macromedia.com/flex/2/langref/index.html)
for that detailed info and even some more examples.
--Andy

Similar Messages

  • HT1379 My iMac won't start up. I turn on the power button the start up screen appears. The apple symbol shows up, the loading shows up, the loading circle starts. Then the loading bar disappears, and The loading circle and apple logo disappear and power i

    The power comes on. Screen turns white. The start up sound plays, the apple symbol come up the loading bar show up but do not show any sign of loading. The loading circle appears and spins. Then the loading bar disappears and the. The screen goes black and power goes off. I've tried unplugging, command alt escape, and command alt p r,  no effect.  Any other suggestions???

    OS X v10.6- Gray progress bar appears under Apple logo during startup
    Install or Reinstall Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
            the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • When i start my ipad 3 the apple logo appears but then a loading bar appears and it stucks i have restarted it but nothing is happening pleeeeease help me!i love my ipad sooo much.....!!!

    when i start my ipad 3 the apple logo appears but then a loading bar appears and it stucks i have restarted it but nothing is happening pleeeeease help me! i love my ipad sooo much.....!!!

    Try this first.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    If that does not help, you may have to restore your iPad.
    iTunes: Backing up, updating and restoring iOS software.
    If that doesn't work - You will have to use recovery mode
    iPad: Unable to update or restore

  • Two crashes: one OS crash with gray screen and loading bar- help? (Stuck overseas, so you guys are it!)

    Hey everyone.
    When firefox crashed last night, I figured it was just firefox being difficult, but when while using firefox my entire computer crashed this afternoon and rebooted with a gray screen, the spinny wait symbol, and a loading bar, I started to get concerned. After looking through console, I'm not sure what's caused it to crash like this so I'm hoping one of you bright people here can tell me what exactly happened. I'm running a mac book pro with 10.6.8, have no real addons on firefox aside from adblock plus, divx, memory restart, a french dictionary, and a skin I've been using forever and have also spoken to the developer in the past about. I'm also using Firefox 17.0.1. After trying to google some of the more unfamiliar/suspicious lines (mostly relating to launch agents), I typed into terminal the command to list all launch agents and received 3 replies naming adobe, divx, and google. I used terminal to delete them all just for safe measure (plus the adobe update window has been irritating me to no end so maybe it'll go away now, haha). I did three things when I tried to boot up again after the crash and the weird launch screen with loading bar came up: 1) I held down the power button again because a) the screen was weirding me out and b) I thought it got hung up again (bar seemed to stall for an unusually long time), 2) I tried to boot again and when the same gray screen came back I just figured I had no choice and had to sit through it. 3) when the bar was at about half way I pulled out my ethernet cord for safe measure in case something shady was going on. These three things are also reflected in the log below.
    I currently live overseas and the nearest Apple store is over two hours away with no guarantee of a native english speaker working, so if anyone can let me know what caused the crash and if there's anything I can do about it, I would be extremely grateful. The following is my current console log in its entirety from today, including my attempted system update to see if that would improve things (which also resulted in a gray screen with loading bar later), and a really weird bit at the end that is also confusing (but possibly caused by me tinkering in terminal- not sure).
    NAME is replacing my HD name, and my screen name here (caithris) has replaced my computer user name. NUMBER has replaced anything that looks like a serial number of some kind.
    Thanks so much ahead of time-- please let me know if there's anything else I can share.
    Mar 31 00:30:01 NAME newsyslog[9228]: logfile turned over
    Mar 31 01:03:25 NAME firefox[8993]: Mozilla has caught an Obj-C exception [NSRangeException: *** -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)]
    Mar 31 01:03:25 NAME [0x0-0x10010].org.mozilla.firefox[0]: 2013-03-31 01:03:25.193 firefox[8993:903] Mozilla has caught an Obj-C exception [NSRangeException: *** -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)]
    Mar 31 01:04:06 NAME [0x0-0x10010].org.mozilla.firefox[0]: pure virtual method called
    Mar 31 01:04:06 NAME [0x0-0x10010].org.mozilla.firefox[0]: terminate called without an active exception
    Mar 31 01:04:20 NAME ReportCrash[9260]: Saved crash report for firefox[8993] version 17.0.1 (1712.11.28) to /Users/Caithris/Library/Logs/DiagnosticReports/firefox_2013-03-31-010420_NAME.c rash
    Mar 31 01:05:35 NAME SubmitDiagInfo[9280]: Submitted crash report: /Users/Caithris/Library/Logs/DiagnosticReports/firefox_2013-03-31-010420_NAME.c rash
    Mar 31 03:00:27 NAME loginwindow[31]: loginwindow SleepWakeCallback WILL sleep
    Mar 31 03:00:28 NAME configd[13]: PMConnection IPConfiguration com.apple.powermanagement.applicationresponse.slowresponse 1120 ms
    Mar 31 11:22:53 NAME configd[13]: Sleep: Success - AC 97 - Idle Sleep
    Mar 31 11:22:53 NAME configd[13]: Wake: Success - AC 97 - OHC2
    Mar 31 11:22:53 NAME configd[13]: Hibernate Statistics
    Mar 31 11:22:53 NAME loginwindow[31]: loginwindow SleepWakeCallback will power on, Currenttime:3/31/2013 11:22:53.195 AM - Waketime:3/31/2013 11:22:43.930 AM = Deltatime:9.265338957
    Mar 31 11:22:53 NAME loginwindow[31]: askForPasswordBuiltIn after makekey, Currenttime:3/31/2013 11:22:53.212 AM - Waketime:3/31/2013 11:22:43.930 AM = Deltatime:9.281565964
    Mar 31 11:22:53 NAME loginwindow[31]: builtInAuthWindowBecameKey, Currenttime:3/31/2013 11:22:53.243 AM - Waketime:3/31/2013 11:22:43.930 AM = Deltatime:9.312892973
    Mar 31 11:22:53 NAME configd[13]: network configuration changed.
    Mar 31 11:22:54 NAME configd[13]: PMConnection AirPort configd plug-in com.apple.powermanagement.applicationresponse.slowresponse 9839 ms
    Mar 31 11:22:54 NAME configd[13]: PMConnection IPConfiguration com.apple.powermanagement.applicationresponse.slowresponse 9849 ms
    Mar 31 11:22:57 NAME configd[13]: network configuration changed.
    Mar 31 11:22:57 NAME ntpd[20]: sendto(17.171.4.13) (fd=24): Network is unreachable
    Mar 31 11:23:02 NAME loginwindow[31]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Mar 31 11:23:02 NAME loginwindow[31]: builtInAuthWindowDidResignKey
    Mar 31 11:23:02 NAME loginwindow[31]: handleUnlockResult, Currenttime:3/31/2013 11:23:02.536 AM - Waketime:3/31/2013 11:22:43.930 AM = Deltatime:18.606058955
    Mar 31 11:23:32 NAME loginwindow[31]: no spins reported for this wake
    Mar 31 11:27:31 NAME SubmitDiagInfo[9444]: Cleaning up expired diagnostic messages database at path: /var/log/DiagnosticMessages/2013.03.01.asl
    Mar 31 11:33:29 NAME [0x0-0x3b63b6].org.mozilla.firefox[9264]: NOTE: child process received `Goodbye', closing down
    Mar 31 11:36:14 NAME ntpd[20]: time reset -4.060579 s
    Mar 31 12:11:05 NAME firefox[9264]: -deltaZ is deprecated for NSEventTypeMagnify.  Please use -magnification.
    Mar 31 15:19:22 NAME kernel[0]:
    Mar 31 15:28:23 NAME kernel[0]:
    Mar 31 15:28:53: --- last message repeated 7 times ---
    Mar 31 15:28:23 NAME kernel[0]:
    Mar 31 15:30:22 NAME kernel[0]:
    Mar 31 15:56:08 NAME kernel[0]:
    Mar 31 15:56:13: --- last message repeated 1 time ---
    Mar 31 15:56:13 NAME loginwindow[31]: in pam_sm_authenticate(): Failed to determine Kerberos principal name.
    Mar 31 15:56:16 NAME kernel[0]:
    Mar 31 15:56:46: --- last message repeated 8 times ---
    Mar 31 16:00:10 NAME kernel[0]:
    Mar 31 16:00:40: --- last message repeated 3 times ---
    Mar 31 16:00:44 NAME kernel[0]:
    Mar 31 16:01:14: --- last message repeated 5 times ---
    Mar 31 16:02:36 NAME kernel[0]:
    Mar 31 16:03:06: --- last message repeated 9 times ---
    Mar 31 16:03:22 NAME kernel[0]:
    Mar 31 16:10:31 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar 31 16:17:50 localhost DirectoryService[15]: Improper shutdown detected
    Mar 31 16:17:54 localhost fseventsd[33]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (707133 444 707763)
    Mar 31 16:17:54 localhost bootlog[41]: BOOT_TIME: 1364713830 0
    Mar 31 16:17:58 localhost fseventsd[33]: log dir: /.fseventsd getting new uuid: NUMBER
    Mar 31 16:17:58 localhost blued[42]: Apple Bluetooth daemon started
    Mar 31 16:18:02 localhost mDNSResponder[28]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Mar 31 16:18:03 localhost com.apple.usbmuxd[21]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    Mar 31 16:18:04 localhost configd[13]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Mar 31 16:18:04 localhost configd[13]: DHCP en1: INIT transmit failed
    Mar 31 16:18:04 localhost configd[13]: network configuration changed.
    Mar 31 16:18:04 NAME configd[13]: setting hostname to "NAME.local"
    Mar 31 16:18:04 NAME /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[29]: Login Window Application Started
    Mar 31 16:18:04 NAME configd[13]: network configuration changed.
    Mar 31 16:18:04 NAME mDNSResponder[28]: mDNSPlatformSetDNSConfig: Error: dns_configuration_copy returned NULL
    Mar 31 16:18:04 NAME configd[13]: network configuration changed.
    Mar 31 16:18:11 NAME mds[27]: (Normal) DiskStore: Creating index for /
    Mar 31 16:18:17 NAME loginwindow[29]: Login Window Started Security Agent
    Mar 31 16:18:18 NAME WindowServer[71]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:18:18 NAME com.apple.WindowServer[71]: Sun Mar 31 16:18:18 NAME.local WindowServer[71] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:18:29 NAME SecurityAgent[92]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Mar 31 16:18:30 NAME loginwindow[29]: Login Window - Returned from Security Agent
    Mar 31 16:18:30 NAME loginwindow[29]: USER_PROCESS: 29 console
    Mar 31 16:18:30 NAME com.apple.launchd.peruser.501[96] (com.divx.agent.postinstall): Unknown key: LimitToSessionType
    Mar 31 16:18:30 NAME com.apple.launchd.peruser.501[96] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar 31 16:18:36 NAME root[113]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    Mar 31 16:18:37 NAME root[130]: sntp options: a=2 v=1 e=0.100 E=5.000 P=2147483647.000
    Mar 31 16:18:37 NAME root[130]:     d=15 c=5 x=0 op=1 l=/var/run/sntp.pid f= time.apple.com
    Mar 31 16:18:37 NAME root[130]: sntp: getaddrinfo(hostname, ntp)  failed with nodename nor servname provided, or not known
    Mar 31 16:18:38 NAME-2 com.apple.launchd.peruser.501[96] (com.apple.mrt.uiagent[123]): Exited with exit code: 255
    Mar 31 16:18:38 NAME-2 com.apple.launchd.peruser.501[96] (com.apple.Kerberos.renew.plist[124]): Exited with exit code: 1
    Mar 31 16:19:55 NAME-2 XProtectUpdater[19]: NSURLConnection error: Error Domain=NSURLErrorDomain Code=-1009 UserInfo=0x100174890 "This computer’s Internet connection appears to be offline." Underlying Error=(Error Domain=kCFErrorDomainCFNetwork Code=-1009 UserInfo=0x1001744e0 "This computer’s Internet connection appears to be offline.")
    Mar 31 16:19:55 NAME com.apple.launchd[1] (com.apple.xprotectupdater[19]): Exited with exit code: 255
    Mar 31 16:22:04 NAME kextd[10]: updated kernel boot caches
    Mar 31 16:25:04 NAME Software Update[178]: SWU: scan found 0 products:
    Mar 31 16:25:05 NAME Software Update[178]: Error Domain=NSURLErrorDomain Code=-1009 UserInfo=0x10052e600 "This computer’s Internet connection appears to be offline." Underlying Error=(Error Domain=kCFErrorDomainCFNetwork Code=-1009 UserInfo=0x10052f760 "This computer’s Internet connection appears to be offline.")
    Mar 31 16:25:14 NAME com.apple.launchd[1] (com.apple.suhelperd[181]): Exited with exit code: 2
    Mar 31 16:25:18 NAME configd[13]: network configuration changed.
    Mar 31 16:26:17 NAME Software Update[188]: SWU: scan found 1 products:\n041-9605
    Mar 31 16:26:30 NAME ntpd[18]: time reset +1.140167 s
    Mar 31 16:26:57 NAME com.apple.launchd[1] (com.apple.suhelperd[190]): Exited with exit code: 2
    Mar 31 16:26:57 NAME com.apple.launchd.peruser.501[96] ([0x0-0xf00f].com.apple.Console[142]): Exited: Killed
    Mar 31 16:26:57 NAME com.apple.launchd.peruser.501[96] ([0x0-0x15015].com.apple.SoftwareUpdate[188]): Exited: Killed
    Mar 31 16:26:57 NAME com.apple.launchd.peruser.501[96] (com.apple.AirPortBaseStationAgent[126]): Exited: Killed
    Mar 31 16:26:57 NAME loginwindow[29]: DEAD_PROCESS: 29 console
    Mar 31 16:26:57 NAME /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[200]: Login Window Application Started
    Mar 31 16:26:58 NAME loginwindow[200]: USER_PROCESS: 200 console
    Mar 31 16:26:58 NAME WindowServer[203]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:26:58 NAME com.apple.WindowServer[203]: Sun Mar 31 16:26:58 NAME.local WindowServer[203] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:26:59 NAME Software Update[209]: Looking for products to install
    Mar 31 16:27:02 NAME Software Update[209]: Performing preflight
    Mar 31 16:27:02 NAME Software Update[209]: Preparing session
    Mar 31 16:27:02 NAME Software Update[209]: Starting session
    Mar 31 16:27:03 NAME Software Update[209]: PKG: extracting "com.apple.pkg.MacBookProSMCUpdate"
    Mar 31 16:27:03 NAME Software Update[209]: PKG: pre-flight scripts for "com.apple.pkg.MacBookProSMCUpdate"
    Mar 31 16:27:03 NAME Software Update[209]: PKG: pre-install scripts for "com.apple.pkg.MacBookProSMCUpdate"
    Mar 31 16:27:16 NAME Software Update[209]: REQ: moving files into place with shove
    Mar 31 16:27:17 NAME Software Update[209]: PKG: post-install scripts for "com.apple.pkg.MacBookProSMCUpdate"
    Mar 31 16:27:17 NAME Software Update[209]: PKG: post-flight scripts for "com.apple.pkg.MacBookProSMCUpdate"
    Mar 31 16:27:17 NAME Software Update[209]: PKG: writing receipt for "com.apple.pkg.MacBookProSMCUpdate"
    Mar 31 16:27:17 NAME Software Update[209]: REQ: install succeeded
    Mar 31 16:27:18 NAME Software Update[209]: SWU: installing "MacBook Pro SMC Firmware Update, 1.6"
    Mar 31 16:27:20 NAME [0x0-0x1a01a].com.apple.SoftwareUpdate[209]: /: no supported helper partitions to update.
    Mar 31 16:27:20 NAME kextd[10]: updated kernel boot caches
    Mar 31 16:27:20 NAME Software Update[209]: kextcache returned 0
    Mar 31 16:27:20 NAME Software Update[209]: Running /sbin/reboot
    Mar 31 16:27:20 NAME reboot[242]: rebooted by Caithris
    Mar 31 16:27:20 NAME reboot[242]: BOOT_TIME: 1364714840 524942
    Mar 31 16:27:20 NAME mDNSResponder[28]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) stopping
    Mar 31 16:27:20 NAME DirectoryService[15]: BUG in libdispatch: 10K549 - 1960 - 0x10004004
    Mar 31 16:27:20 NAME WindowServer[203]: hidd died. Reestablishing connection.
    Mar 31 16:27:20 NAME WindowServer[203]: Unable to create event queue via hidd: (0x10000003)
    Mar 31 16:28:03 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar 31 16:29:52 localhost bootlog[47]: BOOT_TIME: 1364714882 0
    Mar 31 16:29:53 localhost mDNSResponder[34]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Mar 31 16:29:54 localhost configd[13]: network configuration changed.
    Mar 31 16:29:54 NAME configd[13]: setting hostname to "NAME.local"
    Mar 31 16:29:54 NAME com.apple.usbmuxd[27]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    Mar 31 16:29:56 NAME blued[17]: Apple Bluetooth daemon started
    Mar 31 16:29:57 NAME /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[35]: Login Window Application Started
    Mar 31 16:29:59 NAME configd[13]: network configuration changed.
    Mar 31 16:30:12: --- last message repeated 2 times ---
    Mar 31 16:30:12 NAME ntpd[24]: time reset +0.227711 s
    Mar 31 16:30:13 NAME loginwindow[35]: Login Window Started Security Agent
    Mar 31 16:30:14 NAME WindowServer[61]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:30:14 NAME com.apple.WindowServer[61]: Sun Mar 31 16:30:14 NAME.local WindowServer[61] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:30:21 NAME SecurityAgent[96]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Mar 31 16:30:22 NAME loginwindow[35]: Login Window - Returned from Security Agent
    Mar 31 16:30:22 NAME loginwindow[35]: USER_PROCESS: 35 console
    Mar 31 16:30:22 NAME com.apple.launchd.peruser.501[99] (com.divx.agent.postinstall): Unknown key: LimitToSessionType
    Mar 31 16:30:22 NAME com.apple.launchd.peruser.501[99] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar 31 16:30:32 NAME com.apple.launchd.peruser.501[99] (com.apple.mrt.uiagent[124]): Exited with exit code: 255
    Mar 31 16:30:35 NAME com.apple.launchd.peruser.501[99] (com.apple.Kerberos.renew.plist[125]): Exited with exit code: 1
    Mar 31 16:30:47 NAME mdworker[81]: (Error) SyncInfo: Catalog changed during searchfs too many times -- falling back to fsw search /
    Mar 31 16:36:05 NAME mdworker32[158]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:36:22 NAME mdworker32[161]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:36:29 NAME [0x0-0x10010].org.mozilla.firefox[149]: NOTE: child process received `Goodbye', closing down
    Mar 31 16:39:07 NAME mdworker[157]: Warning: unknown JFIF revision number 0.01
    Mar 31 16:39:22 NAME login[182]: USER_PROCESS: 182 ttys000
    Mar 31 16:40:34 NAME /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[132]: No valid tickets, timing out
    Mar 31 16:40:35 NAME mdworker[157]: Error, could not create MachMessagePort for com.apple.AddressBook.abd
    Mar 31 16:40:37 NAME mdworker[157]: Unable to parse date (<XHTML-STRIPONREPLY>
    </XHTML-STRIPONREPLY>)
    Mar 31 16:40:38 NAME mdworker[157]: Unable to parse date ( S<XHTML-STRIPONREPLY>
    </XHTML-STRIPONREPLY>him to any)
    Mar 31 16:40:41: --- last message repeated 1 time ---
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 1
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 2
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 3
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 4
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 5
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 6
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 7
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 8
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 9
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 10
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 11
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 12
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 13
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 14
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 15
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 16
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 17
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 18
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 19
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 20
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 21
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 22
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 23
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 24
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 25
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 26
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char ^M for PropertyName in line 26
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 26
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char ^M for PropertyName in line 26
    Mar 31 16:40:41 NAME mdworker[157]: Invalid char \n for PropertyName in line 26
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 1
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 2
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 3
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 4
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 5
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 6
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 7
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 8
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 9
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 10
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 11
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 12
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 13
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 14
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 15
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 16
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 17
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 18
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 19
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 20
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 21
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 22
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 23
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 24
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 25
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 26
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char ^M for PropertyName in line 26
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 26
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char ^M for PropertyName in line 26
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 26
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char ^M for PropertyName in line 26
    Mar 31 16:40:43 NAME mdworker[157]: Invalid char \n for PropertyName in line 26
    Mar 31 16:41:27 NAME mdworker[157]: Corrupt JPEG data: 1 extraneous bytes before marker 0xd9
    Mar 31 16:41:27 NAME mdworker[157]: JPEG datastream contains no image
    Mar 31 16:41:33: --- last message repeated 1 time ---
    Mar 31 16:41:33 NAME login[182]: DEAD_PROCESS: 182 ttys000
    Mar 31 16:41:50 NAME mdworker[156]: iCal.mdimporter: could not parse ICS file: /Applications/Microsoft Office 2011/Office/OutlookCore.framework/Versions/14/Resources/en.lproj/Timezones.ics
    Mar 31 16:41:51 NAME mdworker32[204]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar 31 16:43:41 NAME [0x0-0x10010].org.mozilla.firefox[149]: NOTE: child process received `Goodbye', closing down
    Mar 31 17:07:10 NAME firefox[149]: -deltaZ is deprecated for NSEventTypeMagnify.  Please use -magnification.
    Thanks again- I mean it. It's lousy being stuck away from home when crazy thing happen to your main line of communication!
    -Caithris

    The gray screen with loading bar issue is a at boot fsck (file system check) that has discovered something wrong with your boot drive/partition and was attempting to fix it.
    OS X is booting but can't complete, so that means your hard drive is good, just likely has been either subjected to shock which damaged data on the platters, or bad sectors (the drive is dying if after fixing it, problems occurs again), or something messed something up in the file structure.
    Firefox is currently at 19.02, so it appears your background auto-update has not been occurring, which makes me suspect the machine's data is broken in some manner or you have malware on the machine blocking the updates.
    Your problems are multiple, in your case I advise a complete erase and install.
    1: If you have a backup of your user data on a external storage drive (not TimeMachine as it might be corrupted and compromised with malware it's just going to restore back) then your good, else you have to do this.
    Create a data recovery/undelete external boot drive
    Copy your data to a blank plain jane external storage drive as you want no executable files on it when you connect to the cleaned machine later.
    2: Once your data is safely copied (copy visible files manually and what you know is good, not folders that can contain invisible malware programs!) then disconnect the drive(s)
    3: Next assume all writeable media is contaminated with malware and treat as so. Even if you erased it.
    4: Stick in your 10.6 install disk and reboot holding the c or option key down. You want Disk Utility and you want to select the ENTIRE internal drive and MUST USE the Security Option > Zero All Data (unless your in the military then use 7x erase, do not use 35x as it will take weeks and is unnecessary)
    The Zero/7x erase will do two things, do a low level format and erradicate everything (including hidden stuff and deleted files) also will map off any failing sectors on the hard drive.
    5: Follow the procedure here to install 10.6
    How to erase and install Snow Leopard 10.6
    6: Reboot the machine twice, then once you set up the machine (using a alias of course and not allowing registration), use a secured network and IMMEDIATLY Software update to 10.6.8, if you can download the 10.6.8 Combo update on another secure machine to a (new) USB thumb drive and install it on the clean Mac, do that instead.
    WiFi security issues, at home and WiFi hotspots
    https://support.apple.com/kb/DL1399
    Still run Software update afterwards as Apple might not have fully updated the combo update yet.
    7: Once you machine is secure, download the free ClamXav and run a scan on the external storage drive with just your files, perhaps one or more PDF's or other files are not what they seem to be.
    8: Make sure to install fresh copies of software from original sources and not from rewriteable media, update them to be current. Malware can be hidden in copies of programs.
    9: Trash all your rewritable media, or use a Linux PC or Linux Mint in a virtual machine (VirtualBox) on another computer like Windows to scrub and reformat all the rewritable media before attaching them to the clean Mac. You have to make sure it's getting the entire media.
    10: Once your machine is set back up, then make clones and time and date them.
    Most commonly used backup methods
    If your still having problems with the machine, it's likley a failing hard drive and you will have to replace it and repeat the steps above pretty much.
    Really it's best to replace the drive in the interest of security.
    Install/upgrade RAM or storage drive in Mac's
    For performance of Snow Leopard, check out this tip
    For Snow Leopard Speed Freaks
    Your overseas, if your in a foriegn country you have to assume FinSpy is being installed on your machine (uses a older iTunes verison "update" to get on) or there is other tricks via the ISP to install something on your machine. So mix things up and don't stick any old USB you see laying around into your Mac.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/

  • Why does a loading bar appear when i open pages? it does not go away and does not allow me to close the app while it is up.

    when i open my pages app a loading bar appears and cannot be removed. i have waited two and a half hors for whatever it is to load and i finally just had to force the program to close through the activity monitor. But this problem persists... every time i open the app the loading bar haunts me. i can still edit the document but the loading bar is still "layered" in front of the open app. my final question is, how do i get rid of this loading bar and what is it for?

    Gabe,
    It sounds as though Pages is trying to resume editing a bad document, or a very large one. Quit Pages, Force Quit if necessary, and then start it up again while holding down the Shift key to prevent reopening formerly open documents.
    Jerry

  • Unlocked IPhone 4 stuck on loading bar with apple logo

    Pretty much what it says on the tin, I downloaded the iOS 6 update today and after downloading and installing the phone told me to plug it into my laptop where it then downloaded another update of some description, after that my IPhone 4 just stayed on the apple logo with a loading bar underneath and constantly resetting itself from time to time! Oh and my laptop no longer detects my IPhone at all! y
    Any help would be super awesome

    Try a Hard Reset, hold together Home and Power buttons for about 15 seconds until iPhone restarts. If  does not work connect iPhone to wall charger and then try the Hard Reset again. If still does not work, leave iPhone on wall charger for some time, maybe 20 minutes and try Hard Reset again.

  • Acrobat on OSX does not use printer preset. Every single time I have to print I have to click printer and then print to load the preset and then click print again from the main dialog. I am printing to a Xerox that has the copier code in the preset so if

    Acrobat on OSX does not use printer preset. Every single time I have to print I have to click printer and then print to load the preset and then click print again from the main dialog. I am printing to a Xerox that has the copier code in the preset so if I don't do this it will not print. This has been broken for in every version I have tried. This extra clicks are taking years off my life. Did I remember to do the extra clicks? I don't know, I guess I will run down the hall and check. Please fix this.

    What operating system are you running? I assume they had you install the latest BIOS. True? If it were mine, I would suggest forcing it to use integrated graphics (in the BIOS) to rule out a problem with the NVidia driver.

  • Stuck in restore mode - loading bar stops in half and never moves again

    Hey guys, I have a little issue in here. I wanted to upgrade to iOS 4.2.1 and while I was restoring/installing the new ipsw, it got stuck in after the half - almost two thirds of the loading bar and it wont move again. I tried to do it through DFU mode as well but nothing works and Im out of ideas. I need your help. Thank you

    I have the 3G iphone and plugged into computer tonite to do the upgrade - it started and then said there was an error and now all i have is a white apple icon & a progress bar that is empty -it's been this way for an hours - nothing I do changed it - unplugged - removed & reinstered sim card - it also won't turn off. Right now it's plugged into puter but nothing is happening - any help would be welcome! Thanks <3

  • My computer comes on but with the loading bar under the apple logo. The bar only loads partially and then the computer shuts off. I've tried turning it on again more than 5 times and the same thing happens. Does anyone know how to fix this?

    My computer comes on but with the loading bar under the apple logo. The bar only loads partially and then the computer shuts off. How do I get this fixed?

    If you are still under warranty and/or have AppleCare, call them.  Let them deal w/it.
    OOW:  Please advise of which model iMac you have?
    http://support.apple.com/kb/HT1758 How to identify iMac models
    OS X Mavericks (10.9)
    If/when you get your problem resolved, you need to update your OS.

  • The loading bar at the bottom of my browser has disappeared and I want to reinstall or reactivate it. How do I do this please and what is this bar called? I use the lastest version of Firefox 3.6.3 and Windows XP.

    The loading bar at the bottom of my Firefox browser has suddenly disappeared and I want to reinstall or reactivate it. How do I do this please and what is this bar called? I use the latest version of Firefox 3.6.3 and Windows XP. I have many add ons and I usually automatically install the recommended updates. This problem has never happened before and switching my browser on and off again does not solve the issue.
    == This happened ==
    Every time Firefox opened
    == I am not sure why this suddenly happened. I think it may have been after my usual updates but I am not sure if that has anything to do with it at all.

    Loading Bar? Maybe the URL/address bar where you type sites you want to go to (like www.google.com)? See Navigation Bar below. You may also need to see the first item "Can't see the Menu Bar".
    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(Linux & OSX see: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M
    <u>''Windows'' Method 2.</u> Press and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar.
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''
    You can un-install the Mozilla ActiveX control as Firefox no longer uses it and hasn't since, as I recall, version 2. See: [[ActiveX]]
    To remove Tools > Add-ons > Extensions, click on the item, click Uninstall, click Restart Firefox in the Extensions window.
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Install/Update Adobe Flash Player for Firefox (aka Shockwave Flash)'''</u>: your ver. 10.0 r45; current ver. 10.1 r53 ('''important security update 2010-06-10''')
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer.
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • I'm using ver 3.6.10, and when firefox loads the load bar stays at the bottom right after loading the bar stays there?? Doesn't go away after loading??? What gives, didn't use to do it?????

    at the bottom lower right the the load indicator shows it loading, then the load bar goes away, But the little slot opens again like it wants to load more things?? But it just stays OPEN??? It didn't use to do this NOW IT DOES AFTER ABOUT THE 3 OR 4 UPDATE!!! 3.6.7 It worked ok now it's making me Mad about!! What is keeping it open, and Not letting it closeup Like it should do!!!!!!!

    I've Tried ALL OF THEM And they all do the same sting?? A friend of mine on Facebook is having the same problem!!! I just downloaded the NEW 4.0 BATA 6 Ver and it doesn't do it??????? I'd like to go back to the old ver of 3.6.7, But i can't find it!! So i won't have this problem anymore i give up!!!!!!!!

  • HT1551 Apple TV working perfectly until I used it to play some radio stations. Some stations gave "error occurred loading" try again later.  Most worked. Today, NONE work. ??? any ideas please.

    Apple TV works okay - movies downloads, etc. It also worked using 'Radio'  but would occasionally inform me that a station could not be accessed due to an error loading the content and 'try again later'.
    Now none of the stations I've tried - about 20 or so at random - will load - same answer every time.
    All other systems work fine.
    ??? Any suggestions please
    kennedyrange

    Welcome to the Apple community.
    There seems to be rather more of this type of issue being reported currently, than there normally is, there may well be a problem with the servers. I would be inclined to wait a while, then try again later.

  • HT4177 My mackbook pro suddenly freezed and when I swiched off and on again, a grey screen appeared with an apple logo then a loading circle underneath, and after a few hours, a blue screen appeared. What shall I do with this?

    My mackbook pro suddenly freezed and when I swiched off and on again, a grey screen appeared with an apple logo then a loading circle underneath, and after a few hours, a blue screen appeared. What shall I do with this?

    What operating system version, and do you have any backups of your data off the machine? TimeMachine? Option Key bootable clones? Storage? DVD's?
    A reinstall of the operating system may be in order as a last resort, so if any of these steps on these links get you into the machine, make sure to backup your personal data (Music, Pictures, Documents, Movies) off the machine to a non-encrypted  powered external drive regular storage drive (not TimeMachine as it might be corrupted too) and disconnect as soon as possible.
    Good Luck and report back all what you tried.
    Also report what change occured before this tragedy happened, was there a  Software Update? A EFI firmware update? Etc.
    https://support.apple.com/kb/TS3148
    more:
    https://support.apple.com/kb/TS2570
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/8963.html
    To boot off the 10.6 install disk, hold c or option key while the disk is in the machine.
    To boot into 10.7 Recvoery mode, hold the command and r keys down while booting.
    To use Safe mode, hold down the Shift Key while booting.
    Other assistance
    https://support.apple.com/kb/HT3964
    https://support.apple.com/kb/HT1379
    https://support.apple.com/kb/ht1782
    https://support.apple.com/kb/HT1564

  • My mackbook air won't start it shows the gray startup screen with a loading bar then just shuts down again how do I fix this?

    All it displays is the gray loading bar like it is updating then it gets a quarter of the way through at which point the wait circle appears and the computer shuts down. I need to get my computer working for college again anyone have any suggestions. I did the hardware test an it shows me a -1007D

    You probably have some type of hardware failure. The only people that can fix hardware failures are Apple or an authorized Apple repair center by replacing the part or parts that have failed. So you'll need to take the system into Apple to be diagnosed and repaired.

  • Why is my black YouTube 'loading bar' grey again?

    When I went to YouTube yesterday, the 'loading bar' looked really sick. The bar became black instead of the regular white/grey. I thought it was an huge improvement for YouTube, and it only worked in Firefox 5.0 for OS X. But when I launched YouTube today, the bar was as the original again. Someone who knows if it was a bèta-interface or something? Hope you guys can help me, cause I really want the dark interface back! [http://s3.amazonaws.com/twitpic/photos/full/329678925.png?AWSAccessKeyId=AKIAJF3XCCKACR3QDMOA&Expires=1309001595&Signature=vAtEblGorLCX5GZ3hg%2BiHLnfHRY%3D Here's a link of a screenshot I made yesterday.]

    Not sure what causes it, but here are your choices:
    1) bring it to a 3rd party repair shop and see what they say
    2) pay $149 for another replacement
    3) do nothing
    4) buy a new phone (iPhone or otherwise)
    Up to you.

Maybe you are looking for

  • CONNECT MY TOSHIBA DX1210 TO MY TV??

    I REALIZED THAT THE HDMI PORT IS ONLY INPUT, NOT OUTPUT.  WHAT IS THE BEST WAY TO CONNECT MY DESKTOP TO MY TV AND GET GREAT VIDEO/SOUND QUALITY????

  • Limiting bandwidth based on site IP address

    Hi, We have a number of sites with different bandwidth capacities ranging fron 256kbps pipes to 1G. We would like to cap the bandwidth used by FMS streaming to each site e.g. stream no more than 384kbps to a site with a 512kbps connection (based on t

  • How do I open photo grid to change number of caption lines

    how do I open photo grid to change number of caption lines?

  • 117,75 GB of unknown stuff ?

    Hi !  when i click on the Apple button in the left corner to check how much more free storage I have, it tells me that i have used 30 Gb on sound, 13GB on movies, 25,17 on pictures,6,48 GB on programs, 0 kB on S.copies, but i have 117,75 GB on others

  • Windows Service failing to start

    Hello Everyone, I'm trying to run CQ 5.6.1 as a service on Windows Server 2008 R2 SP1 64-bit. I've replaced prunsrv in instsrv.bat with prunsrv_amd64. Installing the service seems fine, as does uninstalling. This is the kind of entry I see in my c:\C