[svn:osmf:] 17930: 1. Remove unnecessary logic from MulticastNetLoader.as

Revision: 17930
Revision: 17930
Author:   [email protected]
Date:     2010-09-29 10:53:59 -0700 (Wed, 29 Sep 2010)
Log Message:
1. Remove unnecessary logic from MulticastNetLoader.as
2. Fix FM-1072
3. Fix FM-1081
Ticket Links:
    http://bugs.adobe.com/jira/browse/FM-1072
    http://bugs.adobe.com/jira/browse/FM-1081
Modified Paths:
    osmf/trunk/framework/OSMF/org/osmf/elements/AudioElement.as
    osmf/trunk/framework/OSMF/org/osmf/elements/LightweightVideoElement.as
    osmf/trunk/framework/OSMF/org/osmf/net/MulticastNetLoader.as
    osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
    osmf/trunk/framework/OSMFTest/org/osmf/elements/TestLightweightVideoElement.as
    osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamPlayTrait.as

Repo URL has changed. Please update!
bump for update. changelog:
Revision 1:
    qt-copy-svn: Fixed pkgconfig path in qt4 profile, svn update
    strigi-svn: svn update
    Added: rasqal, raptor (needed for soprano)
    soprano-svn: Rebuilt against raptor/rasqal, svn update
    kdelibs4-svn: svn update
    kdepimlibs4-svn: svn update, cmake path was broken, fix required
    kdebase4-svn: svn update
    kdeartwork4-svn: svn update, force install to overwrite icons
    kdeaccessibility-svn: svn update
    kdeadmin4-svn: svn update
    kdegames4-svn: svn update
    Added: poppler-0.5.9, ghostscript-gpl (for kdegraphics4-svn)
    kdegraphics4-svn: svn update
    kdemultimedia4-svn: svn update, built against new poppler and gs-gpl
    telepathy-qt-svn: svn update
    tapioca-qt-svn: svn update
    decibel-svn: svn update
    qca-svn: svn update
    kdenetwork4-svn: svn update
    kdetoys4-svn: svn update
    kdeutils4-svn: svn update
    kdesdk4-svn: svn update
    kdewebdev-svn: svn update
    Added koffice-svn
    amarok2-svn: svn update
    did not build:
    kdeedu4-svn: problems with testing for python boost (need to check the cmake test)
    kdevelop-svn: problems finding kdedevmacros in cmake
Last edited by tardo (2007-06-06 22:53:49)

Similar Messages

  • [svn:fx-trunk] 5839: * Removed the logic that tracked when cached SWC had been removed from

    Revision: 5839
    Author: [email protected]
    Date: 2009-04-01 10:34:31 -0700 (Wed, 01 Apr 2009)
    Log Message:
    * Removed the logic that tracked when cached SWC had been removed from
    the library path, because it wasn't working correctly in some cases
    and it is no longer necessary due to revision 5524.
    tests Passed: checkintests, performance testsuite, FlexBuilder
    outputFolder JUnit tests
    Needs QA: YES
    Needs DOC: NO
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    CompilerSwcContext.java
    Removed updateRemovedSources() and it's usage.
    CompilerAPI.java
    Removed deleteRemovedSwcSources(), renamed
    deleteObsoletedSwcSources() to reportObsoletedSwcSources(), and
    deleteShadowedSwcSources() to reportShadowedSwcSources().
    Updated validateCompilationUnits() to no longer report
    DependentFileNoLongerExists.
    SwcCache.java
    Removed "removed" and "updated" variables, their getters, and the
    code that initialized them.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java

    Revision: 5839
    Author: [email protected]
    Date: 2009-04-01 10:34:31 -0700 (Wed, 01 Apr 2009)
    Log Message:
    * Removed the logic that tracked when cached SWC had been removed from
    the library path, because it wasn't working correctly in some cases
    and it is no longer necessary due to revision 5524.
    tests Passed: checkintests, performance testsuite, FlexBuilder
    outputFolder JUnit tests
    Needs QA: YES
    Needs DOC: NO
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    CompilerSwcContext.java
    Removed updateRemovedSources() and it's usage.
    CompilerAPI.java
    Removed deleteRemovedSwcSources(), renamed
    deleteObsoletedSwcSources() to reportObsoletedSwcSources(), and
    deleteShadowedSwcSources() to reportShadowedSwcSources().
    Updated validateCompilationUnits() to no longer report
    DependentFileNoLongerExists.
    SwcCache.java
    Removed "removed" and "updated" variables, their getters, and the
    code that initialized them.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java

  • [svn:cairngorm3:] 17674: Maven: Remove deprecated PopUpFactory from Flex SDK 4 version.

    Revision: 17674
    Revision: 17674
    Author:   [email protected]
    Date:     2010-09-13 02:20:26 -0700 (Mon, 13 Sep 2010)
    Log Message:
    Maven: Remove deprecated PopUpFactory from Flex SDK 4 version. Use PopUpWrapper.reuse = false instead.
    Modified Paths:
        cairngorm3/trunk/libraries/Popup/pom.xml

    Hi, those technologies are so cool but I failed to run the sample:
    - I am using Maven 3.0.2.
    Runnung mvn build from the latest source code from trunk "....cairngorm3\samples\todo>mvn install". I got the error relating to "unable to transacoding"
    D:\Java\workspaces\misc\cairngorm3\samples\todo\todo_flex\todo_flex_shell\src\ma
    in\flex\com\adobe\txi\todo\shell\skins\ApplicationHeaderSkin.mxml: Error: unable
    to resolve '/assets/todoLogo_big.png' for transcoding
    D:\Java\workspaces\misc\cairngorm3\samples\todo\todo_flex\todo_flex_shell\src\ma
    in\flex\com\adobe\txi\todo\shell\skins\ApplicationHeaderSkin.mxml: Error: Unable
    to transcode /assets/todoLogo_big.png.
    I shift the assets folder to src/main/flex. It got compiled then I can deploy succesfully into Tomcat 6. But I still get empty screen.
    Do I have to do something else like "run db script", "create DB schema" ?
    Note: my adt.jar is from flex_sdk_4.5.0.17855
    Thanks

  • [svn] 4694: Don't remove text lines from the container if it isn' t the container the lines were added to.

    Revision: 4694
    Author: [email protected]
    Date: 2009-01-27 14:35:21 -0800 (Tue, 27 Jan 2009)
    Log Message:
    Don't remove text lines from the container if it isn't the container the lines were added to. When there is a state change the displayObject can be switched out from under the TextGraphic and TextBox.
    QE Notes: need to add tests - will attach my test program to bug
    Doc Notes:
    Bugs: SDK-18923
    Reviewers: Gordon
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18923
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextBlockCompose r.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextFlowComposer .as

    Yup, you guys pointed me in the right direction.
    I changed my adjustmentListener to the following:
    JScrollBar scrollBar = (JScrollBar) e.getSource();
    int endLoc = document.getLength();
    try {
        Rectangle end = outputArea.modelToView(endLoc);
        if (end != null) {
            int n = scrollBar.getValue() + scrollBar.getVisibleAmount();
            boolean locked = (end.y >= n && n <= (end.y + end.height));
    } catch (BadLocationException ex) {
    }By comparing scrollbar position with the visible rectangle of the end of the document, I can now easily tell if the user has moved the tracker back or not.
    To go to the next step of automatically pausing scrolling whenever the user is moving the slider back, I also had to disable the automatic scrolling performed by DefaultCaret. Because there was no way to tell if the user was scrolling or if the output was adjusting from the adjustmentListener, I also had to flag whenever I was autoscrolling.
    The end result is a JTextPane that can be appended to at all, and locked by the user by using the slider. If new data arrives, the window is not scrolled, and any text selection the user has is not cleared. Perfect!

  • Removing unnecessary segments from IDOC

    Hi Gurus,
    I am working on an OILDEB IDOC interface where I am sending this IDOC from XI to R/3. We don't want to send some of the unnecessary segments to R/3. How to remove those segments?
    Please help.
    Thanks
    Kalyan

    Kalyan,
    If your queues have status "sysfail" then try to activate the message once again. Go through this weblog which will help you:
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    Hope this helps........
    ---Satish

  • [svn:osmf:] 10584: Adding a missing file from that last folder structure refactor.

    Revision: 10584
    Author:   [email protected]
    Date:     2009-09-24 17:19:48 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Adding a missing file from that last folder structure refactor.
    Added Paths:
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/AkamaiBasicStreamingPlugin.as

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET web application development, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn:osmf:] 14542: PARB changes: Move mediaElementNotificationFunction from MediaFactoryItem to PluginInfo.

    Revision: 14542
    Revision: 14542
    Author:   [email protected]
    Date:     2010-03-02 17:22:20 -0800 (Tue, 02 Mar 2010)
    Log Message:
    PARB changes: Move mediaElementNotificationFunction from MediaFactoryItem to PluginInfo.  Modify MediaFactory (via PluginManager) to invoke the notification function for each MediaElement that the MediaFactory creates, independent of creation order.  Update unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaFactory.as
        osmf/trunk/framework/OSMF/org/osmf/media/MediaFactoryItem.as
        osmf/trunk/framework/OSMF/org/osmf/media/PluginInfo.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/PluginManager.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaFactory.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaFactoryItem.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/pluginClasses/CreateOnLoadPluginInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/pluginClasses/TestPluginManager.as

  • [svn:osmf:] 17080: Add basic unit tests for MulticastNetLoader

    Revision: 17080
    Revision: 17080
    Author:   [email protected]
    Date:     2010-07-27 16:03:01 -0700 (Tue, 27 Jul 2010)
    Log Message:
    Add basic unit tests for MulticastNetLoader
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/multicast/
        osmf/trunk/framework/OSMFTest/org/osmf/net/multicast/TestMulticastNetLoader.as

  • [svn:osmf:] 17480: 1. Add comments to the fixes in CompositeTimeTrait. as and FMSURL.as

    Revision: 17480
    Revision: 17480
    Author:   [email protected]
    Date:     2010-08-25 10:56:31 -0700 (Wed, 25 Aug 2010)
    Log Message:
    1. Add comments to the fixes in CompositeTimeTrait.as and FMSURL.as
    2. Remove unnecessary code from FMSURL.as
    3. Add checks for additional streamName prefix, mp3 and id3 for FMSURL.as
    4. Add unit tests for FMSURL.as fixes.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/CompositeTimeTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/FMSURL.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestFMSURL.as

    Meta X works great for editing the metadata.
    -> http://www.kerstetter.net/index.php/projects/software/metax
    I'm putting together a bunch of home videos for my parents
    How are you giving them these videos? As a regular, playable DVD (such as burned with iDVD)?
    If so, tags are not needed as they are not written to the playable DVD.
    However, it is good to add the metadata so you have the info in the file on your computer.

  • Remove unnecessary field in Web UI - not applied

    Hello, dear Experts!
    I'm trying to remove unnecessary fields from contact view page in Web UI.
    I performed the following steps:
    1. created new config role key ZTMP
    2. created new business role and binded it with my config role key
    3. bound business role in organizational structure
    4. copied <default> configuration in BSP Workbench for my new ZTMP role key (BP_CONT/ContactDetails view)
    5. removed unnecessary fields in my copied configuration and saved all
    But after this steps no changes affected in Web UI - fields not removed, it's looks like default config. Same result for BP_HEAD/AccountDetails.
    Technical data for contact page (when i press F2 in contact page):
    Role Key (Searched For) - ZTMP
    Role Key (Found) - ZTMP
    Comp.Usage (Searched For) - Overview
    Component Usage (Found) - <DEFAULT>
    Object Type (Searched For)  - <DEFAULT>
    Object Type (Found) - <DEFAULT>
    Maybe some "checkbox" blocks my config?

    hi,
    Procedure to change config is
    1) Create role config key.
    2) Assign it to your bussiness role.
    3) Open found config.
    4) Copy config and give your role config key. Do requried changes. Save it.
    5) Write required code in do_config_determination if your config is not called.
    Procedure that you are telling is correct and configuration found is ztmp, def, def. What is subobj type found? if it is default, again see configuration and compare with fields that you are getting on screen. May be you forgot to save because you have covered all the steps.
    Best regards
    Pankaj Kumar

  • [svn:osmf:] 9163: Remove unnecessary libs reference.

    Revision: 9163
    Author:   [email protected]
    Date:     2009-08-06 17:31:50 -0700 (Thu, 06 Aug 2009)
    Log Message:
    Remove unnecessary libs reference.
    Modified Paths:
        osmf/trunk/apps/samples/akamai/PluginTest/.actionScriptProperties

    Hi,
    Thanks. That worked out perfectly.
    Now I have errors in OSMF integration tests.
    The reports shows this -
    testParseF4M
    Failure
    Timeout reached before event. 
    Timeout reached before event.
    at org.flexunit::Assert$/fail()
    at org.osmf.elements.f4mClasses::TestMultiLevelManifestParser/handleTimeout()
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at org.flexunit.internals.runners.statements::ExpectAsync/protect()
    at org.flexunit.internals.runners.statements::ExpectAsync/handleAsyncTimeOut()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at org.flexunit.async::AsyncHandler/handleTimeout()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.utils::Timer/tick()
    12.638
    testParseMultiLevelF4M
    Failure
    Timeout reached before event. 
    Timeout reached before event.
    at org.flexunit::Assert$/fail()
    at org.osmf.elements.f4mClasses::TestMultiLevelManifestParser/handleTimeout()
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at org.flexunit.internals.runners.statements::ExpectAsync/protect()
    at org.flexunit.internals.runners.statements::ExpectAsync/handleAsyncTimeOut()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at org.flexunit.async::AsyncHandler/handleTimeout()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.utils::Timer/tick()
    1.615
    I am not sure how to proceed from here.
    Please help me out.
    Thanks!

  • [svn:fx-trunk] 9938: Quick convenience logic to remove a DL from a previous parent if it' s ever reparented with addLayer.

    Revision: 9938
    Author:   [email protected]
    Date:     2009-09-02 14:07:27 -0700 (Wed, 02 Sep 2009)
    Log Message:
    Quick convenience logic to remove a DL from a previous parent if it's ever reparented with addLayer.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Steve S.
    Tests run: Checkin (before the previous build breakage)
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DesignLayer.as

    Add this to the end of your nav p CSS selector at Line 209 of your HTML file, after 'background-repeat...':
    margin-bottom: -2px;
    Your nav p will then look like this:
    nav p {
              font-size: 90%;
              font-weight: bold;
              color: #FFC;
              background-color: #090;
              text-align: right;
              padding-top: 5px;
              padding-right: 20px;
              padding-bottom: 5px;
              border-bottom-width: 2px;
              border-bottom-style: solid;
              border-bottom-color: #060;
              background-image: url(images/background.png);
              background-repeat: repeat-x;
              margin-bottom: -2px;

  • [svn:osmf:] 13401: PARB changes: removing nesting capabilities from MediaContainer, and introducing a separate MediaContainerGroup class ( that is not a MediaContainer) that now holds the functionality.

    Revision: 13401
    Revision: 13401
    Author:   [email protected]
    Date:     2010-01-09 07:37:48 -0800 (Sat, 09 Jan 2010)
    Log Message:
    PARB changes: removing nesting capabilities from MediaContainer, and introducing a separate MediaContainerGroup class (that is not a MediaContainer) that now holds the functionality.
    Modified Paths:
        osmf/trunk/apps/samples/framework/NestedMediaContainersSample/NestedMediaContainersSample .as
        osmf/trunk/framework/MediaFramework/.actionScriptProperties
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/containers/HTMLMediaContainer.as
        osmf/trunk/framework/MediaFramework/org/osmf/containers/IMediaContainer.as
        osmf/trunk/framework/MediaFramework/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/containers/TestMediaContainer.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaContainerGroup.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/display/TestMediaContainerGroup.as

    Hi,
    these concepts are used and implemented in jGuard(www.jguard.net) which enable easy JAAS integration into j2ee webapps across application servers.
    cheers,
    Charles(jGuard team).

  • [svn] 1048: modules: Removing more unnecessary casts from my previous change.

    Revision: 1048
    Author: [email protected]
    Date: 2008-03-31 17:14:13 -0700 (Mon, 31 Mar 2008)
    Log Message:
    modules: Removing more unnecessary casts from my previous change.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flash/svg/SpriteTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flash/swf/tools/as3/EvaluatorAdapter.java
    flex/sdk/trunk/modules/compiler/src/java/flash/swf/tools/as3/PrettyPrinter.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/API.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/PersistenceStore.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/ResourceContainer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourcePath.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/Compiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SignatureEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SignatureExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingFirstPassE valuator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/TypeAnalyzer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/Attributes.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/Method.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/Namespace.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/NodeMagic.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/TypeTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/reflect/Variable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/CommandLineConfigurator.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationBuffer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/i18n/PropertyText.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/SVGTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/Element.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/analyzer/WebServiceAnalyzer. java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Scanner.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/NodeTypeResolver.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/Model.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/Digest.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Benchmark.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/IteratorList.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MD5Crypt.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/QNameList.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/VelocityManager.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/DependencyWalker.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/DigestTool.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/MovieMetaData.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PostLink.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMConfiguration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fonts/BatikFontManager.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/fonts/JREFontManager.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/graphics/g2d/GraphicContext.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/localization/XLRLocalizer.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/MovieMetaData.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/SwfDecoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagEncoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/builder/tags/DefineBitsLosslessBuilder .java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tools/AbcPrinter.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tools/Disassembler.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tools/SyntaxTreeDumper.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java

    If you're still using Buckminster 3.6, I strongly suggest switching to 3.7 - it has a number of bug fixes and improvements. This applies to both headless, and the IDE (assuming Eclipse 3.7 Indigo).
    Matthew

  • [svn:osmf:] 16975: Fix bug FM-964, add media factory item for RTMFP multicast and remove the item from OSMFPlayer

    Revision: 16975
    Revision: 16975
    Author:   [email protected]
    Date:     2010-07-19 15:20:00 -0700 (Mon, 19 Jul 2010)
    Log Message:
    Fix bug FM-964, add media factory item for RTMFP multicast and remove the item from OSMFPlayer
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-964
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as
        osmf/trunk/framework/OSMF/org/osmf/media/DefaultMediaFactory.as

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

Maybe you are looking for

  • Errors in weekly data collection

    Hello, I am running ecc6 sp 15 on AIX 5.3 and oracle 10.2.0.2 when i goto transaction st03 -> workload -> <instance_name> ->week dir - when i try to open one of the logs i get the following error message on the botton of the screen - "unknown period

  • I cannot access aol. I get a message saying the website is taking too long to respond. How can this be fixed?

    The problem started yesterday. I am using the firefox browser.

  • VAT Register numbering

    Hello, I have a problem with the VAT Register numbers in Italy. This is a serious issue for the Italian authorities. The number of the month of June starts with 2008/1 instead of 2008/8. The last printing was related to April month and the last page

  • Coding  For T-Code AFAB

    Hi, there is a transaction called AFAB for depriciation run. In that transaction, there is a option where one can go for test run. I want code for that test run option & for the ALV used coz I want to display the same in my report. Thanks & Reg, Nish

  • Urgent!! Please Help! Security Question!

    I have forgotten the answers to my security questions (all three). As i made my Apple ID over 3 years ago, it did not ask me for a recovery e-mail adress. Is there any way i can reset the answers without the e-mail? Please Help!!