[svn:fx-4.x] 14123: Two additions/corrections to 14076.

Revision: 14123
Revision: 14123
Author:   [email protected]
Date:     2010-02-11 09:37:26 -0800 (Thu, 11 Feb 2010)
Log Message:
Two additions/corrections to 14076.  Add key mappings for layoutDirection="rtl" for spark list components.  Correct type of keyCode variable so it is an uint rather than an int to match event.keyCode.
BitmapImage has a hard-coded layout direction="ltr".
QE notes: For layoutDirection="rtl" need to test LEFT, RIGHT, UP and DOWN keys.
Doc notes: None
Bugs: SDK-25330
Reviewed By: Hans
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25330
Modified Paths:
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/ButtonBar.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/CalendarLayout.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/ColorPicker.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/Menu.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/MenuBar.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/RadioButton.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/Tree.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/colorPickerClasses/Sw atchPanel.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/listClasses/TileBase. as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderT humb.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/Container.as
    flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/List.as
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/RadioButton.as
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/supportClasses/Butto nBarBase.as
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/supportClasses/DropD ownListBase.as
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/supportClasses/Slide rBase.as
    flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/primitives/BitmapImage.as
Property Changed:
    flex/sdk/branches/4.x/frameworks/

This line from the Pro Maintainence Tools crash report seems to suggest it's crashing when it tries to render a "retiming" effect:
0 com.apple.Flexo 0x0000000100cc12ce -[FFEffectStack(Retiming) retimed] + 30
But I don't have any third party retiming effects applied, which means it might be crashing with the native FCPX retiming trying to render.
How could I possibly get at a built in effect to disable it? I have many clips retimed on this project.

Similar Messages

  • Problems After Win 8.1 Upgrade - Two Additional Partitions Both With Same Volume Serial Number?

    An update from Win 8 Pro to Win 8.1 Pro has occurred automatically on one of my machines.
    Prior to the upgrade (from memory) the machine had an OEM Partition (40MB), EFI System Partition (500MB), Recovery Partition (8.17GB) and OS (C:) partition. Only the latter was visible in Computer.
    After the 8.1 upgrade there are two additional partitions, Recovery (500MB) and Recovery (450MB). All the partitions are now displayed in This PC as drives except the 40MB OEM Partition.
    When viewed in This PC both the two new drives (that appear to equate to the new partitions) show as 499MB each with the same amount of free space. In Disk Management the first new partition is shown as 500MB and the second as 450MB.
    I have SugarSync installed on this machine and since the upgrade it is displaying an error telling me it won't work because the two new drives have the same Volume Serial Numbers.
    Clearly something has gone wrong with the upgrade:
    Is there any way to resolve the Volume Serial Number conflict? 
    Is there any way to stop all these drives appearing in This PC?
    Do I need the two new partitions and if not how can I get rid of them?

    There is a fourth path to upgrading to Windows 8.1 provided by Microsoft. Microsoft have been displaying automated reminders from time to time on Windows 8 computers that Windows 8.1 update is available to download - from these reminders it is possible to
    choose either Install or Not Now.  Just recently these reminders have changed, they are instead notifying the user that the Windows 8.1 Update will be installed automatically or the user has options to postpone the installation for 1hr, 2hrs, etc. The
    user of this computer tells me she went away from the machine and Windows 8.1 update installed automatically from one of these prompts.
    I have seen these installation prompts on several of my customer's computers and they are not malware related (I deal with malware removal every day and would recognise this). However, I have scanned this computer with Bit Defender and MalwareBytes and there
    are no infections present.
    The only difference between this Windows 8.1 Update and the others that I have carried out is that it wasn't controlled and therefore I wasn't able to disable the security software (Bit Defender Internet Security 2015). This may be the cause of the problem.
    I've uploaded the two screenshots you asked for - the two new drives are W: and Z: and SugarSync is reporting that they have the same Volume Serial Numbers. Note: X: and Y: were not visible prior to the upgrade.
    There are two Windows Update logs at C:\Windows\ so I will upload both.

  • Joining two additional tables

    Hello,
    In the TopLink Workbench you are able to link a Java object with multiple tables. In the Multi-Table Info tab, you can add additional tables. You have to specify how the additional tables are associated with the primary table.
    How can I associate two additional tables with each other, either using the Workbench or via the Query Framework?
    Kind regards,
    Erwin

    You can do this through a descriptor amendment method.
    Example: (assume tables EMPLOYEE->ADDRESS->COUNTRY)
    public static void amendDescriptor(Descriptor descriptor) {
    descriptor.addMultipleTableForeignKeyFieldName("EMPLOYEE.ADDR_ID", "ADDRESS.ADDR_ID");
    descriptor.addMultipleTableForeignKeyFieldName("ADDRESS.CNTRY_ID", "COUNTRY.CNTRY_ID");
    If the join condition is more complex an multiple table join expression can also be used.
    Example:
    public static void amendDescriptor(Descriptor descriptor) {   
    ExpressionBuilder builder = new ExpressionBuilder();
    descriptor.getQueryManager().setMultipleTableJoinExpression(
    builder.getField("EMPLOYEE.ADDR_ID").equal(
    builder.getField("ADDRESS.ADDR_ID")).and(
    builder.getField("ADDRESS.CNTRY_ID").equal(
    builder.getField("COUNTRY.CNTRY_ID"))));

  • How can I get VoiceOver to read two languages correctly?

    How can I get VoiceOver to read two languages correctly? in a dual-language book (English and Spanish)? I've used the <lang> tag, but VoiceOver doesn't switch from reading in English to Spanish. Both languages are selected in Settings. Does VoiceOver have this capability?

    How can I get VoiceOver to read two languages correctly? in a dual-language book (English and Spanish)? I've used the <lang> tag, but VoiceOver doesn't switch from reading in English to Spanish. Both languages are selected in Settings. Does VoiceOver have this capability?

  • How do I download Mountain Lion to the other computers at my home without additional cost? I downloaded 10.8 to my main IMac but have two additional computers in my home.?

    How do I download Mountain Lion to the other computers at my home without additional cost? I downloaded 10.8 to my main IMac but have two additional computers in my home.?

    Install 10.6.8 on the other computers. Sign into the App Store with the same Apple ID used to purchase Mountain Lion. Click on the Purchases icon in the toolbar. Locate your Mountain Lion purchase entry which will show an active Install/Download button to the right of the entry. Click on it to download to the computer. If you don't wish to download Mountain Lion twice, then do this:
    Make Your Own Mountain/Lion Installer
    1. After downloading Mountain/Lion you must first save the Install Mac OS X Mountain/Lion application. After Mountain/Lion downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the Mountain/Lion installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
    2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    3. Locate the saved Mountain/Lion installer in your Downloads folder. CTRL- or RIGHT-click on the installer and select Show Package Contents from the contextual menu. Double-click on the Contents folder to open it. Double-click on the SharedSupport folder. In this folder you will see a disc image named InstallESD.dmg.
    4. Plug in your freshly prepared USB flash drive. You are going to clone the content of the InstallESD.dmg disc image to the flash drive as follows:
    Double-click on the InstallESD.dmg file to mount it on your Desktop.
    Open Disk Utility.
    Select the USB flash drive from the left side list.
    Click on the Restore tab in the DU main window.
    Select the USB flash drive volume from the left side list and drag it to the Destination entry field.
    Drag the mounted disc icon from the Desktop into the Source entry field.
    Double-check you got it right, then click on the Restore button.
    When the clone is completed you have a fully bootable installer that you can use without having to re-download Mountain/Lion.
    Note: The term Mountain/Lion used above means Lion or Mountain Lion.
    As an alternative to the above you can try using Lion DiskMaker 2.0 that automates the process.

  • Agreement- Addition,Correction

    Hi,
    Some discrepancy in the existing agreement value,need to amend the details with new additions and corrections and baseline the funding inquiry...Do we have any Web-ADI to achieve this target?? or we need to go with manual entry???
    Please give ur suggestion at the earliest..
    thanks a lot n advance...

    S Dina, u r rite.most of the consultants r having wrong perception that we can not decrease the agreement value..It is possible by passing negative value as correction then baseline and then come back and change the agreement to the lower value....
    Plsssssssssssssss some 1 help me how can i use Public API......for funding allocation and adding the agreement value????
    thanks a lot n advance....
    Edited by: prety on Aug 24, 2010 10:55 PM

  • Populate two additional select boxes from main box...

    hey all -
    i am new at most of this, so please bare with me.
    I am trying to go from one box to the next (twice over), and am having difficulty getting to the third box.
    I have the original box "select1" and it populates "select two" just fine, but i do not have the third population....looking for help in getting a third box.
    I would like box one to populate box two, from the selection in box two, i would like to populate box three, and have that as a selection as well.
    here is what i have so far...
    <script>
    function dropDownChanged(dd)
         if(eval('typeof(' + dd.name.replace(/:/g, "_") + '_children) == \'undefined\'')) return;
         var thisDd;
         if(document.all)
              thisDd = document.all[eval(dd.name.replace(/:/g, "_") + '_childcontrol')];
         else
              thisDd = document.getElementById(eval(dd.name.replace(/:/g, "_") + '_childcontrol'));
         thisDd.options.length = 0;
         var childElements = eval(dd.name.replace(/:/g, "_") + '_children');
         for(var c=0 ; c < childElements.length ; c+=2)
              if(childElements[c] == dd.value)
                   for(var o=0 ; o < childElements[c+1].length ; o+=2)
                        thisDd.options[o/2] = new Option(childElements[c+1][o], childElements[c+1][o+1]);
         dropDownChanged(thisDd);
    </script>
    <script>var opp_childcontrol = 'opp';
    var opp_children = ['no',['------------Select first--------------------','no'],'Coffee Businesses',
    ['selction1','selection1'],'Direct Marketing',['selection2','selection2'],'Employment & Personnel',['selection3','selection3'],'Food-Related Businesses',['selection4','selection4','selection5','selection5','selection6','selection6'],'Printing Businesses',['selection7','selection7'],
    'Senior Care',['selection8','selection8']];
    </script>after the first box is selected, the second box populates great, now i am wanted the "selection1 - selection 8" to populate a third box with information determined by the second selection, that is also a selection that can be chosen by the end user....
    all of this information is sent via web form to a crm...
    can you help me to create this third dropdown list with the ability to select an option from there?
    I would greatly appreciate any and all help you can provide!
    ray

    that sounds good to me....but again, i am not the expert at this by any means...I am going off of what has been given to me in the first script.
    can you assist?
    thanks,
    ray

  • [svn:bz-trunk] 10059: update two package-info.java files, and add one new one.

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

  • [svn:fx-4.x] 15707: Two changes to RichEditableText' s setLayoutBounds override:

    Revision: 15707
    Revision: 15707
    Author:   [email protected]
    Date:     2010-04-26 12:43:51 -0700 (Mon, 26 Apr 2010)
    Log Message:
    Two changes to RichEditableText's setLayoutBounds override:
    1)  widthConstraint and heightConstraint should be reset in setLayoutBounds() rather than updateDisplayList().  setLayoutBounds() is only called when the measured size changes which means that it is not necessarily called before each call to updateDisplayList().  Recycled item renders exposed this flaw.
    2) Should be setting widthConstraint and heightConstraint each time to either NaN or the value of the constraint regardless of the value of autoSize.
    QE notes:
    Doc notes: None
    Bugs:  SDK-26298, SDK-26178
    Reviewed By: Gordon
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26298
        http://bugs.adobe.com/jira/browse/SDK-26178
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/RichEditableText.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 11492: Checking in additional tweaks to SWC filtering when compatibility-version is used .

    Revision: 11492
    Author:   [email protected]
    Date:     2009-11-06 05:18:44 -0800 (Fri, 06 Nov 2009)
    Log Message:
    Checking in additional tweaks to SWC filtering when compatibility-version is used.  Pushing the majority of thes
    e changes on behalf of Paul.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Paul
    Tests run: Checkin
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/sparkskins/build.xml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Compc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/CompcPreLink.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Fcsh.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Application.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools_en.properties

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 12952: Remove two FIXMEs and fix a comment.

    Revision: 12952
    Revision: 12952
    Author:   [email protected]
    Date:     2009-12-15 06:38:06 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Remove two FIXMEs and fix a comment.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as

    Hi Stephan,
    this solved placing both animation on one page.  Make sure all your fonts are called out in the <head> section like for example:
    <script>var __adobewebfontsappname__="dreamweaver"</script>
    <script src="http://use.edgefonts.net/quicksand:n3,n4:default.js" type="text/javascript"></script>
    Dreamweaver does this automatic for you.  If you are having a font conflict I recommend under command  (if you are using dreamweaver)
    Clean up the font Tag and add only the ones that you are using again,  sometimes they accumulate.
    Good Luck.

  • [svn] 2486: modifying MBeanServerGateway tests to work correctly on Websphere + other app servers .

    Revision: 2486
    Author: [email protected]
    Date: 2008-07-15 07:59:51 -0700 (Tue, 15 Jul 2008)
    Log Message:
    modifying MBeanServerGateway tests to work correctly on Websphere + other app servers.
    MBeans are assigned different names on Websphere and results and faults are sometimes different depending on the MBean server used by the app server. Determining app server by checking the port number returned from appServer.jsp.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanFunction s.as
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanServerGa teway.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanServerGa teway_register.mxml
    Added Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/appServer.jsp

    Revision: 2486
    Author: [email protected]
    Date: 2008-07-15 07:59:51 -0700 (Tue, 15 Jul 2008)
    Log Message:
    modifying MBeanServerGateway tests to work correctly on Websphere + other app servers.
    MBeans are assigned different names on Websphere and results and faults are sometimes different depending on the MBean server used by the app server. Determining app server by checking the port number returned from appServer.jsp.
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanFunction s.as
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanServerGa teway.mxml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/MBeanServerGa teway_register.mxml
    Added Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/mxunit/tests/MBean/jmx/appServer.jsp

  • [svn] 4830: * Resubmitting 4795 with an additional fix for unresolved namespaces

    Revision: 4830
    Author:   [email protected]
    Date:     2009-02-04 08:03:13 -0800 (Wed, 04 Feb 2009)
    Log Message:
    * Resubmitting 4795 with an additional fix for unresolved namespaces
      that come from variables.  For example:
        var ns:Namespace = new Namespace("blah");
        foo.ns::bar();
      This is part of the fix for SDK-17798.  It allows
      DataBindingFirstPassEvaluator to find type information for
      namespaceBT2 in:
      But this isn't a complete fix, because I couldn't figure out how to
      allow the PropertyWatcher for "test_namespace::namespaceBT2" to
      access the property.  The solution will probably be to provide the
      open namespaces to the PropertyWatcher, but I haven't figured out
      how to do this yet.
    tests Passed: checkintests, performance testsuite
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19047, SDK-17798 (partial fix)
    API Change: NO
    Reviewer: Erik
    Code-level description of changes:
      semantics/FlowAnalyzer.java
        See notes for revision 4795.
      util/Context.java
        Modified processUnresolvedNamespaces() to report an error if we
        can't find a Slot for the namespace, but no longer report an error
        if we find a Slot without a Value.  This happens when the
        namespace is defined in a variable.  ConstantEvaluator will not
        have run yet, so the Slot for the namespace will not have a Value.
        We just silently punt in this case.  The VM will report an error
        at runtime if the namespace can't be resolved.  Unfortunately,
        data binding won't be able to track down change events in this
        case, though.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-17798
        http://bugs.adobe.com/jira/browse/SDK-19047
        http://bugs.adobe.com/jira/browse/SDK-17798
    Modified Paths:
        flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
        flex/sdk/trunk/modules/asc/src/java/macromedia/asc/util/Context.java

  • [svn:bz-trunk] 17048: Fix two failing config tests.

    Revision: 17048
    Revision: 17048
    Author:   [email protected]
    Date:     2010-07-23 12:09:49 -0700 (Fri, 23 Jul 2010)
    Log Message:
    Fix two failing config tests. Looks like the way messages get logged changed slightly which broke the tests. Should be fixed now. 
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/error.txt
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingValidatorTest/error.txt

  • [svn:fx-trunk] 8558: Fixed two manifest bugs.

    Revision: 8558
    Author:   [email protected]
    Date:     2009-07-14 13:42:23 -0700 (Tue, 14 Jul 2009)
    Log Message:
    Fixed two manifest bugs. Two effects (UnconstrainItemAction and Pause) were not in the proper manifests, so mxml code would not compile when referencing these effects.
    Modified Paths:
        flex/sdk/trunk/frameworks/halo-manifest.xml
        flex/sdk/trunk/frameworks/mxml-manifest.xml
        flex/sdk/trunk/frameworks/spark-manifest.xml

Maybe you are looking for