[svn] 1388: Fixing a bug introduced for DefineFont3 equality testing.

Revision: 1388
Author: [email protected]
Date: 2008-04-24 10:19:44 -0700 (Thu, 24 Apr 2008)
Log Message:
Fixing a bug introduced for DefineFont3 equality testing. DefineFontAlignZones already checks its DefineFont3 for equality and so this goes back to the old behavior and avoid an infinite equality check.
Doc: No
QA: Yes, also please add a test case that makes use of two, duplicated embedded fonts with advanced anti-aliasing to the automated mxunit testsuite.
Bug: SDK-15378
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-15378
Modified Paths:
flex/sdk/trunk/modules/swfutils/src/java/flash/swf/tags/DefineFont3.java

I just posted something about this too, and while I feel that its wrong to "bump" an old post, this issue has still stayed unresolved and my frustration is peaking. In my thread my problem is i can't even use the KXdrivers on an x64 operating system, so this things an expensi've paper weight. Great.
Creative makes good sound cards, NO DOUBT about that. Their customer service on the other hand however, is absolute trash. I have read that "statement" as well, and it seems an easy way out to just say "yeah we addressed it, so please, shut up about it already". And I agree, it is NOT a fix, for all of us. If one would take the time to read the forum, its not only ABIT motherboards. Even in that one thread, one if the first couple of replies a guy says "but I have a gigabyte motherboard". Surprise surprise, he was ignored by the mod who posted that (she answered some other poster's question with "read the instructions please" . Please creative, give us some faith back in your company by helping out the many of us with this problem. Only then will I reccomend and buy your products.

Similar Messages

  • [svn] 1427: Fix a bug from my previous checkin: For variables that had a primitive value,

    Revision: 1427
    Author: [email protected]
    Date: 2008-04-26 07:47:02 -0700 (Sat, 26 Apr 2008)
    Log Message:
    Fix a bug from my previous checkin: For variables that had a primitive value,
    we were not preserving the variable's attributes, such as static,
    public/protected/private, etc.
    Modified Paths:
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/DManager.java

    This should help you to get started !
    select banner as "Oracle version" from v$version where banner like 'Oracle%';
    create table otn5test(
      id number,
      data xmltype
    insert into otn5test values (1, xmltype('<catalog>
    <cd>
    <title>Hide your heart</title>
    <artist>Bonnie Tyler</artist>
    <country>UK</country>
    <company>CBS Records</company>
    <price>9.90</price>
    <year>1988</year>
    </cd>
    <cd>
    <title>Empire Burlesque</title>
    <artist>Bob Dylan</artist>
    <country>USA</country>
    <company>Columbia</company>
    <price>10.90</price>
    <year>1985</year>
    </cd>
    </catalog>
    select otn5test.id, x.*
    from otn5test,
         xmltable('/catalog/cd[artist/text()="Bob Dylan"]' passing otn5test.data
         columns title varchar2(20) path 'title') x;
    select otn5test.id,
           xmlcast(xmlquery('/catalog/cd[artist/text()="Bob Dylan"]/title'
                   passing otn5test.data returning content)
           as varchar2(20)) from otn5test;
    drop table otn5test;
    sqlplus> @otn-5.sql
    Oracle version
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Table created.
    1 row created.
         ID TITLE
          1 Empire Burlesque
         ID XMLCAST(XMLQUERY('/C
          1 Empire Burlesque
    Table dropped.

  • [svn] 2021: Fix a bugs asc-3384 & asc-3414.

    Revision: 2021
    Author: [email protected]
    Date: 2008-06-10 12:47:10 -0700 (Tue, 10 Jun 2008)
    Log Message:
    Fix a bugs asc-3384 & asc-3414.
    LintEvaluator was just doing the wrong thing for a WithStatement. Changed it to do what all the other evaluators do. This caused the reference inside the with to not know it was inside a with statement, and early bind to the local var.
    Changed code in CE to return the ReferenceValue for an ApplyTypeExpr - this was preventing the as operator from working correctly.
    flex checkintests, tamarin tests pass.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/asc-3384
    http://bugs.adobe.com/jira/browse/asc-3414
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/LintEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConstantEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ReferenceValue.java

  • [svn] 4934: Fix a bug around when we should use NativeDragManagerImpl.

    Revision: 4934
    Author: [email protected]
    Date: 2009-02-11 16:21:31 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fix a bug around when we should use NativeDragManagerImpl. Before we were checking the player capabilities to see if it was "Desktop". However, some players that are actually AIR will return "Library" instead. So rather than keying off of the capabilities of the player, let's just see if NativeDragManagerImpl is there. If it is, use it. Otherwise, use DragManagerImpl.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19079
    Reviewer: Jason
    tests: checkintests, mustella DragManager, Joann ran NativeDragManager ones
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19079
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Hello,
    >>Does Database initializer obsolete in EF 6.0?
    I do not know why you think so, if the team decides to make the database initializer obsolete, I think they would make a markup as Deprecated, however, there is not such a markup on that method on MSDN document. And the Database initializer method is useful
    when we play with automatic migration. In your case, the DropCreateDatabaseIfModelChanges database initialization strategy, would delete the original database and create new one according your new model. Of course, data would be missing. If you are under a
    scenario need to make a test to recreate the database frequently, this one should be ok.
    Currently, there are four database initialization strategies could be used:
    CreateDatabaseIfNotExists<TContext> Class
    DropCreateDatabaseAlways<TContext>
    DropCreateDatabaseIfModelChanges<TContext>
    MigrateDatabaseToLatestVersion<TContext, TMigrationsConfiguration>
    You could use one of them for a proper scenario.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn] 3246: Fix fasttrack bug SDK-16910 - Simple List populated with strings throws RTE .

    Revision: 3246
    Author: [email protected]
    Date: 2008-09-17 15:31:25 -0700 (Wed, 17 Sep 2008)
    Log Message:
    Fix fasttrack bug SDK-16910 - Simple List populated with strings throws RTE. This is fallout from the Group/DataGroup split. DefaultItemRenderer now uses a TextBox instead of a Group to show the list data.
    QE: Any List tests that depended on the default item renderer to support anything other than text must be updated.
    Bugs: SDK-16910
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16910
    http://bugs.adobe.com/jira/browse/SDK-16910
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/DefaultItemRenderer.mxml

    BTW, I do not experience the bug you had mentioned at
    http://www.cs.rit.edu/~cxb0025/flex/TreeControlBugs.html
    Can submit a video of my actions recorded

  • [svn] 4261: Fix Eclipse project files for BlazeDS/trunk.

    Revision: 4261
    Author: [email protected]
    Date: 2008-12-09 05:51:20 -0800 (Tue, 09 Dec 2008)
    Log Message:
    Fix Eclipse project files for BlazeDS/trunk. There were a number of problems. The classpath for the Java projects still included references to the backport jars which we don't have in the tree any more because we no longer support JDK 1.4. The actionsript projects hadn't been updated to reference the new location of things in the Flex 4 SDK so paths to things like playerglobal.swc, resource bundles and Assets.swf were wrong. All projects are building for me now but please let me know if you have any problems.
    Modified Paths:
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.actionScriptProperties
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.flexLibProperties
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.project
    blazeds/trunk/development/eclipse/projects/flex/3.0/rpc/.actionScriptProperties
    blazeds/trunk/development/eclipse/projects/flex/3.0/rpc/.project
    blazeds/trunk/development/eclipse/projects/java/blazeds-core/.classpath
    blazeds/trunk/development/eclipse/projects/java/blazeds-opt/.classpath

    If you have issues with Eclipse please ask question in Eclipse forums or just check documentation.

  • [svn] 1378: Fixed some recently introduced mxunit databinding failures when

    Revision: 1378
    Author: [email protected]
    Date: 2008-04-24 07:15:10 -0700 (Thu, 24 Apr 2008)
    Log Message:
    Fixed some recently introduced mxunit databinding failures when
    -generate-abstract-syntax-tree is turned on.
    checkintests Passed: YES
    Needs QA: No
    Needs DOC: NO
    API Change: NO
    Code-level description of changes:
    AbstractSyntaxTreeUtil.java
    Added some asserts to parse() to help catch ASC changes early.
    binding/DataBindingExtension.java
    Modified both generateAccessorFunction()'s to no longer skip the
    first two nodes as AbstractSyntaxTreeUtil.parse() handles this.
    Modified generateInitFunctionCommon() to set the
    FunctionSignatureNode's void_anno to true.
    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/DataBindingExtension. java

  • [svn] 3263: Fix a bug in LayoutItemUIC.as where explicit width/ height was affecting ILayoutItem::minSize property.

    Revision: 3263
    Author: [email protected]
    Date: 2008-09-18 16:40:14 -0700 (Thu, 18 Sep 2008)
    Log Message:
    Fix a bug in LayoutItemUIC.as where explicit width/height was affecting ILayoutItem::minSize property. It should not.
    Reviewed by Glenn
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemUIC.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn] 2263: Fixed WiseUI performance app and some mustella test failures.

    Revision: 2263
    Author: [email protected]
    Date: 2008-06-26 13:19:12 -0700 (Thu, 26 Jun 2008)
    Log Message:
    Fixed WiseUI performance app and some mustella test failures.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes:
    API Change: NO
    Reviewer: pfarland
    Code-level description of changes:
    OffsetInputBuffer.java
    Added getLineText() override to take the offset into
    consideration.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/OffsetInputBuffer.java

  • [svn:bz-trunk] 13744: Bug: BLZ-481 - AMFConnection JUnit test do not run properly as part of checkintests on Mac  (and Windows?)

    Revision: 13744
    Revision: 13744
    Author:   [email protected]
    Date:     2010-01-25 01:14:09 -0800 (Mon, 25 Jan 2010)
    Log Message:
    Bug: BLZ-481 - AMFConnection JUnit test do not run properly as part of checkintests on Mac (and Windows?)
    QA: No
    Doc: No
    Checkintests: Pass
    Details:
    -Don't start the server before unit task, unit task already checks if the server is not running and starts the server.
    -Don't stop the server after FlexUnit tests, JUnit tests need the server running, and they will stop the server after they are done.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-481
    Modified Paths:
        blazeds/trunk/build.xml
        blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/build.xml

    Tony,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • H.264 Video Encoding Bug Introduced?

    I'm not sure if the issue is related to a fix for a previous bug, or just a new bug introduced for this player.
    My original problem was with the reporting of Camera.activityLevel. It only reports 0 and 100 when encoding with H.264 in FP11+ release, Sorenson reports the results properly. I was told it was fixed in this beta, which it does appear to be
    See this post: http://forums.adobe.com/message/3999479
    However I now see a new problem in this beta.  My application allows me to change the video settings on my H.264 encoded stream (quality, resolution, fps, etc) during the broadcast. And it works perfectly in FP11+. However, with the beta it now appears to cause problems and be broken.
    Changing settings on an existing stream (it looks to be when changing from 320x240 to 640x480) causes streaks of red, green, and blue vertical lines over the  video image and the aspect ratio is wrong. The image appears squished - everything short and fat like mabe it's increaing the width value, but not the height. I'm testing the beta on Windows 32bit IE7 with a Logitech 9000 and on a different machine using Windows 32bit IE8 with a Logitech C910 with the same results.
    The camera.width & camera.height properties to seem to report their values properly, but the stream as viewed on the server is definitely not at the correct resolution.
    Can anyone verify this or advise? This version looks like it will break my app if released so thankfully it's still a beta.
    Thank you!

    OK, in FP11 Beta 2 it appears you have fixed this bug (aspect ratio messed up when switching from 320x240 to 640x480), but now you've reintroduced the Camera.activityLevel bug again. It only reports 0 and 100, this was fixed in Beta 1.
    To summarize:
    FP 11 release
    Camera.activityLevel - broken, only reports 0 and 100
    Changing camera size from 320x240 to 640x480 - works
    FP 11.2 beta 1
    Camera.activityLevel - fixed
    Changing camera size from 320x240 to 640x480 - broken, turns video from color to black and white and has a strange aspect ratio
    FP 11.2 beta 2
    Camera.activityLevel - broken, only reports 0 and 100
    Changing camera size from 320x240 to 640x480 - works
    Hopefully you'll have everything working in beta 3.
    Do I need to submit a bug report for the Camera.activityLevel bug in FP 11.2 Beta 2?

  • [svn] 3780: Fix for bug introduced yesterday when adding clipContent to FxContainer and FxDataContainer .

    Revision: 3780
    Author: [email protected]
    Date: 2008-10-21 10:51:40 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Fix for bug introduced yesterday when adding clipContent to FxContainer and FxDataContainer. The default value needs to be true.
    Also fixing a bug in SystemManager since application isn't always an IRawChildrenContainer anymore. This was previously fixed and got clobbered in a merge.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17423, SDK-17697
    Reviewer: Hans
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17423
    http://bugs.adobe.com/jira/browse/SDK-17697
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    The network admin solved the problem:
    “When I recreated the User Profile Service, I did not enable “NetBIOS Name” on the service, so all user accounts did not have the proper domain, which is why none of the targeting worked.
    All users were listed as corp\username instead of rcd\username.”, Network Admin.
    Further information: http://www.windowsclever.com/sharepoint/netbios-name-is-different-domain-name-user-profie-service-sharepoint-2010.html

  • [svn] 3149: Fix bugs introduced by the display object sharing optimization.

    Revision: 3149
    Author: [email protected]
    Date: 2008-09-08 16:58:35 -0700 (Mon, 08 Sep 2008)
    Log Message:
    Fix bugs introduced by the display object sharing optimization. This checkin should fix ordering problems when dynamically adding/removing graphic elements, and ordering problems when changing graphic element properties that require a display object (rotation, alpha, filters, etc).
    Bugs:
    MXMLG-219: BitmapGraphic component content always rendered from 0, 0 origin.
    MXMLG-220: setting visible property of Rect and Ellipse does nothing.
    MXMLG-222: setting the alpha of a rectangle changes z-order when there are 3 or more rectangles
    SDK-16754: Z-order incorrect when a Group is present
    QA: Yes - the test files from these bugs (or something equivalent) should be added to our standard test suite
    Reviewer: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-219
    http://bugs.adobe.com/jira/browse/MXMLG-220
    http://bugs.adobe.com/jira/browse/MXMLG-222
    http://bugs.adobe.com/jira/browse/SDK-16754
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    This is the great thread ;-)
    My favorite threads are below.
    Munky posted great reply :8}
    SQL Query Help
    order in a connect by

  • [svn:fx-beta1] 6996: Fixed 2 bugs for beta.

    Revision: 6996
    Author:   [email protected]
    Date:     2009-05-17 09:53:54 -0700 (Sun, 17 May 2009)
    Log Message:
    Fixed 2 bugs for beta. One caused a problem when running Rotate3D and Move in parallel. The other caused an RTE in some transitions.
    QE Notes: -
    Doc Notes: None
    Bugs: SDK-21166, SDK-21181
    Reviewer: Jason (UIComponent), Ely (AdvancedLayoutFeatures)
    Tests: checkintests, Mustella effects, layout, group, layout3d, Transition
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21166
        http://bugs.adobe.com/jira/browse/SDK-21181
    Modified Paths:
        flex/sdk/branches/beta1/frameworks/projects/framework/src/mx/core/AdvancedLayoutFeatures. as
        flex/sdk/branches/beta1/frameworks/projects/framework/src/mx/core/UIComponent.as

  • [svn] 4624: Flex SDK Bug Fix - Add snapshot support for 3D transformed GraphicElements

    Revision: 4624
    Author: [email protected]
    Date: 2009-01-22 13:15:17 -0800 (Thu, 22 Jan 2009)
    Log Message:
    Flex SDK Bug Fix - Add snapshot support for 3D transformed GraphicElements
    SDK-17362 - GraphicElement.getBitmapData doesn't handle 3D transforms
    Added in support to take a bitmap snapshot of a 3D transformed GraphicElement.
    Added a flag to getBitmapData to return a bitmap of the target either in the local or global coordinate space.
    Also, fixed a bug in the bitmap snapshot logic for a 2D GraphicElement that was sharing its displayObject.
    Note that the 3D snapshot isn't accurate if you have set maintainProjectionCenter on an ancestor. There are also limitations when rotation is applied. In addition, getting a local 3D snapshot isn't too accurate once you start scaling ancestors.
    QE Notes: Add mustella tests for getBitmapData
    Doc Notes: Document that getBitmapData now supports 3D transforms
    Bugs: SDK-17362
    Reviewer: Evtim
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17362
    http://bugs.adobe.com/jira/browse/SDK-17362
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

Maybe you are looking for

  • Error when extracting data from Hyperion enterprise 6.3.1

    I extracted data and at the end it's returning me an error for 2 entities. The problem it's extarcting data from an entity that doesn't exist. Any idea why? There is no journal posted to it. This is from the error log. !\\tdwm-aawhy-cp01\entdata\FSS\

  • Domain User GPO exempt not working

    Hi, I have setup a restrict removeable drive policy domain wide, but i need a few specific users to be exempted from it, so i added the Users in the Delegation Tab and set permissions as "Read Deny" and "Group Policy Apply Deny" however it doesnt see

  • Photoshop CS4 and Firefox 3.6

    It seems like my Photoshop CS4 and Firefox 3.6 are clashing if I run both programs at the same time. Am I the only one having this problem?

  • Java 7  problem for 10.8.3 mac

    I have downloaded and installed the latest version of Java 7 for 10.8.3 mac and still will not work says missing plug in then prompts me to download Java again

  • Mac Pro 8 core Nehalem RAM upgrade

    Hi All, I own a 8 core 2.26 mac pro. Its Ram configuration is the most basic, 6G. I am looking to do some upgrade, and would love some pointers to do so. I work mainly with music, and I have been getting out of memory message from Logic Pro so I assu