Jaws 11 support in Flex 3.3

I have seen in the release notes of Flex 4 that Jaws 11 was supported.  We have built our application on Flex 3.3 and migrating to Flex 4 does cost a lot of development man days. 
I would like to know if Jaws 11 is suppose to be supported in Flex 3.3 ? We did our accessibility check with Jaws 10 and it did work correctly but once we try testing with Jaws 11, the behavior is completely different.
Thanks for your answers

Clang support for lambda expressions and atomics is currently listed as "svn".  I take it to mean that they are in the current svn repository version, which may very well not be the tagged branch currently associated with Xcode.
http://clang.llvm.org/cxx_status.html
You may have to wait for a newer version of Xcode (or the release of Mountain Lion, which sometimes leads to a new major version of Xcode) for the compiler to catch up.

Similar Messages

  • [svn:fx-trunk] 8190: make sure the HaloClassic theme is not copied into the package b/ c it is no longer supported in flex 4

    Revision: 8190
    Author:   [email protected]
    Date:     2009-06-24 12:26:02 -0700 (Wed, 24 Jun 2009)
    Log Message:
    make sure the HaloClassic theme is not copied into the package b/c it is no longer supported in flex 4
    bug: https://bugs.adobe.com/jira/browse/SDK-20729
    qa: no
    doc:
    checkintests: pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20729
    Modified Paths:
        flex/sdk/trunk/build.xml

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • Flash Builder 4: "Flex 2 is not supported; use Flex 3.0.0 or higher "

    In our project we have to maintain an application developed in Flex 2, but we have licensed Flash Builder 4, which is now available for Adobe only. When we tried to configure Flash Builder 4 with Flex 2 SDK we get the following error: "Flex 2 is not supported; use Flex 3.0.0 or higher "
    What should we do to work with Flex 2 in Flash Builder 4?
    Thanks for the help

    In our project we have to maintain an application developed in Flex 2, but we have licensed Flash Builder 4, which is now available for Adobe only. When we tried to configure Flash Builder 4 with Flex 2 SDK we get the following error: "Flex 2 is not supported; use Flex 3.0.0 or higher "
    What should we do to work with Flex 2 in Flash Builder 4?
    Thanks for the help

  • Ipad 3 supports FLASH/FLEX Apps, web or not

    ipad 3 supports FLASH/FLEX Apps, web or not?

    Apps, yes. Embedded in a web-page, no.
    Specifically, a FLEX application bundled as an iOS app and sold through the App Store or distributed ad hoc using an enterprise license will work just fine.
    Embedded FLASH (e.g., in a web-page) requires that the browser have a Flash plug-in. iOS doesn't support browser plug-ins, and Adobe dropped development and support for mobile versions of Flash (iOS and Android) a year ago (and laid off the staff related to it), so there will never be one. For what it's worth, Adobe has made it clear that it's also going to drop support for desktop browser plugins as well in the near future (in part because of the wider array of browsers requiring support, and also because Microsoft is dropping browser plugin support from their Windows 8 Metro browser and from their Windows RT browsers).
    Going forward, Adobe presumes everyone will stick with HTML5+JavaScript in browsers and a FLEX will be used for standalone application development. They are already modifying their products to reflect this change.

  • [svn:fx-trunk] 10464: Removing support in Flex framework for compatibility version 3.

    Revision: 10464
    Author:   [email protected]
    Date:     2009-09-21 10:40:30 -0700 (Mon, 21 Sep 2009)
    Log Message:
    Removing support in Flex framework for compatibility version < 3.  We won't support compatibility-version 2 or 2.01 anymore.  We only keep compatibility-version for one full release, so for Flex 4, we only support compatibility-version = 3.x.
    This should reduce our code-size some as we no longer need this old code.  I didn't clean up the compiler's support for compatibility-versioning as it didn't seem worth the effort.
    QE notes: -
    Doc notes: -
    Bugs: SDK-15360
    Reviewer: Kevin
    Tests run: checkintests, Joan ran all mustella tests
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-15360
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordionClasses/Accordion Header.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/Flex.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Alert.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/CheckBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RadioButton.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextArea.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead erBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemRenderer .as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileListItemRend erer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuBarItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuItemRenderer .as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/sliderClasses/Slider.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer .as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/AccordionHeaderSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/DateChooserYearArrowSkin.a s
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PanelSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollArrowSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ScrollTrackSkin.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProxy.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as

  • Will LiveCycle Collaboration Service Be Supported on Flex Mobile aka Slider?

    Will LiveCycle Collaboration Service Be Supported on Flex Mobile aka Slider?
    For example, can you create mobile using LCCS?????????

    Hi,
    Just to re-state Raff,The flash version of LCCS SDK requires the basic flash libraries or in other words , just the playerglobal.swc . So if Slider also depends on playerglobal.swc like the Flex, then LCCS would be fully functional on Slider too. But the only bad news would be that we wouldnt be able to exploit the slider specific features and leverage its benefits.
    And as Raff pointed out, if there is enough interest the LCCS team can probably supply also a Flex Mobile implementation of the LCCS pods.
    Thanks
    Arun

  • Qn:OpenGL or similar support in Flex/Flash?

    i am to develop an engineering simulation application that
    runs on web as well as on destop. i am exploring the possibilities
    of using Flex/Flash, & AIR. but i am not getting any
    information on support to OpenGL or similar thing by
    Flex/Flash/AIR. my application will have a graphic window to show
    lines, curves, etc in 3d view. It should also offer pan, zoom.
    rotate etc functionality.
    can Adobe give me all these functionalities?

    The Macintosh implementation of the Flash Player on MacOS X
    10.2+ since Flash Player 8 uses OpenGL hardware acceleration.
    In Flash Player 9 Upadate 3, OpenGL is used for hardware
    acceleration of the fullscreen mode on the Mac.
    On PC, the fullscreen mode uses Direct X.
    So, you can't directly access OpenGL functions but new
    releases of the Flash Player like Astro (Flash Player 10) will use
    it more and more for hardware acceleration of 2D and 3D rendering.

  • DropShadowEnabled no longer supported in Flex Hero build 17689

    Hi,
    I am using the latest "nightly" Flex 4.5  SDK, build 17689.  It seems the dropShadowEnabled property is no longer  supported with the Hero default skin.  I get this compilation error:
    The style 'dropShadowVisible' is only   supported by type   'spark.components.Panel' with the   theme(s) 'spark'.
    Is there any way to disable the shadow without making a custom panel skin?  Now I have shadows on top of shadows as I use panels within other panels, and shadows where I do not need/want them.
    Thanks.

    @Alon K.,
    When you say "no longer supported", were you seeing this work in earlier builds when using the Spark Panel and Halo theme?
    I tried this code w/ Flex 4.0 and the Halo theme and saw the same error (which I believe is the correct behavior since I'm using the Halo theme but that style is only supported by the Spark theme):
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx">
        <s:Panel id="pnl"
                 title="Spark Panel title"
                 dropShadowVisible="{ch.selected}"
                 width="300" height="150"
                 horizontalCenter="0" verticalCenter="0">
            <s:Label text="Content area" width="100%" backgroundColor="red" />
            <s:controlBarContent>
                <s:CheckBox id="ch" selected="true" />
            </s:controlBarContent>
        </s:Panel>
    </s:Application>
    Peter

  • FLEX /WCF 3.5 : what is the netctp binding is supported by flex?

    I haven't knowlegde in flex, i need to expose wcf service to Flex. The web service exists and uses http bindings. I know to be possible from wcf http bindings. Sometimes, the perfomance isn't very good. Before to use Net Remoting and a AMF Gateway, i want to know this is  possible to use nettcpbinding .My englsih isn't very good, sorry and thank for your help.

    Yes. that's right! flex 3 and unfortunately flex 4 don't support SOAP 1.2!
    And for calling a WCF Webservice you must set your binding option to BasicHttpBinding to make it...
    regards

  • End of extended support: Adobe Flex 3.0

    Hello,
         we develop with flex 3.0 and  the end support is 2/28/2015. is that the software we develop will continue to work 2015, 2016 and 2017 ?
    Or I am forced to make an update my code for using "Adobe Flash Builder" 4.7
    Regards king
    Christophe

    This is not an official answer, but basically, “support” in this context is more about whether you can ask for help, not whether it will run.  Java 1.6 is beyond support but still runs fine in most places.  Adobe wants the player to run all existing content.  Extensive testing is done before each release to try to ensure that.  Adobe in general will only purposefully break content if required to fix a security issue.
    And don’t forget, there is continuing development on the Flex 4 code at Apache.  If enough folks showed up on the Apache Flex mailing lists wanting to make improvements to Flex 3, such a thing could happen there too.  At Apache, development is completely community-driven.
    -Alex

  • Chines and Japanese lanugate support in flex.

    I am using the ‘arial unicode ms’ in my application.
    I require providing the support of Chines and Japanese language support in my application. The text is coming form the backend. At flex end for showing these
    Language text I require to embed the ‘Arial Unicode Ms’ fonts, which is very big in the size and hence the swf of my application becomes very heavy. I want to reduce the size of this font in my application as I require only selected languages from this font. Can any body suggest me how to achieve this?
    Thnx in Advance,
    Shardul Singh Bartwal

    Have you tried the approach described at the link below:
    http://blog.menhir.be/2008/09/15/setting-unicoderange-in-flex-using-css/

  • JAWS Scripts for Flex Installation

    Hi,
    I'm trying to update JAWS for my computer to use on a particular website that I have to have this for. However when I go to update my file i get this error,
    "Your installation of JAWS seems to be corrupted. Please reinstall JAWS and run this installation again. "
    I can't find it in my programs, So i'm not sure where to begin to unintsall this to reinstall. I've already uninstalled and reinstalled Adobe Flash Player which is part of what I need for the website as well.
    Any suggestions?
    I'm going to keep looking.
    -Dkerste

    JAWS is not an Adobe product, so I don't know how we can help you with this.  But the message you get is pretty clear: reinstall/repair JAWS before running the update.
    You also mention Flex, which has its own forum http://forums.adobe.com/community/flex

  • Can standard workbooks for Process Manufacturing support descriptive Flex?

    Can standard workbooks for Process Manufacturing support descriptive Flexfields in Discoverer 10i??
    I'm not sure if that is so, and I wouldn't want to create views and folders and then realizing that it could've been done in a standrard fashion.
    Can anyone help me please. My email is [email protected]
    Thanks
    Rafael

    Hi,
    The question is too generic. Can be specific with examples?
    To answer your query, every movement of the goods at stage of WIP can be analysed with the conversion costs incurred till that stage using operation wise confirmation in SAP ECC 6.0. IT support required would that of SAP consultants from modules PP, MM and CO.
    Best Regards
    Vimal Vijayan

  • Will Flash Builder 4.7 supports Flex 3.5 SDK

    Does Flash Builder 4.7 Premium supports using Flex SDK 3.5 version. I have an existing application build on Flex SDK 3.5. Can I use FLash Builder 4.7 to make any enhancements on this existing application?

    An AIR app is not just a SWF, but also its –app.xml file and then is usually packaged into a .AIR file.  Just launching the SWF won’t work as it usually launches FlashPlayer which does not have AIR APIs.

  • Query works everywhere but Flex: inline views not supported perhaps?

    EDIT2: Actually not. It turns out to be a bug in the way Adobe is treating any integer PK column, no matter how it is defined, INT, or INTEGER, as an alias for the rowid in SQlite.  This is incorrect. rowid does not always equal the PK value.  This causes joins to return the wrong values.
    EDIT: turns out to be the use of the absolute value function in the query.
    See http://forums.adobe.com/thread/516392
    My bread-and-butter query, the one that is the core of my application, uses a UNION query with inline views when doing proximity word-searches. It works beautifully in SQLite returning a resultset  in about one second from an over 300MB database, against several tables equijoined, the two biggest tables having close to 4 million rows and 300,000 rows, respectively.
    It runs fine in Visual Studio using the .NET provider for SQLite, and also in SQLite Manager 0.5.6 by Mrinal Kant and in other front-ends to SQLite. But the verbatim query returns no rows in Flex and zero rows in the SQLite Admin GUI front-end, which is built on the Flex SQL libraries.
    My first thought is that inline views might not be supported in Flex? 
    Does Flex do what in the Microsoft world is called a "pass-through" query, sending the sql intact through to the back end, or does Flex take the query statement apart and apply the WHERE clause conditions client-side, as Microsoft Access does to support so-called "heterogeneous" joins, i.e. queries that might join tables from, say, SQL Server and Oracle in the same query?

    EDIT2: Actually not. It turns out to be a bug in the way Adobe is treating any integer PK column, no matter how it is defined, INT, or INTEGER, as an alias for the rowid in SQlite.  This is incorrect. rowid does not always equal the PK value.  This causes joins to return the wrong values.
    EDIT: turns out to be the use of the absolute value function in the query.
    See http://forums.adobe.com/thread/516392
    My bread-and-butter query, the one that is the core of my application, uses a UNION query with inline views when doing proximity word-searches. It works beautifully in SQLite returning a resultset  in about one second from an over 300MB database, against several tables equijoined, the two biggest tables having close to 4 million rows and 300,000 rows, respectively.
    It runs fine in Visual Studio using the .NET provider for SQLite, and also in SQLite Manager 0.5.6 by Mrinal Kant and in other front-ends to SQLite. But the verbatim query returns no rows in Flex and zero rows in the SQLite Admin GUI front-end, which is built on the Flex SQL libraries.
    My first thought is that inline views might not be supported in Flex? 
    Does Flex do what in the Microsoft world is called a "pass-through" query, sending the sql intact through to the back end, or does Flex take the query statement apart and apply the WHERE clause conditions client-side, as Microsoft Access does to support so-called "heterogeneous" joins, i.e. queries that might join tables from, say, SQL Server and Oracle in the same query?

Maybe you are looking for