[svn:fx-trunk] 12883: Remove the skin classes from the halo theme project to avoid redundancy with the airframework /framework swcs.

Revision: 12883
Revision: 12883
Author:   [email protected]
Date:     2009-12-12 15:53:50 -0800 (Sat, 12 Dec 2009)
Log Message:
Remove the skin classes from the halo theme project to avoid redundancy with the airframework/framework swcs.
QE notes: No
Doc notes: No
Bugs: SDK-24293
Reviewer: Glenn
Tests run: Checkintests, smattering of Halo and AIR mustella tests
Is noteworthy for integration: Yes
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24293
Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
    flex/sdk/trunk/frameworks/projects/halo/build.xml
Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/WindowBackground.as
Removed Paths:
    flex/sdk/trunk/frameworks/projects/halo/assets/
    flex/sdk/trunk/frameworks/projects/halo/src/HaloClasses.as
    flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/

Similar Messages

  • [svn:fx-trunk] 10973: Removing sentence in [Deprecated] tag and referring them to the channelSet property.

    Revision: 10973
    Author:   [email protected]
    Date:     2009-10-12 13:30:33 -0700 (Mon, 12 Oct 2009)
    Log Message:
    Removing sentence in tag and referring them to the channelSet property. The ASDoc explains the deprecation.
    QE notes: None
    Doc notes: None
    Bugs: SDK-20066
    Tests run: Checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20066
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/mxml/WebService.as

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:fx-trunk] 11376: Remove external image support from BitmapImage and BitmapFill.

    Revision: 11376
    Author:   [email protected]
    Date:     2009-11-02 11:39:44 -0800 (Mon, 02 Nov 2009)
    Log Message:
    Remove external image support from BitmapImage and BitmapFill.
    QE notes: none
    Doc notes: ASDoc updated. Any other docs that mention loading external images in BitmapImage, BitmapFill, or Border need to be updated.
    Bugs: none
    Reviewer: Jason
    Tests run: checkintests, cyclone
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFill.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Border.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as

    That PKGBUILD doesn't work, primarily because _svnmod is not set correctly.  The remaining problems are mostly down to not being in the $srcdir directory when checking out the ImageMagick source.  It's also good practice to copy the source and do the build in the copy.  That way, it will be possible to successfully update the source and rebuild the package at a later date.  Otherwise, the PKGBUILD certainly works with the following modifications but I've no idea whether the package is viable because I didn't try installing and testing it.
    _svntrunk=https://www.imagemagick.org/subversion/ImageMagick/trunk
    _svnmod=ImageMagick
    build() {
    cd ${srcdir}
    if [ -d $_svnmod/.svn ]; then
    cd $_svnmod
    svn up
    else
    svn co $_svntrunk $_svnmod
    fi
    rm -r ${srcdir}/${_svnmod}-build
    cp -r ${srcdir}/${_svnmod} ${srcdir}/${_svnmod}-build
    cd ${srcdir}/${_svnmod}-build
    if [ "${CARCH}" = "x86_64" ]; then
    patch -Np1 < ../libpng_mmx_patch_x86_64.patch || return 1
    fi
    Etc., etc.
    Last edited by azleifel (2010-04-11 22:15:09)

  • [svn:fx-trunk] 8149: Remove dependency on UIComponent from mx.geom. Transform.

    Revision: 8149
    Author:   [email protected]
    Date:     2009-06-23 17:50:21 -0700 (Tue, 23 Jun 2009)
    Log Message:
    Remove dependency on UIComponent from mx.geom.Transform. This class is used by the Flex Component Kit, and cannot drag in UIComponent and its dependencies.
    Build new .mxp file with these changes.
    Bugs: SDK-21831
    QE Notes: None
    Doc Notes: None
    Reviewer: Jason
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21831
    Modified Paths:
        flex/sdk/trunk/frameworks/flash-integration/FlexComponentKit.mxp
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/Transform.as

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:bz-trunk] 7498: Remove bad channel-definition from qa-manual webapp.

    Revision: 7498
    Author:   [email protected]
    Date:     2009-06-02 13:53:23 -0700 (Tue, 02 Jun 2009)
    Log Message:
    Remove bad channel-definition from qa-manual webapp. The channel definition had no url property on the endpoint which was causing a startup error.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    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.

  • About the Skin class and all the subclasses...

    To test and get to know the workflow of catalyst & fb I've started to create a custom video player. Dragging a psd through catalyst work the magic then port it to flex builder.
    Everything fine and well after some playing arround in catalyst (nontheless the lack of a togglebutton for now but that's neglectable) I've got it ported to flash builder.
    In fb; I am using a spark VideoPlayer instance and skin it with a VideoPlayerSkin. Here arrises the first problem; it seems the VideoPlayer mxml tag doesn't recognizes the mxml file extending VideoPlayerSkin.
    Ok I can bypass this using skinClass={CustomVideoSkin}  (CustomVideoSkin is the class name of my actual VideoPlayerSkin).
    Now when I look at the button skins catalyst exported (which I made in catalyst) I see the usage of the <s:Skin> class where all states are defined and transitions if there are anny. This get's me kinda confused couse it seems there is for each component an individual skin class but using the <s:Skin> compared to ex: <default:VideoPlayerScrubBarSkin> is completely different.
    In the case of using the above example (VideoPlayerScrubBarSkin) I need to extend this to VideoPlayerScrubBarSkin this to assign the face and the track.
    I'm getting kinda lost in using what and when and where and more how...
    Would appreciate some clarification on this.
    Regards, Bart

    Hey Bart,
    I couldn't really tell if you were running into a Catalyst issue or a Flex SDK issue (or both).  From the Flex SDK perspective, when you skin any component, you create a new MXML class rooted with <s:Skin> (this really means the new file extends the Skin class).
    Here's a short and simple custom skin for the Video Player:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo">
        <!-- states -->
        <s:states>
            <s:State name="connectionError" stateGroups="connectionErrorStates, normalStates" />
            <s:State name="disabled" stateGroups="disabledStates, normalStates"/>
            <s:State name="disconnected" stateGroups="disconnectedStates, normalStates"/>
            <s:State name="loading" stateGroups="loadingStates, normalStates"/>
            <s:State name="playing" stateGroups="playingStates, normalStates"/>
            <s:State name="stopped" stateGroups="stoppedStates, normalStates"/>
            <s:State name="fullScreenConnectionError" stateGroups="connectionErrorStates, fullScreenStates"/>
            <s:State name="fullScreenDisabled" stateGroups="disabledStates, fullScreenStates"/>
            <s:State name="fullScreenDisconnected" stateGroups="disconnectedStates, fullScreenStates"/>
            <s:State name="fullScreenLoading" stateGroups="loadingStates, fullScreenStates"/>
            <s:State name="fullScreenPlaying" stateGroups="playingStates, fullScreenStates"/>
            <s:State name="fullScreenStopped" stateGroups="stoppedStates, fullScreenStates"/>
        </s:states>
        <s:VideoElement id="videoElement" top="0" bottom="24" />
        <s:Group height="24" bottom="0">
            <s:layout>
                <s:HorizontalLayout />
            </s:layout>
            <s:Button id="playButton" label="Play Me" />
            <s:Button id="pauseButton" label="Pause Me" />
            <s:VideoPlayerScrubBar id="scrubBar" />
        </s:Group>
    </s:Skin>
    Each component has a skin.  By default, VideoPlayerScrubBar uses the default skin we ship with the component.  To skin that sub-part, you'll need to create a new Skin file, something, like:
    <s:VideoPlayerScrubBar id="scrubBar" skinClass="CustomVideoPlayerScrubBarSkin" />
    This new skin file can be done inline (with Declarations), but it's reccomended just to create a new MXML file for it.
    Let me know if you've got any more questions about this process.
    HTH,
    Ryan

  • How to remove a static class from the Runtime of the JVM

    I want to remove a static class from the Runtime of the JVM.
    My goal is to clear the cache of the "InetAddress.getByName(String host)" static method.
    Thanks in advance.
    Floweb

    Sorry, It means a class that has been loaded in the JVM by the call to a static method......
    Floweb

  • [svn] 839: Moving the SuspendableAMFFilter classes to BlazeDS (and fix an @ author Javadoc tag in the SQLParser.jj grammar).

    Revision: 839
    Author: [email protected]
    Date: 2008-03-17 13:06:58 -0700 (Mon, 17 Mar 2008)
    Log Message:
    Moving the SuspendableAMFFilter classes to BlazeDS (and fix an @author Javadoc tag in the SQLParser.jj grammar).
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/selector/S QLParser.jj
    Added Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableAMFF ilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableBatc hProcessFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableLega cyFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableMess ageBrokerFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableSeri alizationFilter.java

    Revision: 839
    Author: [email protected]
    Date: 2008-03-17 13:06:58 -0700 (Mon, 17 Mar 2008)
    Log Message:
    Moving the SuspendableAMFFilter classes to BlazeDS (and fix an @author Javadoc tag in the SQLParser.jj grammar).
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/selector/S QLParser.jj
    Added Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableAMFF ilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableBatc hProcessFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableLega cyFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableMess ageBrokerFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableSeri alizationFilter.java

  • Accessing object of the main class from the thread

    Hi, I'm having problem accessing object of the main class from the thread. I have only one Thread and I'm calling log.append() from the Thread. Object log is defined and inicialized in the main class like this:
    public Text log;  // Text is SWT component
    log = new Text(...);Here is a Thread code:
    ...while((line = br.readLine())!=null) {
         try {
              log.append(line + "\r\n");
         } catch (SWTException swte) {
              ErrorMsg("SWT error: "+swte.getMessage());
    }Error is: org.eclipse.swt.SWTException: Invalid thread access
    When I replace log.append(...) with System.out.println(..) it works just fine, so my question is do the log.append(..) the right way.

    This is NOT a Java problem but a SWT specific issue.
    It is listed on the SWT FAQ page http://www.eclipse.org/swt/faq.php#uithread
    For more help with this you need to ask your question on a SWT specific forum, there is not a thing in these forums. This advice isn't just about SWT by the way but for all specific API exceptions/problems. You should take those questions to the forum or mailing list for that API. This forum is for general problems and exceptions arising from using the "core" Java libraries.

  • I have just tried to sync my iphone. Error message saying it cannot be synced has popped up quoting error code (-50). I have just removed old iphone backups from itunes but was very careful to not delete the current one. What does this code mean?

    Hi there,
    I have just tried to sync my iphone.
    Worryingly an error message saying it cannot be synced has popped up quoting error code (-50)
    I have just removed old iphone backups from itunes but was very careful to not delete the current one
    What does this code mean?

    http://support.apple.com/kb/TS1583

  • How do I remove the Trial Watermark from my video in premier after I have purchased the full version

    How do I remove the Trial Watermark from my video in premier after I have purchased the full version

    HaywoodBrandon
    Please excuse if you know this already....
    If you have the tryout version of Premiere Elements (any version) and you export with the Adobe watermark, you cannot remove the Adobe watermark from that export, even after purchase of the program.
    As you found out, you can remove the Adobe watermark from the tryout project file (project.prel) after purchase. The classic way (as you have indicated worked for you) is the deletion of the project.prel's rendered files (preview files) in the purchased program. Some, like myself, have found removal of the watermark placed in the project.prel of the tryout could be achieved just importing the project.prel with its watermark into the purchased version (no rendered file deletion by the user).
    Nonetheless, glad to learn that you are moving forward in your Premiere Elements projects. Wishing you many great projects.
    ATR

  • Had to remove itunes from my computer to reset the computer. Now I'm having problems syncing my iphone with the computer. Computer is saying it wants to download updates to the phone but that will delete things I downloaded straight from the phone. Help!

    Had to remove itunes from my computer to reset the computer. Now I'm having problems syncing my iphone with the computer. Computer is saying it wants to download updates to the phone but that will delete things I downloaded straight from the phone. Help!

    iTunes thinks you have a new computer because you restored the OS. Open iTunes and authorize it to the same account you have on the iPhone. Did you restore your iTunes content from a backup after resetting your computer? Have you been syncing regularly with the computer, and does the iTunes library on the computer contain your apps, music and videos? If so just sync and your content will be removed then restored.
    If you have not hopefully you have now learned something. You can recover apps and purchased songs by connecting the phone, without syncing, and choose "Transfer purchases..." from the File menu.

  • How to Change the Development Class from $TMP to YABAP in Layout

    Hi all,
    How to Change the Development Class from $TMP to YABAP in Layout( SE71).
    Thanks & Regards,
    N.L.Narayana

    Hi,
    it is possible with SE03. you just click on Change <b>Object Directory Entries</b> under the tree menu <b>Object directory</b>, and then enter in the last column of table control
    Check the check box and enter FORM and formname,
      R3TR FORM SAPscript form 
    then execute it.
    then you will be able to change it to PACKAGE from $TMP
    regards
    vijay

  • HT204074 Our new iphone5 id name is the same as an existing still in use iphone4 in the family; if I remove the devise; change its name can I then immediately associate it with the correct name.

    I have read the HT4627 but I think my original question is more specific  Our new iphone5 id name is the same as an existing still in use iphone4 in the family; if I remove the devise; change its name can I then immediately associate it with the correct name.

    You can change the name of a device on it via Settings > General > About > Name - you shouldn't need to remove the association and then reassociate it.

Maybe you are looking for

  • ADC for Domestic Purchase not flowing in MIRO for particular MIGO Document

    Hello Experts,     We've a scenario in which we pay ADC to domestic vendor. The procedure we follow is as below:           1. Condition record for JAOP with 0% rate maintained in FV12.           2. PO created with JMOP 10%, 2% ECS, 1% SECS & 4% VAT.

  • "Invalid Drive I:\" error during iTunes installation. What do I do now?

    Can't install iTunes on my pc. Keep getting "invalid Drive I:\" error. I have no drive I:\. I have C:, D: and P:(external drive). I have downloaded iTunes a couple of times but none work. I am using an HP DV6700 with windows 7. Help, please.

  • Edit in External Editor (photoshop)?

    I want to do a quick edit of an image in my new version of photoshop and when I select the image in the Album or in the Published Album Aperture is not giving me an option to Photo > Edit in External Editor because this is greyed out for some reason.

  • Changing MAC address (Ethernet ID)???

    I was wondering if anyone knows an easy way to change the MAC address. I've found this suggestion elsewhere: Open terminal Type in sudo ifconfig en0 ether aa:bb:cc:dd:ee:ff (new address) Type in password When I type in the password it seems that my t

  • Payment orders when a customer has a credit balance

    Hello, I was able to generate a payment order for a customer.  But when a customer has a credit note attached to it that it effectively renders the total as a credit balance,  I am unable to do so.  When I select on the credit note, it comes up with