CSS styles in Flash Builder 4

I'm having trouble creating custom info panels with CSS in Flash Builder 4.  I don't get any errors in Flash Builder or the Flash debugger and the styles look exactly as I expect.  When I publish the panel and try to open it in Photoshop CS5, the tab disappears when I click it.  Without CSS the panel runs fine.  It also runs fine with in-line styling.  I have tried both embedded and external CSS.
I understand that Flash Builder 4 uses CSS namespace declarations, but since I am using the default halo theme I shouldn't need a namespace, right?  Even so, I have tried using various namespaces including:
@namespace "http://www.adobe.com/2006/mxml";
@namespace mx "http://www.adobe.com/2006/mxml";
@namespace fi "com.adobe.xmp.components.*";
Do I have to use StyleManager and load the CSS at run time?
snippets:
<fi:XMPForm
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:fi="com.adobe.xmp.components.*" width="100%" height="100%" label="XMP_TESTS">
<mx:Style source="test.css"/>
//Form items here
/* CSS file */
.workFormItem
borderColor: #DBD5A5;
borderStyle: solid;
cornerRadius: 5;
textIndent: 5;
.imageFormItem
borderColor: #C7D5F1;
borderStyle: solid;
cornerRadius: 5;
textIndent: 5

I'm also finding that some in-line styles that work in Flex Builder 3 (for info panels run in CS4 and CS5) but don't work in Flash Builder.  Again, these appear to be legal and don't cause an error, they either cause the compile to fail or they compile but the panel won't run in CS5.
Two in-line styles that don't seem to work in fi:XMPTextInputMRU are cornerRadius & themeColor
Perhaps these are conflicts with the halo theme or there is a bug in the XMP FileInfo SDK.  I'm puzzled becasue some styles work and others don't.
For reference, I'm trying to duplicate the styles that I successfully created in my Flex Bulder 3 project (screenshot: http://metadatadeluxe.pbworks.com/w/page/27003617/VRA_beta-screen-shot:-All-Fields)
Thanks for any help you can give.

Similar Messages

  • Create a custom CSS style in Flash Builder

    Hi.
    Return to Flash Builder.
    In Design mode, select the                 Label control that reads Company Vehicle Request Form.
    In Properties view, click                 the Convert to CSS button but this button is disabled..
    can u tell me why this button is disabled??
    Thanks

    Hi,
    The option is enabled only when you change any of the property values in the style section. The css file represents the changed value details. So no change means, no need for the css file. (try chaging any of the font details or the color detials)
    However i also face  some usability issue in the CSS work flow.  So please file a JIRA request.
    thanks,
    Rani

  • Style on Flash Builder 4

    Hi again
    There is another problem
    I want to set an style on a <s:span /> tag in <s:TextFlow /> in <s:RichText /> tag...
    Style is something like this
         <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            @namespace mx "library://ns.adobe.com/flex/halo";       
            .testStyle
                font-family:tahoma;
                font-size:80pt;
        </fx:Style>
    If I set my style on my RichText with styleName attribute, it will be appear and all thing is right. But if I set it on span tag, with same att., it will not work!
    code is like here:
         <s:RichText id="richtext1">
            <s:TextFlow>
                <s:div>
                    <s:span styleName="testStyle">
                        Some Text...
                    </s:span>
                </s:div>           
            </s:TextFlow>       
        </s:RichText>
    what should I do?!

    Anyone else have no idea?!
    I think we can not do that, in this way.
    After many web searches, I figured this out that we can use <s:format /> tag instead of styleName att. inside of <s:textFlow /> for samples like this.  I think Flex can't know entire tags such as <s:div /> or <s:span /> in <s:textFlow /> to set specific style that we defined in <fx:Style /> part with styleName...
    Something like this, for the sample above:
         <s:RichText id="richtext1">
            <s:TextFlow>
                <format code="TStyle" fontfamily="tahoma" fontsize="80" />
                <s:div>
                    <s:span format="TStyle">
                        Some Text...
                    </s:span>
                </s:div>           
            </s:TextFlow>       
        </s:RichText>
    Am I right?!

  • Flash builder css styles giving me problems... please help :)

    hey guys, have yet another question on flash builder
    im trying to make my textInput fields 100% wide to my accordian. but for some reason it just wont happen... when i specify the width it works but when i do 100% it wont...
    ive also tried doing
        <fx:Style>
            @namespace mx "library://ns.adobe.com/flex/halo";
            @namespace s "library://ns.adobe.com/flex/spark";
            .widthChange{
                width:100%;
        </fx:Style>
    but i get an error back and it says "CSS Value for 'width' not supported."  no idea whats wrong wit that...
    i just want my multiple textAreas or the textInputs to go 100% across my accordian.
    thanks a lot in advance guys!! really appretiate all your help

    Try
    You need to make sure that the TextInput's container is as wide as the Accordion, as well as making sure that the TextInput is as wide as its container.
    'width' is not a style and can't be set in a CSS selector. But 'left' and 'right' can be.
    - Gordon

  • Flash Builder 4 CSS Design Mode

    Hello,
         I would like to know why CSS Design mode was removed from Flash Builder 4?
         I am a Design/Developer so it was much easier for me to use CSS in Design mode.
         What are my options? Is there any other tools for visual editing CSS for a Flex application?
    Thanks

    Hi Fernando, sorry for the delayed response.  CSS Design Mode is not available for Flex 4 projects, but it is still available in Flex 3 projects.  The reason for this is that designing components in Flex 4 is often a lot different, since it relies highly on the new spark skinning architecture.  There is, however, an Appearance panel available in design view which supplies a set of the main inheriting styles. Setting these styles in the Appearance panel will result in assigning values to a global style selector.
    I hope this helps,
    Rob

  • Flash Builder Burrito 'unable to resolve ... for transcoding' error css file

    Hi,
    I am trying to dip my toes into the waters of mobile development with the preview release of flash builder burrito.
    I am doing so by trying to port over an application I have built in Flash Builder 4 for the web, by bringing it into a mobile app piece by piece, using the view stack struture peculiar to mobile apps.
    I am haivng an issue with my untouched css file that I am trying to use in the app. It's a direct copy from the other app in the same directory structure and yet I have declarations of embedded images of the form:
    .topLogo {
        url: Embed(source="assets/images/header-logo.png");
    Which continually cause:
    unable to resolve '/assets/css/assets/images/header-logo.png' for transcoding     Flex Style Problem
    errors.
    It is drving me utterly nuts. The images are there, and if I change the path to an invalid one I get a proper error in the editor, so it IS resolving them, but then these transcoding errors come up and seem to be triggering repeatedly as the problems pane keeps taking the focus away from the editor.
    It's driving me nuts.
    Anyone know if I've missed something?

    Problem solved by turning off Design View (which we never use anyway, useless thing for OO style programming), it's on by default with a new install of Flash builder.
    The mobile app looks promising, just waiting on a developer license to see how it goes on an iPad

  • The CSS type selector ... was not processed, because this issue is not fixed in Flash Builder 4.

    "The CSS type selector 'mx.containers.Accordion' was not processed, because the type was not used in the application."
    I've had to filter out this useless warning since FB2, can't we get this removed or provide us with the ability in Flash Builder to turn on/off various types of warnings and errors?  Eclipse has this for Java, Adobe should use that as a basis and add a similar feature.
    Unless there's another way to hide this useless warning I'm not aware of?  Anyone using any kind of Flex theme that comes with a complete css style for all UI classes must be seeing this junk, but what's the point?

    Was hoping this silly warning would go away by the time FB4 came out, but nope.  So I am back to agitate. 
    Does this even NEED to be a warning?  What's the harm in some unused css?  Actually, if the compiler is so smart that it can figure out that the css is unused, it should also be smart enough to ignore it entirely, right?
    The actual warning text (without inter-weaved joke) is:
    The CSS type selector 'mx.controls.RadioButton' was not processed, because the type was not used in the application.
    This is for EVERY unused class.  Makes it somewhat inconvenient (obscures real warnings and errors that you actually care about) to re-use css files, which is part of the point of using css in the first place.

  • How to add css styles in html file generated from Report builder?

    Hi,
    I schedule report in web browser,but the generated report html file looks very simple and doesn't correspond with the other html files which have css styles.So I want to add css styles to the generated html file from *.rdf in report builder.That is to say I should integrate css style with myReport.rdf.Can anybody tell me how to do that?
    thanks in advance.
    Regards
    jungle

    hello,
    i am not quite sure, what you want to achieve. did you try the DESFORMAT=HTMLCSS which generates inline-style-information.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                               

  • Flash Builder 4 fails to compile Beta 2 code

    I just recently upgraded to FB 4 from Flash Builder 4 Beta 2. All my code worked in the Beta version, but stopped working in the released version.
    I was told to change my namespace declarations to mx from halo. I did this but problems remain.
    Now I'm being told that "The style 'background-color' is only supported by type 'mx.controls.List' with the theme(s) 'halo'.
    Also, despite changing the namespace declaration in the css file, I am still getting errors complaining that namespace qualified type.
    There must be an answer to these problems. Can anyone help please?

    OK, so I forgot to mention that at the beginning of this fiasco, I
    had an error that said: unable to open c:...blah blah/TLFText.css
    So I found the file in my Beta 2 install dir and copied it to the new 4.0 folder.
    I suspect that this is where all the css warnings were coming from.
    So, I deleted the file and no more warnings. But also, I got the original errors again.
    Why is it looking for this file? Why doesn't it use the correct file?
    Is there any way I can go back to Beta 2? This would solve my problems.

  • Flash Builder 4 Extremely slow under Windows 7 + Java

    Hello,
    I have the following configuration:
    Sony VAIO SZ
    Intel Core 2 Duo 2.1 GHz (T8100)
    4GB DDR3
    NVidia 8400M GS
    320GB (7200 RPM) HDD
    Windows7 Ultimate (6.1.7600)
    I'm trying to use Adobe Flash Builder 4 (build 272416) in Trial mode.
    I was working for a long time already with the Flex Builder Plug-in 3. Compilation time was always a headache, true, but it still was affordable. But with the Flash Builder 4 production that became so bad that I can't simply use it event to test.
    When started form the "clean" workspace, bundled Eclipse and only one project (Flex) is created - everything looks fine. Even if you add a "hello world" pop-up to your application (that's sarcasm, yeah =)
    The situation changes dramatically when you have any number (greater than zero of course) of Java projects in your workspace.
    Compilation time skyrockets to about 1 - 2 minutes - first (on an empty project created with wizard). Second - it starts crashing with or without reason.
    When I'm trying to create a new Flex project (having several Java projects in the workspace) - the moment the wizard is complete and it's going to show me the contents of the newly created MXML (yes, a few lines with no logic at all) it crashes. When I'm trying to open existing project - well, it opens, but compilation times are greater than 2 minutes (that's a tiny project with a few screens with primitive design, three AS classes and two CSS files and one image included) whenever I just put an empty string to even the main MXML.
    When I'm trying to switch to design view - it crashes 80% of time. The rest 20% it show "gray field" and bugs UI completely.
    When building starts - the only way to avoid it ... well ... go drink a tea. It's impossible to cancel and if I try to cancel it - it hangs forever. Only killing the eclipse process helps.
    And, really, 2 minutes of compilation time? Are you serious? It's like, change the line of code, save, wait 2 minutes with 50% chance of observing never-ending activity?
    Btw, I've tested the Flash Builder Beta - there were no such problems. Everything was really cool and smooth. Compilation time was even faster than Flex Builder 3. And such a surprise with the production version.
    It's all with the JDK 6u14 (yes, I've tested it with the most recent one - 6u18 - the same picture).
    So, is there anyone experiencing the same behavior and any hints on how to fix it? It's really annoying especially knowing and waiting to get hands on all those great SDK 4 features.
    Thanks!

    I think the longer compile times when embedding fonts are sort of to be expected. You're embedding an awful lot of glyphs into your SWF (versus using device fonts or setting an explicit unicode range).
    For example, I tried with the following simple example in Flex 4.0:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx"
            applicationComplete="lbl.text = (loaderInfo.bytesTotal / 1024).toFixed(2) + ' KB';">
        <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            @namespace mx "library://ns.adobe.com/flex/mx";
            @font-face {
                fontFamily: Calibri;
                fontWeight: normal;
                fontStyle: normal;
                src: url("c:/windows/fonts/calibri.ttf");
            @font-face {
                fontFamily: Calibri;
                fontWeight: bold;
                fontStyle: normal;
                src: url("c:/windows/fonts/calibrib.ttf");
            @font-face {
                fontFamily: Calibri;
                fontWeight: normal;
                fontStyle: italic;
                src: url("c:/windows/fonts/calibrii.ttf");
            @font-face {
                fontFamily: Calibri;
                fontWeight: bold;
                fontStyle: italic;
                src: url("c:/windows/fonts/calibriz.ttf");
            global {
                 fontFamily: Calibri;
                 fontSize: 24;
        </fx:Style>
        <s:controlBarContent>
            <s:Label id="lbl" color="red" fontWeight="bold" />
        </s:controlBarContent>
        <s:VGroup horizontalCenter="0" verticalCenter="0">
            <s:Label text="Calibri regular" />
            <s:Label text="Calibri bold" fontWeight="bold" />
            <s:Label text="Calibri italic" fontStyle="italic" />
            <s:Label text="Calibri bold+italic" fontWeight="bold" fontStyle="italic" />
        </s:VGroup>
    </s:Application>
    Now, the .SWF file in my /bin-debug/ folder was pretty large (~1440 KB -- or about 1.4 MB). When I exported a release version of the .SWF using Builder that number dropped down to ~970 KB (or 0.9 MB). Still rather large.
    Typically when embedding fonts you'll want to specify a unicode range so you only embed the characters you care about (English uppercase/lowercase, punctuation, numbers, etc). Or you could embed Thai ranges or whatever else you want.
    So if I specify the following unicode range for each of the four embed statements, the SWF sizes drop considerably:
    unicode-range 
    : U+0020-002F,U+0030-0039,U+003A-0040,U+0041-005A,U+005B-0060,U+0061-007A,U+007B-007E;
    /bin-debug/: ~970 KB (67%)
    /bin-release/: ~520 KB (53%)
    You can find some examples of unicode ranges in the /frameworks/flash-unicode-table.xml file in the Flex SDK. Also, you can specify custom named unicode ranges in your /frameworks/flex-config.xml file:
    <!-- Defines ranges that can be used across multiple font-face declarations. -->
    <!-- See flash-unicode-table.xml for more examples. -->
    <!-- not set -->
    <!--
    <languages>
      <language-range>
        <lang>englishRange</lang>
        <range>U+0020-007E</range>
      </language-range>
    </languages>
    -->
    And this way you could just specify a unicode-range of "englishRange" instead of having to do U+0020-002F, etc.
    Hope that helps,
    Peter

  • Using a rich text editor to style a Flash text field

    I've been trying to build a user interface that would allow someone to change the content of a dynamic field (loaded from a text file) using a rich text editor. However the editor inserts inline css style tags like <span style="text-decoration: underline;"> which Flash aparently can't understand. If the editor were instead to insert the following: <span class="ul"> where the stylesheet defined it as:
    .ul {
    text-decoration: underline;
    display: inline;
    then everything would be fine. But it doesn't and I can't change it.
    I am currently using a rich text editor that I access as follows:
    var myEditor1 = new YAHOO.widget.SimpleEditor('editText', {
        height: '600px',
        width: '700px',
        dompath: true, //Turns on the bar at the bottom
        handleSubmit: true
    The editor above is "applied" to a textarea within an html form. Then the text is saved to a text field with the embeded styles.
    Any ideas on how I handle this so the user doesn't have to insert css rules by hand?
    thanks much

    Does anyone know of a richtext editor that uses just html tags (not css like <span style="text-decoration: underline;">) or that uses css styling that Flash as3 can understand?

  • Flash Builder 4 - Feature Request: Code Hints Tabs/Filter

    TO: Adobe Flash Builder 4 Development Team
    It would be really cool if you gave us the ability to filter out by Events, CSS/Styles, Effects... through the use of tabs.
    Example. I pull up Code Hints and want to see all available Effects that I can apply an animation to so I click on Effects tab at the top and all of the code hints filter to show me just Effects to get back I simply click an All tab.

    You can already do this in Flash Builder 4 with code hints cycling. With the code hint popup already open, press CTRL+Space to cycle through filtered sets of tags/attributes:
    Tags:
    Recommended
    All
    Properties
    Events
    Effects
    Styles
    Attirubtes:
    Properties
    Events
    Effects
    Styles
    Jason San Jose
    Quality Engineer, Flash Builder

  • Please Help i am a noobie ! Adobe Flash Builder premium

    Heelo Everyone , recently , I downloaded the latest version of Flash builder . i want to know how i can enter the codes which would be executed when i click the button i have created . For example can someone tell me the code to display a label , a button or how to change the state or view when that button is clicked . I am developing a desktop application . Can someone please help me to change the default background color or even insert my own background image. I have reache it till here. please Help me to develop the reqquired application . I know that these are the very basics so i cant develop further without it. I have currently reached till here and have completely understood the matter till here . please dont be evil and copy the code for your own project. 
    My current progress:-
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           width="800" height="600"
                           minWidth="800" minHeight="600"
                           maxWidth="800" maxHeight="600"
                            title="XYZ">
        <fx:Style source="XYZ.css"/>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:states>
            <s:State name="splash"/>
            <s:State name="mainmenu"/>
            <s:State name="options"/>
            <s:State name="XYZ"/>
        </s:states>
        <fx:Script>
            <![CDATA[
                protected function continueBtn_clickHandler(event:MouseEvent):void
                    // TODO Auto-generated method stub
            ]]>
        </fx:Script>
        <s:Label left="274" right="269" top="83" bottom="274" fontSize="36" horizontalCenter="2"
                 text="XYZ&#xd;&#xd;XYZ:-" verticalCenter="-96" includeIn="splash"/>
        <s:Button id="continueBtn" x="305" y="431" label="Click to Continue and Play the game " includeIn="splash" click="continueBtn_clickHandler(event)/>
        <s:Label x="274" y="322" color="#00FF48" fontSize="36" text="Traffic" includeIn="splash"/>
        <s:Label x="416" y="322" color="#FF0030" fontSize="36" text="Manager" includeIn="splash"/>
    </s:WindowedApplication>

    So you're completely new but you're worried someone
    will use your code??
      I'll try to answer the immediate questions but you really should sit through some tutorials as suggested.
       Displaying a label:   you can just add this in MXML and set the visibility=false, and on need address the id of the label to set the visibility to true.
       (eg)  <mx:Label id="lbl1" x="179" y="113" text="Label" visible="false"/>   then when you need to show it in AS you can use:  lbl1.visible=true;  and it will display where you have it.  You can also create the label on the fly in AS and position it.
    "Can someone please help me to change the default background color or even insert my own background image."
    Not sure where you are trying to set this but the easiest way is to use the Design View tab, select the component and then go down the list on Flex properties on the right in Flec Development Perspective.
    or you can manually find your component and add backgroundColor="theColorYouWant
    " in the list of attributes
    background image:
    Just put this under the <mx:Application     >  tag
    <mx:backgroundImage>@Embed(source='//relative path to image in your project')</mx:backgroundImage>
    "a button or how to change the state or view when that button is clicked"
    click="{currentState='options'}  add something this to the attributes of the MXML button component. 'options' being the name of the state you want to switch to.  If your base state is not named use currentState=' ' to switch to it.
    Once you've sat through the tutorials.
    Do a google search for flexblogs and there are some good ones that show examples on how to do some basic to advanced things, it is very useful for the resourceful newcomer to flex.
    Good luck with your project.

  • Problem with Css styles not showing in live view or when i browse

    I am using Mac osx 10.6 and building website with Dreamweaver CS5.  Sometimes div tags i create not showing styles or rendering in live view or when I browse but  showing in design view. I looked in dreamwever faq and they talk about not showing in design view to toggle the display styles. That is not the problem becuase it is check marked and I tried turning off and turning on and made no difference.I am using firefox browser.
    It happened before the other day too. But all of my other pages in this site that i have created the same way building with div tags and css styles. So not sure what the problem is. Maybe someone has a suggestion here.
    Johanna

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Portfolio</title>
    <style type="text/css"></style>
    <link href="css/jbstyles.css" rel="stylesheet" type="text/css" />
    <style type="text/css"></style>
    </head>
    <body>
    <div id="wrapper">
      <div id="mainnav">
        <div id="navbar">
          <ul>
            <li><a href="index.html"><br />
            </a></li>
    <li>
              <ul>
                <li><a href="index.html">          Home</a><a href="about.html">About</a></li>
                <li><a href="portfolio.html">Portfolio</a><a href="contact.html">Contact</a></li>
              </ul>
            </li>
          </ul>
      </div>
        <div id="contentinside">
          <div id="navbar2">
            <ul>
              <li><a href="design.html">Design</a></li>
              <li><a href="multimedia.html">Multimedia</a></li>
              <li><a href="webdesign.html">Web Design</a></li>
            </ul>
          </div>
          <div id="mm1thumb">Content for  id "mm1thumb" Goes Here</div>
          <div id="mm2thumb">Content for  id "mm2thumb" Goes Here</div>
        </div>
        <img src="images/multimsidebar.gif" width="212" height="615" alt="mmsdbr" longdesc="http://multimsidebar" />
      <div id="footer">
        <p> </p>
        <p>Johanna Bresnahan</p>
        <p>Web &amp; Graphic Design - http://www.johannabresnahan.com</p>
        <p> email: [email protected] ....phone....857•991•5717<br />
      </p>
    </div>
    </div>
    <!--end wrapper--></div>
    </body>
    </html> 
    Here is the html code above. not sure how to attach my file so get a visual. This is the first time I have used this forum.
    Johanna

  • How to create Theme SWC using Flash Builder 4

    I have created a library project in flex which contains spark skin classes for certain controls and a style sheet class. The problem is when I use the SWC generated by thsi project  and import this SWC as Theme and apply it to another test project. the stylings chasnges are not reflected.
    IF I use comand line to generate Theme SWC the changes are reflected.
    Can any one help me use FLash Builder to create and apply theme SWC.

    Connect to PHP in FB4 is used when you have a PHP Class and you want to use that in FB, for example Employee.php and it has a Employee class and various methods in that like create, update, get, delete.
    However, if you have exposed your functionality in PHP as a HTTP URL (i.e. it is not a class), then you should be using HTTPService from the data menu.
    So if your file is login.php and is accessible as a URL, then using the HTTPService and enter the URL.
    Does this help?
    -Sunil

Maybe you are looking for

  • Ecc 6.0 Abap Dictionary error in SCCL

    I am coping client from 000 into newly created client in my new ECC 6.0 environment.I am taking SAP_ALL as my client copy profile. BUt in my client copy it is giving me "dictionary error" for more then 100 tables. Can you please explain me that.I am

  • Transferring TV show to iPhone issue?

    Hi So I havent had an issue before and wondering if someone has any ideas why this won't work. I am trying to transfer the following TV Show to my iPhone without success - it just doesnt seem to sync. Here are the specs of the show, accd to iTunes (i

  • Gnash 8.3-3 Not Working - Was Working Last Version, Methinks

    I haven't really done anything to bork my gnash install...I did lose my pacman db, but managed to get everything and it's dependencies reinstalled, so my db is rebuilt...that shouldn't effect this, though... For some reason, this version of gnash is

  • Standalone RH10 has no Windows 7 taskbar functionality

    I just got a slightly rude awakening today. I had to give up my license for TechComm suite and just have RoboHelp 10. Now I can't pin the RH icon to the taskbar, nor do I have the usual options when right-clicking the window indicator that does appea

  • 10.10.2 update isn't showing

    About this Mac shows I have 10.10 (14A379b) installed. The Mac App Store doesn't show any Yosemite system updates available, only the iMovie update released yesterday. Other apps have updated fine recently, like OneDrive. Any ideas?