[svn:fx-trunk] 12556: Added @private to various overrides in the new spark. accessibility classes.

Revision: 12556
Revision: 12556
Author:   [email protected]
Date:     2009-12-04 14:49:03 -0800 (Fri, 04 Dec 2009)
Log Message:
Added @private to various overrides in the new spark.accessibility classes. These classes are now included in ASDoc builds and I noticed that overrides we don't want to see were showing up.
QE notes: None
Doc notes: None
Bugs: None
Reviewer: None
Tests run: checkintests
Is noteworthy for integration: No
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ButtonBarAccImpl.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/SpinnerAccImpl.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/VideoPlayerAccImpl.as

Thats good news.

Similar Messages

  • [svn:fx-trunk] 5873: Adding support for [Alternative] metadata to the asdoc tool.

    Revision: 5873
    Author: [email protected]
    Date: 2009-04-02 09:46:24 -0700 (Thu, 02 Apr 2009)
    Log Message:
    Adding support for [Alternative] metadata to the asdoc tool.
    QE Notes: None.
    Doc Notes: None.
    Reviewed by: Paul
    tests: checkintests, asdoc
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java

  • [svn:fx-trunk] 11989: Added Jody's TabBar example and the TabBar icon.

    Revision: 11989
    Revision: 11989
    Author:   [email protected]
    Date:     2009-11-19 09:13:28 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Added Jody's TabBar example and the TabBar icon.   This feature should be OK to officially sign-off now.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Hans
    Tests run:
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TabBar.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/TabBarExam ple.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TabBar.png

    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:fx-trunk] 7784: adding xslt change so info related to Alternative shows up in the asdoc

    Revision: 7784
    Author:   [email protected]
    Date:     2009-06-12 07:46:21 -0700 (Fri, 12 Jun 2009)
    Log Message:
    adding xslt change so info related to Alternative shows up in the asdoc
    QE Notes: None.
    Doc Notes: None.
    Modified Paths:
        flex/sdk/trunk/asdoc/templates/class-parts.xslt
    Added Paths:
        flex/sdk/trunk/asdoc/templates/images/P_AlternativeMetadataIndicator_30x28_N.png

    I've checked the resolution in Photoshop just as a double-check and it shows resolution as 300 PPI. When you say "because they can be mixed" do you mean because elements and graphics with the PDF can be of varying resolutions? I hadn't thought of that, if that's what you meant. I do have some items within my pdf that might be lower resolution.
    If these show up in my Preflight Panel as an issue, does this mean they would be flagged also with the Printer? In trying to find a resolution I read several forum discussions about how Printers often run your document through a Preflight process and will send it back when there are low resolution images in the document.
    Is there some other way to be sure these images are in the InDesign document as 300 PPI so I can know they will in fact print correctly?
    PS - Peter - thanks for the super quick response! And I saw your the highlighted "Exceptional Contributor" on the right sidebar for the InDesign forum - clearly well-deserved! Congrats

  • [svn:fx-trunk] 12027: Added selectionAnchorIndex and selectionActiveIndex getters to RichEditableTextAccImpl and SkinnableTextBaseAccImpl .

    Revision: 12027
    Revision: 12027
    Author:   [email protected]
    Date:     2009-11-19 21:43:31 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Added selectionAnchorIndex and selectionActiveIndex getters to RichEditableTextAccImpl and SkinnableTextBaseAccImpl. The presence of these getters is supposed to make Player 10.1 and AIR 2.0 able to support text-selection-accessibility for TLF-based text; they are the ActionScript side of the GetSelection() method in Adobe's ISimpleTextSelection COM interface for screen readers like JAWS.
    Although Player 10.1 and AIR 2.0 are adding a flash.accessibility.ISimpleTextSelection interface to formalize these getters, we want to be able to compile against the playerglobal.swc for Player 10.0 (or airglobal.swc for AIR 1.5). We could define our own copy of this interface in Flex, but it isn't necessary because the Player and AIR do not actually look at whether an AccessibilityImplementation class declares that it implements ISimpleTextSelection; they only look at whether an AccessibilityImplementation class has these getters.
    This way of doing text-selection-accessibility replaces the ITextSupport interface that was in earlier versions of Player 10.1 and AIR 2.0, including the betas. So you try it you must have a very recent build of 10.1 and 2.0.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: None
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/RichEditableTextAccImpl. as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/SkinnableTextBaseAccImpl .as

  • [svn:fx-trunk] 12944: Added support for state specific sccessible names in ToggleButtonAccImpl

    Revision: 12944
    Revision: 12944
    Author:   [email protected]
    Date:     2009-12-14 21:36:44 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Added support for state specific sccessible names in ToggleButtonAccImpl
    QE notes: none
    Doc notes: none
    Bugs: n/a
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/ToggleButtonAccImpl.as

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:fx-trunk] 12663: Adding the resource bundle and fat-swc targets for osmf and textlayout.

    Revision: 12663
    Revision: 12663
    Author:   [email protected]
    Date:     2009-12-08 12:22:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Adding the resource bundle and fat-swc targets for osmf and textlayout.  Also for osmf adding the doc target.  This new format that I added to the two project build files will be what we will use going forward for all projects.  I have all the other projects modified and plan on checking them in soon.  The format change will make adding new locales easier as well as adding the fat-swc target when needed.
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: gaurav
    Tests run: checkintests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/bundles/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/
        flex/sdk/trunk/frameworks/projects/osmf/bundles/en_US/osmf.properties
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/textLayout.properties
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFDocClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/empty.properties

    Thats good news.

  • [svn:fx-trunk] 9349: * Added support for using getStyle() in Mxml data binding expressions.

    Revision: 9349
    Author:   [email protected]
    Date:     2009-08-17 11:32:37 -0700 (Mon, 17 Aug 2009)
    Log Message:
    Added support for using getStyle() in Mxml data binding expressions.
      In addition to the existing "function return watcher" data binding
      functionality, we register to listen for style related change events
      when we see a function marked with [Bindable(style="true")].
      UIComponent's and TextGraphicElement's styleChanged() will now
      dispatch events for "getStyle()" FunctionReturnWatchers to handle.
      When null or "styleName" is passed into styleChanged(), we dispatch
      an "allStylesChanged" event.
    QE notes: mxunit test to follow
    Doc notes:
    Bugs: SDK-20394
    Reviewer: Glenn, Pete F, Peter D
    Tests run: checkintests, mxunit databinding
    Is noteworthy for integration: only if you want to start using it.
    Code-level description of changes:
      modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension.java
        Modified generateWatcher() to do the AST equivalent of the
        WatcherSetupUtil.vm change.
      modules/compiler/src/java/flex2/compiler/as3/binding/FunctionReturnWatcher.java
        Removed unused isNew variable and added isStyleWatcher variable.
        Modified shouldWriteSelf() to return true if isStyleWatcher is true.
      modules/compiler/src/java/flex2/compiler/as3/binding/WatcherSetupUtil.vm
        Modified writeFunctionReturnWatcher macro to add a true arg to the
        FunctionReturnWatcher constructor call when isStyleWatcher() is
        true.
      modules/compiler/src/java/flex2/compiler/as3/binding/BindableFirstPassEvaluator.java
        Modified evaluate(Context, MetaDataNode) to skip reporting an
        error for no events when style is true.
      modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingFirstPassEvaluator.java
        Replaced insideCallExpression boolean with callExpressionStack
        Stack.  The "!insideCallExpression" checks were replaced with
        callExpressionStack.isEmpty().
        Modified addBindables() to handle [Bindable(style="true")].
        Made argumentListStack and resetSet more strongly typed.
      frameworks/projects/framework/src/mx/core/UIComponent.as
        Modified styleChanged() to dispatch a "Changed" and "allStylesChanged" from the previous
        parent and add listeners to the new parent when isStyle is true.
        Modified eventHandler to notifyListeners() when isStyle is true.
      frameworks/projects/spark/src/spark/primitives/supportClasses/TextGraphicElement.as
        Similar changes to UIComponent.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20394
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/FunctionReturnWatcher.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/TextGraphicE lement.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableFirstPassEval uator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension. 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/FunctionReturnWatcher .java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/WatcherSetupUtil.vm

  • [svn:fx-trunk] 11449: Adding OSMF to our framework.

    Revision: 11449
    Author:   [email protected]
    Date:     2009-11-04 17:09:57 -0800 (Wed, 04 Nov 2009)
    Log Message:
    Adding OSMF to our framework.  The osmf.swc builds automatically as part of our build process.  I'm also adding new video classes that use OSMF, spark.components.VideoDisplay and spark.components.VideoPlayer2.  The other VideoElement and VideoPlayer will be replaced by these.  The new video components are not yet complete; this is an initial checkin for these components.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Deepa (only the build processes stuff)
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/build_framework.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/projects/spark/build.xml
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/osmf/
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/src/
        flex/sdk/trunk/frameworks/projects/osmf/src/OSMFClasses.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioPausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/AudioTemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundAdapter.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/audio/SoundLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ChildSeekOperation.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeBufferableTrait .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeLoadableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMediaTraitBase. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMediaTraitFacto ry.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeMetadata.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositePausableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositePlayableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSeekOperationIn fo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSeekableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeTemporalTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositeViewableTrait.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/CompositionMode.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/IReusable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSeekOperationInf o.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelSwitchableTrait. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/ParallelViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElementSegment.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialElementTransitionM anager.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSeekOperationInfo. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialSwitchableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/SerialViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitAggregator.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitAggregatorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/composition/TraitLoaderEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/content/ContentLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/MediaElementSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/MediaPlayerSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/ScalableSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/display/ScaleMode.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/drm/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/drm/DRMServices.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/AuthenticationCompleteEvent.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/AuthenticationFailedEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BeaconEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BufferTimeChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BufferingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BytesDownloadedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/BytesTotalChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/DimensionChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/DurationChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/FacetValueChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/FacetValueEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/GatewayChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/LoadableStateChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/LoaderEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaError.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaErrorCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaErrorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerCapabilityChangeEv ent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerStateChangeEvent.a s
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MetadataEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/MutedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/NetConnectionFactoryEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/NetNegotiatorEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PanChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PausedChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PlayheadChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PlayingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/PluginLoadEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/SeekingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/SwitchingChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/TraitEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/TraitsChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/ViewChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/events/VolumeChangeEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/HTMLGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/HTMLGatewayElementProxy.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/gateways/RegionGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/HTMLElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/html/HTMLLoadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/ImageElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/image/ImageLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/AbsoluteLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/AnchorLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/DefaultLayoutRenderer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutRenderer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/ILayoutTarget.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutAttributesFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutContextSprite.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutRendererFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/LayoutUtils.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/MediaElementLayoutTarget.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/PaddingLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/RegistrationPoint.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/layout/RelativeLayoutFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/ILogger.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/ILoggerFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/Log.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/TraceLogger.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/logging/TraceLoggerFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/DefaultMediaResourceHandlerRes olver.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IContainerGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaGateway.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaReferrer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResourceHandler.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaResourceHandlerResolver. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IMediaTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/IURLResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/LoadableMediaElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaInfo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaInfoType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaPlayer.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaPlayerState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/URLResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/IIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/KeyValueFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MediaType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MediaTypeFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/Metadata.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataNamespaces.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataUtils.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MetadataWatcher.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/MimeTypes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/ObjectFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/ObjectIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/StringIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacet.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalFacetEvent.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/metadata/TemporalIdentifier.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetClient.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionAttempt.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetConnectionFactory.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetNegotiator.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamAudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamBufferableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamCodes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamContentProtectableTrait .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamDownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamPausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamSeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamTemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DroppedFramesRu le.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicNetStrea m.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gItem.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gNetLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gNetLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/DynamicStreamin gResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/INetStreamMetri cs.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/ISwitchingRule. as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/InsufficientBan dwidthRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/InsufficientBuf ferRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/MetricsProvider .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/NetStreamSwitch ableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SufficientBandw idthRule.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingDetail .as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingDetail Codes.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/dynamicstreaming/SwitchingRuleBa se.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/DynamicPluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/IPluginInfo.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginClassResource.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginEntry.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginLoadingState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/PluginManager.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/plugin/StaticPluginLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/ListenerProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/ProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/proxies/TemporalProxyElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/SWFElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/swf/SWFLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/Beacon.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/BeaconElement.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/tracking/BeaconPlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/AudibleTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/BufferableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ContentProtectableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/DownloadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IAudible.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IBufferable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IContentProtectable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IDisposable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IDownloadable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoadable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ILoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IPausable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IPlayable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISeekable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISpatial.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ISwitchable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ITemporal.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/IViewable.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoadState.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoadableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/LoaderBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/MediaTraitBase.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/MediaTraitType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SeekableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SpatialTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/SwitchableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/TemporalTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/traits/ViewableTrait.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/BinarySearch.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/FMSHost.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/FMSURL.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/HTTPLoadedContext.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/HTTPLoader.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/MediaFrameworkStrings.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/URL.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/Version.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/CuePoint.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/CuePointType.as
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/video/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoDisplay.png
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer2.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/DynamicStreami ngVideoItem.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/DynamicStreami ngVideoSource.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VideoPlayerSkin2.mxml

  • [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

  • Added Articles and ran snapshot, but the new tables not showing up

    I have a publication that is running on 2012 SQL server.  I added several tables, some stored procedure and some views.  Then I selected 'view snapshot agent service' and selected start.  It says running, and then says '9 articles published'
    (or something like that) but the number is incorrect.  It should be a LOT more than that.  Then when I look at the subscriber, it doesn't have the new tables.  Thanks for any help you can offer.

    After creating a new snapshot did you start synchronizing the subscriptions which applies the schema and data for the newly
    added articles
    --Prashanth

  • Values added into arraylist are override with the last value

    Hi,
    I am running a very simple java program.
    Here is the sample program.
    CustProfAccountFid fid = new CustProfAccountFid();
    for(int i=0;i<cp104Result.size();i++ ){
    Hashtable cp104ht = (Hashtable)cp104Result.get(i);
    fid.setFidSeqNumber((String)cp104ht.get("x"));
    fid.setFidType((String)cp104ht.get("z"));
    fid.setFidName((String)cp104ht.get("c"));
    fid.setFidText((String)cp104ht.get("v"));
    custProfAccountFidList.add(fid);
    Here cp104Result and custProfAccountFidList, both are arraylist.
    I want to get all the values added to the arraylist.But the problem is when loop continues the arraylist values get
    override by the last value.
    As a result i get 5 or 6 same values in the arraylist.
    Please help me out for the solution.
    Thanks in advance.

    for(int i=0;i<cp104Result.size();i++ ){
        CustProfAccountFid fid = new CustProfAccountFid();
        Hashtable cp104ht = (Hashtable)cp104Result.get(i);
        fid.setFidSeqNumber((String)cp104ht.get("x"));
        fid.setFidType((String)cp104ht.get("z"));
        fid.setFidName((String)cp104ht.get("c"));
        fid.setFidText((String)cp104ht.get("v"));
        custProfAccountFidList.add(fid);
    }

  • [svn:bz-trunk] 18061: Added svn:executable property to sh and bat files

    Revision: 18061
    Revision: 18061
    Author:   [email protected]
    Date:     2010-10-07 06:57:08 -0700 (Thu, 07 Oct 2010)
    Log Message:
    Added svn:executable property to sh and bat files
    Property Changed:
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/catalina.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/catalina.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/cpappend.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/digest.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/digest.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/setclasspath.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/setclasspath.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/shutdown.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/shutdown.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/startup.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/startup.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/tool-wrapper.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/tool-wrapper.sh
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/version.bat
        blazeds/trunk/servers/apache-tomcat-6.0.29/bin/version.sh

    Well, I've tried compiling a package and I have modified the PKGBUILD file to look like this now. (Keeping it as simple as possible)
    pkgname=dvbcut-svn
    pkgver=16
    pkgrel=1
    pkgdesc="DVBCUT-svn is an application that allows you to
    edit MPEG files. ie: Remove TV ads. (SVN version: Fri, 01 Dec 2006)."
    url="http://dvbcut.sourceforge.net"
    depends=('qt' 'libao')
    makedepends=('subversion' 'scons')
    conflicts=('dvbcut' 'ffmpeg')
    provides=('dvbcut')
    source=()
    md5sums=()
    _svntrunk=https://svn.sourceforge.net/svnroot/dvbcut/trunk
    _svnmod=dvbcut
    build() {
    cd $startdir/src
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    cd $_svnmod
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    # vim:syntax=sh
    I then run makepkg PKGBUILD and let it do its thing
    It ends with this...
    scons: done building targets.
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: dvbcut-svn  (Sun Jan 21 19:08:28 UTC 2007)
    I'm not sure what's causing this error message.
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    I'll try installing it and see how it goes.

  • [svn:bz-trunk] 22429: Adding the default fallback of serializer and deserializer classes to amf deserializer and amf serializer

    Revision: 22429
    Revision: 22429
    Author:   [email protected]
    Date:     2011-09-07 08:04:46 -0700 (Wed, 07 Sep 2011)
    Log Message:
    Adding the default fallback of serializer and deserializer classes to amf deserializer and amf serializer
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java

  • [svn:fx-trunk] 10389: Added support for octothorpe in embed file names.

    Revision: 10389
    Author:   [email protected]
    Date:     2009-09-18 07:19:26 -0700 (Fri, 18 Sep 2009)
    Log Message:
    Added support for octothorpe in embed file names.  And here I thought I'd never use the term octothorpe in a sentence.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23033
    Reviewer: Paul
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23033
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/EmbedEvaluator.java

Maybe you are looking for

  • Error in generating a sel-screen.

    friends,     am getting an error while activating a report saying that error in generating the sel. screen 1000 in line 0....also, am not able to select the selection-texts (in the goto->text elements), which says there aer serious syntax errors...pl

  • OAS HTTPS - error?

    I set up SSL authentication on one OAS listener, then I build and install OAS sample servlets ( ListSamples, SnoopServlet & etc.). When I fire SnoopServlet, it write: Server port 443 Remote user null URL scheme https Authorization scheme null I think

  • Gateway URL Transformation in stylesheet

    Hi, Is it possible for the portal to rewrite URLs in a cascading stylesheet? The following excerpt is from a stylesheet used by a number of gatewayed pages. We know it works just fine when you hit the page directly, but when the page is gatewayed the

  • After 10.3.9 Upgrade, iPhoto not recognizing Library

    After I completed my 10.3.9 upgrade (from 10.1.5), and subsequent upgrade to iPhoto 2.0.1, I get the following effor message when launching iPhoto 2.0.1 (iPhoto was working fine before OS upgrade): Your Photo Library was not found. Do you want to fin

  • Help with teeth whitening adjustment brush

    I consider myself a LR newbie so excuse my ignorance!  I was trying to learn the adjustment brush, specifically the teeth whitening one. Got it to work great on a photo, then tried it on another one. I have no idea what I did, but now it doesn't do a