[svn:fx-trunk] 13358: Manually removing extraneous whitespace from the start of the en_US playerglobal rb DITA XML files to unblock the build .

Revision: 13358
Revision: 13358
Author:   [email protected]
Date:     2010-01-07 17:10:34 -0800 (Thu, 07 Jan 2010)
Log Message:
Manually removing extraneous whitespace from the start of the en_US playerglobal rb DITA XML files to unblock the build. We need to work with the doc team to make sure future drops do not contain this whitespace.
QE notes: N/A
Doc notes: N/A
Bugs:
SDK-24896 - playerglobal_rb.swc has dita content that is not encoded correctly
Reviewer: For Jim, Jeff
Tests run: ant other.locales
Is noteworthy for integration: Yes
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24896
Modified Paths:
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/__Global__.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.net.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.update.events.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/air.update.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/authoring.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.accessibility.xm l
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.data.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.desktop.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.display.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.errors.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.events.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.external.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filesystem.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.filters.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.geom.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.html.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.media.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.drm.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.net.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.printing.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.profiler.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.sampler.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.security.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.system.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.engine.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.text.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.ui.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.utils.xml
    flex/sdk/trunk/frameworks/projects/playerglobal/bundles/en_US/docs/flash.xml.xml

Thats good news.

Similar Messages

  • [svn:fx-trunk] 13383: Modify to include the xml header (with encoding) in the DITA xml files.

    Revision: 13383
    Revision: 13383
    Author:   [email protected]
    Date:     2010-01-08 12:04:00 -0800 (Fri, 08 Jan 2010)
    Log Message:
    Modify to include the xml header (with encoding) in the DITA xml files.
    QE notes: None.
    Doc notes: None
    Reviewed By: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Thats good news.

  • I need to remove "air." from package name. I'm get a Layout xml error when repackaging android app..

    So, i'm doing this on my own app. I made an update for an older app that was build using Native Android. But this time, i used Adobe AIR... The catch is Adobe likes to append a "air." to the front of your package name without asking you. So basically I can't upload my update because it has a new package name is now "air.com.mycompany.myapp" rather than the original "com.mycompany.myapp"
    Basically I'm going through this guide..
    http://helpx.adobe.com/air/kb/opt-out-air-application-analytics.html
    I followed all the steps, made all the adjustments to the androidmanifest.xml like it asks.
    But after going along with the above guide, with no issues when i get to the step that says
    "Run the following command to create the resource file for the updated AndroidManifest.xml:"
    I run this..
        "/Users/brybam/Documents/eclipse/android-sdk-mac_x86/platform-tools/aapt" package -f -M AndroidManifest.xml -F resources.arsc -I "/Users/brybam/Documents/eclipse/android-sdk-mac_x86/platforms/android-8/android.jar" -S ./res
    But I keep getting the same error regarding the xml files in res/layout
        ./res/layout/expandable_chooser_row.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/expandable_multiple_chooser_row.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/main.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/multiple_file_selection_panel.xml:1: error: Error parsing XML: not well-formed (invalid token)
        ./res/layout/ssl_certificate_warning.xml:1: error: Error parsing XML: not well-formed (invalid token)
    The guide doesn't say anything about these xml files, and im not sure what to do with these or how to handle them.
    If i go into the res/layout folder, and just delete these (i know they're necessary. But i just deleted them as a test, to get through the rest of the guide...)
    I was able to get through the rest of the steps in the guide fine, make an apk, and put it on my phone...only to find out the app will crash the moment you try to run it. Probably because i deleted the layout xml files...But i cant get the command i need to run above to accept them!
    So, earlier in the guide they have me use thing thing called the "AXMLPrinter2.jar" to make the AndroidManifest.xml readable so i can edit it.
    I run something like this:
        java -jar "/Users/brybam/Desktop/repackage/AXMLPrinter2.jar" AndroidManifest.xml > AndroidManifest.xml.bk
    This makes a new file "AndroidManifest.xml.bk" and i can edit that.
    So, I was thinking with all of these layout xml files, maybe I could run this "AXMLPrinter2.jar" on them and then edit them. Because right now if you open them they're not human readable, and its hard for me to work on them if they're not...
    I tried this thinking i could do the same thing...
        java -jar "/Users/brybam/Desktop/repackage/AXMLPrinter2.jar" main.xml > main.xml.bk
    Just get a blank file and a console erorr when trying to use the AXMLPrinter2.jar on the layout xml files...
        java.lang.ArrayIndexOutOfBoundsException: 67
                  at android.content.res.StringBlock.getShort(StringBlock.java:231)
                  at android.content.res.StringBlock.getString(StringBlock.java:91)
                  at android.content.res.AXmlResourceParser.getName(AXmlResourceParser.java:140)
                  at test.AXMLPrinter.main(AXMLPrinter.java:56)
    So, I think my whole issue is based around these XML files not being converted to human readable before i try and re-package....
    EDIT:::
    Ok, so I found a site that talks about the error I'm getting but it's in chinese, and even after translating the page...I'm still not well versed with terminal and this stuff to get it.
    It reads:
    "Error.
    Final conclusion:
    In minSdkVersion <= 7, AXMLPrinter2.jar can normally decompile xml file
    Greater than 7 can not be normal decompile xml file (AndroidManifest.xml except)
    Give way to share a batch decompile xml file:
    First, create a *. Txt file
    Stresses inside the content authoring
    for / r layout%% a in (*. xml) do @ java-jar AXMLPrinter2.jar "%% a" >> "%% a". txt
    Then this txt file extension into bat form, and this BAT the file and AXMLPrinter2.jar on the same directory will be decompiled xml into the layout directory
    Decompilation results can be generated by executing the bat file multiple xml files."
    - http://hi.baidu.com/ghcghc/item/ecbaa1ce997cb225a0b50ac2
    Maybe someone with more know-how could explain what they're explaining? I get that he's saying the issue im seeing appears when you're using minSdK <=7 but I need to use minSdk 8. Does anyone understand this work around? And how I might go about it on a Mac with terminal?
    I wish adobe would make it easy to remove the "air." from the package name. If they want to convert old Native devs to AIR devs...the transition needs to be seamless. But now I'm about to have to go back to Native because I can't update an app I already have out on the market with an air app.

    Hello~
         I also tried to remove "air." package name in air application. And i encounter the same problem.
         I do not find any solution to decode the xml inside res folder by AXMLPrinter2.jar. And those xml inside is compressed which is unreadable.
         However, what you can do is copying the structure of res folder. And go to your air sdk file path -  adobeair-sdk-folder/lib/android/lib/resources/
         Replace those file exists in your res folder. And copy "values" folder to your res folder.
         Hope this solve your problem~

  • [svn] 3638: Changing the build order of swc file update with dita xml files .

    Revision: 3638
    Author: [email protected]
    Date: 2008-10-14 16:49:56 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Changing the build order of swc file update with dita xml files.
    By default this would now happen during the checkintests target - so "ant clean main" shouldn't get affected.
    To opt out use -Dno.doc=true
    QA: No
    Doc: No
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/build.xml
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml

    Revision: 3638
    Author: [email protected]
    Date: 2008-10-14 16:49:56 -0700 (Tue, 14 Oct 2008)
    Log Message:
    Changing the build order of swc file update with dita xml files.
    By default this would now happen during the checkintests target - so "ant clean main" shouldn't get affected.
    To opt out use -Dno.doc=true
    QA: No
    Doc: No
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/build.xml
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml

  • [svn] 3037: Update flex-config. xml files used by the team and qa webapps to use the {targetPlayerMajorVersion} token instead of a hardcoded player version in the library-path and external-library-path .

    Revision: 3037
    Author: [email protected]
    Date: 2008-08-29 06:54:15 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Update flex-config.xml files used by the team and qa webapps to use the {targetPlayerMajorVersion} token instead of a hardcoded player version in the library-path and external-library-path. This will allow the correct playerglobal.swc to be located when the target player version is set in the flex-config.xml or passed to mxmlc or compc.
    Modified Paths:
    blazeds/trunk/apps/team/WEB-INF/flex/flex-config.xml
    blazeds/trunk/qa/resources/config/flex-config.xml

    Unfortunately I don't have the
    "org.eclipse.swt.win32.win32.x86_3.1.2.jar" file. On my computer
    the folder is not set up the same way (C:\Program Files\Adobe\Flex
    Builder 2\plugins) instead it is set up as (C:\Program
    Files\Adobe\Flex Builder 2\metadata\plugins) but I've looked in
    everything and that file just isn't in there. I've re downloaded it
    twice. Still not there. Is there anything else i can do.

  • [svn:osmf:] 17930: 1. Remove unnecessary logic from MulticastNetLoader.as

    Revision: 17930
    Revision: 17930
    Author:   [email protected]
    Date:     2010-09-29 10:53:59 -0700 (Wed, 29 Sep 2010)
    Log Message:
    1. Remove unnecessary logic from MulticastNetLoader.as
    2. Fix FM-1072
    3. Fix FM-1081
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1072
        http://bugs.adobe.com/jira/browse/FM-1081
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/AudioElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/LightweightVideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/net/MulticastNetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestLightweightVideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamPlayTrait.as

    Repo URL has changed. Please update!
    bump for update. changelog:
    Revision 1:
        qt-copy-svn: Fixed pkgconfig path in qt4 profile, svn update
        strigi-svn: svn update
        Added: rasqal, raptor (needed for soprano)
        soprano-svn: Rebuilt against raptor/rasqal, svn update
        kdelibs4-svn: svn update
        kdepimlibs4-svn: svn update, cmake path was broken, fix required
        kdebase4-svn: svn update
        kdeartwork4-svn: svn update, force install to overwrite icons
        kdeaccessibility-svn: svn update
        kdeadmin4-svn: svn update
        kdegames4-svn: svn update
        Added: poppler-0.5.9, ghostscript-gpl (for kdegraphics4-svn)
        kdegraphics4-svn: svn update
        kdemultimedia4-svn: svn update, built against new poppler and gs-gpl
        telepathy-qt-svn: svn update
        tapioca-qt-svn: svn update
        decibel-svn: svn update
        qca-svn: svn update
        kdenetwork4-svn: svn update
        kdetoys4-svn: svn update
        kdeutils4-svn: svn update
        kdesdk4-svn: svn update
        kdewebdev-svn: svn update
        Added koffice-svn
        amarok2-svn: svn update
        did not build:
        kdeedu4-svn: problems with testing for python boost (need to check the cmake test)
        kdevelop-svn: problems finding kdedevmacros in cmake
    Last edited by tardo (2007-06-06 22:53:49)

  • Manual removal of ZCM from SLES 64 bit...

    Is there a way to manually remove it? I tried the uninstall option and no go....

    I did that, but everytime I startup the install program to reinstall it says, "already installed". Even deleted all remnence of Zenworks throughout the server..
    Originally Posted by AndersG
    Crobison,
    > Is there a way to manually remove it? I tried the uninstall option and
    > no go....
    If you are content with just not starting it, then move all
    /etc/init.d/novell-zenworks* somewhere else
    Anders Gustafsson (NKP)
    The Aaland Islands (N60 E20)
    Have an idea for a product enhancement? Please visit:
    http://www.novell.com/rms

  • [svn:osmf:] 13401: PARB changes: removing nesting capabilities from MediaContainer, and introducing a separate MediaContainerGroup class ( that is not a MediaContainer) that now holds the functionality.

    Revision: 13401
    Revision: 13401
    Author:   [email protected]
    Date:     2010-01-09 07:37:48 -0800 (Sat, 09 Jan 2010)
    Log Message:
    PARB changes: removing nesting capabilities from MediaContainer, and introducing a separate MediaContainerGroup class (that is not a MediaContainer) that now holds the functionality.
    Modified Paths:
        osmf/trunk/apps/samples/framework/NestedMediaContainersSample/NestedMediaContainersSample .as
        osmf/trunk/framework/MediaFramework/.actionScriptProperties
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/osmf/containers/HTMLMediaContainer.as
        osmf/trunk/framework/MediaFramework/org/osmf/containers/IMediaContainer.as
        osmf/trunk/framework/MediaFramework/org/osmf/containers/MediaContainer.as
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaPlayerSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/containers/TestMediaContainer.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/display/MediaContainerGroup.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/display/TestMediaContainerGroup.as

    Hi,
    these concepts are used and implemented in jGuard(www.jguard.net) which enable easy JAAS integration into j2ee webapps across application servers.
    cheers,
    Charles(jGuard team).

  • Manually removing Exchange Server from Exchange 2010 Organization

    Hi everybody, I need some help with a problem removing my last Exchange Server 2003 (the only one now, back-end) from my mixed environment, actually I have one Exchange 2010 server with all the mailboxes, I have replicated public folders and OAB and List
    Address Books to it, after that i removed my front end server from my environment but when I tryed to remove my back-end, I have the error 0x80072030 (8240) when I ran the uninstallation of Exchange from Add/remove Programs:  I read
    tons of articles but anyone helps (i have removed all mailboxes from that server), my last resource is removing the last Exchange Server 2003 from my mixed (2003/2010) organization, I have read articles about to remove Exchange from one server and to remove
    Exchange from one site, also to remove Exchange to reinstall after, but my goal is remove Exchange at all because I have Exchange Server 2010 too and finally need to migrate to Exchange 2013 so I need to clean Exchange 2003 manually from my
    organizatión.
    Please somebody knows a procedure to remove Exchange Server 2003 from Active Directory and left only Exchange 2010 to be able to migrate to Exchange 2013.
    thanks in advance.
    Felxs
    Felx

    Hi,
    Let’s begin with the following similar thread:
    http://social.technet.microsoft.com/Forums/exchange/en-US/1c10c868-9b1d-43fe-afe1-d630626e2c28/exchange-2003-removal-fails-w-error-code-0x80072030-8240-there-is-no-such-object-on-the-server?forum=exchangesvrdeploylegacy
    And we can check the following possible reasons:
    1. HomeMDBBL attribute
    http://social.technet.microsoft.com/Forums/en-US/exchangesvrmigration/thread/f0e3edd7-34e5-46b8-8061-1991aaffc30f
    2.  msExchHomeServerName attribute (all pointing to Exchange 2010 server)
    3.  the "famous" postmaster issue: 
    http://support.microsoft.com/kb/283089/en-us
    We can also try to manually remove the old Exchange Server by:
    http://support.microsoft.com/kb/833396
    Thanks,
    Angela Shi
    TechNet Community Support

  • [svn:bz-trunk] 20927: Didn't realize I also needed to modify SerialContext. java in addition to AbstractEndpoint. java to change the default max object nest level.

    Revision: 20927
    Revision: 20927
    Author:   [email protected]
    Date:     2011-03-20 11:48:41 -0700 (Sun, 20 Mar 2011)
    Log Message:
    Didn't realize I also needed to modify SerialContext.java in addition to AbstractEndpoint.java to change the default max object nest level. Change maxObjectNestLevel in SerializationContext.java to 512 to change the default max object nest level from 1024 to 512.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java

    As the server.xml is big enough, I took the minimum portion of it. Hope u can proceed with it.
    <!-- Tomcat Root Context -->
    <Context path="" docBase="ROOT" debug="0"/>
    <!-- New contexts -->
    <Context path="/xyz" docBase="pathTo_xyz" debug="0" crossContext="true"/>
    <Context path="/pqr" docBase="pathTo_pqr" debug="0" crossContext="true"/>
    <!-- Tomcat Examples Context -->
    <Context path="/examples" docBase="examples" debug="0"
    reloadable="true" crossContext="true">
    You should also provide a WEB-INF folder under pqr or xyz folder.
    You should also provide a web.xml file under each WEB-INF folder.
    The minimal web.xml is
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/j2ee/dtd/web-app_2_3.dtd">
    <web-app>
    </web-app>
    That's it. Try it out. Hope it is OK.
    Hafizur Rahman
    SCJP

  • Removing ignorable whitespace from DOM document

    Dear all,
    I am trying to read in an XML document that contains a lot of ignorable whitespace between elements. I am using the DOM model to parse and read in the file. Is there an easy way to tell the parser to ignore all ignorable whitespace characters in text nodes? Or do I have to write a routine to pre-process the DOM document?
    (xml:space="default" is set in the root element)
    Thanks a lot in advance!
    Netwundi

    I agree DrClap with your assertion. However, having read normalize(), it does seem quirky. According to the Javadocs for Node:
    public void normalize()
    Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes. This can be used to ensure that the DOM view of a document is the same as if it were saved and re-loaded, and is useful when operations (such as XPointer lookups) that depend on a particular document tree structure are to be used.In cases where the document contains CDATASections, the normalize operation alone may not be sufficient, since XPointers do not differentiate between Text nodes and CDATASection nodes.- Saish

  • Any suggestions on how to remove an "aura" from around a selection?  I shoot pictures at rodeos.  To make the rider stand out, I select and mask the rider. Next I blur the background using Gaussian Blur filter.  This results in a noticeable aura around th

    Any suggestions on how to remove an "aura" from around a selection in an image?  I shoot pictures at rodeos.  To make the rider stand out, I create a mask around the rider and then blur the background with Gaussian Blur.  This results in a noticeable blur around the outside of the selection.  I have tried using Feathering as well as other Refine Edge Tools.  The only thing that works is to go around the edge with the Clone Tool.  This is time consuming and not totally successful.  So, my two big questions are: (1) Is there a better (simpler) way to avoid the aura? and (2) If not, is there a way to remove the aura that is simpler?? 
    Thanks in Advance,
    Art Schwartz

    Sorry, what with the long title I had neglected the body of the message and your statement
    The only thing that works is to go around the edge with the Clone Tool. This is time consuming and not totally successful.
    seems to answer my first question.
    Did you do that before or after blurring?
    Have you alternatively tried using Content Aware Fill?

  • [svn:fx-trunk] 8536: Fix for missing whitespace in ASDoc examples.

    Revision: 8536
    Author:   [email protected]
    Date:     2009-07-13 17:00:59 -0700 (Mon, 13 Jul 2009)
    Log Message:
    Fix for missing whitespace in ASDoc examples.
    Bugs: SDK-21788
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21788
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 15758: merger: Remove ASDoc reference to mouseOpaque, the old name of the mouseEnabledWhereTransparent property

    Revision: 15758
    Revision: 15758
    Author:   [email protected]
    Date:     2010-04-27 06:42:25 -0700 (Tue, 27 Apr 2010)
    Log Message:
    merger: Remove ASDoc reference to mouseOpaque, the old name of the mouseEnabledWhereTransparent property
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
    Property Changed:
        flex/sdk/trunk/

    Revision: 15758
    Revision: 15758
    Author:   [email protected]
    Date:     2010-04-27 06:42:25 -0700 (Tue, 27 Apr 2010)
    Log Message:
    merger: Remove ASDoc reference to mouseOpaque, the old name of the mouseEnabledWhereTransparent property
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
    Property Changed:
        flex/sdk/trunk/

  • Manually removing songs/albums from iPhone

    There have been previous posts to this questions, but the newest iTunes seems to have changed.  The check box to manually manage music and videos now just allows manually managing videos.  The 'swipe' method to remove songs is tedious (1 song at a time, it does not work on albums or artists) and seems to only work on some songs; others won't delete (Yes I have the setting to 'show only local music' in the settings page).  Is there something I'm missing?  Why is this so hard?

    How did those photo albums get on the iPad in the first place? If they were copied to the iPad by syncing with your computer you need to do another sync to delete them. Start iTunes on your computer and connect your iPad. Select your ad in iTunes and then click on the  photos tab In iTunes. Deselect the albums you want to delete then click on apply or sync.

Maybe you are looking for

  • How to activate the transparent table along with append structure

    Hi, I add the new fields in existing append structure on tale VBAP. Initially i provide them the data type as Char with length 20. Similarly i added the fields in user exit on scree 8459 to add fields on screen. Until this eveything was working fine.

  • Custom Table Control in VA21/22/23 Tranaction Issue

    Hi Friends, Working on SAP R/3 Release 4.6C. There is a custom Table Control in one of the screen of VA21 Transaction. My requirement is to insert one more Field/Column to this table Control. The following are the sequence of fields in Table Control.

  • Need output as below

    WITH T1      AS (SELECT 7532 pkey,2 events,TO_DATE ('12/11/2012', 'mm/dd/yyyy') dt,'Dept' code FROM DUAL          UNION ALL          SELECT 8101,3,TO_DATE ('12/9/2013', 'mm/dd/yyyy'),'Emp' FROM DUAL          UNION ALL          SELECT 8102,4,TO_DATE (

  • Merging Playlists in iTunes

    Hello all. I have, under the "Store" category, four items: a link to the iTunes store, and then three playlists for purchased content. I would like to combine the two that are labeled "Purchased on Jason's iPhone" so that I just have one. This has be

  • Shutdown native display when mirroring to ATV?

    Is there a way, to shutdown the display of my iMac when I am mirroring the desktop to my ATV 3gen?