[svn:osmf:] 13033: Adjust MediaPlayer' s stop implementation to take advantage of the new PlayTrait method.

Revision: 13033
Revision: 13033
Author:   [email protected]
Date:     2009-12-16 21:36:33 -0800 (Wed, 16 Dec 2009)
Log Message:
Adjust MediaPlayer's stop implementation to take advantage of the new PlayTrait method.  Fixes bug where playable media would auto-loop even if loop was false.
Modified Paths:
    osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
    osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as

Hi DST
This is a great effort and gesture. thank you on behalf of all the newbies.
PJ

Similar Messages

  • [svn] 2905: Changes to allow UIComponent to take advantage of the new bindable filters (bindable wrappers around DropShadowFilter, GlowFilter, etc.

    Revision: 2905
    Author: [email protected]
    Date: 2008-08-19 13:45:59 -0700 (Tue, 19 Aug 2008)
    Log Message:
    Changes to allow UIComponent to take advantage of the new bindable filters (bindable wrappers around DropShadowFilter, GlowFilter, etc. that will force the filter stack to be re-evaluated when one or more of the filter parameters change). Checkin-tests: PASS
    Reviewer: Jason
    Bugs: SDK-16311
    QA: Yes
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16311
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/BevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/BlurFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/ColorMatrixFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/ConvolutionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/DisplacementMapFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/DropShadowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/GlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/GradientBevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/GradientFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/GradientGlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as
    flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/tools/dependencychecker/flex/tools/dependencychecker/FrameworkSwcDependenc yRules.java
    Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/IBitmapFilter.as
    Removed Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/BaseFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/filters/IBitmapFilter.as

  • How to tell Apple  to stop harrasing users to update to the new iWork

    I am reposting my reply in one of the discussions on iWork here as a new thread, hoping to get more direct help with my renewed concerns about iWork update.
    We all have our own field of profession, our own workload and deadlines to meet.... I don't think it's ethical for Apple to dump that responsibility to users.
    It's Apple's responsibility to make sure their updates don't leave out the features that users of the old version had invested their precious time / money in -- especially if Apple relentlessly pushes users to upgrade 
    It's been **** ever since my upgrade to new iWork. Long story short, I was back to iwork 9, after many trips to apple store, many hours reading and trying out various suggestions from forum discussion,  and much headaches and loss of productivity....
    After all that, you think Apple would leave you alone?  No. Last week, I could not open my files that I need for my work beause an automatic update was running for me DESPITE the fact that a genious bar guy helped to make sure No AUTOMATIC UPDATE is selected in my system preference.
    Now, I am back again with iWork 09, I want to keep it that way until Apple comes up with a sensible/responsible iWork update ...
    But I am worried that the new version will be back on me, causing disruption again  ... because I still see everyday Apple's notification urging me to update.
    Please help me find out: How to tell Apple  to stop harrasing users to update to their new iWork ?
    How to hold Apple accountable ?
    Your attention and suggestion is greatly appreciated.

    Peter,
    Thank you for your response. I know what you meant, and don't disagree with most of you said. Just wanted to avoid sending conflicting info to Razor06, I thought I'd make the following kind of counter points:
    I am doing fine with my old Pages now, but not after frustrating weeks caught in between the 2 versions of Pages... In my experience, when both versions of Pages were running in my hard drive, the New version overtook the task every time... I could not get out of the trap until after I moved the New version to an external drive.
    I used the word 'corrupted' facetiously to refer to the files that were opened by the New version
    You were right: no need to re-save the old files that are not touched by the new version.... I said the same thing, but perhaps not as clearly ...
    Apple does send me update notifications from time to time, because I only turned off the Auto Update. I did not turn off the Auto Check because I thought I still need it.
    Totally see your points, no disagreement here:
             " Just get this straight:
                    There are old files and software, and new files and software.
                    The old can't open the new. "
    Thanks again !
    Sasha

  • [svn:osmf:] 10987: Refactor MediaPlayer unit tests to make them injectable by MediaElement.

    Revision: 10987
    Author:   [email protected]
    Date:     2009-10-13 20:54:31 -0700 (Tue, 13 Oct 2009)
    Log Message:
    Refactor MediaPlayer unit tests to make them injectable by MediaElement.  Add additional unit tests for injecting various MediaElements into a MediaPlayer.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundAdapter.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/NetStreamSwitchableTrai t.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/TemporalProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SwitchableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestTemporalProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/NetFactory.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/TestConstants.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockDynamicNetStream.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStream.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithAudioElemen t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithAudioElemen tWithSoundLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithBeaconEleme nt.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithDynamicStre amingVideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithProxyElemen t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithTemporalPro xyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithVideoElemen t.as

    Revision: 10987
    Author:   [email protected]
    Date:     2009-10-13 20:54:31 -0700 (Tue, 13 Oct 2009)
    Log Message:
    Refactor MediaPlayer unit tests to make them injectable by MediaElement.  Add additional unit tests for injecting various MediaElements into a MediaPlayer.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/audio/SoundAdapter.as
        osmf/trunk/framework/MediaFramework/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/dynamicstreaming/NetStreamSwitchableTrai t.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/TemporalProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SwitchableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestTemporalProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/NetFactory.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/TestConstants.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockDynamicNetStream.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStream.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithAudioElemen t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithAudioElemen tWithSoundLoader.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithBeaconEleme nt.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithDynamicStre amingVideoElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithProxyElemen t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithTemporalPro xyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayerWithVideoElemen t.as

  • [svn:osmf:] 15519: Extend MediaPlayer unit tests.

    Revision: 15519
    Revision: 15519
    Author:   [email protected]
    Date:     2010-04-16 14:16:37 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Extend MediaPlayer unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as

  • [svn:osmf:] 15229: Reenable MediaPlayer+DurationElement tests.

    Revision: 15229
    Revision: 15229
    Author:   [email protected]
    Date:     2010-04-05 19:34:09 -0700 (Mon, 05 Apr 2010)
    Log Message:
    Reenable MediaPlayer+DurationElement tests.  Separate testing of MediaPlayerStateChangeEvents from other events, since the state change event usually fires later.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as

  • [svn:osmf:] 14105: Fixed bug where canSeekTo(0) wasn' t checked before the auto rewind code in play was called.

    Revision: 14105
    Revision: 14105
    Author:   [email protected]
    Date:     2010-02-10 11:34:06 -0800 (Wed, 10 Feb 2010)
    Log Message:
    Fixed bug where canSeekTo(0) wasn't checked before the auto rewind code in play was called.  Fixed 347.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as

    Have I mentioned how much i love my playbook now Great job on os 2.0

  • [svn:osmf:] 15195: 1. Ensure that fragment ID will not exceed the total number of fragments as indicated by the segment run table .

    Revision: 15195
    Revision: 15195
    Author:   [email protected]
    Date:     2010-04-01 17:51:23 -0700 (Thu, 01 Apr 2010)
    Log Message:
    1. Ensure that fragment ID will not exceed the total number of fragments as indicated by the segment run table.
    2. Fix bug FM-574, FM-586 and FM-614
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-574
        http://bugs.adobe.com/jira/browse/FM-586
        http://bugs.adobe.com/jira/browse/FM-614
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/HTTPStreamingFileHandlerEvent.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeBootstrapBox.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/BoxParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FFileHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/flv/FLVTagAudio.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/flv/FLVTagVideo.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/FLVTestHelper.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVTagAudio.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVTagScriptDataObject.a s
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVTagVideo.as

    Revision: 15195
    Revision: 15195
    Author:   [email protected]
    Date:     2010-04-01 17:51:23 -0700 (Thu, 01 Apr 2010)
    Log Message:
    1. Ensure that fragment ID will not exceed the total number of fragments as indicated by the segment run table.
    2. Fix bug FM-574, FM-586 and FM-614
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-574
        http://bugs.adobe.com/jira/browse/FM-586
        http://bugs.adobe.com/jira/browse/FM-614
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/events/HTTPStreamingFileHandlerEvent.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeBootstrapBox.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeFragmentRunTable.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/BoxParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FFileHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/flv/FLVTagAudio.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/flv/FLVTagVideo.as
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/FLVTestHelper.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVTagAudio.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVTagScriptDataObject.a s
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/flv/TestFLVTagVideo.as

  • [svn:osmf:] 14107: Fixing compile error in NetMocker, Metrics provider changed in the OSMF project.

    Revision: 14107
    Revision: 14107
    Author:   [email protected]
    Date:     2010-02-10 11:36:11 -0800 (Wed, 10 Feb 2010)
    Log Message:
    Fixing compile error in NetMocker, Metrics provider changed in the OSMF project.
    Modified Paths:
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockMetricsProvider.as

    Hi,
    You are the first person I have read so far on this forum who does not use Flex or Flash builder. I will check out FlashDevelop. It is good information to know. Thanks a lot!
    -Wei Zhang
    Senior Computer Scientist
    Adobe Systems, Inc.
    [email protected]

  • [svn:osmf:] 10267: MAST plugin folder cleanup to make it similar to the VAST folder structure .

    Revision: 10267
    Author:   [email protected]
    Date:     2009-09-15 09:45:19 -0700 (Tue, 15 Sep 2009)
    Log Message:
    MAST plugin folder cleanup to make it similar to the VAST folder structure.
    Modified Paths:
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTProx yElement.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/parser/MASTPar ser.as
    Added Paths:
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/loader/
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoa dedContext.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoa der.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond ition.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond itionManager.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond itionOperator.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond itionType.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTDocu ment.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTDocu mentProcessedEvent.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTDocu mentProcessor.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTSour ce.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTTarg et.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTTrig ger.as

    Revision: 10267
    Author:   [email protected]
    Date:     2009-09-15 09:45:19 -0700 (Tue, 15 Sep 2009)
    Log Message:
    MAST plugin folder cleanup to make it similar to the VAST folder structure.
    Modified Paths:
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTProx yElement.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/parser/MASTPar ser.as
    Added Paths:
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/loader/
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoa dedContext.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/loader/MASTLoa der.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond ition.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond itionManager.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond itionOperator.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTCond itionType.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTDocu ment.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTDocu mentProcessedEvent.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTDocu mentProcessor.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTSour ce.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTTarg et.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/model/MASTTrig ger.as

  • [svn:osmf:] 14599: Fix for FM-477 (DVR: Negative duration when publishing a new video with endoffsset value).

    Revision: 14599
    Revision: 14599
    Author:   [email protected]
    Date:     2010-03-05 07:38:39 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Fix for FM-477 (DVR: Negative duration when publishing a new video with endoffsset value).
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-477
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastDVRTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastTimeTrait.as

  • [svn:osmf:] 11359: Fixing MetadataWatcher not invoking a value change callback when the parent facet of the target value is added or removed .

    Revision: 11359
    Author:   [email protected]
    Date:     2009-11-02 05:20:01 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Fixing MetadataWatcher not invoking a value change callback when the parent facet of the target value is added or removed.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/metadata/MetadataWatcher.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestMetadataUtils.as

    mikeporter wrote:
    I'm sorry I'm not aware of any "cumbersome" subpanels - unless of course you don't know what you're doing. There is this wonderful invention called a "subVI" that can be used to organize and simplify your code, or are they too "cumbersome" as well? You should really learn a bit about what you are pontificating over before you start running off at the mouth.
    Mike...
    I didn't want to step on your toes. No need to get personal.
    Subpanels make some additional code necessary that hasn't got to do anything with the actual program. And I AM using subIVs as I wrote in my first post, which is exactly the root of the problem.
    Nevertheless I now solved it in a way that comes close to what I wanted. I don't know if some of you meant your suggestions to be understood that way (at least I didn't ). The subVIs will now "insert" themselves (via invoke node) into a subpanel on the main vi, which they are given a reference of at call. This adds minimal aditional code, especially on the main VI which I want to keep as clean as possible. By clustering the panel reference into the parameters the subVIs are already given (not used in the example I attached below), there isn't even a change on the terminals of the subVIs.
    I got to check now if this works well with event structures within the subVIs or if it can create the same problems like multiple event structures within a single VI.
    So no global variables anymore and no writing values by property node. I don't know if this just wasn't possible in previous Labview versions I had a try at that (I guess it was 8.6 and/or 2009) or I just didn't come up with the idea back then.
    And if the text wasn't that helpful, here are two screens:
    Parent VI:
    SubVI:
    Attachments:
    main.png ‏2 KB
    subvi.png ‏5 KB

  • My DVD drive doesn't work.  It stopped working after I upgrade to the new OS.  What can I do to fix this?, My DVD drive doesn't work.  It stopped working after I upgrade to the new OS.  What can I do to fix this?

    Is there a way I can fix this problem without going to the store?  It seems that my macbook pro was okay untl I upgraded.  It doesn't read DVD nor any CD.

    I've not heard of any updates that caused optical drives to fail. Best thing you can do is to make an appointment at the Apple Store. They will run diagnostics on your computer free - you only pay if you choose to have it repaired.
    If it does turn out to be a bad SuperDrive and the price to replace from Apple seems high, you can always replace the drive yourself. Try OWC for listings of replaceable drives and the toolkit and instructions on how to replace the drive.
    Clinton

  • [svn:fx-trunk] 13304: When updating to TLF 584 forgot to add the new rsl and remove the old one.

    Revision: 13304
    Revision: 13304
    Author:   [email protected]
    Date:     2010-01-06 07:59:22 -0800 (Wed, 06 Jan 2010)
    Log Message:
    When updating to TLF 584 forgot to add the new rsl and remove the old one.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Added Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.584.swf
    Removed Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.571.swf

    iTunes needs QuickTime to work.
    I think you will be all set if you install QuickTime standalone, not regular
    http://www.apple.com/quicktime/download/standalone.html
    Download the isntall file to your hard drive - don't install it over the internet.
    If you are running anything Norton, turn that completely off before installing.

  • [svn:fx-beta1] 7038: Updating Gumbo webtier packaging to take into account the Flash Player 10 requirement , MXML 2009 namespace changes and associated manifests, and new locales.

    Revision: 7038
    Author:   [email protected]
    Date:     2009-05-18 09:31:29 -0700 (Mon, 18 May 2009)
    Log Message:
    Updating Gumbo webtier packaging to take into account the Flash Player 10 requirement, MXML 2009 namespace changes and associated manifests, and new locales.
    QE: Yes, I tried checkintests with the webtier.war distribution and could successfully compile the associated apps. Please test the webtier.war distribution with the larger suite of webtier tests.
    Doc: No
    Checkintests: Pass
    ant package: Successful
    Reviewer: Paul
    Modified Paths:
        flex/sdk/branches/beta1/modules/webtier/j2ee/coldfusion/build.xml
        flex/sdk/branches/beta1/webapps/webtier/WEB-INF/flex/flex-config.xml
        flex/sdk/branches/beta1/webapps/webtier/build.xml

Maybe you are looking for