Progress bar - Item renderer

Hi all,
I have a item renderer for a list control. Each item contain
progress bar, which is static, initialized with data from DB.
For example:
Item #1 Usage: 74%
Item #2 Usage: 32%
etc.
This is how it looks like:
<mx:Script>
<![CDATA[
private function init_progress_bar():void
progressBar.setProgress(data.usage, 100);
]]>
</mx:Script>
<mx:ProgressBar id="progressBar"
mode="manual"
labelPlacement="center"
label="Usage %3%%"
fontSize="9"
barColor="haloBlue"
trackColors="[white, haloSilver]"
trackHeight="10"
width="20%"
initialize="init_progress_bar();"/>
This is working fine if I use click event instead of
initialize. But, I need this set up automatically with out any
clicks or something like that.
Does anyone see what is problem here?
Btw. If I use explicit value in init function, that`s working
fine as well.
I.e.
progressBar.setProgress(25, 100); // working
progressBar.setProgress(data.usage, 100); // doesn`t working
(only on click event)
Thnx

Hi,
That is because during initialization data property is not
set. Please try the sample below as item renderer.
Hope this helps.

Similar Messages

  • How Do You Display The Rendering Progress Bar In The Windows Dock?

    Is there a preference/setting in Windows that allows you to display a rendering progress bar on the the app icon in the dock for AE the way Premiere does?

    No.
    Mylenium

  • Secure Empty Trash Progress Bar Stalls With 4 Items Left

    Greetings All,
    I've recently installed OS X 10.5.1 and have had pretty good luck. I just tried to use the Secure Empty Trash function and the progress bar seems to be stalled with 4 items left. The trash can did "empty" with the associated sound effect when the bar hit 4 items, but that's as far as the bar will go. I've forced quit and have restarted the computer, added more trash, and run Secure Empty Trash again, but it always seems to stall out with 4 items left
    Is there a way to make it go all the way to 0 items?
    Where can I look to confirm if any trash is actually left (the trash can is empty)?
    How can I be sure all my trash was securely destroyed?
    Any help would be greatly appreciated.
    Thank you.

    Thank you very much for this input... it is helpful. I downloaded the program and I can see how it will be extremely handy. I didn't realize that there were enough problems with the finder emptying trash to result in programs written to help with it. It must be a large enough problem in the big picture, though.
    I looked through the developer's site and didn't see an indication regarding the type of emptying this program does (i.e. secure or normal). I am assuming it's a normal emptying of the trash.
    Thank you again.

  • Range component in custom item renderer

    Hi,
    I am trying to put a spark Range component into the labelItemRenderer for flex mobile. Everytime I add it I get the error: "Skin for (long directory name for my range component) cannot be found". The custom item renderer is an actionscipt class because I read this is the best way to make them for mobile. I'll put the error in the bottom of the post.
    If anyone has any idea why this could be happening or if anyone knows a possible way around this it would be extremely helpful. I basicaly just need a list where each item has a label on side and then a progress bar on the other side.
    Thanks.
    Here is the full error, ill put a star on the line where the addChild method gets called in my item renderer for the range component.
    Error: Skin for HoosFit0.TabbedViewNavigatorApplicationSkin5.tabbedNavigator.TabbedViewNavigatorSkin7.con tentGroup.ViewNavigator1.ViewNavigatorSkin12.contentGroup.
    FCfacilities139.SkinnableContainerSkin141.contentGroup.Group143.facilityList.ListSkin145.S croller147.ScrollerSkin148.DataGroup146.FCfacilitiesInnerClass0_157.Range154 cannot be found.
              at spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.y\frameworks\pr ojects\spark\src\spark\components\supportClasses\SkinnableComponent.as:698]
              at spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.y\frame works\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:443]
              at spark.components.supportClasses::SkinnableComponent/createChildren()[E:\dev\4.y\framework s\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:406]
              at mx.core::UIComponent/initialize()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UI Component.as:7634]
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]
              at mx.core::UIComponent/addChild()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UICo mponent.as:7176]
    *** at views::itemRenderer2/set data()[/Users/evan/Documents/Adobe Flash Builder 4.6/HoosFit/src/views/itemRenderer2.as:73]
              at spark.components::SkinnableDataContainer/updateRenderer()[E:\dev\4.y\frameworks\projects\ spark\src\spark\components\SkinnableDataContainer.as:606]
              at spark.components.supportClasses::ListBase/updateRenderer()[E:\dev\4.y\frameworks\projects \spark\src\spark\components\supportClasses\ListBase.as:1106]
              at spark.components::DataGroup/setUpItemRenderer()[E:\dev\4.y\frameworks\projects\spark\src\ spark\components\DataGroup.as:1157]
              at spark.components::DataGroup/initializeTypicalItem()[E:\dev\4.y\frameworks\projects\spark\ src\spark\components\DataGroup.as:327]
              at spark.components::DataGroup/ensureTypicalLayoutElement()[E:\dev\4.y\frameworks\projects\s park\src\spark\components\DataGroup.as:384]
              at spark.components::DataGroup/measure()[E:\dev\4.y\frameworks\projects\spark\src\spark\comp onents\DataGroup.as:1467]
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::measureSizes()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:8506]
              at mx.core::UIComponent/validateSize()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\ UIComponent.as:8430]
              at mx.managers::LayoutManager/validateSize()[E:\dev\4.y\frameworks\projects\framework\src\mx \managers\LayoutManager.as:665]
              at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.y\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:816]
              at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.y\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1180]

    Hi,
    I am trying to put a spark Range component into the labelItemRenderer for flex mobile. Everytime I add it I get the error: "Skin for (long directory name for my range component) cannot be found". The custom item renderer is an actionscipt class because I read this is the best way to make them for mobile. I'll put the error in the bottom of the post.
    If anyone has any idea why this could be happening or if anyone knows a possible way around this it would be extremely helpful. I basicaly just need a list where each item has a label on side and then a progress bar on the other side.
    Thanks.
    Here is the full error, ill put a star on the line where the addChild method gets called in my item renderer for the range component.
    Error: Skin for HoosFit0.TabbedViewNavigatorApplicationSkin5.tabbedNavigator.TabbedViewNavigatorSkin7.con tentGroup.ViewNavigator1.ViewNavigatorSkin12.contentGroup.
    FCfacilities139.SkinnableContainerSkin141.contentGroup.Group143.facilityList.ListSkin145.S croller147.ScrollerSkin148.DataGroup146.FCfacilitiesInnerClass0_157.Range154 cannot be found.
              at spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.y\frameworks\pr ojects\spark\src\spark\components\supportClasses\SkinnableComponent.as:698]
              at spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.y\frame works\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:443]
              at spark.components.supportClasses::SkinnableComponent/createChildren()[E:\dev\4.y\framework s\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:406]
              at mx.core::UIComponent/initialize()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UI Component.as:7634]
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]
              at mx.core::UIComponent/addChild()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UICo mponent.as:7176]
    *** at views::itemRenderer2/set data()[/Users/evan/Documents/Adobe Flash Builder 4.6/HoosFit/src/views/itemRenderer2.as:73]
              at spark.components::SkinnableDataContainer/updateRenderer()[E:\dev\4.y\frameworks\projects\ spark\src\spark\components\SkinnableDataContainer.as:606]
              at spark.components.supportClasses::ListBase/updateRenderer()[E:\dev\4.y\frameworks\projects \spark\src\spark\components\supportClasses\ListBase.as:1106]
              at spark.components::DataGroup/setUpItemRenderer()[E:\dev\4.y\frameworks\projects\spark\src\ spark\components\DataGroup.as:1157]
              at spark.components::DataGroup/initializeTypicalItem()[E:\dev\4.y\frameworks\projects\spark\ src\spark\components\DataGroup.as:327]
              at spark.components::DataGroup/ensureTypicalLayoutElement()[E:\dev\4.y\frameworks\projects\s park\src\spark\components\DataGroup.as:384]
              at spark.components::DataGroup/measure()[E:\dev\4.y\frameworks\projects\spark\src\spark\comp onents\DataGroup.as:1467]
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::measureSizes()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:8506]
              at mx.core::UIComponent/validateSize()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\ UIComponent.as:8430]
              at mx.managers::LayoutManager/validateSize()[E:\dev\4.y\frameworks\projects\framework\src\mx \managers\LayoutManager.as:665]
              at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.y\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:816]
              at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.y\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1180]

  • Display page load progress bar...

    I have a page which takes about 50-60 secs to load and I want to display some kind of progress bar indicating to the user that the page is loading. This page is a pop up page with a report returning a lot of data. I searched the forum and most of the progress bar examples are related to a button click event. However I want the progress bar to display before the entire page has been loaded.
    I really need to get this done fast and any kind of help or suggestion will be really appreciated.
    Thanks!

    Hi Carl,
    I have a similar issue to the one 'user549354' listed.
    The application in this case is single page application with a couple of report regions, one of which takes about a minute for the query to return the result.
    The example listed below by you, and another one I have found by Vikas, both fire a javascript-redirect off a button... The related forum posts are:
    Long running process/query
    Re: Long running process/query
    but if you want the processing page off the initial url, this is not possible.
    Yes, you could workaround it by showing a button on the initial page which the user has to press to see the processing page ... but that is not an ideal solution.
    I am not very familiar with javascript, and have tried the following alternatives unsuccessfully
    1) Using a url to a different (intermediate) page (say page # 2) which has a display as text item that renders the animated gif image, with following source
    Please wait...
    <img src="/i/processing3.gif" />
    in combination with different types of processes (on load/after regions/after footer) which redirect to my original page (say page #1) by doing the following
    begin
    htp.init;
    owa_util.redirect_url('f?p=&APP_ID.:1:&SESSION.::&DEBUG.:1:::');
    end;
    This does not show the intermediate page at all, just waits until the actual page loads.
    2) use the display as text item mentioned above, and in the region source (html region) using the following:
    <META HTTP-EQUIV=Refresh CONTENT="2;URL=f?p=&APP_ID.:1">
    The problem here is that the animated gif becomes de-animated after the the number of seconds set in the code, in the above case 2 seconds.
    3) using the page header and footer javascript mentioned in the links off your post, and trying to fire it from a url type region using the following codce
    javascript:html_Submit_Progress(this);
    This fails with error – object does not exist – presumably because this needs to be fired off an item – wonder if it will work off a link.
    4) Various other permutations and combinations of the above…
    You have mentioned in your last post on this thread that an intermediate page could be called, that will fire the progress bar, and then redirect to the slow loading page.
    This is seems to exactly what I am after – with the url of the intermediate page being the initial url with which to access the application.
    The problem is that I do not know
    a)     where or how to fire the relevant javascript [javascript:html_Submit_Progress(this);] from, besides a button press, and also
    b)     how to (then and only then) re-direct to the slow loading page, so as to ensure that the animated gif is displayed… using any of pre-submit process (on load… after footer) prevents the page and the animated gif from rendering.
    I am sure that this is very much possible… any help would be very much appreciated.
    Thanks.
    Alex.

  • Progress bar on start up doesn't finish

    When I log onto my MacBook Pro after I enter my password a progress bar appears which starts to move across but only goes about 20% of the way before the desktop appears. I have heard that there has been a problem with automatic updates which don't fully install and this could be a symptom of that. Unfortunately I now get a problem where the Desktop seems to freeze and I can't select items with the trackpad. I'm not sure if the two are linked or just a coincidence.

    That is normal. If you get to the Desktop and all is working you don't have a problem. But if you do have a problem, then you need to do this:
    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities 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.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite 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.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • How can I add a Progress bar to show the "render to JPG" progress?

    Hi everyone, I have a button which renders my component to
    JPG.
    How can I attach a progress bar to show the progress of the
    rendering?
    <mx:Button label="render" click="renderasJPEG ()"/>
    public function renderasJPEG( ):void
    convertToImage( component001, new JPEGEncoder( 100));
    private function convertToImage( object:IUICompon ent,
    encoder:IImageEncod er):void
    var base64string: String = ImageSnapshot. encodeImageAsBas
    e64(
    ImageSnapshot. captureImage( object, 72, encoder));
    var variables:URLVariab les = new URLVariables( );
    variables.encoded = base64string;
    variables.type = "jpeg";
    var request:URLRequest = new URLRequest(" script_saveasima
    ge.php");
    request.method = "POST";
    request.data = variables;
    navigateToURL( request, "_blank");
    Thanks in advance.

    Hi,
    I would have thrown a prompt to the user in the renderasJpeg
    function and removed it in last line of convertToImage function.
    Isn't this what you want?
    Hope this helps.

  • What's happened to the Share Monitor or at least a progress bar in 10.0.6?

    Previously when exporting using the Share menu, I either had a progress bar or the Share Monitor to show how my export was doing.
    Now in 10.0.6 there appears to be neither of these items so I have no idea how long it will take.
    Am I doing something wrong or have both these items disappeared?
    If the latter, how do I estimate the time the export will take?

    All exports in FCP X as of 10.0.6 are background processes, and GPU enbled so they are much, much faster.
    Click the Background Process indicator in the Dashboard to see the progress there.  Just like when you import files.   The great news is, now you can contiue working while exporting is going on in the background.
    See the Export Enhancements section of this review:
    http://www.macprovideo.com/hub/review-2/review-final-cut-pro-x-1006-a-major-upda te

  • Progress bar on startup

    Hi Guys,
    I keep getting a progress bar on startup. Not every time, but at least every few days. I've had this before since installing Mavericks and eventually my drive was not reparable in disk utility and I had to do a clean install and start from scratch.
    I'm using a Macbook Pro 2012 with a Sandisk Ultra Plus SSD.
    One thing I've noticed is that it seems to happen when I shutdown and close the lid of the macbook overnight and leave it unplugged. I'm not sure if this is a coincidence or not.
    I'm not sure exactly what is causing this issue and I can't seem to find what it is from the log files. I've pasted my log file in below, hopefully there's someone out there who can see what it is!
    22/11/13 8:50:32.000 am bootlog[0]: BOOT_TIME 1385081432 0
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am syslogd[20]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    22/11/13 8:51:08.000 am kernel[0]: Longterm timer threshold: 1000 ms
    22/11/13 8:51:08.000 am kernel[0]: PMAP: PCID enabled
    22/11/13 8:51:08.000 am kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    22/11/13 8:51:08.000 am kernel[0]: Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    22/11/13 8:51:08.000 am kernel[0]: vm_page_bootstrap: 3908857 free pages and 252679 wired pages
    22/11/13 8:51:08.000 am kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    22/11/13 8:51:08.000 am kernel[0]: zone leak detection enabled
    22/11/13 8:51:08.000 am kernel[0]: "vm_compressor_mode" is 4
    22/11/13 8:51:08.000 am kernel[0]: standard timeslicing quantum is 10000 us
    22/11/13 8:51:08.000 am kernel[0]: standard background quantum is 2500 us
    22/11/13 8:51:08.000 am kernel[0]: mig_table_max_displ = 74
    22/11/13 8:51:08.000 am kernel[0]: TSC Deadline Timer supported and enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    22/11/13 8:51:08.000 am kernel[0]: calling mpo_policy_init for TMSafetyNet
    22/11/13 8:51:08.000 am kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    22/11/13 8:51:08.000 am kernel[0]: calling mpo_policy_init for Sandbox
    22/11/13 8:51:08.000 am kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    22/11/13 8:51:08.000 am kernel[0]: calling mpo_policy_init for Quarantine
    22/11/13 8:51:08.000 am kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    22/11/13 8:51:08.000 am kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    22/11/13 8:51:08.000 am kernel[0]: The Regents of the University of California. All rights reserved.
    22/11/13 8:51:08.000 am kernel[0]: MAC Framework successfully initialized
    22/11/13 8:51:08.000 am kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    22/11/13 8:51:08.000 am kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    22/11/13 8:51:08.000 am kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    22/11/13 8:51:08.000 am kernel[0]: ACPI: sleep states S3 S4 S5
    22/11/13 8:51:08.000 am kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    22/11/13 8:51:08.000 am kernel[0]: AppleIntelCPUPowerManagement: (built 22:16:38 Sep 19 2013) initialization complete
    22/11/13 8:51:08.000 am kernel[0]: pci (build 22:16:29 Sep 19 2013), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    22/11/13 8:51:08.000 am kernel[0]: [ PCI configuration begin ]
    22/11/13 8:51:08.000 am kernel[0]: console relocated to 0xf80000000
    22/11/13 8:51:08.000 am kernel[0]: [ PCI configuration end, bridges 11, devices 15 ]
    22/11/13 8:51:08.000 am kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    22/11/13 8:51:08.000 am kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    22/11/13 8:51:08.000 am kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    22/11/13 8:51:08.000 am kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 10ddb1fffe8da9e6; max speed s800.
    22/11/13 8:51:08.000 am kernel[0]: rooting via boot-uuid from /chosen: 159A8D24-BC1B-3397-A3F5-A6F84517DC1A
    22/11/13 8:51:08.000 am kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    22/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    22/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    22/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    22/11/13 8:51:08.000 am kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    22/11/13 8:51:08.000 am kernel[0]: AppleIntelCPUPowerManagementClient: ready
    22/11/13 8:51:08.000 am kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/SanDisk SDSSDHP128G Media/IOGUIDPartitionScheme/Mavericks@2
    22/11/13 8:51:08.000 am kernel[0]: BSD root: disk0s2, major 1, minor 3
    22/11/13 8:51:08.000 am kernel[0]: BTCOEXIST off
    22/11/13 8:51:08.000 am kernel[0]: BRCM tunables:
    22/11/13 8:51:08.000 am kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    22/11/13 8:51:08.000 am kernel[0]: hfs: mounted Mavericks on device root_device
    22/11/13 8:51:08.000 am kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    22/11/13 8:50:32.326 am com.apple.launchd[1]: *** launchd[1] has started up. ***
    22/11/13 8:50:32.326 am com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    22/11/13 8:51:08.100 am com.apple.SecurityServer[17]: Session 100000 created
    22/11/13 8:51:08.000 am kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    22/11/13 8:51:08.000 am kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    22/11/13 8:51:10.261 am com.apple.SecurityServer[17]: Entering service
    22/11/13 8:51:10.000 am kernel[0]: Previous Shutdown Cause: 5
    22/11/13 8:51:10.000 am kernel[0]: init
    22/11/13 8:51:10.000 am kernel[0]: probe
    22/11/13 8:51:10.000 am kernel[0]: start
    22/11/13 8:51:10.000 am kernel[0]: [IOBluetoothHCIController][start] -- completed
    22/11/13 8:51:10.000 am kernel[0]: IOBluetoothUSBDFU::probe
    22/11/13 8:51:10.000 am kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821D FirmwareVersion - 0x0131
    22/11/13 8:51:10.000 am kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x6400 ****
    22/11/13 8:51:10.000 am kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x6400 ****
    22/11/13 8:51:10.000 am kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x6400
    22/11/13 8:51:10.428 am UserEventAgent[14]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22/11/13 8:51:10.440 am UserEventAgent[14]: Captive: CNPluginHandler en1: Inactive
    22/11/13 8:51:10.000 am kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22/11/13 8:51:10.000 am kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x1400 -- 0xe800 -- 0x6400 ****
    22/11/13 8:51:10.000 am kernel[0]: DSMOS has arrived
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: m_tail has not been written to hardware: m_tail = 0x00000000, hardare tail register = 0x00000060
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:10.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.000 am kernel[0]: VM Swap Subsystem is ON
    22/11/13 8:51:11.108 am hidd[69]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    22/11/13 8:51:11.110 am hidd[69]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    22/11/13 8:51:11.156 am mDNSResponder[61]: mDNSResponder mDNSResponder-522.1.11 (Aug 24 2013 23:49:34) starting OSXVers 13
    22/11/13 8:51:11.000 am kernel[0]: en2: promiscuous mode enable succeeded
    22/11/13 8:51:11.247 am digest-service[86]: label: default
    22/11/13 8:51:11.247 am digest-service[86]:           dbname: od:/Local/Default
    22/11/13 8:51:11.247 am digest-service[86]:           mkey_file: /var/db/krb5kdc/m-key
    22/11/13 8:51:11.247 am digest-service[86]:           acl_file: /var/db/krb5kdc/kadmind.acl
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.253 am digest-service[86]: digest-request: uid=0
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.345 am digest-service[86]: digest-request: netr probe 0
    22/11/13 8:51:11.348 am digest-service[86]: digest-request: init request
    22/11/13 8:51:11.432 am digest-service[86]: digest-request: init return domain: BUILTIN server: LOCALHOST indomain was: <NULL>
    22/11/13 8:51:11.463 am com.apple.usbmuxd[45]: usbmuxd-323.1 on Oct  3 2013 at 12:43:24, running 64 bit
    22/11/13 8:51:11.540 am loginwindow[64]: Login Window Application Started
    22/11/13 8:51:11.587 am mDNSResponder[61]: D2D_IPC: Loaded
    22/11/13 8:51:11.587 am mDNSResponder[61]: D2DInitialize succeeded
    22/11/13 8:51:11.592 am mDNSResponder[61]:   4: Listening for incoming Unix Domain Socket client requests
    22/11/13 8:51:11.606 am mDNSResponder[61]: mDNSMacOSXGetEtcHostsFD etc hosts does not exist, watching etc
    22/11/13 8:51:11.692 am mds[60]: (Normal) FMW: FMW 0 0
    22/11/13 8:51:11.729 am WindowServer[107]: Server is starting up
    22/11/13 8:51:11.745 am WindowServer[107]: Session 256 retained (2 references)
    22/11/13 8:51:11.746 am WindowServer[107]: Session 256 released (1 references)
    22/11/13 8:51:11.789 am mDNSResponder[61]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000001   lo0/4 to 224.0.0.251:5353 skt 8 error -1 errno 51 (Network is unreachable) 5028209798 MessageCount is 1
    22/11/13 8:51:11.798 am awacsd[81]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    22/11/13 8:51:11.803 am WindowServer[107]: Session 256 retained (2 references)
    22/11/13 8:51:11.808 am WindowServer[107]: init_page_flip: page flip mode is on
    22/11/13 8:51:11.811 am awacsd[81]: InnerStore CopyAllZones: no info in Dynamic Store
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.000 am kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x6400 ****
    22/11/13 8:51:11.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    22/11/13 8:51:11.923 am WindowServer[107]: Found 16 modes for display 0x00000000 [8, 8]
    22/11/13 8:51:11.926 am apsd[83]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    22/11/13 8:51:11.930 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.934 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.937 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.943 am WindowServer[107]: mux_initialize: Couldn't find any matches
    22/11/13 8:51:11.946 am WindowServer[107]: Found 16 modes for display 0x00000000 [8, 8]
    22/11/13 8:51:11.952 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.953 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.953 am WindowServer[107]: Found 1 modes for display 0x00000000 [1, 0]
    22/11/13 8:51:11.972 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:11.989 am WindowServer[107]: WSMachineUsesNewStyleMirroring: true
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x4f159f59a71d63aefce94e26fc6d6edd
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[1920 x 1200], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:11.990 am WindowServer[107]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.002 am WindowServer[107]: WSSetWindowTransform: Singular matrix
    22/11/13 8:51:12.002 am WindowServer[107]: WSSetWindowTransform: Singular matrix
    22/11/13 8:51:12.003 am WindowServer[107]: WSSetWindowTransform: Singular matrix
    22/11/13 8:51:12.018 am WindowServer[107]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x4f159f59a71d63aefce94e26fc6d6edd
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f0040: GL mask 0x10; bounds (2304, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f003f: GL mask 0x8; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f003e: GL mask 0x4; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: Display 0x003f003d: GL mask 0x2; bounds (2307, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    22/11/13 8:51:12.019 am WindowServer[107]: CGXPerformInitialDisplayConfiguration
    22/11/13 8:51:12.019 am WindowServer[107]:   Display 0x042732c0: Unit 0; Vendor 0x610 Model 0x9ccb S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    22/11/13 8:51:12.020 am WindowServer[107]:   Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.020 am WindowServer[107]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.020 am WindowServer[107]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.021 am WindowServer[107]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2307,0)[1 x 1], Rotation 0, Resolution 1
    22/11/13 8:51:12.027 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:12.033 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:12.058 am systemkeychain[91]: done file: /var/run/systemkeychaincheck.done
    22/11/13 8:51:12.061 am mDNSResponder[61]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000001   lo0/4 to 224.0.0.251:5353 skt 8 error -1 errno 51 (Network is unreachable) 5028210070 MessageCount is 2
    22/11/13 8:51:12.068 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:12.080 am WindowServer[107]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000001f, accelerator 0x000048bb, unit 0, caps QEX|MIPMAP, vram 1024 MB
    22/11/13 8:51:12.081 am WindowServer[107]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000001f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    22/11/13 8:51:12.081 am WindowServer[107]: GLCompositor enabled for tile size [256 x 256]
    22/11/13 8:51:12.081 am WindowServer[107]: CGXGLInitMipMap: mip map mode is on
    22/11/13 8:51:12.093 am loginwindow[64]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    22/11/13 8:51:12.185 am networkd[119]: networkd.119 built Aug 24 2013 22:08:46
    22/11/13 8:51:12.199 am locationd[66]: NBB-Could not get UDID for stable refill timing, falling back on random
    22/11/13 8:51:12.229 am airportd[85]: airportdProcessDLILEvent: en1 attached (down)
    22/11/13 8:51:12.232 am locationd[66]: Location icon should now be in state 'Inactive'
    22/11/13 8:51:12.000 am kernel[0]: createVirtIf(): ifRole = 1
    22/11/13 8:51:12.000 am kernel[0]: in func createVirtualInterface ifRole = 1
    22/11/13 8:51:12.000 am kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1
    22/11/13 8:51:12.000 am kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    22/11/13 8:51:12.000 am kernel[0]: Created virtif 0xffffff8044e81400 p2p0
    22/11/13 8:51:12.254 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:12.333 am launchctl[122]: com.apple.findmymacmessenger: Already loaded
    22/11/13 8:51:12.378 am mDNSResponder[61]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000001   lo0/4 to 224.0.0.251:5353 skt 8 error -1 errno 51 (Network is unreachable) 5028210387 MessageCount is 3
    22/11/13 8:51:12.000 am kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    22/11/13 8:51:12.418 am com.apple.SecurityServer[17]: Session 100004 created
    22/11/13 8:51:12.497 am loginwindow[64]: Setting the initial value of the magsave brightness level 1
    22/11/13 8:51:12.552 am loginwindow[64]: Login Window Started Security Agent
    22/11/13 8:51:12.565 am configd[21]: dhcp_arp_router: en1 SSID unavailable
    22/11/13 8:51:12.565 am configd[21]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en1) failed: Network is down (50)
    22/11/13 8:51:12.566 am configd[21]: DHCP en1: INIT-REBOOT transmit failed
    22/11/13 8:51:12.606 am configd[21]: network changed: DNS*
    22/11/13 8:51:12.607 am configd[21]: setting hostname to "Gareths-MacBook-Pro.local"
    22/11/13 8:51:12.000 am kernel[0]: hfs: mounted DATA on device disk1s3
    22/11/13 8:51:12.809 am SecurityAgent[140]: This is the first run
    22/11/13 8:51:12.809 am SecurityAgent[140]: MacBuddy was run = 0
    22/11/13 8:51:12.833 am WindowServer[107]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042732c0 device: 0x7fa22341bd70  isBackBuffered: 1 numComp: 3 numDisp: 3
    22/11/13 8:51:12.834 am WindowServer[107]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fa22341bd70) - enabling OpenGL
    22/11/13 8:51:12.840 am UserEventAgent[124]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22/11/13 8:51:12.000 am kernel[0]: NTFS driver 3.11 [Flags: R/W].
    22/11/13 8:51:12.929 am SecurityAgent[140]: User info context values set for gareth
    22/11/13 8:51:13.000 am kernel[0]: hfs: mounted Recovery HD on device disk0s3
    22/11/13 8:51:13.236 am mds[60]: (Normal) Volume: volume:0x7f8bb2053800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    22/11/13 8:51:13.290 am fseventsd[70]: Logging disabled completely for device:1: /Volumes/Recovery HD
    22/11/13 8:51:13.386 am loginwindow[64]: Login Window - Returned from Security Agent
    22/11/13 8:51:13.428 am loginwindow[64]: USER_PROCESS: 64 console
    22/11/13 8:51:13.000 am kernel[0]: nspace-handler-set-snapshot-time: 1385081475
    22/11/13 8:51:13.441 am com.apple.mtmd[59]: Set snapshot time: 2013-11-22 08:51:15 +0800 (current time: 2013-11-22 08:51:13 +0800)
    22/11/13 8:51:13.000 am kernel[0]: AppleKeyStore:Sending lock change 0
    22/11/13 8:51:13.000 am kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    22/11/13 8:51:13.608 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:13.608 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:13.626 am com.apple.launchd.peruser.501[158]: Background: Aqua: Registering new GUI session.
    22/11/13 8:51:13.664 am com.apple.launchd.peruser.501[158]: (com.apple.cmfsyncagent) Ignored this key: UserName
    22/11/13 8:51:13.665 am com.apple.launchd.peruser.501[158]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    22/11/13 8:51:13.666 am com.apple.launchd.peruser.501[158]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    22/11/13 8:51:13.671 am launchctl[161]: com.apple.pluginkit.pkd: Already loaded
    22/11/13 8:51:13.672 am launchctl[161]: com.apple.sbd: Already loaded
    22/11/13 8:51:13.000 am kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    22/11/13 8:51:13.706 am distnoted[163]: # distnote server agent  absolute time: 42.115652323   civil time: Fri Nov 22 08:51:13 2013   pid: 163 uid: 501  root: no
    22/11/13 8:51:13.000 am kernel[0]: en1: 802.11d country code set to 'HK'.
    22/11/13 8:51:13.000 am kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    22/11/13 8:51:13.934 am com.apple.SecurityServer[17]: Session 100006 created
    22/11/13 8:51:13.976 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    22/11/13 8:51:14.003 am WindowServer[107]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22/11/13 8:51:14.101 am WindowServer[107]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    22/11/13 8:51:14.118 am mds[60]: (Normal) Volume: volume:0x7f8bb2833800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/BOOTCAMP
    22/11/13 8:51:14.394 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:14.435 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:14.690 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    22/11/13 8:51:14.691 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    22/11/13 8:51:14.692 am com.apple.audio.DriverHelper[184]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    22/11/13 8:51:14.810 am com.apple.audio.DriverHelper[184]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    22/11/13 8:51:14.810 am com.apple.audio.DriverHelper[184]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    22/11/13 8:51:14.811 am com.apple.audio.DriverHelper[184]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    22/11/13 8:51:14.895 am coreaudiod[173]: 2013-11-22 08:51:14.894059 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM,  44100 Hz, 16-bit, Stereo
    22/11/13 8:51:14.984 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:15.108 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:15.109 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:15.131 am sharingd[190]: Starting Up...
    22/11/13 8:51:15.244 am com.apple.IconServicesAgent[194]: IconServicesAgent launched.
    22/11/13 8:51:15.554 am SystemUIServer[169]: Cannot find executable for CFBundle 0x7fb3f8551950 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    22/11/13 8:51:15.635 am SystemUIServer[169]: Cannot find executable for CFBundle 0x7fb3f854dd30 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    22/11/13 8:51:15.636 am SystemUIServer[169]: Cannot find executable for CFBundle 0x7fb3f851a2a0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    22/11/13 8:51:15.788 am UserEventAgent[162]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    22/11/13 8:51:15.847 am WindowServer[107]: Display 0x042732c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    22/11/13 8:51:15.880 am revisiond[53]: objc[53]: Class GSLockToken is implemented in both /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Supp ort/revisiond and /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage. One of the two will be used. Which one is undefined.
    22/11/13 8:51:16.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=218[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    22/11/13 8:51:16.140 am SystemUIServer[169]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    22/11/13 8:51:16.140 am SystemUIServer[169]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    22/11/13 8:51:16.609 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:16.610 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:16.887 am com.apple.SecurityServer[17]: Session 100009 created
    22/11/13 8:51:16.896 am accountsd[229]: assertion failed: 13A603: liblaunch.dylib + 25164 [FCBF0A02-0B06-3F97-9248-5062A9DEB32C]: 0x25
    22/11/13 8:51:17.009 am xpcproxy[232]: assertion failed: 13A603: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    22/11/13 8:51:17.037 am PlexHelper[217]: PlexHelper 0.7 starting up...
    22/11/13 8:51:17.079 am com.apple.launchd.peruser.501[158]: (com.apple.mrt.uiagent[205]) Exited with code: 255
    22/11/13 8:51:17.223 am apsd[83]: Unexpected connection from logged out uid 501
    22/11/13 8:51:17.392 am xpcproxy[235]: assertion failed: 13A603: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    22/11/13 8:51:17.960 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:17.966 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:18.110 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:18.144 am com.apple.dock.extra[195]: <NSXPCConnection: 0x7ff2a363a550>: received an undecodable message (no exported object to receive message). Dropping message.
    22/11/13 8:51:18.245 am com.apple.SecurityServer[17]: Session 100012 created
    22/11/13 8:51:18.252 am mtmfs[58]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:18.504 am WiFiKeychainProxy[201]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    22/11/13 8:51:18.505 am WiFiKeychainProxy[201]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    22/11/13 8:51:18.558 am accountsd[229]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (F14ADF42-657D-4C7F-B172-209A645CFA51) could not be found!
    22/11/13 8:51:18.558 am accountsd[229]: /SourceCache/Accounts/Accounts-336.9/ACDAccountStore.m - __62-[ACDAccountStore credentialForAccountWithIdentifier:handler:]_block_invoke389 - 857 - No plugin provides credentials for account [email protected]. Falling back to legacy behavior.
    22/11/13 8:51:18.891 am com.apple.NotesMigratorService[242]: Joined Aqua audit session
    22/11/13 8:51:18.000 am kernel[0]: MacAuthEvent en1   Auth result for: f8:1a:67:be:21:7a  MAC AUTH succeeded
    22/11/13 8:51:18.000 am kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    22/11/13 8:51:18.000 am kernel[0]: AirPort: Link Up on en1
    22/11/13 8:51:18.000 am kernel[0]: en1: BSSID changed to f8:1a:67:be:21:7a
    22/11/13 8:51:18.000 am kernel[0]: AirPort: RSN handshake complete on en1
    22/11/13 8:51:19.112 am com.apple.internetaccounts[235]: com.apple.internetaccounts(235,0x1165e5000) malloc: *** error for object 0x9000000000000006: pointer being freed was not allocated
    *** set a breakpoint in malloc_error_break to debug
    22/11/13 8:51:19.210 am com.apple.iCloudHelper[232]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9;13A603> <com.apple.AOSKit/176>";
        "X-Mme-Country" = HK;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = HKT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc5b0c3a1f0 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    22/11/13 8:51:19.253 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:19.284 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:19.286 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:19.307 am gamed[227]: CKSoftwareMap: Registering with Daemon
    22/11/13 8:51:19.383 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:19.000 am kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    22/11/13 8:51:19.610 am AddressBookSourceSync[225]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7feb9bd74760 {NSUnderlyingError=0x7feb9bf4cf60 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSErrorFailingURLKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSLocalizedDescription=The Internet connection appears to be offline.}
    22/11/13 8:51:19.752 am mtmfs[58]: MTM fs Mount server retrying ...
    22/11/13 8:51:19.752 am mtmfs[58]: MTM fs Mount server failed to start because of too many retries
    22/11/13 8:51:19.752 am mtmfs[58]: MTM fs Mount server failed, last error -1
    22/11/13 8:51:19.761 am com.apple.launchd[1]: (com.apple.mtmfs[58]) Exited with code: 99
    22/11/13 8:51:19.761 am com.apple.launchd[1]: (com.apple.mtmfs) Throttling respawn: Will start in 2 seconds
    22/11/13 8:51:19.786 am com.apple.iCloudHelper[232]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9;13A603> <com.apple.AOSKit/176>";
        "X-Mme-Country" = HK;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = HKT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc5b0e02510 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    22/11/13 8:51:19.790 am com.apple.iCloudHelper[232]: AOSKit ERROR: Setup request failed, appleID=1021024264, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc5b0c3b950 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    22/11/13 8:51:19.856 am ReportCrash[244]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    22/11/13 8:51:20.335 am airportd[85]: _doAutoJoin: Already associated to “Hawking”. Bailing on auto-join.
    22/11/13 8:51:20.461 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:20.498 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:21.221 am Dropbox[223]: PyObjCPointer created: at 0xaf3fc88 of type {OpaqueJSContext=}
    22/11/13 8:51:21.279 am mds[60]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    22/11/13 8:51:21.854 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:22.929 am syncdefaultsd[224]: *** remoteObjectProxyWithErrorHandler failed: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."; {
    22/11/13 8:51:22.931 am CalendarAgent[213]: *** remoteObjectProxyWithErrorHandler failed: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."; {
    22/11/13 8:51:22.932 am CalendarAgent[213]: *** remoteObjectProxyWithErrorHandler failed: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application."; {
    22/11/13 8:51:22.936 am com.apple.launchd[1]: (com.apple.internetaccounts[235]) Job appears to have crashed: Abort trap: 6
    22/11/13 8:51:23.191 am ReportCrash[244]: Saved crash report for com.apple.internetaccounts[235] version 1.0 (1) to /Library/Logs/DiagnosticReports/com.apple.internetaccounts_2013-11-22-085123_Ga reths-MacBook-Pro.crash
    22/11/13 8:51:23.402 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:23.402 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:23.674 am mds_stores[114]: (Error) SecureStore: Access token 6 changed uid from -1 to 501
    22/11/13 8:51:24.971 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:24.972 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:26.529 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:26.529 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:26.698 am parentalcontrolsd[266]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    22/11/13 8:51:26.821 am awacsd[81]: Exiting
    22/11/13 8:51:28.094 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:28.095 am mtmfs[254]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:29.149 am AddressBookSourceSync[225]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7feb9be40570 {NSUnderlyingError=0x7feb9bf34660 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSErrorFailingURLKey=https://gareth%[email protected]/1021024264/principal///gareth%[email protected]/1021024264/principal/, NSLocalizedDescription=The Internet connection appears to be offline.}
    22/11/13 8:51:29.668 am mtmfs[254]: MTM fs Mount server retrying ...
    22/11/13 8:51:29.669 am mtmfs[254]: MTM fs Mount server failed to start because of too many retries
    22/11/13 8:51:29.669 am mtmfs[254]: MTM fs Mount server failed, last error -1
    22/11/13 8:51:29.671 am com.apple.launchd[1]: (com.apple.mtmfs[254]) Exited with code: 99
    22/11/13 8:51:29.671 am com.apple.launchd[1]: (com.apple.mtmfs) Throttling respawn: Will start in 3 seconds
    22/11/13 8:51:30.316 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x211] flags: 0x8 binding: FileInfoBinding [0x111] - extension: jpg, UTI: public.jpeg, fileType: ????.
    22/11/13 8:51:30.317 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: jpg, UTI: public.jpeg, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:31.251 am com.apple.InputMethodKit.UserDictionary[273]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  gareth~BC4B5F87-774E-5569-BE83-2926411DBD09:UserDictionary
    Using local storage: 1
    22/11/13 8:51:31.461 am com.apple.InputMethodKit.UserDictionary[273]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  gareth~BC4B5F87-774E-5569-BE83-2926411DBD09:UserDictionary
    Using local storage: 0
    22/11/13 8:51:32.416 am com.apple.SecurityServer[17]: Session 100016 created
    22/11/13 8:51:32.810 am mtmfs[275]: MTM fs Mount server failed to start because of error -1
    22/11/13 8:51:33.957 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x115] flags: 0x8 binding: FileInfoBinding [0x215] - extension: mp3, UTI: public.mp3, fileType: MPG3.
    22/11/13 8:51:33.957 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1403] flags: 0x8 binding: FileInfoBinding [0x1303] - extension: mp3, UTI: public.mp3, fileType: MPG3 request size:16 scale: 1
    22/11/13 8:51:34.043 am configd[21]: network changed: DNS* Proxy
    22/11/13 8:51:34.043 am UserEventAgent[14]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'Hawking' making interface primary (protected network)
    22/11/13 8:51:34.045 am UserEventAgent[14]: Captive: CNPluginHandler en1: Evaluating
    22/11/13 8:51:34.047 am UserEventAgent[14]: Captive: en1: Probing 'Hawking'
    22/11/13 8:51:34.058 am configd[21]: network changed: v4(en1!:192.168.1.107) DNS+ Proxy+ SMB
    22/11/13 8:51:34.077 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x217] flags: 0x8 binding: FileInfoBinding [0x117] - extension: ai, UTI: com.adobe.illustrator.ai-image, fileType: PDF .
    22/11/13 8:51:34.078 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1603] flags: 0x8 binding: FileInfoBinding [0x1503] - extension: ai, UTI: com.adobe.illustrator.ai-image, fileType: PDF  request size:16 scale: 1
    22/11/13 8:51:34.086 am configd[21]: setting hostname to "gareths-mbp"
    22/11/13 8:51:34.104 am UserEventAgent[14]: Captive: CNPluginHandler en1: Authenticated
    22/11/13 8:51:34.314 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:34.355 am ntpd[109]: proto: precision = 1.000 usec
    22/11/13 8:51:34.370 am mtmfs[275]: MTM fs Mount server retrying ...
    22/11/13 8:51:34.845 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x21b] flags: 0x8 binding: FileInfoBinding [0x119] - extension: m4a, UTI: com.apple.m4a-audio, fileType: ????.
    22/11/13 8:51:34.845 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1803] flags: 0x8 binding: FileInfoBinding [0x1703] - extension: m4a, UTI: com.apple.m4a-audio, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:37.294 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x11b] flags: 0x8 binding: FileInfoBinding [0x21d] - extension: mp4, UTI: public.mpeg-4, fileType: ????.
    22/11/13 8:51:37.295 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1a03] flags: 0x8 binding: FileInfoBinding [0x1903] - extension: mp4, UTI: public.mpeg-4, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:37.307 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x21f] flags: 0x8 binding: FileInfoBinding [0x11d] - extension: pptx, UTI: org.openxmlformats.presentationml.presentation, fileType: ????.
    22/11/13 8:51:37.308 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1c03] flags: 0x8 binding: FileInfoBinding [0x1b03] - extension: pptx, UTI: org.openxmlformats.presentationml.presentation, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:37.581 am syncdefaultsd[224]: [AOSAccounts] : IAAppProvider::CopyAccountUIDForUser Timed out waiting
    22/11/13 8:51:37.000 am kernel[0]: fsevents: watcher dbfseventsd (pid: 288) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    22/11/13 8:51:39.328 am digest-service[86]: digest-request: uid=0
    22/11/13 8:51:39.328 am digest-service[86]: digest-request: init request
    22/11/13 8:51:39.335 am digest-service[86]: digest-request: init return domain: MACBOOKPRO-BFDB server: GARETHS-MBP indomain was: <NULL>
    22/11/13 8:51:39.360 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x223] flags: 0x8 binding: FileInfoBinding [0x11f] - extension: ppt, UTI: com.microsoft.powerpoint.ppt, fileType: ????.
    22/11/13 8:51:39.360 am quicklookd[193]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x1e03] flags: 0x8 binding: FileInfoBinding [0x1d03] - extension: ppt, UTI: com.microsoft.powerpoint.ppt, fileType: ???? request size:16 scale: 1
    22/11/13 8:51:39.380 am digest-service[86]: digest-request: uid=0
    22/11/13 8:51:39.380 am digest-service[86]: digest-request: init request
    22/11/13 8:51:39.385 am digest-service[86]: digest-request: init return domain: GARETHS-MBP server: GARETHS-MBP indomain was: <NULL>
    22/11/13 8:51:39.585 am mtmfs[275]: mount failed for /Volumes/MobileBackups
    22/11/13 8:51:39.588 am com.apple.launchd[1]: (com.apple.mtmfs[275]) Exited with code: 22
    22/11/13 8:51:39.588 am com.apple.launchd[1]: (com.apple.mtmfs) Throttling respawn: Will start in 4 seconds
    22/11/13 8:51:41.759 am Dropbox[223]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    22/11/13 8:51:45.429 am Google Chrome[308]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:45.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=310[ksadmin] final status 0x0, allow (remove VALID)ing page
    22/11/13 8:51:45.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=312[ksadmin] final status 0x0, allow (remove VALID)ing page
    22/11/13 8:51:45.719 am Google Chrome Helper[311]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:45.924 am Google Chrome Helper[313]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.092 am Google Chrome Helper[313]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.093 am Google Chrome Helper[313]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.112 am Google Chrome Helper[313]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.147 am Google Chrome Helper[314]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.349 am Google Chrome Helper[314]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.349 am Google Chrome Helper[314]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.361 am Google Chrome Helper[314]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.542 am Google Chrome Helper[315]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.597 am Google Chrome Helper[316]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.677 am Google Chrome Helper[317]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.682 am Google Chrome Helper[315]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.683 am Google Chrome Helper[315]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.694 am Google Chrome Helper[315]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.732 am Google Chrome Helper[316]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.732 am Google Chrome Helper[316]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.744 am Google Chrome Helper[316]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:46.823 am Google Chrome Helper EH[318]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:46.826 am Google Chrome Helper[317]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:46.826 am Google Chrome Helper[317]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:46.837 am Google Chrome Helper[317]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:47.060 am Google Chrome Helper[319]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:47.083 am xpcproxy[320]: assertion failed: 13A603: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    22/11/13 8:51:47.241 am Google Chrome Helper[319]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    22/11/13 8:51:47.241 am Google Chrome Helper[319]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    22/11/13 8:51:47.252 am Google Chrome Helper[319]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    22/11/13 8:51:47.566 am com.apple.NotesMigratorService[242]: Joined Aqua audit session
    22/11/13 8:51:47.599 am com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    22/11/13 8:51:47.719 am icbaccountsd[267]: -[ICBLocalDictionary writeLocalMapping:]: Status: Writing out local mapping to disk
    22/11/13 8:51:47.719 am icbaccountsd[267]: -[ICBLocalDictionary writeLocalMapping:]: Status: Ending writing out local mapping to disk
    22/11/13 8:51:47.719 am icbaccountsd[267]: -[ICBRemoteDictionary writeDevices]: Status: Writing out of devices
    22/11/13 8:51:47.720 am icbaccountsd[267]: -[ICBRemoteDictionary writeDevices]: Status: Ending writing out of device
    22/11/13 8:51:48.003 am Google Chrome Helper[321]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    22/11/13 8:51:48.135 am fontd[187]: BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c
    22/11/13 8:51:48.135 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.135 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.137 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.137 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.147 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.148 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.152 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:51:48.152 am Google Chrome Helper[314]: CoreText CopyFontsForRequest received mig IPC error (FFFFFECC) from font server
    22/11/13 8:

    The progress bar usually means your Mac is booting into the Safe Boot startup, Safe Mode.
    Do you see "Safe Boot" in the upper right hand corner of the screen.

  • IMac starts, shuts down - gray screen w/ progress bar

    I have a 2007 iMac and it is now shutting down every time I try and restart it.  I see a gray screen with the apple logo, the spinning wheel and the progress bar upon every restart.  The progress bar never finishes and it shuts down.
    I have restarted with command-option-P-R - same result
    I have restarted with command-S - same result
    I have restarted with command-C - it kept spitting the disc out then it would shut down again
    I have restarted with command-V and it said something about incorrect block counts.  It also at the very end, just before shutting down again said "Disk Full Error" and "killing all processes done".  I had to snap a picture with my phone to see what it actually said since it happened so fast.  I knew the hard drive was almost full and was actually backing up to and external hard drive just before this issue began.
    Is there anyway for me to force the computer to stay on long enough for me to remove some items and free up space?  Like an override somehow?
    Thanks so much in advance for the help!
    Shayna

    What Mac OS X are you running?
    Have you tried this article: http://support.apple.com/kb/TS2570

  • [SOLVED] Almost there just need a global progress bar

    Heya,
    There's no man page for bar so I have looked at the code a bit. I am trying to have a progress bar to copy a folder with many files including symbolic links (unfortunately pycp does not support them yet). With the -s parameter, I can specify the approximate size of what I am copying but it works only if it is a single file.
    I have also tried pv, pipemeter, orphan advcp, ecp, scp and I am now desperate.
    Would someone be kind enough to help me ?
    [tamikana@archlinux ~]$ cat /usr/bin/bar
    #! /bin/sh
    # bar
    # 'cat' with ASCII progress bar
    # (c) Henrik Theiling
    BAR_VERSION=1.4
    # Synopsis:
    # 'bar' works just like 'cat', but shows a progress bar in ASCII art on stderr.
    # The script's main function is meant to be usable in any Bourne shell to be
    # suitable for install scripts without the need for any additional tool.
    # Shell Script Usage: bar [options] [files]
    # Options:
    # -h displays help
    # Examples:
    # Normal pipe:
    # : bar mypack.tar.bz2 | tar xjpf -
    # Individual pipe for each file:
    # : bar -c 'tar xjpf -' mypack1.tar.bz2 mypack2.tar.bz2
    # Individual pipe, using ${bar_file} variable:
    # : bar -c 'echo ${bar_file}: ; gzip -dc | tar tvf -' \
    # : -e .tar.gz \
    # : file1 file2 file3 file4 file5 \
    # : > package-list.txt
    # Programs and shell commands:
    # Required (otherwise this fails):
    # if, then, else, fi, expr, test, cat, eval, exec
    # shell functions
    # test:
    # a = b
    # a -lt b
    # a -gt b
    # a -le b
    # -f a
    # -n a
    # -z a
    # expr:
    # a + b
    # a - b
    # a '*' b
    # a / b
    # a : b
    # Optional (otherwise this does not show the bar):
    # grep, dd, echo, ls, sed, cut
    # ls:
    # must output the file size at fifth position.
    # The command line interface also uses:
    # awk
    ####>-SCHNIPP-<########################################################
    bar_cat()
    # Use this shell function in your own install scripts.
    # Options:
    # Width of the bar (in ten characters). The default is 76 characters.
    test -z "${BAR_WIDTH}" && test -n "${COLUMNS}" && BAR_WIDTH=${COLUMNS}
    # Check syntax:
    ( expr "${BAR_WIDTH}" + 0 >/dev/null 2>&1 ) || BAR_WIDTH=0
    BAR_WIDTH=`expr ${BAR_WIDTH} + 0` || BAR_WIDTH=0
    test "x${BAR_WIDTH}" = x0 && BAR_WIDTH=76
    # Maximal block size to use for dd.
    test -n "${BAR_BS}" || BAR_BS=1048567
    # BEGIN PERC
    # Whether to show a percentage.
    test -n "${BAR_PERC}" || BAR_PERC=1
    # END PERC
    # BEGIN ETA
    # Whether to show estimated time of arrival (ETA).
    test -n "${BAR_ETA}" || BAR_ETA=1
    # END ETA
    # Width of the trace display:
    # BEGIN TRACE
    test -n "${BAR_TRACE_WIDTH}" || BAR_TRACE_WIDTH=10
    # END TRACE
    # The command to execute for every given file. Each file
    # is piped into this command individually. By default, the
    # files are simply dumped to stdout.
    test -n "${BAR_CMD}" || BAR_CMD=cat
    # The characters to be used in the bar
    test -n "${BAR_L}" || BAR_L='['
    test -n "${BAR_R}" || BAR_R=']'
    test -n "${BAR_C0}" || BAR_C0='.'
    test -n "${BAR_C1}" || BAR_C1='='
    # Additional extension to add to each file:
    #BAR_EXT=${BAR_EXT-}
    # Whether to clear bar after termination. Otherwise keep the full bar.
    #BAR_CLEAR=${BAR_CLEAR-0}
    # Unless switched off by user, use the bar by default:
    test -n "${BAR_OK}" || BAR_OK=1
    BAR_WIDTH=`expr ${BAR_WIDTH} - 3`
    bar_trace=''
    # BEGIN TRACE
    if test "x${BAR_TRACE}" = x1
    then
    BAR_WIDTH=`expr ${BAR_WIDTH} - ${BAR_TRACE_WIDTH}`
    bar_lauf=${BAR_TRACE_WIDTH}
    bar_t_space=''
    bar_t_dot=''
    while test "${bar_lauf}" -gt 1
    do
    bar_t_space="${bar_t_space} "
    bar_t_dot="${bar_t_dot}."
    bar_lauf=`expr ${bar_lauf} - 1`
    done
    bar_trace="${bar_t_space} "
    fi
    # END TRACE
    bar_eta=''
    BAR_GET_TIME='echo'
    # BEGIN ETA
    ( expr 1 + ${SECONDS} >/dev/null 2>&1 ) || BAR_ETA=0
    if test "x${BAR_ETA}" = x1
    then
    BAR_GET_TIME='( echo ${SECONDS} )'
    BAR_WIDTH=`expr ${BAR_WIDTH} - 6`
    bar_eta='--:-- '
    fi
    # END ETA
    bar_perc=''
    # BEGIN PERC
    if test "x${BAR_PERC}" = x1
    then
    BAR_WIDTH=`expr ${BAR_WIDTH} - 5`
    bar_perc=' 0% '
    fi
    # END PERC
    BAR_GET_SIZE='( ls -l "${BAR_DIR}${bar_file}${BAR_EXT}" | sed "s@ *@ @g" | cut -d " " -f 5 ) 2>/dev/null'
    # portable?
    # check features:
    ( ( echo a ) >/dev/null 2>&1 ) || BAR_OK=0
    ( ( echo a | dd bs=2 count=2 ) >/dev/null 2>&1 ) || BAR_OK=0
    ( ( echo a | grep a ) >/dev/null 2>&1 ) || BAR_OK=0
    ( ( echo a | sed 's@ *@ @g' ) >/dev/null 2>&1 ) || BAR_OK=0
    ( ( echo a | cut -d ' ' -f 1 ) >/dev/null 2>&1 ) || BAR_OK=0
    # check ranges:
    test "${BAR_WIDTH}" -ge 4 || BAR_OK=0
    BAR_ECHO='echo'
    BAR_E_C1=''
    BAR_E_C2=''
    BAR_E_NL='echo'
    # Does echo accept -n without signalling an error?
    if echo -n abc >/dev/null 2>&1
    then
    BAR_E_C1='-n'
    fi
    # Check how to print a line without newline:
    if ( ( ${BAR_ECHO} "${BAR_E_C1}" abc ; echo 1,2,3 ) | grep n ) >/dev/null 2>&1
    then
    # Try echo \c:
    if ( ( ${BAR_ECHO} 'xyz\c' ; echo 1,2,3 ) | grep c ) >/dev/null 2>&1
    then
    # Try printf:
    if ( ( printf 'ab%s' c ; echo 1,2,3 ) | grep abc ) >/dev/null 2>&1
    then
    BAR_ECHO='printf'
    BAR_E_C1='%s'
    else
    BAR_ECHO=':'
    BAR_E_C1=''
    BAR_E_NL=':'
    BAR_OK=0
    fi
    else
    BAR_E_C1=''
    BAR_E_C2='\c'
    fi
    fi
    # prepare initial bar:
    bar_shown=0
    if test "${BAR_OK}" = 1
    then
    bar_lauf=0
    bar_graph=''
    while test `expr ${bar_lauf} + 5` -le "${BAR_WIDTH}"
    do
    bar_graph="${bar_graph}${BAR_C0}${BAR_C0}${BAR_C0}${BAR_C0}${BAR_C0}"
    bar_lauf=`expr ${bar_lauf} + 5`
    done
    while test "${bar_lauf}" -lt "${BAR_WIDTH}"
    do
    bar_graph="${bar_graph}${BAR_C0}"
    bar_lauf=`expr ${bar_lauf} + 1`
    done
    ${BAR_E_C2}" 1>&2_eta}${bar_perc}${BAR_L}${bar_graph}${BAR_R}
    bar_shown=1
    fi
    # for shifting large numbers so that expr can handle them:
    # Assume we can compute up to 2147483647, thus 9 arbitrary digits.
    # We must be able to do + of two numbers of 9 digits length. Ok.
    # BEGIN LARGE
    ( ( test 1999999998 = `expr 999999999 + 999999999` ) >/dev/null 2>&1 ) || BAR_OK=0
    bar_large_num="........."
    bar_div=""
    # END LARGE
    bar_numsuff=""
    # find size:
    bar_size=0
    if test -n "${BAR_SIZE}"
    then
    bar_size=${BAR_SIZE}
    # BEGIN LARGE
    while expr "${bar_size}" : "${bar_large_num}" >/dev/null 2>&1
    do
    bar_div="${bar_div}."
    bar_numsuff="${bar_numsuff}0"
    bar_size=`expr "${bar_size}" : '\(.*\).$'`
    done
    # END LARGE
    BAR_GET_SIZE="echo '${BAR_SIZE}'"
    else
    for bar_file
    do
    bar_size1=0
    if test -f "${BAR_DIR}${bar_file}${BAR_EXT}"
    then
    bar_size1=`eval "${BAR_GET_SIZE}"`
    # BEGIN LARGE
    # divide and upround by pattern matching:
    if test -n "${bar_div}"
    then
    bar_size1=`expr "${bar_size1}" : '\(.*\)'${bar_div}'$'` || bar_size1=0
    fi
    # adjust if still too large:
    while expr "${bar_size1}" : "${bar_large_num}" >/dev/null 2>&1
    do
    bar_div="${bar_div}."
    bar_numsuff="${bar_numsuff}0"
    bar_size1=`expr "${bar_size1}" : '\(.*\).$'`
    bar_size=`expr "${bar_size}" : '\(.*\).$'` || bar_size=0
    done
    # upround if necessary:
    if test -n "${bar_div}"
    then
    bar_size1=`expr "${bar_size1}" + 1`
    fi
    # END LARGE
    # add to total size:
    bar_size=`expr ${bar_size} + ${bar_size1}`
    # BEGIN LARGE
    # adjust if still too large:
    while expr "${bar_size}" : "${bar_large_num}" >/dev/null 2>&1
    do
    bar_div="${bar_div}."
    bar_numsuff="${bar_numsuff}0"
    bar_size=`expr "${bar_size}" : '\(.*\).$'`
    done
    # END LARGE
    else
    BAR_OK=0
    fi
    done
    fi
    bar_quad=`expr ${BAR_WIDTH} '*' ${BAR_WIDTH}`
    test "${bar_size}" -gt "${bar_quad}" || BAR_OK=0
    if test "${BAR_OK}" = 0
    then
    # For some reason, we cannot display the bar. Thus plain operation:
    for bar_file
    do
    if test "${bar_file}" = "/dev/stdin"
    then
    eval "${BAR_CMD}"
    else
    eval "${BAR_CMD}" < "${BAR_DIR}${bar_file}${BAR_EXT}"
    fi
    done
    else
    # Compute wanted bytes per step:
    bar_want_bps=`expr ${bar_size} + ${BAR_WIDTH}`
    bar_want_bps=`expr ${bar_want_bps} - 1`
    bar_want_bps=`expr ${bar_want_bps} / ${BAR_WIDTH}`
    # Compute block count per step to keep within maximum block size:
    bar_count=1
    if test "${bar_want_bps}" -gt "${BAR_BS}"
    then
    bar_count=`expr ${bar_want_bps} + ${BAR_BS}`
    bar_count=`expr ${bar_count} - 1`
    bar_count=`expr ${bar_count} / ${BAR_BS}`
    fi
    # Compute block size for given count:
    bar_wc=`expr ${BAR_WIDTH} '*' ${bar_count}`
    bar_bs=`expr ${bar_size} + ${bar_wc}`
    bar_bs=`expr ${bar_bs} - 1`
    bar_bs=`expr ${bar_bs} / ${bar_wc}`
    # Compute bs * count, the bytes per step:
    bar_bps=`expr ${bar_bs} '*' ${bar_count}`
    # Compute bytes per hundredth:
    bar_bph=`expr ${bar_size} + 99`
    bar_bph=`expr ${bar_bph} / 100`
    # Run loop:
    bar_pos=0
    bar_graph="${BAR_L}"
    bar_cur_char=0
    bar_t0=`eval "${BAR_GET_TIME}" 2>/dev/null` || bar_t0=0
    for bar_file
    do
    # BEGIN TRACE
    if test "x${BAR_TRACE}" = x1
    then
    bar_trace=`expr "${bar_file}" : '.*/\([^/][^/]*\)$'` || bar_trace="${bar_file}"
    bar_trace=`expr "${bar_trace}${bar_t_space}" : '\('${bar_t_dot}'\)'`
    bar_trace="${bar_trace} "
    fi
    # END TRACE
    # Initial character position in bar for file:
    bar_char=`expr ${bar_pos} / ${bar_want_bps}` || bar_char=0
    while test "${bar_char}" -gt `expr ${bar_cur_char} + 4`
    do
    bar_graph="${bar_graph}${BAR_C1}${BAR_C1}${BAR_C1}${BAR_C1}${BAR_C1}"
    bar_cur_char=`expr ${bar_cur_char} + 5`
    done
    while test "${bar_char}" -gt "${bar_cur_char}"
    do
    bar_graph="${bar_graph}${BAR_C1}"
    bar_cur_char=`expr ${bar_cur_char} + 1`
    done
    # Get file size. This must work now (we checked with test -f before).
    bar_size1=`eval "${BAR_GET_SIZE}" 2>/dev/null` || bar_size1=0
    # BEGIN LARGE
    # Divide and upround by pattern matching:
    if test -n "${bar_div}"
    then
    bar_size1=`expr "${bar_size1}" : '\(.*\)'${bar_div}'$'` || bar_size1=0
    bar_size1=`expr "${bar_size1}" + 1`
    fi
    # END LARGE
    # loop:
    bar_total=0
    exec 6>&1
    exec 5<"${BAR_DIR}${bar_file}${BAR_EXT}"
    while test "${bar_total}" -lt "${bar_size1}"
    do
    dd bs="${bar_bs}" count="${bar_count}${bar_numsuff}" <&5 >&6 2>/dev/null
    bar_total=`expr ${bar_total} + ${bar_bps}`
    if test "${bar_total}" -gt "${bar_size1}"
    then
    bar_total="${bar_size1}"
    fi
    bar_pos1=`expr ${bar_pos} + ${bar_total}`
    bar_proz=`expr ${bar_pos1} / ${bar_bph}` || bar_proz=0
    # BEGIN PERC
    if test "x${BAR_PERC}" = x1
    then
    bar_perc=" ${bar_proz}% "
    bar_perc=`expr "${bar_perc}" : '.*\(.....\)$'`
    fi
    # END PERC
    # BEGIN ETA
    if test "x${BAR_ETA}" = x1
    then
    bar_diff=`eval "${BAR_GET_TIME}" 2>/dev/null` || bar_diff=0
    bar_diff=`expr ${bar_diff} - ${bar_t0} 2>/dev/null` || bar_diff=0
    bar_100p=`expr 100 - ${bar_proz}` || bar_100p=0
    bar_diff=`expr ${bar_diff} '*' ${bar_100p}` || bar_diff=0
    bar_diff=`expr ${bar_diff} + ${bar_proz}` || bar_diff=0
    bar_diff=`expr ${bar_diff} - 1` || bar_diff=0
    bar_diff=`expr ${bar_diff} / ${bar_proz} 2>/dev/null` || bar_diff=0
    if test "${bar_diff}" -gt 0
    then
    bar_t_unit=":"
    if test "${bar_diff}" -gt 2700
    then
    bar_t_uni="h"
    bar_diff=`expr ${bar_diff} / 60`
    fi
    bar_diff_h=`expr ${bar_diff} / 60` || bar_diff_h=0
    if test "${bar_diff_h}" -gt 99
    then
    bar_eta=" ${bar_diff_h}${bar_t_unit} "
    else
    bar_diff_hi=`expr ${bar_diff_h} '*' 60` || bar_diff_hi=0
    bar_diff=`expr ${bar_diff} - ${bar_diff_hi}` || bar_diff=0
    bar_diff=`expr "00${bar_diff}" : '.*\(..\)$'`
    bar_eta=" ${bar_diff_h}${bar_t_unit}${bar_diff} "
    fi
    bar_eta=`expr "${bar_eta}" : '.*\(......\)$'`
    fi
    fi
    # END ETA
    bar_char=`expr ${bar_pos1} / ${bar_want_bps}` || bar_char=0
    while test "${bar_char}" -gt "${bar_cur_char}"
    do
    bar_graph="${bar_graph}${BAR_C1}"
    ${bar_trace}${bar_eta}${bar_perc}${bar_graph}${BAR_E_C2}" 1>&2
    bar_cur_char=`expr ${bar_cur_char} + 1`
    done
    done
    ) | eval "${BAR_CMD}"
    bar_pos=`expr ${bar_pos} + ${bar_size1}`
    done
    # ${BAR_ECHO} "${BAR_E_C1}" "${BAR_R}${BAR_E_C2}" 1>&2
    fi
    if test "${bar_shown}" = 1
    then
    # BEGIN TRACE
    test "x${BAR_TRACE}" = x1 && bar_trace="${bar_t_space} "
    # END TRACE
    # BEGIN ETA
    test "x${BAR_ETA}" = x1 && bar_eta=' '
    # END ETA
    if test "x${BAR_CLEAR}" = x1
    then
    # BEGIN PERC
    test "x${BAR_PERC}" = x1 && bar_perc=' '
    # END PERC
    bar_lauf=0
    bar_graph=''
    while test `expr ${bar_lauf} + 5` -le "${BAR_WIDTH}"
    do
    bar_graph="${bar_graph} "
    bar_lauf=`expr ${bar_lauf} + 5`
    done
    while test "${bar_lauf}" -lt "${BAR_WIDTH}"
    do
    bar_graph="${bar_graph} "
    bar_lauf=`expr ${bar_lauf} + 1`
    done
    ${BAR_E_C2}" 1>&2_eta}${bar_perc} ${bar_graph}
    else
    # BEGIN PERC
    test "x${BAR_PERC}" = x1 && bar_perc='100% '
    # END PERC
    bar_lauf=0
    bar_graph=''
    while test `expr ${bar_lauf} + 5` -le "${BAR_WIDTH}"
    do
    bar_graph="${bar_graph}${BAR_C1}${BAR_C1}${BAR_C1}${BAR_C1}${BAR_C1}"
    bar_lauf=`expr ${bar_lauf} + 5`
    done
    while test "${bar_lauf}" -lt "${BAR_WIDTH}"
    do
    bar_graph="${bar_graph}${BAR_C1}"
    bar_lauf=`expr ${bar_lauf} + 1`
    done
    ${bar_trace}${bar_eta}${bar_perc}${BAR_L}${bar_graph}${BAR_R}${BAR_E_C2}" 1>&2
    ${BAR_E_NL} 1>&2
    fi
    fi
    ####>-SCHNAPP-<########################################################
    BAR_AWK_0=''
    # Command line interface:
    while test -n "$1"
    do
    case "$1" in
    -o|-c|-w|-0|-1|-e|-d|-b|-s|-\[\]|-\[|-\]|-T)
    if test -z "$2"
    then
    echo "$0: Error: A non-empty argument was expected after $1" 1>&2
    fi
    BAR_ARG="$1"
    BAR_OPT="$2"
    shift
    shift
    -o*|-c*|-w*|-0*|-1*|-e*|-d*|-b*|-T*)
    BAR_ARG=`expr "$1" : '\(-.\)'`
    BAR_OPT=`expr "$1" : '-.\(.*\)$'`
    shift
    -h|-n|-p|-D|-D-|-q|-V|-t|-E|-L)
    BAR_ARG="$1"
    BAR_OPT=""
    shift
    --) shift
    break
    -*) echo "$0: Error: Unrecognized option: $1" 1>&2
    exit 1
    break
    esac
    case "${BAR_ARG}" in
    -h) echo 'Usage: bar [-n] [-p] [-q] [-o FILE] [-c CMD] [-s SIZE] [-b SIZE]'
    echo ' [-w WIDTH] [-0/1/[/] CHAR] [-d DIR] [-e EXT] [Files]'
    echo ' bar -V'
    echo ' bar -D'
    echo ' bar -D-'
    echo 'Options:'
    echo ' -h displays help'
    echo ' -o FILE sets output file'
    echo ' -c CMD sets individual execution command'
    echo ' -e EXT append an extension to each file'
    echo ' -d DIR prepend this prefix to each file (a directory must end in /)'
    echo ' -s SIZE expected number of bytes. Use for pipes. This is a hint'
    echo ' only that must be greater or equal to the amount actually'
    echo ' processed. Further, this only works for single files.'
    echo ' -b SIZE maximal block size (bytes) (default: 1048567)'
    echo ' -w WIDTH width in characters (default: terminal width-3 or 76)'
    echo ' -0 CHAR character for empty bar (default: .)'
    echo ' -1 CHAR character for full bar (default: =)'
    echo ' -[ CHAR first character of bar (default: [)'
    echo ' -] CHAR last character of bar (default: ])'
    echo ' -n clears bar after termination'
    echo ' -t traces (=displays) which file is processed'
    echo ' -T WIDTH no of characters reserved for the file display of -t'
    echo ' -p hides percentage'
    echo ' -E hides estimated time display'
    echo ' -q hides the whole bar, be quiet'
    echo ' -D tries to dump the bar_cat() shell function, then exit.'
    echo ' Here, -t, -p, -E remove the corresponding feature completely.'
    echo ' Further, -L removes large file support from the code.'
    echo ' -D- same as -D, but dumps the function body only'
    echo ' -V displays version number'
    echo ' -- end of options: only file names follow'
    exit 0
    -n) BAR_CLEAR=1
    -L) BAR_LARGE=0
    BAR_AWK_0="${BAR_AWK_0} /END *LARGE/ {x=1} ;"
    BAR_AWK_0="${BAR_AWK_0} /BEGIN *LARGE/ {x=0} ;"
    -t) BAR_TRACE=1
    BAR_AWK_0="${BAR_AWK_0} /END *TRACE/ {x=1} ;"
    BAR_AWK_0="${BAR_AWK_0} /BEGIN *TRACE/ {x=0} ;"
    -T) BAR_TRACE_WIDTH="${BAR_OPT}"
    -q) BAR_OK=0
    -p) BAR_PERC=0
    BAR_AWK_0="${BAR_AWK_0} /END *PERC/ {x=1} ;"
    BAR_AWK_0="${BAR_AWK_0} /BEGIN *PERC/ {x=0} ;"
    -E) BAR_ETA=0
    BAR_AWK_0="${BAR_AWK_0} /END *ETA/ {x=1} ;"
    BAR_AWK_0="${BAR_AWK_0} /BEGIN *ETA/ {x=0} ;"
    -V) echo "bar v${BAR_VERSION}"
    exit 0
    -D) echo "BAR_VERSION=${BAR_VERSION}"
    awk "${BAR_AWK_0}"'{sub(/ *#.*$/,"")} ; /^bar_cat/ {x=1} ; {sub(/^ */,"")} ; /./ {if(x)print} ; /^}/ {x=0}' "$0"
    exit 0
    -D-) echo "BAR_VERSION=${BAR_VERSION}"
    awk "${BAR_AWK_0}"'{sub(/ *#.*$/,"")} ; /^}/ {x=0} ; {sub(/^ */,"")} ; /./ {if(x)print} ; /^{/ {x=1}' "$0"
    exit 0
    -o) exec 1>"${BAR_OPT}"
    -c) BAR_CMD="${BAR_OPT}"
    -b) BAR_BS="${BAR_OPT}"
    if BAR_RAW=`expr "${BAR_BS}" : '\(.*\)k$'`
    then
    BAR_BS=`expr ${BAR_RAW} '*' 1024`
    elif BAR_RAW=`expr "${BAR_BS}" : '\(.*\)M$'`
    then
    BAR_BS=`expr ${BAR_RAW} '*' 1048567`
    fi
    -s) BAR_SIZE="${BAR_OPT}"
    if BAR_RAW=`expr "${BAR_SIZE}" : '\(.*\)k$'`
    then
    BAR_SIZE=`expr ${BAR_RAW} '*' 1024`
    elif BAR_RAW=`expr "${BAR_SIZE}" : '\(.*\)M$'`
    then
    BAR_SIZE=`expr ${BAR_RAW} '*' 1048567`
    fi
    if test "$#" -gt 1
    then
    echo "Error: -s cannot be specified for multiple input files." 1>&2
    exit 1
    fi
    -e) BAR_EXT="${BAR_OPT}"
    -d) BAR_DIR="${BAR_OPT}"
    -0) BAR_C0="${BAR_OPT}"
    -1) BAR_C1="${BAR_OPT}"
    -\[) BAR_L="${BAR_OPT}"
    -\]) BAR_R="${BAR_OPT}"
    BAR_L="${BAR_OPT}"
    BAR_R="${BAR_OPT}"
    -w) BAR_WIDTH="${BAR_OPT}"
    esac
    done
    # Invoke main function:
    if test "$#" = 0
    then
    bar_cat /dev/stdin
    else
    bar_cat "$@"
    fi
    EDIT: solved https://bbs.archlinux.org/viewtopic.php … 85#p498885
    It seems like I have not tried every potential packages after all
    Last edited by tamikana (2011-10-30 16:04:46)

    This might help http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one
    Also, if you use DW CS5 click on Live Code and Live View. Then when clicking on the menu items in Live View, watch the changes in classes that occur. This mifgt give you a clue of what to do.
    Cheers,
    Gramps

  • Progress Bars in File Upload Behavours

    Progress Bars in File Upload Behavours would be great.

    I think we need to be realistic ;)
    KTML4 - isn't going to happen, it was dropped, other 3rd party products are surfacing,
    sadly, we'll not see that again.
    Calendar was a separate Interakt application (not really a toolkit item)
    like the ADDT form control date/calendar picker - so I doubt that will happen
    That said - it would still get my vote for a comeback.
    Ajax tool - need to specify EXACTLY what tool and how it would expand on the ADDT and how it would relate to SPRY and other Components now being made available for DWCS4 ie YUI etc
    atb
    Paul

  • Need for a Datagrid with variableRowHeight="true" and custom Item Renderer to display exact rows

    Hi again, developers:
    I'm in a search of a datagrid  with certain characteristics:
         - variableRowHeight = "true"
         - only one column
         - each row must have a custom item renderer with possibly different heights, and a fixed width
         - the datagrid must show always every item in the data provider with no vertical scroll bars, what means that the datagrid height must have always the exact height sum of all the item renderers it is displaying.
         - and no extra empty rows must appear in the last positions of the datagrid
    The last two requirements are something difficult to achieve... for some reason, empty rows appear at the last positions of the datagrid. I post what i've managed to get:
    <mx:Script>
         <![CDATA[
         private function resize():void
                    if (dg.dataProvider)
                        var h:Number = dg.measureHeightOfItems( -1, dg.dataProvider.length);
                        dg.height = h;
         ]]>
    </mx:Script>
    <mx:DataGrid id="dg" width="530" horizontalCenter="0" verticalScrollPolicy="off"
            dataProvider="{dp}"
            wordWrap="true" variableRowHeight="true" showHeaders="false" dataChange="resize()" height="{dg.measureHeightOfItems(-1,dg.dataProvider.length)}" click="Alert.show(dg.rowCount.toString());">
            <mx:columns>
                <mx:DataGridColumn headerText="ID" width="50">
                    <mx:itemRenderer>
                        <mx:Component>
                            <mx:TextArea height="{Math.random()*100}" wordWrap="true" backgroundColor="{Math.random() * 16777216}" paddingTop="0" paddingBottom="0"/>
                        </mx:Component>
                    </mx:itemRenderer>
                </mx:DataGridColumn>
            </mx:columns>
        </mx:DataGrid>

    Thanks Harui, but it doesn't help. If the border is set it will help, but the very big problem is the empty rows that appear at the end of the datagrid... I can't find a way of measuring correctly the height of the itemRenderers!
    I'll update this thread if I manage to do it.

  • Dynamic Item Renderer

    Hello everyone,
    I used Catalyst to design my interaction and navigation and then use Flash Builder to add all my logic. Everything works as expected but i have one issue regarding my item renderer data list.
    Here is my issue : i set up an itemRenderer for a dynamic calendar filled by a database.
    Every schedule contain one to four workshops (data.ws, data.ws2. data.ws3 data.ws4) and are separated by a static bar (footerGroup)
    So, i am trying (since days now) to make this separate bar dynamic so there are no blank gap between repeated two schedules if there are less than 4 workshops.
    I reckon i need to code an actionscript "if statement" for the bar to move its Y according to workshops.
    Thanks for your help and guidance guys,
    i have a designer background and have some hard time to develop some special features
    End-user view without the dynamic bar:
    here's my Flash Builder code :
    <?xml version="1.0" encoding="utf-8"?>
    <s:ItemRenderer xmlns:s="library://ns.adobe.com/flex/spark"
                        xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:d="http://ns.adobe.com/fxg/2008/dt"
                        xmlns:flm="http://ns.adobe.com/flame/2008"
                        autoDrawBackground="false"
                        xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
         <![CDATA[
         ]]>
    </fx:Script>         
         <s:states>
              <s:State name="normal"/>
         </s:states>
         <s:RichText id="time"
                        x="5" y="20"
                        color="#2B4381" fontFamily="Arial" fontSize="20" tabStops="S0 S50 S100 S150"
                        text="{data.time}"/>
         <s:RichText id="subject"
                        x="160" y="20"
                        color="#2B4381" fontFamily="Arial" fontSize="20" tabStops="S0 S50 S100 S150"
                        text="{data.subject}"/>
         <s:RichText id="workshop"
                        x="5" y="60"
                        color="#000000" fontFamily="Arial" fontSize="20" fontWeight="bold" tabStops="S0 S50 S100 S150"
                        text="{data.ws}"/>
         <s:RichText id="workshop2"
                        x="5" y="100"
                        color="#2B4381" fontFamily="Arial" fontSize="20" tabStops="S0 S50 S100 S150"
                        text="{data.ws2}"/>
         <s:RichText id="workshop3"
                        x="5" y="140"
                        color="#2B4381" fontFamily="Arial" fontSize="20" tabStops="S0 S50 S100 S150"
                        text="{data.ws3}"/>
         <s:RichText id="workshop4"
                        x="5" y="180"
                        color="#2B4381" fontFamily="Arial" fontSize="20" tabStops="S0 S50 S100 S150"
                        text="{data.ws4}"/>
         <s:Group flm:knockout="false" rotation="90" x="520" y="232.3"
                    id="footerGroup">
              <s:Path data="M 0.199 0.952 C 0.119 -0.504 -0.109 1.737 0.062 0 C 0.205 0.196 0.311 0.479 0.199 0.952 Z" height="1.124" width="0.246" winding="nonZero" x="3.022" y="0">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 3.021 388.311 C 2.105 383.619 3.03 377.439 2.447 372.301 C 2.408 371.697 2.948 372.455 2.828 371.098 C 2.116 366.115 2.541 358.266 3.089 352.197 L 3.23 352.565 C 3.333 351.41 2.864 349.998 2.929 348.773 C 3.023 348.765 3.063 349.166 3.193 348.883 C 2.908 348.575 3.06 346.668 2.849 346.149 C 2.96 345.666 3.185 345.712 3.31 345.087 L 2.987 344.386 C 2.22 342.438 3.04 339.652 2.643 336.992 C 2.719 337.121 2.777 337.386 2.849 337.174 C 2.384 332.905 2.471 327.563 2.299 322.79 C 2.413 322.98 2.62 323.155 2.749 322.877 C 2.409 322.641 2.324 321.167 2.257 319.888 C 2.606 319.312 1.938 317.694 2.132 316.192 L 2.208 316.321 C 1.842 315.213 2.419 314.677 1.98 313.777 L 2.255 313.072 C 1.762 312.587 2.51 311.468 2.26 310.552 L 2.158 310.581 C 2.039 309.718 2.286 309.268 2.203 308.466 L 2.26 308.39 C 2.132 306.513 2.404 305.421 2.02 305.468 C 2.328 304.809 2.161 307.288 2.609 306.253 C 2.213 300.08 2.291 293.713 2.283 287.497 C 2.437 286.792 2.484 286.342 2.631 286.184 C 2.553 285.563 2.559 283.845 2.362 283.281 C 2.371 283.49 2.559 282.88 2.578 282.551 C 2.723 281.421 2.156 281.315 2.328 280.074 C 2.43 280.568 2.554 280.736 2.697 280.57 C 2.397 279.513 2.445 278.096 2.348 276.844 C 2.413 277.038 2.451 277.34 2.572 277.293 C 2.232 275.923 2.643 274.796 2.429 273.597 L 2.65 274.044 C 2.92 272.112 2.186 273.475 2.345 271.804 C 2.416 272.205 2.503 272.063 2.594 272.136 C 2.19 270.577 2.324 268.057 2.186 266.503 C 2.217 266.596 2.278 266.57 2.278 266.57 C 2.227 264.877 2.353 263.105 2.178 261.244 C 2.275 260.566 2.719 261.466 2.637 259.673 C 2.191 259.738 2.454 256.631 1.95 257.687 C 2.022 256.155 2.19 253.732 2.039 252.712 C 2.208 253.4 2.583 251.967 2.62 253.24 L 2.89 252.277 C 3.072 252.421 2.829 253.268 3.058 252.962 C 3.04 252.324 2.864 250.466 2.936 249.896 C 2.664 248.714 2.154 247.629 2.097 245.716 C 2.271 246.615 2.589 245.205 2.665 245.814 L 1.812 243.146 C 1.792 242.511 2.163 243.009 2.047 242.089 C 1.929 242.135 1.856 241.734 1.76 241.455 C 1.812 241.215 1.65 238.808 2.09 238.531 C 2.26 238.248 2.179 239.567 2.337 238.862 C 2.333 237.688 2.181 237.636 2.175 236.46 L 2.233 236.437 C 2.299 235.662 2.047 234.15 1.804 234.993 C 1.792 235.533 2.068 234.788 1.94 235.588 C 1.686 235.041 1.615 233.676 1.611 232.499 C 1.68 232.9 1.798 232.852 1.922 233.013 C 1.577 231.434 1.469 229.759 1.324 227.994 C 1.115 227.967 1.704 228.652 1.594 228.912 C 1.883 226.651 1.183 224.242 1.606 222.361 C 1.642 222.67 1.31 222.526 1.369 222.505 C 1.394 221.415 1.697 221.466 1.586 220.757 C 1.762 220.685 1.528 219.863 1.474 219.133 C 1.346 218.755 1.56 218.943 1.58 219.579 C 1.43 218.562 1.158 214.486 1.416 212.135 C 1.299 212.181 0.985 210.69 0.998 210.15 L 1.272 210.361 C 1.436 209.867 1.249 208.55 1.483 208.459 C 1.15 207.304 1.767 212.907 1.511 211.345 C 1.739 210.939 1.073 209.168 1.447 209.504 C 1.436 208.419 1.129 207.365 1.385 206.328 C 1.341 206.628 1.765 207.209 1.746 206.333 C 1.697 204.787 1.615 205.894 1.523 204.64 L 1.411 203.854 C 1.143 203.804 1.447 202.474 1.148 203.048 C 1.369 202.857 1.012 200.804 1.455 200.962 L 1.804 201.177 C 1.779 200.51 1.436 200.084 1.283 199.56 C 1.314 199.472 1.385 199.296 1.441 199.33 C 0.907 199.223 1.486 197.736 1.073 196.942 C 1.259 195.542 1.091 193.385 1.423 192.724 C 1.261 191.647 1.07 190.665 1.183 189.438 C 1.234 189.684 1.249 190.018 1.364 190.087 C 1.521 189.316 1.381 189.126 1.294 188.421 C 1.373 188.579 1.606 186.88 1.795 186.022 C 1.636 184.954 1.347 185.322 1.172 185.214 C 1.699 184.236 0.832 182.193 1.31 180.969 C 1.383 181.34 1.569 182.531 1.701 181.64 C 2.227 180.662 1.313 179.668 1.565 178.093 L 1.129 178.479 C 1.399 177.776 0.874 176.159 1.319 176.319 C 1.162 175.792 1.465 174.46 1.038 174.635 C 1.399 172.047 0.82 168.337 1.586 166.747 C 1.513 166.376 1.587 165.449 1.367 165.639 C 1.13 166.255 1.537 166.5 1.376 166.73 C 1.363 166.396 1.246 166.325 1.187 166.289 C 1.284 165.484 1.314 164.852 1.67 165.611 C 1.933 163.821 0.944 163.764 1.112 161.484 C 1.288 161.587 1.354 161.414 1.326 160.747 L 1.024 159.482 C 1.095 158.009 1.426 158.645 1.724 158.608 C 1.674 157.821 1.687 156.858 1.465 156.499 L 1.84 155.543 C 1.569 156.242 1.659 154.895 1.587 154.525 L 1.659 154.895 C 1.787 154.751 1.709 153.839 1.671 153.377 C 1.486 153.488 1.411 154.418 1.357 154.925 C 1.225 154.523 1.256 153.896 1.101 153.362 C 1.394 153.539 1.31 152.078 1.341 151.453 C 1.404 150.735 1.078 150.643 1.088 150.434 C 1.24 150.415 1.113 149.262 1.326 149.821 C 1.376 150.066 1.179 150.381 1.313 150.786 C 1.426 150.313 1.691 150.368 1.498 149.385 C 1.352 148.646 0.919 149.574 1.103 148.173 C 1.177 148.54 1.294 148.607 1.399 148.895 L 1.552 147.579 L 1.284 147.522 C 1.352 147.345 1.376 147.468 1.411 147.388 C 1.13 146.994 1.324 145.38 1.008 145.082 C 0.979 144.419 1.193 143.685 1.223 143.051 L 1.247 143.173 C 1.404 142.398 1.301 141.37 1.12 140.72 L 1.179 140.754 C 1.2 140.331 1.158 139.333 1.001 138.801 C 1.202 137.734 2.01 138.444 1.674 137.262 C 1.664 136.179 1.183 135.564 1.012 135.999 C 1.193 134.053 0.757 131.84 1.172 130.035 C 1.064 129.754 0.996 129.932 0.932 129.354 C 1.038 126.494 0.616 123.315 1.141 121.039 C 1.254 121.867 1.41 121.094 1.56 121.077 C 1.322 120.393 1.809 120.254 1.399 120.009 C 1.158 120.076 1.041 120.009 0.943 120.813 C 0.813 119.107 0.813 116.513 1.038 115.566 C 0.927 116.04 0.853 115.672 0.78 115.301 C 1.166 115.423 1.223 114.165 1.088 113.213 L 0.853 113.08 L 1.095 112.459 C 1.019 112.094 0.602 112.056 0.827 111.112 C 0.919 111.062 1.012 111.007 1.078 110.833 C 0.886 109.85 0.56 108.46 0.76 107.393 L 1.101 106.518 C 1.064 106.062 0.857 105.291 0.76 106.096 C 0.966 104.271 0.991 103.098 1.288 102.52 C 0.566 99.378 0.537 94.817 0.588 91.165 L 0.763 91.275 C 0.928 90.293 0.457 90.764 0.579 90.08 C 0.746 90.397 0.943 89.333 1.148 90.104 C 1.334 88.699 0.844 88.294 0.763 87.382 C 0.533 87.242 0.912 88.116 0.619 87.94 C 0.537 87.783 0.799 85.997 0.45 85.779 C 0.587 85.427 0.844 85.701 0.985 85.892 L 0.815 85.034 C 1.223 83.985 1.545 87.424 2.047 86.322 L 1.993 85.532 C 2.357 84.776 2.404 87.622 2.53 85.638 C 2.357 84.776 1.851 84.042 1.697 84.809 C 1.6 83.016 0.865 83.979 0.894 82.051 C 1.099 81.525 0.943 83.595 1.23 83.223 C 1.512 82.315 1.073 81.402 1.172 80.594 C 1.041 81.491 0.687 80.733 0.623 80.153 C 0.789 79.174 0.954 80.791 0.99 79.401 C 0.789 79.174 0.637 77.897 0.497 79 C 0.04 78.498 0.623 77.557 0.269 76.801 C 0.592 76.349 1.012 78.23 1.173 76.703 C 0.863 76.946 0.752 74.822 0.294 75.629 C 0.382 75.031 0.626 74.968 0.815 75.402 C 1.007 74.55 0.251 73.332 0.865 73.051 L 0.549 72.758 C 0.651 72.489 0.73 72.107 0.9 71.67 C 0.906 70.919 0.47 69.246 0.949 69.314 C 0.9 69.073 0.921 67.355 0.592 68.018 C 0.39 69.086 0.832 69.246 0.386 69.842 C 0.75 69.086 0.338 68.301 0.216 67.684 L 0.4 67.583 C 0.328 67.216 0.369 66.369 0.169 66.139 C 0.274 66.422 0.4 66.273 0.445 65.982 L 0.164 65.596 C 0.023 64.104 0.658 65.243 0.576 63.791 L 0.795 64.896 C 0.748 64.652 1.012 64.158 0.924 63.462 C 0.667 63.191 0.358 62.685 0.159 62.452 C 0.047 61.633 0.449 62.085 0.185 61.278 L 0.494 62.334 C 0.579 62.495 0.919 61.623 0.912 60.529 C 0.822 59.83 0.452 58.745 0.311 59.848 C 0.306 59.298 0.464 58.529 0.651 58.965 C 0.562 57.721 0.375 59.129 0.216 58.057 C 0.387 57.618 0.631 56.25 0.879 55.426 L 1.308 56.545 L 1.313 55.802 C 1.657 56.765 1.575 55.313 1.938 55.857 C 1.994 55.348 1.871 54.731 1.776 54.24 C 1.195 55.729 0.982 52.574 0.452 53.007 C 0.306 50.968 1.741 51.731 0.912 49.606 C 0.773 49.954 0.37 48.953 0.523 50.237 C 0.581 48.97 -0.008 49.375 0.211 47.881 C 0.429 48.987 0.748 46.692 1.064 48.29 C 0.889 48.185 0.931 49.184 0.979 49.429 C 1.183 48.907 1.513 49.536 1.513 48.239 C 1.464 47.448 1.453 46.362 1.177 46.522 C 0.873 46.553 1.209 47.729 0.902 47.222 C 0.797 45.645 1.259 45.381 0.72 44.729 C 0.762 45.726 0.45 45.975 0.241 45.955 L 0.115 44.799 L 0.316 45.023 C 0.462 43.164 -0.049 44.474 0.005 42.675 L 0.403 41.83 C 0.746 42.259 0.251 44.448 0.809 44.127 C 0.832 42.957 0.549 42.569 0.692 41.467 L 0.804 42.29 C 0.822 41.87 1.563 41.454 1.13 39.786 C 0.961 38.925 0.931 39.559 0.721 39.537 C 0.658 37.658 0.445 37.097 0.412 35.887 C 0.82 36.136 0.452 33.748 0.869 35.085 C 0.631 35.699 0.654 38.416 1.043 39.081 C 1.527 38.397 0.974 40.557 1.465 40.958 C 1.476 39.453 1.952 39.526 2.263 39.284 C 2.286 38.866 2.154 38.46 2.105 38.211 C 1.812 38.034 1.816 38.581 1.513 38.612 C 1.594 36.932 1.43 35.313 1.143 34.386 C 1.289 33.824 1.582 34.002 1.611 34.667 C 1.523 32.667 1.563 30.531 1.652 28.63 C 1.173 29.859 1.54 26.513 1.141 27.351 C 1.033 28.369 0.692 29.243 0.478 28.681 C 0.509 28.046 0.687 28.702 0.79 28.437 C 0.528 27.626 1.209 27.178 0.797 26.382 C 0.951 28.209 1.381 26.737 1.756 27.072 C 1.545 25.755 2.022 27.129 2.022 25.825 C 1.814 24.514 1.65 22.9 1.569 21.442 C 1.924 19.609 1.575 16.799 1.56 15.163 C 1.751 14.306 2.175 14.886 2.249 13.958 C 2.24 12.866 1.792 14.766 1.985 13.151 L 2.069 13.307 C 1.972 12.817 2.357 10.345 1.748 9.868 L 2.208 10.366 C 2.25 10.065 2.144 9.786 2.095 9.537 C 2.245 9.524 2.381 9.173 2.479 9.663 C 2.796 8.667 2.429 7.571 2.416 6.488 L 2.144 7.185 C 1.931 5.331 2.201 4.09 2.105 2.295 L 2.372 2.35 L 2.213 1.282 C 2.471 1.543 2.637 0.564 2.421 0 L 3.072 2.774 C 2.916 3.545 2.752 1.932 2.489 2.416 C 2.26 2.827 2.333 4.486 2.589 4.754 C 2.618 4.119 2.559 4.09 2.463 3.596 C 2.834 3.387 2.819 4.352 3.066 4.829 C 3.052 4.495 3.164 4.022 3.047 3.95 C 3.227 4.604 3.256 5.264 3.264 6.353 C 3.119 5.616 3.035 6.754 2.929 6.475 C 3.256 6.562 3.356 7.603 3.264 8.95 C 2.887 9.91 3.508 11.477 3.403 13.037 C 3.072 12.404 2.807 11.595 2.674 10.647 C 2.509 11.627 2.683 11.736 2.517 12.718 C 2.763 13.193 3.14 13.531 3.291 14.808 L 3.047 14.878 C 3.172 16.035 3.533 16.035 3.464 17.509 C 3.345 20.034 3.345 22.632 3.314 24.56 L 3.071 24.632 C 3.592 25.705 3.263 28.204 3.494 29.648 C 3.26 32.104 3.726 34.981 3.306 36.239 C 3.494 40.574 3.678 44.363 3.588 48.852 L 3.234 48.096 C 3.494 48.9 3.03 48.62 3.083 49.409 C 3.365 48.501 3.45 50.503 3.667 51.059 C 3.391 53.058 3.692 55.625 3.939 57.397 L 3.696 57.466 C 4.153 59.256 3.752 61.395 3.678 63.626 C 3.576 63.882 3.347 64.285 3.375 64.95 C 3.768 66.16 3.74 66.793 3.986 68.568 C 3.986 69.865 3.889 71.97 3.736 73.287 C 4.289 78.164 3.935 83.145 4.267 88.214 L 3.982 88.579 C 4.594 93.494 4.038 99.538 4.352 103.733 L 3.863 103.328 C 3.714 104.644 3.991 106.326 4.338 105.99 C 4.188 107.31 4.575 109.281 4.173 110.12 C 4.083 111.467 4.399 111.769 4.465 112.89 C 4.279 115.588 4.322 116.589 4.413 119.133 L 4.443 118.501 C 4.336 118.223 4.129 118.197 4.096 118.831 C 4.234 119.781 3.966 122.322 4.549 121.377 C 4.213 124.092 4.823 127.711 4.369 130.354 C 4.528 130.13 4.558 130.797 4.666 131.076 C 4.674 133.459 4.347 135.966 4.619 137.865 C 4.54 138.243 4.347 137.262 4.331 138.233 C 4.393 138.808 4.54 138.243 4.629 138.953 C 4.927 142.814 4.322 146.771 4.399 150.279 C 4.707 156.521 4.552 163.031 4.603 169.011 L 4.486 168.943 C 4.933 170.944 4.027 173.641 4.701 175.238 C 4.59 175.712 4.648 177.046 4.423 176.695 C 4.739 178.289 4.125 181.158 4.527 183.464 C 4.537 183.253 4.513 183.131 4.464 182.886 C 4.205 185.214 4.558 187.269 4.324 189.726 C 4.273 189.477 4.237 189.022 4.12 188.949 C 3.895 189.899 4.615 191.199 4.05 191.719 C 4.054 192.264 4.334 192.107 4.317 191.773 C 4.096 197.153 4.458 202.896 4.587 208.495 C 4.249 212.506 3.635 208.739 4.056 211.904 C 3.948 212.164 4.272 212.092 4.155 212.135 C 4.313 213.359 3.525 214.043 3.82 214.892 C 4.167 214.541 4.014 215.458 4.225 215.482 C 4.001 217.937 3.687 218.428 3.951 220.364 L 3.768 220.219 C 4.284 222.488 4.008 225.118 4.603 227.033 C 4.712 239.549 5.041 251.545 5.11 263.748 C 4.997 275.81 5.263 287.619 4.947 299.869 C 4.469 302.738 4.481 302.953 4.676 306.105 C 4.598 305.977 4.58 305.78 4.507 305.991 C 4.9 306.147 4.545 308.21 4.92 308.51 C 4.846 313.039 4.955 317.21 4.957 321.87 C 4.915 321.133 4.594 320.764 4.619 321.64 L 4.871 322.554 L 4.76 322.704 C 4.818 323.304 5.013 323.956 5.139 323.337 C 5.479 335.042 4.691 346.557 4.787 358.021 C 4.623 360.742 4.773 364.616 4.853 367.576 C 4.33 376.342 3.906 384.244 4.272 393.151 C 4.272 393.151 3.256 391.988 3.021 388.311 Z" height="464.274" width="5.229" winding="nonZero" x="0" y="4.637" id="footer">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.565 0.015 C 0.369 0.328 0.261 1.347 0 0.534 C 0.184 0.433 0.39 -0.09 0.565 0.015 Z" height="0.992" width="0.565" winding="nonZero" x="2.694" y="3.177">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.224 0.443 C 0.282 0.479 0.144 0.832 0.112 0.918 C 0.097 0.583 -0.068 0.268 0.033 0 C 0.048 0.342 0.142 0.289 0.224 0.443 Z" height="1.084" width="0.239" winding="nonZero" x="1.011" y="34.817">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.335 2.472 C 0.16 2.367 0.021 0.878 0 0 L 0.335 2.472 Z" height="2.919" width="0.335" winding="nonZero" x="0.783" y="40.641">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.225 0.357 C 0.076 0.916 -0.004 0.762 0 0.008 C 0.093 -0.046 0.14 0.203 0.225 0.357 Z" height="0.818" width="0.225" winding="nonZero" x="0.172" y="50.798">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.199 0.02 C 0.203 0.559 0.101 0.827 0 1.089 C 0.15 1.07 -0.094 -0.159 0.199 0.02 Z" height="1.286" width="0.199" winding="nonZero" x="0.596" y="51.739">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.095 0.038 C 0.108 0.376 0.254 1.108 0.06 1.423 C 0.195 1.07 -0.162 -0.224 0.095 0.038 Z" height="1.681" width="0.159" winding="nonZero" x="0.192" y="68.345">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.219 0 C 0.207 0.211 0.176 0.298 0.224 0.542 C 0.144 0.931 0.016 0.521 0 0.194 L 0.219 0 Z" height="0.825" width="0.224" winding="nonZero" x="0.332" y="76.116">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.087 0.708 L 0 0 L 0.174 0.104 L 0.087 0.708 Z" height="0.836" width="0.174" winding="nonZero" x="1.167" y="215.937">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.192 0 C 0.301 0.705 0.028 0.49 0.001 0.608 C -0.017 -0.029 0.217 0.845 0.192 0 Z" height="0.718" width="0.219" winding="nonZero" x="1.072" y="278.409">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
              <s:Path data="M 0.005 0.215 L 0 0 L 0.359 0.071 L 0.005 0.215 Z" height="0.254" width="0.359" winding="nonZero" x="2.133" y="311.389">
                   <s:fill>
                        <s:SolidColor color="#202020"/>
                   </s:fill>
              </s:Path>
         </s:Group>
         <s:transitions>
              <s:Transition fromState="normal" toState="hovered" autoReverse="true">
                   <s:Parallel>
                        <s:Parallel target="{time}">
                             <s:Move duration="0" autoCenterTransform="true"/>
                             <s:Resize duration="0"/>
                        </s:Parallel>
                        <s:Parallel target="{subject}">
                             <s:Fade duration="0"/>
                        </s:Parallel>
                        <s:Parallel target="{workshop}">
                             <s:Fade duration="0"/>
                        </s:Parallel>
                        <s:Parallel target="{workshop2}">
                             <s:Fade duration="0"/>
                        </s:Parallel>
                        <s:Parallel target="{workshop3}">
                             <s:Fade duration="0"/>
                        </s:Parallel>
                        <s:Parallel target="{workshop4}">
                             <s:Fade duration="0"/>
                        </s:Parallel>
                        <s:Parallel target="{footerGroup">
                             <s:Fade duration="0"/>
                        </s:Parallel>
                   </s:Parallel>
              </s:Transition>
         </s:transitions>
    </s:ItemRenderer>

    Wouldn't I then just get one image? Whereas what I want is if
    the value = 1, display 1 image. If the value = 2, display 2 images.
    Thus creating a bar of images.
    Im actually having trouble adding multiple images to the HBox
    in the itemRenderer.

  • Progress Bars

    Hello All
    I've been trying to get a progress bar to appear in a cell in a JTable. The Progress bar is to monitor the progress of a file copier i have written.
    At the moment i have a class that does the copying with a ProgressMonitorInputStream <- pretty sure this is wrong...
    and a JProgressBar <- the first parameter of the ProgressMonitorInputStream is my JProgressBar....
    I don't like giving in to the fact that i can't do it so if anybody could point me in the right direction... even a clue? I'd be very grateful.
    Frustratedly
    Fuzzy

    JTable has a cell editor which by default has a text field as the editor component and a default cell renderer which inherits from JLabel.
    One could extend this two inorder to change the cell appearance.

Maybe you are looking for