[svn] 4285: Exposed TLF' s new textJustify property on ParagraphElement as a CSS style for Gumbo components .

Revision: 4285
Author: [email protected]
Date: 2008-12-10 16:08:28 -0800 (Wed, 10 Dec 2008)
Log Message:
Exposed TLF's new textJustify property on ParagraphElement as a CSS style for Gumbo components. It works with TextBox, TextGraphic, TextView, and components that use these primitives. When text is fully justified, this property determines whether the extra pixels are added between words or between any characters.
QE Notes: Please add tests for this new functionality.
Doc Notes: None
Bugs: None
Reviewer: Jason
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/TextBox.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/TextBlockCompose r.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/BasicParagraphFormatTextS tyles.as

Hello xhpx,
In  your media queries your changing the .gridContainer but the #LayoutDiv1 is the same. The reason the color goes away is the media query for mobile sizes doesn't have the background color. Though I would remove #LayoutDiv1 from any media query since it doesn't need to change.
http://jsfiddle.net/gCka7/
hope this helps.
Chad Smith - BCGurus.com
also, creating a jsfiddle or just a link to the site could make it easier for debuging.

Similar Messages

  • What CSS styles affect the background color of new suite bar?

    There is a new suite bar in O365. What CSS styles affect the background color of the bar, app launcher button and the Office 365 text in SharePoint Online? I want to hide Office 365 text and add my logo there.

    Hi,
    What new suite bar did you refer to?
    Please check if this image below is what you referred to:
    If yes, please note in this forum we mainly discuss questions and feedbacks about the Office client products, as your question is not about our products, I suggest you post the question in Office 365 Community Forum to get support:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    If I misunderstood anything, feel free to let me know.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • New App Launcher Suite Bar in 365: what CSS styles affect the background color?

    There is a new suite bar in O365. What CSS styles affect the background color of the bar, app launcher button and the Office 365 text in SharePoint Online? I want to hide Office 365 text and add my logo there.

    Hi,
    Per my understanding, you might want to change the style of the suite bar and replace the “Office 365” text with your custom logo image.
    In Office 365 admin page, we can customize the theme of the suite bar for the whole :
    However, as there is no such option can replace the “Office 365” text with a custom icon there, a workaround is that we can use some custom JavaScript to modify the
    corresponding HTML source code to display the icon dynamically after the page loaded.
    After applying the code snippet below into the master page:
    <script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("ready");
    function ready() {
    var logo = document.querySelector("#O365_MainLink_Logo");
    var s = '<img style="max-height: 27px" alt="logo" src="/_layouts/15/images/siteIcon.png?rev=38">';
    logo.innerHTML = s;
    </script>
    Every time when users open a page in this site, this custom code will be executed, the “Office 365” text will be replaced by a custom icon:
    More information about how to add custom code into master page(similar in SharePoint 2013):
    http://techtrainingnotes.blogspot.com/2012/05/adding-javascript-and-css-to-sharepoint.html
    What’s more, if doing in this way, we can only replace the “Office 365” text with a custom icon in Office 365 SharePoint Online sites, not the whole Office 365, this
    is a fact that you might want to know. For about how to replace that text for the whole organization, I suggest you open another thread in Office 365 forum, you will get more help and confirmed answers there.
    http://community.office365.com/en-us/forums/default.aspx
    Best regards      
    Patrick Liang
    TechNet Community Support

  • [svn:fx-3.x] 13374: Expose a public read-only property httpService on HTTPOperation.

    Revision: 13374
    Revision: 13374
    Author:   [email protected]
    Date:     2010-01-08 07:43:33 -0800 (Fri, 08 Jan 2010)
    Log Message:
    Expose a public read-only property httpService on HTTPOperation. HTTPOperation.service will still return null as a consequence of an old design decision (HTTPService does not extend AbstractService), but a warning is now logged to inform the user that they should use HTTPOperation.httpService to access the containing service.
    Doc notes: Please explain that if a standard HTTPService is used, the event.target on the ResultEvent from this service is an instance of HTTPOperation, and users can access the originating HTTPService with event.target.httpService. (see bug for use-case)
    Bugs: SDK-24775
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24775
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as

    For a TwoWay binding to work the source property must have public setter and an anonymous object (like the one your select new LINQ query creates) has not.
    But since you are binding to the Text property of TextBlocks you could just remove Mode=TwoWay from the bindings in the ItemTemplate of the ListBox:
    <TextBox Name="txtOrderID" Text="{Binding Path=OrderID,Mode=OneWay}" Margin="5,0,10,0" Width="30"/>
    <TextBlock Text="Order Date:" TextAlignment="Right" Width="80"/>
    <TextBlock Name="txtOrderDate" Text="{Binding Path=OrderDate,StringFormat={}{0:MM/dd/yyyy}}" Margin="5,0,10,0" Width="75"/>
    <TextBlock Text="Required Date:" TextAlignment="Right" Width="80"/>
    <TextBlock Name="txtRequiredDate" Text="{Binding Path=RequiredDate,StringFormat={}{0:MM/dd/yyyy}}" Margin="5,0,10,0" Width="75"/>
    There is no reason to bind TwoWay to a TextBlock.
    Hope that helps.
    Please remember to mark helpful posts as answer to close your threads and then start a new thread if you have a new question. Please don't ask several questions in the same thread.

  • [svn:fx-trunk] 7830: Update ASDoc on the new backgroundFrameRate property to WindowedApplication , to by default reduce the CPU usage in cases where an app is not 'active'.

    Revision: 7830
    Author:   [email protected]
    Date:     2009-06-14 15:57:29 -0700 (Sun, 14 Jun 2009)
    Log Message:
    Update ASDoc on the new backgroundFrameRate property to WindowedApplication, to by default reduce the CPU usage in cases where an app is not 'active'.
    Bugs: SDK-21135
    Reviewer:
    QE Notes:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21135
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as

    By the way, I agree with sybrand: you need to tune
    your redo log size.
    Regards
    Ignacio
    http://oracledisect.blogspot.com
    Ignacio,
    The excessive waits on log file parallel write and the related client wait of log file sync may be due to insufficient CPU availability, and may not point at an actual redo log size problem or a problem with the disk speed where the redo is written to disk, especially if there are 3 Oracle instances on the server with a single CPU.
    Paraphrased from "Optimizing Oracle Performance":
    The log file sync wait event is one of the first events to show increased latencies due to the time a process spends waiting in a CPU wait queue while processing excessive logical IOs.
    Kevin Closson wrote a couple blog entries that examined the potential problems of insufficient CPU capacity and its effects on log file parallel write when writing to solid state disks, and even when writing redo was explicitly disabled:
    http://kevinclosson.wordpress.com/2007/07/21/manly-men-only-use-solid-state-disk-for-redo-logging-lgwr-io-is-simple-but-not-lgwr-processing/
    "Once LGWR loses his CPU it may be quite some time until he gets it back. For instance, if LGWR is preempted in the middle of trying to perform a redo buffer flush, there may be several time slices of execution for other processes before LGWR gets back on CPU..." Fix the CPU problem, and the other significant waits may decrease.
    JesusLuvR,
    yingkuan's suggestion to look at the SQL statement that performs the 4,365,564 logical IOs, consumes 186.03 CPU seconds, and has an execution time of 225.06 seconds, is likely a very good starting point. You might also want to check the value of the SESSION_CACHED_CURSORS parameter to see if it needs to be adjusted.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • [svn] 4463: Use svn: ignore to suppress some new build output from appearing in 'svn status'.

    Revision: 4463
    Author: [email protected]
    Date: 2009-01-08 18:33:41 -0800 (Thu, 08 Jan 2009)
    Log Message:
    Use svn:ignore to suppress some new build output from appearing in 'svn status'.
    AIR SDK Readme.txt
    frameworks/projects/air
    lib/fxgutils.jar
    modules/fxgutils/classes
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: None
    Property Changed:
    flex/sdk/trunk/
    flex/sdk/trunk/frameworks/projects/
    flex/sdk/trunk/lib/
    flex/sdk/trunk/modules/fxgutils/

    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.

  • Correct term for the Safe attribute in creating New Managed Property

    Hi,
    I'm creating a new managed property through Powershell and XML. I need to set the Safe attribute to true. Do you know the correct term for the Safe attribute? I have tried "Safe" and "SafeForAnonymous" but still didn't worked.
    <Property ManagedName="ArticleStartDateOWSDATE" CrawlName="ows_q_DATE_ArticleStartDate">
          <Crawl Category="SharePoint" PropSet="ed280121-b677-4e2a-8fbc-0d9e2325b0a2"  Variant="31" IsEnum="false" />
          <Managed Type="1" Queryable="true" Refinable="false" Retrieve="true" FullText="false" RemoveDup="false" Respect="false" Multi="false" sortable="true"
    WordBreaker="false" SafeForAnonymous="true"/>
        </Property>
    Regards,
    Napster

    Hi Napster,
    How do you create managed metadata with PowerShell?
    If you use PowerShell cmdlet New-SPEnterpriseSearchMetadataManagedProperty to create a new custom Managed Property, both parameters
    -Safe $true and
    -SafeForAnonymous $true could work, and ManagedPropertyInfo has property SafeForAnonymous, so it should be better to use SafeForAnonymous.
    Please try to get the correct attribute name and value from XML file, then pass it to the PowerShell cmdlet  New-SPEnterpriseSearchMetadataManagedProperty parameter -SafeForAnonymous, then check results again.
    Here are some useful articles about this topic you can take a look.
    http://blog.kuppens-switsers.net/sharepoint/creating-managed-crawled-properties-using-powershell/
    http://sadomovalex.blogspot.com/2014/02/powershell-script-for-creating-and.html
    http://technet.microsoft.com/en-us/library/ff608089(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/microsoft.office.server.search.administration.managedpropertyinfo_properties(v=office.15).aspx
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • How to limit visiblity of a new metadata property im KM?

    I was able to create a NEW metadata property
    plz note folder validity pattern(csv) was set to /document/myfolder/**
    Then i navigated to
    system configuration->cofigurtaion->content management->Global services->property meta structures and addded it to default properties structures.
    The above displays the NEW property in the folder,text file,html....upload area in 'myfolder'.
    This is working fine.
    Now to see this new property in the KM repository i navigated to
    system configuration->cofigurtaion->content management->User interface->settings->collectionrendererlist->admincollection list renderer->edit.
    I then added to the 'displayed properties' my NEW metadata propery.
    The Problem is that this NEW property is being displayed for every folder in KM repository.i want to limit it to 'myfolder' only.

    Hi,
    Please refer to this thread:
    https://forums.sdn.sap.com/thread.jspa?threadID=353368
    Greetings,
    Praveen Gudapati

  • Sort by new App Property

    Hi Experts!!!!!
    I am developing an application that it create a new application property... but my problem is how to sort by this property??
    any idea??
    Thanks in advance!!!!!

    Any idea??? I have the same problem!!!

  • New build property, horrible BT phone line install...

    Hi all.
    I am writing here because I have been thrown around by BT and the phone line installation team over the past one month, and I have just run out of patience.
    The entire experience started in  late May, when I phoned BT and told them that I was moving house in 2 weeks and that I would need a new phone line installed at the new property, which is a new build. The BT sales team was more than happy to take my order, and since there was a charge of £130 for installation of phone line by itself, I decided to bundle both broadband and telephone line from BT directly to avoid that cost. I was a given an appointment on the 10th of June for my phone and broadband installation. 
    The 10th of June came and I took the day off work thinking all would be sorted by the end of the day. By the late afternoon no one ahd contacted me and there was no one who had come to the door. I called BT and had them check on my order and they said that "for some reason, the order says its still 'pending' and has not gone through..." After chatting with different people from different teams like sales, orders and them confrerring with engineers and seniors, I was finally told that the order could not be processed because I was in a new build and hence the system could not process a broadband order before there was an active phone line in the property, hence the failure of the order to go through. Next, I was given a date for the phone line order by itself to be done, and although I was frustrated here, I conceded and moved on hoping to get the issue sorted as quickly as possible. The new date was June 22nd for the phone line and then the broadband order to be placed thereafter. At this point I was not sent any emails or letter regarding my order with ym order number or any references, so I should have been sceptical, but I let it slide thinking it would be settled soon.
    June 22nd came and I took leave off work again for the 8am - 1pm BT engineer visit. Once again, no one showed up or contacted me. I called BT again desperately hoping that this could not be happening again. When i asked the lady about my order scheduled for that day, she said that the order did not go through once again. It was still 'pending'! I was just shocked. I wanted to explode because twice BT had given me apppointment timings that could not be fulfilled and twice they left me in the lurch when they knew beforehand that the engineers would not show up, leaving me to take time from work which I cannot get back, much less the fact that I still do not even have a phone line. After much chatting with different people on the line I finally got them to book another order this time for July 9th for the phone line. 
    This time i called back on July 2nd  and July 6th to make sure that my order was on track and I was assured that after checking with the 'openreach engineers on their side' that my order was on track and the engineer would show up definitely on 9th of July.
    Then the 9th came and I took the morning off from work to wait for the engineer.Yet again, BT managed to show me how poorly they treat customers.  No engineer showed up again, and as was becoming a habit now, I had to phone BT to enquire about my order and discover that the engineer was not going to show up today as well. When pressed much more the person on the other end finally relented that the cables from the exchange to my new build property need to be set up and are in the process of being done. I would then get a call when BT/Openreach finally finish this. I felt let down, especially when I asked how long that would be since I have already been waiting for a more than month for BT to carry this out and also agreed to pay the £130 set up charge for the phone line since they wanted to process the phone line order alone first. Her response was nothing more than a "I cannot tell for sure.." and at this point I could tell that meant it could be a really long while more before getting a phone line /  broadband, if ever BT is interested in setting it up.
    Is there any way to actually check and see if BT are setting up a connection from the exchange to the property for the phone line and how long it would take before I can finally get a simple phone line here?
    Sorry if this was a bit of rant but it is rather draining and also costly for me having to deal with BT and wait for them when they could simply communicate with me better to inform me of their engineers' decisions.
    Abi 
    *EDIT* I have also spoken to the developer of the property and they have informed me that the flat is ready for a phone line to be installed, and that BT is only currently fitting phone lines to the building across the road and not my block, so that means someone at BT/Openreach is telling me the worng thing and the engineer is just refusing to come out now. I have additionally spoken to some of the other residents who moved in before me in the same block and they have had phone lines connected to their property by BT so I think this problem needs sorting out asap by BT please.
    Thank you. 

    Hi
    It seems that I am caught in the same endless maelstrom of bt/open reach inability to meet installation obligations.
    We have a new build home on a small private development. No cable available regrettably so all 6 of our neighbours use bt phone and std broadband.
    Ordered both services end April to be told that install appointment was 30 May - seemed a long time but accepted. Had whole series of emails and texts from bt reminding of appointment and arrival of modem, but late evening 29 May text arrived saying order delayed and put back to 13 June. Called following morning and got the run around took 40 mins to get any answer of sense that said ,Line work was required and open reach we're dealing withi it.
    13 June came and went no one called or advised that appointment would not be met. Again many phone calls but same answer line issues. My developer tells me that the lines are installed per spec, in fact we have a black network cable present through a conduit next our front door but no terminal box to join up to white phone line wires to inside phone points. Offered bt a photo of this but they will not accept it. Just keep saying line issues holding up install. Either way unless this work is done the it will be impossible to connect even if other work had rally to be done - not interested!
    This week promised that all would be done, 16th the 17th and then 18th -nothing again and hence more phone calls.
    Issue handed to resolution team who calked today to say work schedule for 12 July! More than two months since order - just don't believe them and asked them to escalate - no hopes up!
    In the meantime our phone no rings out and people wonder why we are not answering! Complete shambles.
    In 2014 this should be easy meat to BT who seem tied up in a complaint type process that resolves nothing.
    I have no real choice but BT and their performance is just hopeless. Advised ofcom but don't deal with individual complaints - this is consumer hell and very very frustrating.

  • [svn:fx-trunk] 9407: Reordering the if-statement in isMeasureFixed() exposed that hostFormat can be null when measure() is called if styles changed and measure is done before the next commitProperties .

    Revision: 9407
    Author:   [email protected]
    Date:     2009-08-19 15:11:34 -0700 (Wed, 19 Aug 2009)
    Log Message:
    Reordering the if-statement in isMeasureFixed() exposed that hostFormat can be null when measure() is called if styles changed and measure is done before the next commitProperties.  This states test exposed this.
    We should rethink if we want to clear hostFormat rather than have a hostFormatChanged flag.  If there is no hostFormat at measure then it has to be fixed because there is no line break format to check for auto-size.
    QE notes:
    Doc notes:
    Bugs: SDK-22779
    Reviewer: Gordon
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22779
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    Oh my god, it is too long! You definitely check out types, casting and especially ODP.Net (it does everything for you)... etc. They can help you to simplify your code. I do not have enough time to copy paste it to Studio and understand and solve your issue, so I got title of your message as your main question.
    In Oracle, you can create an autonumber field by using sequences object. This is really useful when you need to create a unique number to act as a primary key.
    Basically you can create a sequence simply typing;
    CREATE SEQUENCE MY_SEQUENCE;
    now you have a sequence called "MY_SEQUENCE"... Then, I advice you select a number from sequence;
    select MY_SEQUENCE.nextval from dual;
    I said I advice actually kinda must, although it called sequence, I cannot be sequential. Do not even try to predict the value. You can be sure that it is unique number so you can use it.
    Then insert you record and use that number part of your primary key. I think that's it. Have fun.

  • [svn:fx-trunk] 12569: 9 new sample themes and an update to the wireframe theme

    Revision: 12569
    Revision: 12569
    Author:   [email protected]
    Date:     2009-12-04 16:35:58 -0800 (Fri, 04 Dec 2009)
    Log Message:
    9 new sample themes and an update to the wireframe theme
    Wireframe theme now has support for all MX components including most of the important AIR ones.
    samples/themes now has 9 new themes, 5 spark_css themes which are CSS files, and 4 which are graphical assets, some from SWFs, some from images, some where the work is done in the MXML skin file.  Some credit goes to EffectiveUI for the color choices.  Some blame goes to me for mucking with them.
    DateChooser is updated to handle backgroundColor better.
    The main build.xml file is updated to build the themes during the main target if "-Dthemes=anything" and themes are added to the regular zip and mpl zip.
    Reviewed by Glenn
    Consulted with Jim
    Themes primarily contributed by EffectiveUI
    QA: we agreed the sample themes are just samples, there's a README to that effect.  However it'd be good to use the wireframe theme in tests with Halo components now.  I have concerns I may have screwed up some focus logic by deleting a little too aggressively.
    Doc: Themes are decent samples though the code is not necessarily high quality.
    Builder: these are for you baby!
    I would like to thank whomever ends up rescuing the build after I check in these 586 files.
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
        flex/sdk/trunk/frameworks/projects/wireframe/build.xml
        flex/sdk/trunk/frameworks/projects/wireframe/defaults.css
        flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/assets/
        flex/sdk/trunk/frameworks/projects/wireframe/assets/Tree_folderClosedIcon.png
        flex/sdk/trunk/frameworks/projects/wireframe/assets/Tree_folderOpenIcon.png
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/AccordionHeaderSkin.m xml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/BorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarFirstButtonS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarLastButtonSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarMiddleButton Skin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ColorPickerSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ComboBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ContainerBorderSkin.a s
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ControlBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridHeaderBackgro undSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridHeaderSeparat orSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridSortArrow.as
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextMonthS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextYearSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevMonthS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevYearSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserRollOverIn dicatorSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserSelectionI ndicatorSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserTodayIndic atorSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DefaultButtonSkin.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DividerSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DropDownSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/EditableComboBoxSkin. mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/EmphasizedButtonSkin. mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/LinkButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuArrow.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuArrowDisabled.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuBarItemSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheck.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheckDisabled.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuRadio.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuRadioDisabled.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuSeparatorSkin.mxm l
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/PanelBorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/PopUpButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressBarTrackSkin. mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressIndeterminate Skin.as
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressMaskSkin.as
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/RadioButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarDownButtonSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarThumbSkin.mx ml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarTrackSkin.mx ml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarUpButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderThumbSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderTrackHighlightS kin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderTrackSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/StepperDecrButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/StepperIncrButtonSkin .mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TabSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nDownSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nOverSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nUpSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ToolTipSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/WindowedApplicationSk in.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/CloseBut tonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/Maximize ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/Minimize ButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/RestoreB uttonSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/StatusBa rSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/TitleBar Skin.mxml
        flex/sdk/trunk/samples/themes/
        flex/sdk/trunk/samples/themes/README.txt
        flex/sdk/trunk/samples/themes/arcade/
        flex/sdk/trunk/samples/themes/arcade/build.xml
        flex/sdk/trunk/samples/themes/arcade/src/
        flex/sdk/trunk/samples/themes/arcade/src/ArcadeClasses.as
        flex/sdk/trunk/samples/themes/arcade/src/arcade/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ErrorSkin.as
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/FocusSkin.as
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/NumericStepperTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerDecrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerIncrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextAreaBorderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextInputBorderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer FullScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer PlayPauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerFull ScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerPlay PauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/arcade/src/assets/
        flex/sdk/trunk/samples/themes/arcade/src/assets/flex_skins.swf
        flex/sdk/trunk/samples/themes/arcade/src/defaults.css
        flex/sdk/trunk/samples/themes/arcade/src/preview.jpg
        flex/sdk/trunk/samples/themes/cobalt/
        flex/sdk/trunk/samples/themes/cobalt/build.xml
        flex/sdk/trunk/samples/themes/cobalt/src/
        flex/sdk/trunk/samples/themes/cobalt/src/CobaltClasses.as
        flex/sdk/trunk/samples/themes/cobalt/src/assets/
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_selectedDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_selectedDisabledSki n.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_selectedDisabledSkin .png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_disabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_downIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_overIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedDownIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedOverIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedUpIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_upIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/CursorManager_busyCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_columnDropIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_columnResizeSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_headerBackgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_headerSeparatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_sortArrowSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_stretchCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_rollOverIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_selectionIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_todayIndicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_dividerSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_horizontalCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_verticalCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_copyCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_defaultDragImageSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_linkCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_moveCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_rejectCursor.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/FormItem_indicatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollArrowLeft_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollArrowRight_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_trackDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/List_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_backgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_branchDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_branchIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_checkDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_checkIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_radioDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_radioIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_separatorSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_controlBarBackgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_titleBackgroundSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_popUpDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_popUpOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_barSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_indeterminateSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_disabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_downIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_overIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedDisabledIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedDownIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedOverIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedUpIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_upIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/SWFLoader_brokenImageSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_trackHighlightSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_disabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_downSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_overSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_upSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextArea_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextArea_focusSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextInput_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/TextInput_focusSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/ToolTip_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_borderSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_defaultLeafIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_disclosureClosedIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_disclosureOpenIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_folderClosedIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_folderOpenIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbIcon.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_trackDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_trackSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowDisabledSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowDownSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowOverSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowUpSkin.png
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ErrorSkin.as
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/FocusSkin.as
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HighlightBitmapCaptureSkin.as
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/NumericStepperTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/PanelBorderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerDecrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerIncrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenFullScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenPlayPauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerFull ScreenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerPlay PauseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarMuteButtonSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/cobalt/src/defaults.css
        flex/sdk/trunk/samples/themes/cobalt/src/preview.jpg
        flex/sdk/trunk/samples/themes/graphite/
        flex/sdk/trunk/samples/themes/graphite/build.xml
        flex/sdk/trunk/samples/themes/graphite/src/
        flex/sdk/trunk/samples/themes/graphite/src/GraphiteClasses.as
        flex/sdk/trunk/samples/themes/graphite/src/assets/
        flex/sdk/trunk/samples/themes/graphite/src/assets/flex_skins.swf
        flex/sdk/trunk/samples/themes/graphite/src/defaults.css
        flex/sdk/trunk/samples/themes/graphite/src/graphite/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ErrorSkin.as
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/FocusSkin.as
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HighlightBitmapCaptureSkin.as
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/NumericStepperTextInputSkin.mxm l
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerDecrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerIncrementButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/FullScr eenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/MuteBut tonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/PlayPau seButtonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arThumbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arTrackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/FullScreenB uttonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/MuteButtonS kin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/PlayPauseBu ttonSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarSki n.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarThu mbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarTra ckSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarSk in.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarTh umbSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarTr ackSkin.mxml
        flex/sdk/trunk/samples/themes/graphite/src/preview.jpg
        flex/sdk/trunk/samples/themes/spark_cobalt/
        flex/sdk/trunk/samples/themes/spark_cobalt/preview.jpg
        flex/sdk/trunk/samples/themes/spark_cobalt/spark_cobalt.css
        flex/sdk/trunk/samples/themes/spark_desert/
        flex/sdk/trunk/samples/themes/spark_desert/preview.jpg
        flex/sdk/trunk/samples/themes/spark_desert/spark_desert.css
        flex/sdk/trunk/samples/themes/spark_graphite/
        flex/sdk/trunk/samples/themes/spark_graphite/preview.jpg
        flex/sdk/trunk/samples/themes/spark_graphite/spark_graphite.css
        flex/sdk/trunk/samples/themes/spark_sage/
        flex/sdk/trunk/samples/themes/spark_sage/preview.jpg
        flex/sdk/trunk/samples/themes/spark_sage/spark_sage.css
        flex/sdk/trunk/samples/themes/spark_sky/
        flex/sdk/trunk/samples/themes/spark_sky/preview.jpg
        flex/sdk/trunk/samples/themes/spark_sky/spark_sky.css
        flex/sdk/trunk/samples/themes/zen/
        flex/sdk/trunk/samples/themes/zen/build.xml
        flex/sdk/trunk/samples/themes/zen/src/
        flex/sdk/trunk/samples/themes/zen/src/ZenClasses.as
        flex/sdk/trunk/samples/themes/zen/src/assets/
        flex/sdk/trunk/samples/themes/zen/src/assets/flex_skins.swf
        flex/sdk/trunk/samples/themes/zen/src/defaults.css
        flex/sdk/trunk/samples/themes/zen/src/preview.jpg
        flex/sdk/trunk/samples/themes/zen/src/zen/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ApplicationSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/BorderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarFirstButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarLastButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarMiddleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/CheckBoxSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultComplexItemRenderer.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultItemRenderer.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DropDownListButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/DropDownListSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ListSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/NumericStepperSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/NumericStepperTextInputSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/PanelSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/RadioButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarDownButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarLeftButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarRightButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarUpButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SkinnableContainerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SkinnableDataContainerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerDecrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerIncrButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TabBarButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TabBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextAreaBorderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextAreaSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextInputBorderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextInputSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TitleWindowCloseButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/TitleWindowSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/ToggleButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderThumbSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderTrackSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/VideoPlayerSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/FullScreenFullScr eenButtonSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/MuteButtonSkin.mx ml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/PlayPauseButtonSk in.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarThumbSkin .mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarTrackSkin .mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarSkin.mxm l
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarThumbSki n.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarTrackSki n.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/FullScreenButtonSkin. mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/PlayPauseButtonSkin.m xml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarThumbSkin.mxm l
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarTrackSkin.mxm l
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarMuteButtonSk in.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarSkin.mxml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarThumbSkin.mx ml
        flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarTrackSkin.mx ml

    actually your doing it right
    netdownwidget.width = 100
    in awesome-git the syntax is different.  i would recommend using the non-git-version, because the most tutorials are for older versions.
    without reading the references of the git version,  try something like netdownwidget:set_width(x)
    // edit: your icons arnt centered, maybe ur interested in that command:
    for x in *.xbm; do convert -fill "#afa72e" -transparent white -colorize 100 -bordercolor transparent -border 8x8 -gravity center -crop 16x16+0+0 "${x}" "${x%.*}.png"; done
    Last edited by intrntbrn (2012-04-12 22:11:09)

  • [svn] 4806: Fixes for Advanced CSS applying to inner components.

    Revision: 4806
    Author: [email protected]
    Date: 2009-02-02 21:01:18 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fixes for Advanced CSS applying to inner components. The changes involved three areas:
    1. mx.styles.StyleProxy needed updating to support IAdvancedStyleClient
    2. mx.styles.StyleProtoChain required refactoring so that advanced selector matching functionality could be shared outside of this class (see next). The main change is in StyleProtoChain.addProperties() which is recursively called to handle the case when styleName is set to another IStyleClient (instead of a String). The change concerns the order of building the proto chain for this special case. Before advanced CSS, it seems we recursively did the following in the addProperties() subroutine:
    - Find type selectors, add to proto chain
    - Examine styleName:
    - if a CSSStyleDeclaration, add it to the proto chain next
    - if a IStyleClient, recurse again by calling addProperties to this IStyleClient
    - if a String, apply class selectors to proto chain
    - Finally, add inline style declarations to proto chain
    Advanced CSS might involve other universal selectors that aren't necessarily class selectors (such as id selectors), or we could have type selectors that are more specific that class selectors. So the new logic for Advanced CSS is:
    - Examine styleName:
    - if a CSSStyleDeclaration, add it to the list of selectors
    - Get all matching selectors, sort by specificity, and add to the proto chain.
    - Then, if styleName was an IStyleClient, recurse again by calling addProperties to this IStyleClient
    - Finally, add inline styleDeclarations to proto chain
    A styleName pointing to an IStyleClient means that it has a very high specificity and will override any other selector. The only thing that continues to always win are inline style declarations which are added last to the proto chain.
    3. mx.core.UIComponent.initThemeColor() needed updating to support advanced CSS selectors. This required the use of a new utility method in StyleProtoChain to find matching selectors.
    QA: Yes, please watch styles test results closely. Take a look at descendant/id/class selectors on more advanced components like DataGrid.
    Doc: No
    Checkintests: Pass
    Reviewer: Glenn
    Bugs:
    SDK-17358 - [Advanced CSS] When using an id selector without a Type selector, styles are not passed onto sub components (e.g. the drop down of a ComboBox)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17358
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProxy.as

    Hi,
    you define a CSS class in the document, e.g.
    <style type="text/css">
    .myClass{color:red;}
    <style>
    The myClass names now is what you add to the class property
    Frank

  • HELP NEEDED!! I bought a brand new mac air 11 inch a month ago, and for three days now I can't switch it on.when I do, i can hear the machine is on, but nothing else happens. (yes it is charged). please help

    HELP NEEDED!! I bought a brand new mac air 11 inch a month ago, and for three days now I can't switch it on.when I do, i can hear the machine is on, but nothing else happens. (yes it is charged). please help.
    I bought it in South Africa and I am currently in Israel.

    thank you for the response.its not working, tried that. i can switch the machine on and off, can hear the machine when i hold it to my ear. but nothing works, not the screen, not the sound, nothing.

  • HT201269 When I try to setup my new iPad air, I go through all the steps for the iCloud sign-in and choosing security questions and what not. But after I hit the agree to the terms and conditions... It says Apple ID could not be created because of a serve

    When I try to setup my new iPad air, I go through all the steps for the iCloud sign-in and choosing security questions and what not. But after I hit the agree to the terms and conditions... It says Apple ID could not be created because of a server error. Have no clue what to do... I've restarted the iPad and get the same message. But my internet works just fine.

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

Maybe you are looking for