[svn:osmf:] 16553: Only update current time if not buffering.

Revision: 16553
Revision: 16553
Author:   [email protected]
Date:     2010-06-14 11:31:37 -0700 (Mon, 14 Jun 2010)
Log Message:
Only update current time if not buffering.  Addresses FM-912.
Ticket Links:
    http://bugs.adobe.com/jira/browse/FM-912
Modified Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/view/MainWindow.as

clemensg wrote:
But the majority is still very old.
The bash version used in Mavericks is 6 years old.
That is a completely different issue. Bash, and a few other key pieces of open source software, switched to the GPLv3 license sometime in 2007. That license was designed specifically to keep Apple from using the software.
The version of bash on Mavericks is all that you will ever, ever get unless you build your own. I suggest trying out zsh which is under no such licensing contraints. The lastest version of zsh is included in Mavericks.
Do you think it helps to create a feature request to update OpenSSL, etc. at radar.apple.com ? (I am thinking about Mac OS X 10.10)
That would be a good idea. While I understand Apple's approach, it isn't great from a marketing perspective. Apple really does need to switch to the latest OpenSSL, even if only for appearance's sake.

Similar Messages

  • [svn:osmf:] 14903: ChromeLibrary update:

    Revision: 14903
    Revision: 14903
    Author:   [email protected]
    Date:     2010-03-22 05:28:17 -0700 (Mon, 22 Mar 2010)
    Log Message:
    ChromeLibrary update:
    Unbinding chrome font and visuals from the ChromeLibrary project,
    Introducing asset loaders, that can load imagery and fonts either from file, or from embedded tags,
    Introducing AssetsManager, a class that loads a set of assets, exposing loaded assets by a string identifier,
    Introducing a number of 'resource' classes, used by assets loaders to determine the type of asset to load,
    Introducing a number of 'asset' classes, used by assets loaders to export their loaded content to, as well as by widgets to reference an asset.
    Introducing AssetsParser, a class that translates XML formatted assets definitions into a set of resource classes.
    Introducing Scale9Bitmap that allows usage of a scale9 rectangle on bitmaps,
    Changing all widgets to be LayoutTargetSprite derived, enabling them to be laid out using the OSMF layout APIs.
    Extending Widget with child management functions, allowing any widget to have children.
    Introducing WidgetsParser, a class that translates XML formatted widget definitions into a set of Widget classes.
    Introducing Configuration, a class that loads an XML file that contains asset- and widget definitions, and sets up an assets manager if so desired.
    Updating both OSMFPlayer and ControlBarPlugin projects to provide their own chrome visuals and fonts using the new configuration system. OSMFPlayer uses run-time asset loading (meaning that all assets are to be uploaded to server alongside the player SWF), and ControlBarPlugin uses embedded resources.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/.project
        osmf/trunk/apps/samples/framework/OSMFPlayer/html-template/index.template.html
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/Preloader.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/eject_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenEnter_disabled.p ng
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenEnter_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenEnter_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenLeave_disabled.p ng
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenLeave_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/fullScreenLeave_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/live_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/live_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/live_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/pinUp_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/pinUp_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/pinUp_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/play_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityIncrease_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/quality_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/quality_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/quality_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/record_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/soundMore_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/src/ControlBarElement.as
        osmf/trunk/apps/samples/plugins/ControlBarPluginSample/.project
        osmf/trunk/libs/ChromeLibrary/.actionScriptProperties
        osmf/trunk/libs/ChromeLibrary/.flexLibProperties
    Added Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/assets source/
        osmf/trunk/apps/samples/framework/OSMFPlayer/assets source/assets.ai
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/PlayerConfiguration.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/configuration.xml
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/cancel_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/cancel_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/cancel_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/submit_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/submit_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/submit_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/Standard0755.swf
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/Standard0755_readme.txt
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/backDrop.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/configuration.xml
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/pause_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/pause_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/pause_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/play_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/play_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/play_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubBarTrack.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubber_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubber_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/scrubber_up.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/stop_disabled.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/stop_down.png
        osmf/trunk/apps/samples/plugins/ControlBarPlugin/assets/stop_up.png
        osmf/trunk/libs/ChromeLibrary/org/
        osmf/trunk/libs/ChromeLibrary/org/osmf/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Asset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetLoader.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/AssetsManager.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/BitmapResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/DisplayObjectAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/FontResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/Scale9Bitmap.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolAsset.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/assets/SymbolResource.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/AssetsParser.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/Configuration.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/LayoutAttributesParser.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/configuration/WidgetsParser.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/events/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/events/ScrubberEvent.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/metadata/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/metadata/ChromeMetadata.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/AuthenticationDialog.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/AutoHideWidget.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/ButtonWidget.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/ContextMenuOverlay.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/EjectButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/FadingLayoutTargetSprite.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/FullScreenEnterButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/FullScreenLeaveButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/LabelWidget.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/LiveButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PauseButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PinDownButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PinUpButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PlayButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/PlayableButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityDecreaseButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityIncreaseButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityLabel.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/QualityModeToggle.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/RecordButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/ScrubBar.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/Scrubber.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/SoundLessButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/SoundMoreButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/StopButton.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/URLInput.as
        osmf/trunk/libs/ChromeLibrary/org/osmf/chrome/widgets/Widget.as
    Removed Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/Configuration.as
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/controlBarBackdrop.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/minus_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/minus_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/minus_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/plus_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/plus_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/plus_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityAuto_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityAuto_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityAuto_up.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityManual_disabled.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityManual_down.png
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/images/qualityManual_up.png
        osmf/trunk/libs/ChromeLibrary/assets/
        osmf/trunk/libs/ChromeLibrary/src/

  • [svn:osmf:] 10364: Latest updates to the Dynamic Streaming sample app , and a few bug fixes.

    Revision: 10364
    Author:   [email protected]
    Date:     2009-09-17 14:49:03 -0700 (Thu, 17 Sep 2009)
    Log Message:
    Latest updates to the Dynamic Streaming sample app , and a few bug fixes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/.project
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/ParallelSwitchableTra it.as
    Property Changed:
        osmf/trunk/libs/adobe/NetMocker/
        osmf/trunk/libs/adobe/StrobeUnit/

    Thanks 
    Now we can call and game at the same time
    Life is a train. You can choose your path choice, but you can not choose when the track will end...
    Where will the track take you?
    If my post has answered your question. Please mark it as an answer.

  • [svn:osmf:] 15867: asdocs: Update to accomodate generating OSMF for Flex 4. 0 asdocs from OSMF 1.0 source with as few changes as possible.

    Revision: 15867
    Revision: 15867
    Author:   [email protected]
    Date:     2010-05-02 19:36:51 -0700 (Sun, 02 May 2010)
    Log Message:
    asdocs: Update to accomodate generating OSMF for Flex 4.0 asdocs from OSMF 1.0 source with as few changes as possible.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/display/ScaleMode.as

    bringrags wrote:
    We do indeed recommend replacing the osmf.swc from a Flex 4 project if you're going to use OSMF in Flex 4, but you may (will?) run into issues if you attempt to use Flex's VideoPlayer within that project.  Note also that you'll need to replace osmf.swc for each individual project (or edit your flex-config.xml file to point to the updated SWC).
    In terms of future plans, we are working closely with the Flex team to ensure that their next release ships with the latest OSMF version.  No ETA on that though.
    I have followed the recommendations and removed the old version of swc and replaced it with the release version. And so far the video and audio players work fine without errors.
    But looking at the flex-config.xml I see that it still points to the old version.
    <!-- OSMF SWC -->
        <runtime-shared-library-path>
    <path-element>libs/osmf.swc</path-element>
    <rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.14159/osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
    <rsl-url>osmf_flex.4.0.0.13495.swz</rsl-url>
    <policy-file-url></policy-file-url>
    </runtime-shared-library-path>
    Could you elaborate a little bit more on editing this part of flex-config.xml?
    Thanks,
    FTQuest

  • [svn:osmf:] 13236: Additional updates for ViewTrait API changes.

    Revision: 13236
    Revision: 13236
    Author:   [email protected]
    Date:     2009-12-30 23:19:55 -0800 (Wed, 30 Dec 2009)
    Log Message:
    Additional updates for ViewTrait API changes.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/posterframe/RTMPPosterF rameElement.as
        osmf/trunk/apps/samples/framework/HTMLGatewaySample/HTMLGatewaySample.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld4.as
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeMediaTraitFactory.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ListenerProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/swf/SWFElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/DisplayObjectTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/MediaTraitBase.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/MediaTraitType.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/OSMFStrings.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithD isplayObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithDis playObjectTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/gateways/TestRegionGateway.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/layout/TestMediaElementLayoutTarget. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamDisplayObjectTrait. as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestListenerProxyElementAsSu bclass.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/content/TestContentElementInt egration.as
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/adapter/MASTAdapter.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelDisplayObjectTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialDisplayObjectTrait.as
    Removed Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewTrait.as

    In reference to this change in the Custom Reports... Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    What is the customer confusion we are trying to stop here? I've got even more confused customers at the moment because all of a sudden they can't find the export to excel option but know it exists if they log in on a PC?
    Mark

  • [svn:osmf:] 14823: Fix bug where canPause was not set to false for live streams.

    Revision: 14823
    Revision: 14823
    Author:   [email protected]
    Date:     2010-03-17 10:51:40 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where canPause was not set to false for live streams.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as

    Thanks for looking at this post. We have resolved the issue for ourselves by working with our DBAs to narrow down where the problem actually started. We found that the particular SQL we were looking at was not the issue. In a chart on a subsequent page (via a click through), we were actually running into where apex was starting to consuming memory but we were catching it later.
    What we found was that when we had a chart query that was SQL containing a pipeline function, the memory usage went up. And within 10 minutes, the server would crawl to a halt. To release the memory, the DBAs would have to bounce the Apex instance. When I changed the query to be a function returning SQL, the problem stopped. I don't know what the correlation was between SQL and moving to a PL/SQL function returning SQL.
    I am not even 100% positive of the pipeline function being the cause. I only know that this started happening about the same time as when I implemented the pipeline function. I understand you are leery of a one-second function/query running up that kind of utilization. No one here believed me either (including me really). We figured it HAD to be a coincidence. But once I changed the query from SQL to a function returning PL/SQL, our problem went away.
    Thanks to all who looked at and thought about this.
    Walter

  • New version of WSP added to farm, only updated on WFE and not on APP server

    I have a farm consisting of 1 WFE, 1 APP, and 1 SQL server.
    One of my developers (I know I know) needed to update their WSP. They retracted, deleted, and readded and deployed successfully. They ran their workflow, the logs on the APP server were showing traces of the old solution.
    We're thinking that it deployed properly to the WFE but not the APP server.
    The SharePoint Timer Job was restarted several times, still a problem.
    I've checked the ULS logs but nothing is jumping out yet.
    Any suggestions on what to check appreciated.
    Thanks,
    Scott

    Hi Scott,
    With timer service and SharePoint Foundation Administrative web service running on the WFE servers, the farm solution will be deployed to the WFE servers which run the two services.
    So as APP server does not run the SharePoint Foundation Administrative web service, so the solution cannot be deployed to the APP server.
    You are correct, it is not recommended to run the SharePoint Foundation Administrative web service in APP server in case of just running the service applications in the APP server.
    So you need to install the solution in APP server separately.
    However if the solutions are used for web applications, you can choose to not install the solution in APP server.
    More references:
    http://msdn.microsoft.com/en-us/library/office/aa544500(v=office.14).aspx#sectionSection2
    http://technet.microsoft.com/en-us/library/cc262995(v=office.14).aspx
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • 10.9.2 update. Time machine not backing up.

    I updated to the 10.9.2 and my timemachine will not back up. The "preparing backup" appears to take longer than 20 minutes. Is there anything I can do to rectify the problem? or Is this just like starting anew?

    Same problem here. Since 10.9.2 I have the same issue with Time Machine. It gets stuck on 'prepairing backup', even for days... Sometimes it is working within a minute after 'prepairing', sometimes it doesn't... Mostly it doesn't.
    I tried al lot of things : repairing permissions, formatting backup drives en started over... again and again...
    @Eric, i've read the site you referred. Unfortunately it seems not to be working...
    I knew that site already.
    This is really an issue since 10.9.2.

  • I'm trying to wipe out everything off my Macbook Pro.  When I get to the disc utility, the erase tab only erases current available space, not all data.  Can anyone help?

    I'm trying to erase everything off my MacBook Pro to transfer the computer to a new owner.  When I get to the disc utility, the only option is to erase "empty space," not entire contents.  Can anyone help?

    Try OS X: How to erase and install - Apple Support

  • [svn:osmf:] 13455: WebPlayer: Fixing full screen button not showing.

    Revision: 13455
    Revision: 13455
    Author:   [email protected]
    Date:     2010-01-12 10:59:01 -0800 (Tue, 12 Jan 2010)
    Log Message:
    WebPlayer: Fixing full screen button not showing.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/FullScreenEnterButto n.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/FullScreenLeaveButto n.as

    I am not sure what's happening with IE9 (no live site) but I had real problems viewing your code in Live View - until I removed the HTML comment marked below. Basically your site was viewable in Design View but as soon a I hit Live view, it disappeared - much like IE9. See if removing the comment solves your issue.
    <style type="text/css">
    <!-- /*Remove this */
    body {
        margin: 0;
        padding: 0;
        color: #000;
        background:url(Images/websitebackgroundhomee.jpg) repeat scroll 0 0;
        font-family: David;
        font-size: 15px;
        height:100%;

  • [svn:osmf:] 11069: Minor API change: Use Vector not Array for MediaElement. get traitTypes.

    Revision: 11069
    Author:   [email protected]
    Date:     2009-10-21 16:52:10 -0700 (Wed, 21 Oct 2009)
    Log Message:
    Minor API change: Use Vector not Array for MediaElement.get traitTypes.  Approved by dev team. Should be no impact to sample apps, unit tests, or test apps.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ProxyElement.as

    Revision: 11069
    Author:   [email protected]
    Date:     2009-10-21 16:52:10 -0700 (Wed, 21 Oct 2009)
    Log Message:
    Minor API change: Use Vector not Array for MediaElement.get traitTypes.  Approved by dev team. Should be no impact to sample apps, unit tests, or test apps.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ProxyElement.as

  • Razor at current time indicator not working in cs4

    Hi!
    I can't seem to get the keyboard shortcut ctrl+K to work in Premiere CS4. Anyone else had the same problem?
    Thanks!

    Seems this is a good thing in CS4.
    In CS3, you can split tracks that you didn't want split if you are not careful, so this seems like a very good new thing they added.
    Dave.

  • How to only update existing records when loading master data ?

    Hello experts, I need your lights one more time.
    Here is my need :
    I have created an infoobject (IO) which is a very simple version of 0material, let's call it Znewmat --> Znewmat has material type and trademark as attributes, those two fields are available in 2 different datasources :
    - 0MATERIAL_ATTR for material type (field MTART)
    - 0MAT_SALES_ATTR for trademark (field MVGR2)
    When loading my new IO from 0MATERIAL_ATTR I use a filter (at DTP level) to get only a few material types (I get something like 1000 records),
    here is my issue : when I load from 0MAT_SALES_ATTR the field "material type" is not available to keep the same filter as for 0MATERIAL_ATTR and existing records are updated with the trademark, but I also get 5000 records I don't need, and my master data is "polluated" with useless lines.
    *and my question : is there a way while performing the second loading to ONLY UPDATE EXISTING RECORDS AND NOT ADD ANY
    NEW RECORDS ? (i didn't find anything in main options of my DTP)*
    (I'd like to avoid the solution to update the 0MAT_SALES_ATTR datasource to add the missing field)
    Thanks in advance for any help, points will be distributed.
    Guillaume P.
    Still no idea ?

    in the start routine of transformation from 0MAT_SALES_ATTR to znewmat do the following:
    select materials from /BIC/PZNEWMAT into i_mat
    for all entries in source_package where material eq source_package-material.
    loop at source_package.
    p_ind = sy-tabix.
    read table i_mat with key material = source_package-material.
    if sy-subrc ne 0.
    delete i_mat index p_ind.
    endif.
    this way you'll only update records that have previously been loaded by 0MATERIAL_ATTR DS
    loading sequence:
    first load ZNEWMAT from 0MATERIAL_ATTR. then activate ZNEWMAT. then load 0MAT_SALES_ATTR to ZNEWMAT.
    M.

  • How to Compare day and night based on current time

    Hi,
    Day starts 08:00 -18:00(start time-end time)
    Night starts 18:00-08:00(st-et)
    for day it's easy I compare current time between st and et in logs table.
    for night if I use the same the process it falls after midnight coz current time is not in between st and et. 
    Example : 00:00 between 18:00 and 08:00.
    To over come above I stared comparing with datetime.
    for day it's fine.
    for night , it inserts one log at 18:00 and updates till 23:59, after 00:00 it's not updating and adds new record then problem starts.
    can anyone give me some idea how to handle this please?
    Cheers :)

    create table #t (st time, et time)
    insert into #t values ('08:00','18:00')
    insert into #t values ('18:00','08:00')
    declare @time time='00:00';
    select st, et from #t
    where case when @time='00:00' then '23:59'
    else @time end >st and et< st
    or @time between st and et
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Set up Current Time on WRT54GS

    Please help me with the time setup on the router.
    The Route Manual comments that Current Time on the Status Page is "as you set it up on the Set Up Page", but there is no Time Setup there, except for the time zone and auto adjust for day-time savings.
    Thanks.
    S.V.B.

    Sorry, that does not work.
    Current time is not available, even though the items you suggest have been selected for a long time (I'm just now paying attention because it seems having current time is required for internet access restriction rules to work).
    I have upgraded firmware with no effect.
    The only specifics of how I use it - I disabled HDCP on this router, I use it as an access point basically.
    Any ides?
    Thanks.
    SVB

Maybe you are looking for