[svn] 1965: * Made AST generation the default.

Revision: 1965
Author: [email protected]
Date: 2008-06-05 07:18:47 -0700 (Thu, 05 Jun 2008)
Log Message:
* Made AST generation the default. To turn it off set
-generate-abstract-syntax-tree to false.
* Fixed two small issues found by the mxunit and mxmlcunit tests.
tests Passed: checkintests, mxunit and mxmlcunit
Needs QA: YES
Needs DOC: NO
Bug fixes:
API Change: NO
Reviewer: pfarland
Code-level description of changes:
as3/OffsetInputBuffer.java
Modified constructor to set "curr_line_offset", because if the
first token is xml, "curr_line_offset" will not have been
initialized using "pos".
common/CompilerConfiguration.java
Changed generateAbstractSyntaxTree to true.
mxml/rep/BindingExpression.java
Modified generateNamespaceDeclarations() to intern the generated
namespace, because it is assumed to be interned by ASC. The
assert in IdentifierNode caught this.
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/OffsetInputBuffer.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/BindingExpression.java

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.

Similar Messages

  • [svn:fx-trunk] 11276: Turning the default of ItemRenderer' s autoDrawBackground property to true.

    Revision: 11276
    Author:   [email protected]
    Date:     2009-10-29 13:25:24 -0700 (Thu, 29 Oct 2009)
    Log Message:
    Turning the default of ItemRenderer's autoDrawBackground property to true.  This is part of the changes outlined here: http://opensource.adobe.com/wiki/display/flexsdk/ItemRendererChanges
    This will break existing ItemRenderers because now we are drawing a rectangular background for rollover/selection/caretting that was not being drawn before.  Existing item renderers should be updated to either opt out of this new behavior by explicitly setting autoDrawBackground to false or by updating their ItemRenderers to expect this behavior.
    QE notes: Most tests should have already been updated.  If tests with item renderers are broken, please update them.
    Doc notes: -
    Bugs: -
    Reviewer: Pete F.
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer .as

    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

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

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

  • [svn:fx-trunk] 7553: Fix the default value of the [skinPart] "required" attribute for asdoc.

    Revision: 7553
    Author:   [email protected]
    Date:     2009-06-04 09:32:51 -0700 (Thu, 04 Jun 2009)
    Log Message:
    Fix the default value of the "required" attribute for asdoc.
    Bugs: SDK-21488
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21488
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelGenerator.java

    ${ui:cond( uix.current.isNewRow, 'true', ui:cond( bindings.AddProjectNutsoverleg.value == 1, 'true', 'false' ) ) } notice the '.value' it could also be '.inputValue'.
    If not there is also an option to make sure that when the checkbox is empty a value is returned anyways this work like this:
      protected void processUpdateModel( DataActionContext ctx )
        //First look for the request parameter
        Object cbInRequest = ctx.getHttpServletRequest().getParameter( "nameofthecheckbox" );
        //We only need to do anything if it was not submitted
        if( cbInRequest == null )
          // Get hold of the Form Bean containing the record
          BindingContainerActionForm updateForm = (BindingContainerActionForm) ctx.getActionForm();
          //Get the binding for our particular column
          JUCtrlAttrsBinding checkBoxBinding = (JUCtrlAttrsBinding)updateForm.get( "nameofthecheckbox" );
          //Reset that explicitly to the *unchecked* value
          checkBoxBinding.setAttribute( 0, new oracle.jbo.domain.Number( 0 ) );
        super.processUpdateModel( ctx );
      }Maybe this helps.

  • [svn:bz-trunk] 20609: Change the default max object nest level from 1024 to 512.

    Revision: 20609
    Revision: 20609
    Author:   [email protected]
    Date:     2011-03-04 10:23:41 -0800 (Fri, 04 Mar 2011)
    Log Message:
    Change the default max object nest level from 1024 to 512. A max object nest level of 512 should be more than enough for most applications which probably will not be sending deeply nested object graphs over the wire. For applications that are sending deeply nested object graphs over the wire and that bump up against this limit, the limit can be increased but you should also do testing to make sure that serializing/deserializing these deeply nested object graphs doesn't cause stack overflow errors. 
    Update documentation for the max object nest level setting to reflect the new default.
    Add documentation for the new max collection nest level setting.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/resources/config/services-config.xml

    You should be able to get some more precise information from your Xorg logs, but I would bet it is related to the evdev driver. Some of the options in your xorg.conf no longer work with the latest version. For now you should be able to either map your mouse directly to the appropriate /dev/event* entry or change to the standard mouse driver, both of those methods should be in the wiki.
    You are supposed to be able to use the evdev driver without the input section of your xorg.conf by using dbus/hal autodetection, but AFAIK at the moment the xorg-server package still isn't compiled with hal support, so you would have to patch and rebuild the package.

  • [svn:fx-trunk] 8474: * Fixed the AST generation code path of Vector typed variables and

    Revision: 8474
    Author:   [email protected]
    Date:     2009-07-09 07:20:32 -0700 (Thu, 09 Jul 2009)
    Log Message:
    Fixed the AST generation code path of Vector typed variables and
      properties with Bindable.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-21587
    API Change: NO
    Reviewer: Peter D.
    Code-level description of changes:
       AbstractSyntaxTreeUtil.java
         Modified generateParameter(*) to use generateTypeExpression().
       binding/BindableSecondPassEvaluator.java
         Modified generateGetter() to use AbstractSyntaxTreeUtil.generateTypeExpression().
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21587
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableSecondPassEva luator.java

    I got again a total system freeze today when I wanted to launch firefox using only the openbox menu, without wbar running.
    So I decided to try now the 'nouveau.noaccel=1' kernel command line parameter, and to use again wbar for my frequently used applis.
    In the Xorg log, the differences are:
    without 'nouveau.noaccel=1'
    [ 30.761] (II) UnloadModule: "nv"
    [ 30.761] (II) Unloading nv
    [ 30.761] (--) Depth 24 pixmap format is 32 bpp
    [ 30.762] (II) NOUVEAU(0): Opened GPU channel 0
    [ 30.765] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 30.765] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 30.765] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 30.776] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 30.777] (II) EXA(0): Driver registered support for the following operations:
    [ 30.777] (II) Solid
    [ 30.777] (II) Copy
    [ 30.777] (II) Composite (RENDER acceleration)
    [ 30.777] (II) UploadToScreen
    [ 30.777] (II) DownloadFromScreen
    [ 30.777] (==) NOUVEAU(0): Backing store disabled
    [ 30.777] (==) NOUVEAU(0): Silken mouse enabled
    with 'nouveau.noaccel=1'
    [ 1191.621] (II) UnloadModule: "nv"
    [ 1191.621] (II) Unloading nv
    [ 1191.621] (--) Depth 24 pixmap format is 32 bpp
    [ 1191.621] (EE) NOUVEAU(0): Error creating GPU channel: -19
    [ 1191.621] (EE) NOUVEAU(0): Error initialising acceleration. Falling back to NoAccel
    [ 1191.621] (==) NOUVEAU(0): Backing store disabled
    [ 1191.621] (==) NOUVEAU(0): Silken mouse enabled
    [ 1191.621] (==) NOUVEAU(0): DPMS enabled
    So now 3D acceleration is disabled.
    I will see now if the system is stable enough for my daily usage and gives satisfactory performances.
    I am almost sure that the mesa nouveau dri driver is the cause of the freezes.
    Last edited by berbae (2013-03-27 10:07:42)

  • [svn:fx-trunk] 5907: * AST generation optimization for Bindable metadata.

    Revision: 5907
    Author: [email protected]
    Date: 2009-04-03 07:39:57 -0700 (Fri, 03 Apr 2009)
    Log Message:
    * AST generation optimization for Bindable metadata. For some Mxml
    heavy applications, this decreases compilation time by about 10%.
    It also lowers memory use for those applications.
    tests Passed: checkintests, mxunit databinding, full mustella
    Needs QA: YES
    Needs DOC: NO
    API Change: NO
    Reviewer: Corey
    Code-level description of changes:
    tools/WebTierAPI.java
    Modified getCompilers() to pass generateAbstractSyntaxTree into
    BindableExtension and ManagedExtension.
    compiler/as3/genext/GenerativeSecondPassEvaluator.java
    Added generateAbstractSyntaxTree variable and modified constructor
    to set it.
    Made prepMetaDataNode() protected, so subclasses can call it.
    compiler/as3/genext/GenerativeExtension.java
    Added generateAbstractSyntaxTree variable and modified constructor
    to set it.
    compiler/as3/managed/ManagedSecondPassEvaluator.java
    compiler/as3/managed/ManagedExtension.java
    compiler/as3/binding/BindableExtension.java
    Modified constructor to take generateAbstractSyntaxTree param and
    to pass it to super().
    compiler/as3/AbstractSyntaxTreeUtil.java
    Added DOUBLE_COLON.
    Modified generateIdentifier() to handle name's with double colons.
    Added new generateParameter() variant with position arg.
    Added new generateParameter() variant with support for an
    initializer Node.
    Added new generateParameter(), generateTypeExpression(),
    generateVariable() variant with support for a type namespace.
    compiler/as3/binding/BindableSecondPassEvaluator.java
    Added addIEventDispatcherImplementation(),
    addStaticEventDispatcherImplementation(), generateAttributeList(),
    generateBindingEventDispatcherVariable(),
    generateDispatchEventCall(),
    generateAddEventListenerFunctionDefinition(),
    generateDispatchEventFunctionDefinition(),
    generateEventDispatcherNotNull(), generateGetter(),
    generateHasEventListenerFunctionDefinition(),
    generateOldValueStrictlyNotEqualsValueText(),
    generateOldValueVariable(),
    generateRemoveEventListenerFunctionDefinition(), generateSetter(),
    generateSetterAssignment(),
    generateStaticBindingEventDispatcherVariable(),
    generateStaticDispatchEventCall(),
    generateStaticEventDispatcherGetter(),
    generateStaticOldValueVariable(),
    generateStaticSetterAssignment(),
    generateWillTriggerFunctionDefinition(), modifySyntaxTree(), and
    moveMetaDataToNewDefinition().
    compiler/mxml/ImplementationCompiler.java
    Modified constructor to pass generateAbstractSyntaxTree into the
    BindableExtension constructor.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableExtension.jav a
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableProperty.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableSecondPassEva luator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeExtension.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeSecondPassEv aluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/managed/ManagedExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/managed/ManagedSecondPassEval uator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.java

  • I upgraded MacbookPro 2009 from 10.6.8 to Yosemite.  Beforehand I made a backup copy of my Iphoto library onto an external hard drive. Lets call it BU. I also deleted half of my photos from the default library on my laptop, lets call it DE. I then in

    I upgraded MacbookPro 2009 from 10.6.8 to Yosemite 2 weeks ago. My iphoto is now a nightmare. i went to our local apple retailer but they could not help either. Perhaps someone can help. Beforehand the OS upgrade I made a backup copy of my Iphoto library onto an external hard drive. Lets call it BU with 50GB. I also deleted half of my photos from the default library on my laptop, lets call it DE, now with about 20GB, to gain space. I then upgraded to Yosemite.
    I have also installed since a long time Iphoto Library Manager 3.8.6. (this may be the cause of the problem as it was not upgraded and perhaps thus not compatible with iphoto 9.6 which I have now after the upgrade to Yosemite) It all worked fine before the upgrade, switching in iphoto between the two libraries DE and BU.
    It also worked fine after the upgrade for a few days. At one stage Iphoto asked me to upgrade the iphoto version as it otherwise could not read the photos when I tried to load the BU library into iphoto. I did click yes to upgrade iphoto. As a result I became a brand new but totally empty library, no photos.
    BU was still on the external disc, however the "Master" file was empty. We fortunately discovered all photos were in another file called Old Master, also under BU. We made another copy of the Old Master file onto the external disc. Lucky we did, because shortly afterwards we could not open anymore the BU file thus had no access to anything in there. Now I have 17000 photos in a file called Old Master on my external disc and another smaller library  DE on my laptop. When I tried to import the photos from Old Master into a new iphoto library it was very messy. All events dates were mixed up, many photos were imported twice. I have no idea whether all my 17000 photos have been imported.
    Can anyone suggest what is the most time efficient way? How do I best import my 17000 into a new library ensuring I don't loose any in the process. I do not wish sorting through 17000 photos for a week or so. Shall i also get a new iphoto library version now? Thank you for anything that may work.

    Yes, the Old Master file has a folder for each year where I find all photos from that specific year. I am attaching a screen shot of the file.
    In the meantime i have managed to download all photos (it did not download any video files though in mpg, avi, 3gp, m4v,mp4 and mov format) to a new iphoto library. Unfortunately the photos are quite mixed and often doubled up. I ma considering to purchase iphoto library which checks all duplicates in iphoto. this will save me a lot of time. What do you think?

  • I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • [svn] 4880: * Fixed deprecation warnings with AST generation and a Repeater RTE

    Revision: 4880
    Author: [email protected]
    Date: 2009-02-06 13:30:19 -0800 (Fri, 06 Feb 2009)
    Log Message:
    * Fixed deprecation warnings with AST generation and a Repeater RTE
    caused by revision 4709.
    tests Passed: checkintests, mxunit repeater, asc-tests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-16288, SDK-18986
    API Change: NO
    Reviewer: Corey, Pete F.
    Code-level description of changes:
    asc/src/java/macromedia/asc/embedding/LintEvaluator.java
    Added ignoreSynthesizedCode variable and setter.
    Modified warning() to only skip synthetic code when
    ignoreSynthesizedCode is false. This allows us to report
    deprecation warnings when using AST generation with Mxml
    documents.
    compiler/src/java/flex2/compiler/as3/As3Compiler.java
    Modified analyze4() to set the LintEvaluator's
    ignoreSynthesizedCode flag to false.
    compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
    Added CLASS_REPEATER_DOT.
    compiler/src/java/flex2/compiler/mxml/rep/init/VisualChildInitializer.java
    Modified getAssignExpr() and generateAssignExpr() to code gen the
    initializeRepeater() call. This required changing the return type
    of generateAssignExpr() from ExpressionStatementNode to
    StatementListNode.
    compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
    Removed initializeRepeater() related code gen from
    getDefinitionBody() and generatedDefinitionBody().
    compiler/src/java/flex2/compiler/mxml/rep/init/EffectInitializer.java
    compiler/src/java/flex2/compiler/mxml/rep/init/Initializer.java
    compiler/src/java/flex2/compiler/mxml/rep/init/StyleInitializer.java
    compiler/src/java/flex2/compiler/mxml/rep/init/EventInitializer.java
    compiler/src/java/flex2/compiler/mxml/rep/init/NamedInitializer.java
    compiler/src/java/flex2/compiler/mxml/rep/init/ArrayElementInitializer.java
    compiler/src/java/flex2/compiler/mxml/rep/decl/InitializedPropertyDeclaration.java
    compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
    Updated to reflect change to generateAssignExpr() signature
    required by VisualChildInitializer.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16288
    http://bugs.adobe.com/jira/browse/SDK-18986
    Modified Paths:
    flex/sdk/branches/i10/modules/asc/src/java/macromedia/asc/embedding/LintEvaluator.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/as3/As3Compiler.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerat or.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.jav a
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/decl/InitializedP ropertyDeclaration.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ArrayElement Initializer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/EffectInitia lizer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/EventInitial izer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/Initializer. java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/NamedInitial izer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/StyleInitial izer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitial izer.java
    flex/sdk/branches/i10/modules/compiler/src/java/flex2/compiler/mxml/rep/init/VisualChildI nitializer.java

  • [svn] 3229: Made some updates to the config test framework.

    Revision: 3229
    Author: [email protected]
    Date: 2008-09-16 12:15:34 -0700 (Tue, 16 Sep 2008)
    Log Message:
    Made some updates to the config test framework. This should be able to run on all the regression boxes now assuming I got the names of all the log files correct for the different app servers. After this checkin, I will update the regression scripts to start running the config framework tests under automation. This will be another antcall from the run.tests target in automation.xml which will run the tests and then load the results to the test results db.
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/build.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/DestinationWith NoChannelTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/DestinationWith NoIDTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidAckn owledgeModeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidDeli veryModeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidDest inationTypeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/InvalidMess ageTypeTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoConnectio nFactoryTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/jms/NoJNDINameT est/error.txt
    blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    despite the workaround, it doesn't fix the real problem. It shouldn't be a huge deal for adobe to add support for multiple svn versions. Dreamweaver is the first tool i've used that works with svn that doesn't support several types of svn meta data. If they're going to claim that Dreamweaver supports svn is should actually support svn, the current version, not a version several years old. This should have been among the first patches released, or at least after snow leopard came out (and packaged with it the current version of svn).
    does anyone know if the code that handles meta data formatting is something that is human readable, or where it might be, or is it in compiled code.
    i signed up for the forums, for the sole purpose of being able to vent about this very frustrating and disappointing situation.

  • [svn:fx-trunk] 12963: Add IDebuggerCallbacks.terminateDebugTarget(), so that the debugger can override the default termination behavior.

    Revision: 12963
    Revision: 12963
    Author:   [email protected]
    Date:     2009-12-15 10:34:20 -0800 (Tue, 15 Dec 2009)
    Log Message:
    Add IDebuggerCallbacks.terminateDebugTarget(), so that the debugger can override the default termination behavior.
    Modified Paths:
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/DefaultDebuggerCallbacks.ja va
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/IDebuggerCallbacks.java
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSessionManag er.java

    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

  • When I change the default folder to save downloads in the options menu, it later reverts to the default folder even though I have made not changes in options. Any ideas? thanks!

    In the Options menu I changed the default download location (folder) to a folder I have on my desktop and saved the changes. But this option reverts to the default folder when I turn on my computer and open FF the next day.

    Thank you for your response.
    I do use CCleaner and just ran it. It did not change the download option folder that I had changed from the default so it appears that this is not cause.
    Any other suggestions would be appreciated. Thanks again!

  • [svn:bz-trunk] 17772: Update the url in the tests to use a relative path instead of the default localhost : 8400 so that the tests can pass on appservers other than the default Tomcat .

    Revision: 17772
    Revision: 17772
    Author:   [email protected]
    Date:     2010-09-20 15:02:50 -0700 (Mon, 20 Sep 2010)
    Log Message:
    Update the url in the tests to use a relative path instead of the default localhost:8400 so that the tests can pass on appservers other than the default Tomcat.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationFalseTest/Remoting_NetConnectionTest.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationTrueTest/Remoting_NetConnectionTest.mxml

    Revision: 17772
    Revision: 17772
    Author:   [email protected]
    Date:     2010-09-20 15:02:50 -0700 (Mon, 20 Sep 2010)
    Log Message:
    Update the url in the tests to use a relative path instead of the default localhost:8400 so that the tests can pass on appservers other than the default Tomcat.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationFalseTest/Remoting_NetConnectionTest.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/EnforceEndpointValidation/Enforc eEndpointValidationTrueTest/Remoting_NetConnectionTest.mxml

  • [svn:osmf:] 13942: 1. Set the default value of _manualSwitchMode back to false

    Revision: 13942
    Revision: 13942
    Author:   [email protected]
    Date:     2010-02-02 13:02:47 -0800 (Tue, 02 Feb 2010)
    Log Message:
    1. Set the default value of _manualSwitchMode back to false
    2. Remove the setter of client property and change relevant methods/properties.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as

    i have tried this but this is not working.
    follwing code working for Null case not for False
    vcr.setAttribute("Marked","is null"); this code display all rows who has null but when i checked any row and then unchecked so that row get value "false" also not display.

Maybe you are looking for

  • How to notify in case SQL query(JDBC sender adapter) does not fetch records

    hi, How can we notify(by alerts or something) in case SQL query(JDBC sender adapter) does not fetch records? In channels logs it only says processing started & finished(no message is created for same). Thanks, Mayank

  • Best Way to Drop Large Clob Column?

    I have a very large partitioned table that contains XML documents stored in a clob column. Aside from the clob column there are several varchar and numeric columns in the table that are related to each document. We have decided to move the XML out of

  • Workitem not triggered for Inbound IDOC Error (ORDERS05)

    Hi, The work item is triggered for the Syntax Error in the Idoc (EDI: Partner profile Not Available). But, as per my requirement i need to get the idoc error status (as Workitem) , any help regarding the resolution of this issue is highly appreciated

  • FM Tuner in iPod

    I only wanna to have a FM Tuner in a new Fifth Generation iPod. If any one wanna to have this feature then please tell others and apple to insert FM Tuner. It will definitely increase the sales in at least India where many people are fond of FM. Plea

  • Want to provide link to FMCore issue with Suitcase Fusion

    For those having issues with FMCore not starting after a crash on a MacBookPro, causing your Suitcase Fusion to stop working (and generally all your software after that), here is a link to the instructions. For me, I've been able to get both the sect