[svn:fx-trunk] 12304: Updating to new OSMF to get some bug fixes.

Revision: 12304
Revision: 12304
Author:   [email protected]
Date:     2009-11-30 15:46:40 -0800 (Mon, 30 Nov 2009)
Log Message:
Updating to new OSMF to get some bug fixes.
QE notes: -
Doc notes: -
Bugs: SDK-24195, SDK-24329
Reviewer: -
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24195
    http://bugs.adobe.com/jira/browse/SDK-24329
Modified Paths:
    flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/LoadableMediaElement.as
    flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/media/MediaPlayer.as
    flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/utils/MediaFrameworkStrings.as

This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
Please could you attach DropDow nList.as that you edited ?
Thank you so much.

Similar Messages

  • [svn:fx-trunk] 12801: Updating OSMF to get some bug fixes

    Revision: 12801
    Revision: 12801
    Author:   [email protected]
    Date:     2009-12-10 11:32:28 -0800 (Thu, 10 Dec 2009)
    Log Message:
    Updating OSMF to get some bug fixes
    QE notes: -
    Doc notes: -
    Bugs: SDK-24584, FM-267, FM-268
    Reviewer: -
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24584
        http://bugs.adobe.com/jira/browse/FM-267
        http://bugs.adobe.com/jira/browse/FM-268
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/osmf/src/org/osmf/net/NetStreamSeekableTrait.as

  • [svn:fx-trunk] 12984: Update sample themes to take Glenn' s Alert fix into account.

    Revision: 12984
    Revision: 12984
    Author:   [email protected]
    Date:     2009-12-15 23:11:29 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Update sample themes to take Glenn's Alert fix into account.
    Modified Paths:
        flex/sdk/trunk/samples/themes/arcade/src/defaults.css
        flex/sdk/trunk/samples/themes/cobalt/src/defaults.css
        flex/sdk/trunk/samples/themes/graphite/src/defaults.css
        flex/sdk/trunk/samples/themes/zen/src/defaults.css

    Hi petro_jemes,
    Just a little claritification, you need to add the value to the variable "[string]$ou", and also change the language in the variable "$emailbody" in the function "Get-ADUserPasswordExpirationDate".
    I hope this helps.

  • [svn:bz-trunk] 8210: Update source package target to remove some build artifacts that were being pickup

    Revision: 8210
    Author:   [email protected]
    Date:     2009-06-24 16:15:50 -0700 (Wed, 24 Jun 2009)
    Log Message:
    Update source package target to remove some build artifacts that were being pickup
    Modified Paths:
        blazeds/trunk/build.xml

    First, I agree with Karol, use the AUR so that pacman can do its job.  Second, when you do your make, there is no reason to run it as root (until you do the make install)  For the initial build, it is much safer to not use root; plus all the files in your home directory will continue to belong to use, not to root.
    But, try the AUR.

  • [svn:fx-trunk] 10075: Cleanups from the spark text changes and some bug fixes for VideoElement.

    Revision: 10075
    Author:   [email protected]
    Date:     2009-09-08 18:01:58 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Cleanups from the spark text changes and some bug fixes for VideoElement.  Also some PARB changes for UIComponent.
    TitleBar: Changing the skin part type from Label to Textbase
    UIComponent: skipMeasure()->canSkipMeasurement() to be in line with GraphicElement.  This has been PARB approved.
    UIComponent: same with hasComplexLayoutMatrix...this replaces hasDeltaIdentityTransform.  This has been PARB approved.
    StyleProtoChain: cleanup around what interfaces to use
    TextBase: clean up code that?\226?\128?\153s no longer needed.
    VideoElement: Fixing 4 bugs:
    SDK-22824: sourceLastPlayed keeps track of what video file we?\226?\128?\153ve called play() with last.  This way if a user pauses the video and wants to start it up again at the same point, we can call play(null) on the underlying FLVPlayback videoPlayer.  However, anytime the souce changes, we want to null out sourceLastPlayed.  This was causing a bug when someone set the source to null and then reset it to it?\226?\128?\153s previous value.
    SDK-23034 (GUMBO_PRIORITY): This deals with some FLVPlayback quirks around sizing.  I had put in a fix so we weren?\226?\128?\153t setting width/height on the underlying videoPlayer too many times, but apparently we need to make sure it always gets called once.  Hopefully when switching to Strobe we can cleanup this logic...I put a FIXME in to do this.
    SDK-21947/ SDK-22533 - some video files don?\226?\128?\153t always send out a metadata event.  I?\226?\128?\153m not quite sure why this is, but in case this happens, we do a check in the ready handler to see whether we should call invalidateSize() to make sure it gets sized properly.
    QE notes:-
    Doc notes:-
    Bugs: SDK-22824, SDK-23034, SDK-21947, SDK-22533
    Reviewer: Glenn, Corey
    Tests run: checkintests, Button, GraphicTags, VideoElement, and VideoPlayer (some VideoPlayer were failing, but I think it should be fine)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

  • [svn] 2578: Some bug fixes.

    Revision: 2578
    Author: [email protected]
    Date: 2008-07-23 06:31:04 -0700 (Wed, 23 Jul 2008)
    Log Message:
    Some bug fixes. hostComponent is now usable inside MXML script blocks (Skins) to refer back to the host component in a strongly typed manner. hostComponent now also works inside binding statements. Updated most skins to use hostComponent instead of data.
    QA: Yes
    Reviewer: Paul and my split personality Mwinyimkuu
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ApplicationSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/CheckBoxSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/PanelSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/RadioButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextAreaSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextInputSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ToggleButtonSkin.mxml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 13453: Updating mergeinfo with 3. x revs that have already been merged.

    Revision: 13453
    Revision: 13453
    Author:   [email protected]
    Date:     2010-01-12 10:47:04 -0800 (Tue, 12 Jan 2010)
    Log Message:
    Updating mergeinfo with 3.x revs that have already been merged.  This is for svn merge tracking purposes only
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: no
    Tests run: no
    Is noteworthy for integration: no
    Property Changed:
        flex/sdk/trunk/

    T61-Elwood wrote:
    Laptops of all Brands using Nvidia GPUsmade  from 2007-2008  are faulty.
    You wont get good Nvidia ones on Ebay/forumes anywhere.
    I'd beg to differ on both accounts.
    *61 series nVidia-based ThinkPads from late January through July of 2008 are a 50/50 shot, since the old chips were mixed with the new ones. Any machine built in August and later can be deemed "safe".
    As for the forums (I don't do feebay) there are people who sell genuine, properly-tested planars. However, these do not come at bargain basement prices, and with a good reason if I may add.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • [svn:cairngorm3:] 15396: headers update and new main root build

    Revision: 15396
    Revision: 15396
    Author:   [email protected]
    Date:     2010-04-13 17:32:37 -0700 (Tue, 13 Apr 2010)
    Log Message:
    headers update and new main root build
    Modified Paths:
        cairngorm3/trunk/build-parent/pom.xml
        cairngorm3/trunk/libraries/Integration/pom.xml
        cairngorm3/trunk/libraries/IntegrationDMS/pom.xml
        cairngorm3/trunk/libraries/IntegrationRPC/pom.xml
        cairngorm3/trunk/libraries/IntegrationTest/src/CommandScopeSample.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/IntegrationTests.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/LocalConnectionConsumer.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/LocalConnectionProducer.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/ChildEvent.as
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/ChildObject.as
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/ParentCommand.as
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/ParentContext.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/ParentEvent.as
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/ParentObject.as
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/customscope/CustomScopeCh ildContext.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/customscope/CustomScopeCh ildPopup.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/customscope/CustomScopeCo mmand.as
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/customscope/CustomScopeCo ntext.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/customscope/CustomScopePo pup.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/localscope/LocalScopeComm and.as
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/localscope/LocalScopeCont ext.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/commands/localscope/LocalScopePopu p.mxml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/localconnection/ConsumerContext.mx ml
        cairngorm3/trunk/libraries/IntegrationTest/src/samples/localconnection/ProducerContext.mx ml
        cairngorm3/trunk/libraries/Module/.actionScriptProperties
        cairngorm3/trunk/libraries/Module/.flexLibProperties
        cairngorm3/trunk/libraries/Module/pom.xml
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ModuleTest/.flexProperties
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibRuntimeSample.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibSample.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/CairngormModuleLibSampleContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/ModulePod.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/MyViewLoader.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/api/BroadcastMessage.as
        cairngorm3/trunk/libraries/ModuleTest/src/example/api/ClearLogMessage.as
        cairngorm3/trunk/libraries/ModuleTest/src/example/api/PongMessage.as
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleA/ModuleA.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleA/ModuleAContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleA/ModuleAPM.as
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleB/ModuleB.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleB/ModuleBContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleB/ModuleBPM.as
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleC/ModuleC.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleC/ModuleCContext.mxml
        cairngorm3/trunk/libraries/ModuleTest/src/example/moduleC/ModuleCPM.as
        cairngorm3/trunk/libraries/ModuleTest/src/runtimeContext.xml
        cairngorm3/trunk/libraries/Navigation/.actionScriptProperties
        cairngorm3/trunk/libraries/Navigation/.flexLibProperties
        cairngorm3/trunk/libraries/Navigation/pom.xml
        cairngorm3/trunk/libraries/NavigationTest/src/NavigatorSample1.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/NavigatorTests.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/ToggleButtonBarSample.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/Sample1Context.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/api/NewContactEvent.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/application/ContentDestination.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/application/DashboardNestedDestinat ion.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/application/SideBarDestination.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/application/TaskDestination.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/contacts/BusinessContactsPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/contacts/ContactDestination.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/contacts/ContactsContext.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/contacts/ContactsModule.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/contacts/ContactsPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/contacts/ContactsViewStack.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/contacts/PrivateContactsPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/ContentPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/ContentViewStack.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/NavigationBar.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/NavigationItem.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/SideBarAccordion.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/TopHatch.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/dashboard/DashboardFoo terPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/dashboard/DashboardPM. as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/dashboard/DashboardVie w.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/dashboard/NestedChild1 PM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/dashboard/NestedChild2 PM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/dashboard/NestedChildP M.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/dashboard/NestedViewSt ack.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MessagesPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MessagesView. mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MyStateWizard .mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/messages/MyWizard.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/news/NewsPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/news/NewsView.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/tasks/ExpensePM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/tasks/TaskPM.as
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/tasks/TasksView.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/tasks/TasksViewContent .mxml
        cairngorm3/trunk/libraries/NavigationTest/src/sample1/presentation/tasks/TimeTrackingPM.a s
        cairngorm3/trunk/libraries/NavigationTest/src/togglebuttonbarsample/ToggleButtonBarContex t.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/togglebuttonbarsample/application/ContentDe stination.as
        cairngorm3/trunk/libraries/NavigationTest/src/togglebuttonbarsample/presentation/ContentN avigator.mxml
        cairngorm3/trunk/libraries/NavigationTest/src/togglebuttonbarsample/presentation/ContentP M.as
        cairngorm3/trunk/libraries/Observer/pom.xml
        cairngorm3/trunk/libraries/ObserverParsley/pom.xml
        cairngorm3/trunk/libraries/ObserverTest/src/ChildProviderWithAccordion.mxml
        cairngorm3/trunk/libraries/ObserverTest/src/ObserverSamples.mxml
        cairngorm3/trunk/libraries/ObserverTest/src/ObserverTests.mxml
        cairngorm3/trunk/libraries/ObserverTest/src/SelectableChildProviderWithModel.mxml
        cairngorm3/trunk/libraries/ObserverTest/src/SelectableChildProviderWithTabNavigator.mxml
        cairngorm3/trunk/libraries/ObserverTest/src/SelectableChildProviderWithViewStack.mxml
        cairngorm3/trunk/libraries/ObserverTest/src/sample/SelectablePM.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Beg inTransactionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Com mitTransactionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Com positeResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Cre ateResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Del eteResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/IBe ginTransactionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/ICo mmitTransactionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/ICo mpositeResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/ICr eateResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/IDe leteResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/IIn sertResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/IIt emResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/ILi stResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/IPe rsistenceClient.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/IRo llbackTransactionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/ISq lSession.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/IUp dateResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Ins ertResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Ite mResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Lis tResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Per sistenceClient.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Rol lbackTransactionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/client/Upd ateResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/connection /ConnectionError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/connection /ConnectionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/connection /DatabaseFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/connection /IConnectionResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/connection /IDatabaseFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/connection /ISqlConnectionManager.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/connection /SqlConnectionManager.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/grammar/Cr eate.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/grammar/De lete.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/grammar/In sert.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/grammar/Se lect.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/grammar/Up date.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/statement/ ISqlMap.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/statement/ SqlMap.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/type/Boole anTypeHandler.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/type/DateT ypeHandler.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/api/type/IType Handler.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/cli ent/SqlSession.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/con nection/ConnectionFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/con nection/IConnectionFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/err or/CodedError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/err or/ErrorResourceUtil.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/err or/NoImplementationError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/gra mmar/AbstractOperation.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/gra mmar/IOperation.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/log /ILogLevel.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/log /IMessageLogger.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/log /LogLevel.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/log /LogUtil.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/log /MessageLogger.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/log /MessageResourceUtil.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/AssociationDescriptor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/ClassDescriptor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/ClassDescriptorBuilder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/ClassDescriptorFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/ClassMetadata.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/IAssociationDescriptor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/IClassDescriptor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/IClassDescriptorBuilder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/IClassDescriptorFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/IPropertyDescriptor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/MetadataError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/met adata/PropertyDescriptor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/AtNamedParameterBuilder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/ColonNamedParameterBuilder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/IParameterBuilder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/IParameterBuilderFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/IndexedParameterBuilder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/NamedParameterBuilder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/ParameterBuilderFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/par ameter/ParameterError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/AbstractTransactionRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/BatchError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/BatchRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/BeginTransactionRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/CommitTransactionRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/CreateRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/DatabaseResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/DeleteRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/Executor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/IBatchRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/IExecutor.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/INotificationRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/INotifyListener.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/IResultMapper.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/IStatementRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/InsertRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/ItemRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/ListRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/OperationTimer.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/ResultMapper.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/RunnerError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/StatementResponder.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/StatementRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/run ner/UpdateRunner.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/IStatement.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/IStatementCache.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/IStatementFactory.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/ObjectUtil.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/Statement.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/StatementCache.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/StatementError.as
        cairngorm3/trunk/libraries/Persistence/src/com/adobe/cairngorm/persistence/restricted/sta tement/StatementFactory.as
        cairngorm3/trunk/libraries/PersistenceTest/src/AllTests-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/AllTests.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/IntegrationTests-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/IntegrationTests.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/PersistenceSample-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/PersistenceSample.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/UnitTests-app.xml
        cairngorm3/trunk/libraries/PersistenceTest/src/UnitTests.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/Log ging.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/Per sistenceContext.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/dat a/ConnectionManagerFactory.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/dat a/PersonDAO.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/dat a/PersonFactory.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/dat a/PersonSqlMap.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/dom ain/Address.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/dom ain/Person.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/ContentDestination.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/ContentViewStack.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/CreateDatabase.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/CreateDatabasePM.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/DateRenderer.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/People.mxml
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/PeoplePM.as
        cairngorm3/trunk/libraries/PersistenceTest/src/com/adobe/cairngorm/persistence/sample/pre sentation/PersonFormatter.as
        cairngorm3/trunk/libraries/Popup/pom.xml
        cairngorm3/trunk/libraries/PopupParsley/src/com/adobe/cairngorm/popup/AddPopUpToParsleyCo ntext.as
        cairngorm3/trunk/libraries/PopupTest/src/PopUpASExample.mxml
        cairngorm3/trunk/libraries/PopupTest/src/PopUpMXMLExample.mxml
        cairngorm3/trunk/libraries/PopupTest/src/PopUpParsleyExample.mxml
        cairngorm3/trunk/libraries/PopupTest/src/TestRunner.mxml
        cairngorm3/trunk/libraries/PopupTest/src/samples/MyPopup.mxml
        cairngorm3/trunk/libraries/PopupTest/src/samples/PlayEffectsPopUpBehavior.as
        cairngorm3/trunk/libraries/PopupTest/src/samples/ZoomAndFadePopUpBehavior.mxml
        cairngorm3/trunk/libraries/PopupTest/src/samples/parsley/ParsleyContext.mxml
        cairngorm3/trunk/libraries/PopupTest/src/samples/parsley/ParsleyPopup.mxml
        cairngorm3/trunk/libraries/PopupTest/src/samples/parsley/ParsleySharedObject.as
        cairngorm3/trunk/libraries/Task/pom.xml
        cairngorm3/trunk/libraries/TaskTest/src/TaskFlowExample.mxml
        cairngorm3/trunk/libraries/TaskTest/src/TaskFlowTestRunner.mxml
        cairngorm3/trunk/libraries/TaskTest/src/samples/ExampleProcess.as
        cairngorm3/trunk/libraries/TaskTest/src/samples/ExampleTasks.mxml
        cairngorm3/trunk/libraries/TaskTest/src/samples/GoogleSearchTask.mxml
        cairngorm3/trunk/libraries/TaskTest/src/samples/LoadModule.as
        cairngorm3/trunk/libraries/TaskTest/src/samples/LoadStylesheet.as
        cairngorm3/trunk/libraries/TaskTest/src/samples/RestfulRequest.as
        cairngorm3/trunk/libraries/TaskTest/src/samples/TaskFlowPreloader.as
        cairngorm3/trunk/libraries/TaskTest/src/samples/TimedTask.as
        cairngorm3/trunk/libraries/Validation/pom.xml
        cairngorm3/trunk/libraries/ValidationTest/.actionScriptProperties
        cairngorm3/trunk/libraries/ValidationTest/.flexProperties
        cairngorm3/trunk/libraries/ValidationTest/src/Sample1.mxml
        cairngorm3/trunk/libraries/ValidationTest/src/Sample2.mxml
        cairngorm3/trunk/libraries/ValidationTest/src/Sample3.mxml
        cairngorm3/trunk/libraries/ValidationTest/src/SampleModelValidationWithCombos.mxml
        cairngorm3/trunk/libraries/ValidationTest/src/ValidationTests.mxml
        cairngorm3/trunk/libraries/ValidationTest/src/combo/ComboDomain.as
        cairngorm3/trunk/libraries/ValidationTest/src/combo/ComboDomainValidatorGroup.mxml
        cairngorm3/trunk/libraries/ValidationTest/src/combo/ComboPM.as
        cairngorm3/trunk/libraries/ValidationTest/src/sample3/Sample3Model.as
        cairngorm3/trunk/libraries/ValidationTest/src/sample3/Sample3ValidatorGroup.mxml
        cairngorm3/trunk/libraries/lib-parent/pom.xml
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncBasic.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncBasicTestRunner.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncContext.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/assets/contactsStyles.css
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/ContactEvent.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/RefreshSearchAfterSav eController.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/RemoveContactCommand. as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/RemoveContactIntercep tor.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SaveContactCommand.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SearchContactsCommand .as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SearchEvent.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/domain/Contact.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/domain/Contacts.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/infrastructure/AlertHandler.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactForm.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactFormPM.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactList.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactsListPM.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactsNavigator.mx ml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactsNavigatorPM. as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/PictureInput.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/Toolbar.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ToolbarPM.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/InsyncTests.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/RefreshSearchAfterSa veControllerTest.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/RemoveContactCommand Test.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/SaveContactCommandTe st.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/SearchContactsComman dTest.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/domain/ContactTest.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/domain/ContactsTest.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/presentation/ContactFormPMTest.a s
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/presentation/ToolbarPMTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/application/Content Destination.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/contacts/Contact.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/contacts/ContactEve nt.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/contacts/ContactVal idators.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/core/AddEvent.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/core/AlertEvent.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/core/InsyncViewLoad er.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/core/SearchEvent.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/messaging/ComposeMe ssageEvent.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-api/src/insync/messaging/IMessage. as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/ContactsModule.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/ContactsModuleRig.mxm l
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/ContactsModuleRigCont ext.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/ContactsStyles.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/ContactsTestRunner.mx ml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/Conta ctsContext.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/appli cation/RefreshSearchAfterSaveController.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/appli cation/RemoveContactCommand.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/appli cation/RemoveContactInterceptor.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/appli cation/SaveContactCommand.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/appli cation/SearchContactsCommand.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/domai n/Contacts.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactForm.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactFormPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactList.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactsListPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactsListPresenter.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactsNavigator.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactsNavigatorPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/PictureInput.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/AllC ontactsTests.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/appl ication/RefreshSearchAfterSaveControllerTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/appl ication/RemoveContactCommandTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/appl ication/SaveContactCommandTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/appl ication/SearchContactsCommandTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/doma in/ContactTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/doma in/ContactsTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/pres entation/ContactFormPMTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesModule.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesModuleRig.mxm l
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesRigContext.mx ml
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/insync/expenses/Expen sesContext.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/insync/expenses/domai n/Expense.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/insync/expenses/domai n/Expenses.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/insync/expenses/domai n/IExpense.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/insync/expenses/prese ntation/ExpenseListPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule .mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule Rig.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule RigContext.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/insync/messaging/Mes sagingContext.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/insync/messaging/dom ain/Message.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/insync/messaging/pre sentation/ComposeMessagePM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/InsyncModularExtendedShe ll.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/InsyncModularExtendedTes tRunner.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/InsyncStyles.css
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/InsyncContext.mxm l
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/application/Compo seMessageController.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/infrastructure/Al ertHandler.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Cont entViewStack.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Expe nsesPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Tool bar.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Tool barPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/test/insync/AllInsyncTests.a s
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/test/insync/presentation/Too lbarPMTest.as
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-ant-task/src/main/java/com/a dobe/ac/manifestGenerator/ant/ManifestGeneratorTask.java
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-ant-task/src/test/java/com/a dobe/ac/manifestGenerator/ant/AppTest.java
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-groovy/src/main/groovy/com/a dobe/ac/manifestGenerator/groovy/ManifestGenerator.groovy
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-groovy/src/test/groovy/com/a dobe/ac/manifestGenerator/groovy/ManifestGeneratorTest.groovy
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-groovy/src/test/resources/co m/adobe/ac/manifestGenerator/groovy/DummyProject1/flex_src/DummyRoot.mxml
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-groovy/src/test/resources/co m/adobe/ac/manifestGenerator/groovy/DummyProject1/flex_src/model/ModelFile.as
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-groovy/src/test/resources/co m/adobe/ac/manifestGenerator/groovy/DummyProject1/flex_src/view/ViewFile.mxml
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-groovy/src/test/resources/co m/adobe/ac/manifestGenerator/groovy/DummyProjectWithSameClassName/flex_src/com/model/one/S ameNameModel.as
        cairngorm3/trunk/tools/manifest-generator/manifest-generator-groovy/src/test/resources/co m/adobe/ac/manifestGenerator/groovy/DummyProjectWithSameClassName/flex_src/com/model/two/S ameNameModel.as
    Added Paths:
        cairngorm3/trunk/pom.xml

    Well, I can tell you that this kind of error is not OS related, but rather a HW thing.  It happens where there is a general detection of something going wrong.  Sometimes it can happen randomly and might not be an indication of a problem.  But sometimes it can be caused by things that are improperly functioning within the system like bad capacitors. 
    Unfortunately I don't really know what to do about such things except give you machine a proper inspection.  But if things are working fine, and continue to do so, I wouldn't worry about it.  If it becomes a regular occurance, then I'd worry.

  • [svn:fx-trunk] 9352: Update DesignLayer ASDOC to reflect most recent updates to specification.

    Revision: 9352
    Author:   [email protected]
    Date:     2009-08-17 12:38:36 -0700 (Mon, 17 Aug 2009)
    Log Message:
    Update DesignLayer ASDOC to reflect most recent updates to specification.  A bug fix to all IVisualElement implementers to account for initial value of alpha/visible for their owning layer.
    QE notes:  None.
    Doc notes:  None.
    Bugs:  N/A.
    Reviewer:  Chet
    Tests run: Checkin
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DesignLayer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    The problem with submitting a bug report is I don't know how to replicate it.
    The java file showed up on the "Referenced Libraries". I removed it from there and it fixed the problem.
    If I return it to the classpath via Eclipse it doesn't demonstrate the problem.
    I don't know how it got into the classpath to cause this problem. I even tried editing the classpath (which I'm fairly certain was not how the problem was caused) but that didn't replicate the problem.
    I didn't check the .classpath to see what the entry was before I removed it via eclipse so I don't know what the entry looked like. The problem wasn't in the version is SVN so I don't know how to find what changes were made.
    If you sill want a bug report I can enter one but with out any instructions on how to replicate it.

  • [svn:fx-trunk] 20696: update build. properties values that are used for flex-sdk-description.xml.

    Revision: 20696
    Revision: 20696
    Author:   [email protected]
    Date:     2011-03-08 14:09:49 -0800 (Tue, 08 Mar 2011)
    Log Message:
    update build.properties values that are used for flex-sdk-description.xml. release.version = 4.5.1 release = Superhero
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: lauren
    Tests run: no
    Is noteworthy for integration: most likely FB will have to be aware of this
    Modified Paths:
        flex/sdk/trunk/build.properties

    Thats good news.

  • [svn:fx-trunk] 5554: Updating airframework and flex4 sample eclipse projects to more closely match the options set in the equivalent build .xml.

    Revision: 5554
    Author: [email protected]
    Date: 2009-03-25 13:46:00 -0700 (Wed, 25 Mar 2009)
    Log Message:
    Updating airframework and flex4 sample eclipse projects to more closely match the options set in the equivalent build.xml.
    Modified Paths:
    flex/sdk/trunk/development/eclipse/flex/airframework/.actionScriptProperties
    flex/sdk/trunk/development/eclipse/flex/airframework/.flexLibProperties
    flex/sdk/trunk/development/eclipse/flex/flex4/.actionScriptProperties

    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:fx-trunk] 11484: Updating FXGUtils to changelist 624084.

    Revision: 11484
    Author:   [email protected]
    Date:     2009-11-05 16:12:09 -0800 (Thu, 05 Nov 2009)
    Log Message:
    Updating FXGUtils to changelist 624084. This includes fixes to gradient transforms to conform to the updated FXG 2.0 specification.
    Additionally applying Sujata's recent patch to FXGUtils to ensure a BitmapImage in a mask is rendered correctly. This addresses bug SDK-23807.
    Removing empty FXG source folders from the swfutils module (FXG functionality is in the fxgutils module).
    QE notes: Yes, please regenerate bitmaps for static FXG tests that use gradients.
    Doc notes: N/A
    Bugs:
    SDK-23807 - Using a BitmapImage as a mask in static FXG does not work properly
    Reviewer: Sujata
    Tests run: Checkintests, mustella fxg tests (72 tests need to be excluded)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23807
        http://bugs.adobe.com/jira/browse/SDK-23807
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/swf/FXG2SWFTranscoder.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/BitmapGraphicNode.jav a
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/GraphicContentNode.ja va
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/ShapeHelper.java
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java
    Removed Paths:
        flex/sdk/trunk/modules/swfutils/src/java/flash/fxg/

  • [svn:fx-trunk] 12222: Updating FXGUtils to 638523, which includes fixes for ...

    Revision: 12222
    Revision: 12222
    Author:   [email protected]
    Date:     2009-11-25 20:22:52 -0800 (Wed, 25 Nov 2009)
    Log Message:
    Updating FXGUtils to 638523, which includes fixes for...
    - 2486548: FXGUtils fails to raise an exception on a invalid specification of the color attribute in the  element. (Partial bug fix: Added exception code and message as placeholder).
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: Sujata
    Tests run: Checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/fxg/FXGException_en.properties
        flex/sdk/trunk/modules/fxgutils/src/java/com/adobe/internal/fxg/swf/TypeHelper.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 7825: Updating sample Java formatter for Eclipse projects to stop reformatting method arguments .

    Revision: 7825
    Author:   [email protected]
    Date:     2009-06-13 14:17:47 -0700 (Sat, 13 Jun 2009)
    Log Message:
    Updating sample Java formatter for Eclipse projects to stop reformatting method arguments.
    QA: No
    Doc: No
    Modified Paths:
        flex/sdk/trunk/development/eclipse/java/formatter.xml

    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:fx-trunk] 12045: Update accessibility naming logic.

    Revision: 12045
    Revision: 12045
    Author:   [email protected]
    Date:     2009-11-20 08:14:25 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Update accessibility naming logic.  When accessibility name is explicitly set use that name, otherwise use name provided by getName function in accImpl for component, else use toolTip for component (if present).  Form heading name and item name are still prepended with required field notation if they exist.  Form heading and form item logic now uses accessible name if set on those components including with string containing space is used to silence form heading or form item from being announced.  Required Field string was localized into controls.properties.
    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/framework/src/mx/accessibility/AccImpl.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

Maybe you are looking for

  • Windows 7 64 bit driver for the Zen Vision M?

    - Where EXACTLY can I find the Windows 7 64-bit driver for the Zen Vision M? My new computer came with it installed in Windows Media Player 2, but the driver became corrupt. I can't seem to find that driver on the Creative or Microsoft download websi

  • Is it possible to get JobLog for the series of tasks ???

    Hi Experts, I am new to Workflow, can u tell me the following is possible thru Workflow.. My requirement is such.. step 1 : Call a program with varaint in background step 2:  Get the status of the job above Step 3 : depending on the Status send mail

  • Points System Design Flaws

    I'm not here for points, and was here before the points system was enacted, and would certainly still be here if it were gone tomorrow, but what's the point of having them if they're hardly used? It is very difficult to achieve even 10 points a day i

  • How join a type table data with a real table.

    Hello, I want make a join with a type table data and real table. But i don't know how make this. Can you help me????? I have this pl/sql: SET LINESIZE 5000; DECLARE valor NUMBER; TYPE reg_tablita IS RECORD (cuenta B_TB_CTAFACTU.B_CO_CTAFACTU%TYPE,sis

  • GRID_CNTRL Exception coming from CL_GUI_ALV_GRID- Refresh_Table

    Hi I am using REUSE_ALV_GRID_DISPLAY for ALV grid Display with various secondary ALV . I have some editable fields in that and I need to refresh the screen I am able to get the ALV refreshed using CL_GUI_ALV_GRID->Refresh_Table . Problem: When I go t