Background Color on Application tag not showing...

I just recently upgraded to the nightly build version # 4.0.0.10045 and the backgroundColor property on the main application tag is no longer rendering the background color. I noticed a new ApplicationSkin.mxml in the spark skins with the following:
<!---
        A rectangle with a solid color fill that forms the background of the application.
        The color of the fill is set to the Application's backgroundColor property.
    -->
    <s:Rect id="backgroundRect" left="0" right="0" top="0" bottom="0"  >
        <s:fill>
            <s:SolidColor color="{getStyle('backgroundColor')}" />
        </s:fill>
    </s:Rect>
However adding a backgroundColor property to the Application tag or in the CSS has not given any results.

Ok it turns out it is not the application tag causing problems, but the halo VBoxes, HBoxes and Viewstacks. It seems I can no longer apply background colors to them at all.
Here's an example:
<mx:VBox id="footerVBox" horizontalAlign="center" verticalGap="-5" paddingBottom="5" paddingTop="0" backgroundColor="0xFF0000" width="600">
     <mx:HBox horizontalGap="1" verticalAlign="middle">
          <mx:Label text="{copyrightSymbol} 2009 SearchIgnite" fontSize="12" color="#003366" />
          <mx:VRule height="12" strokeColor="#003366"/>
          <mx:Label text="{'Version ' + version}" fontSize="12" color="#003366"/>
          <mx:VRule height="12" strokeColor="#003366"/>
          <mx:Label text="Customer Service 888-744-6483" fontSize="12" color="#003366" />
     </mx:HBox>
</mx:VBox>
Is rendering with a white background behind it, obsucring the background color of my application. The backgroundColor style property is not getting applied at all.
Upon rewriting this group as:
<s:Group id="footerVBox" width="100%">
     <s:layout>
          <s:VerticalLayout horizontalAlign="center" paddingBottom="5" paddingTop="5"  />
     </s:layout>
     <s:Group>
          <s:layout>
               <s:HorizontalLayout verticalAlign="middle" />
          </s:layout>
         <s:Label text="{copyrightSymbol} 2009 SearchIgnite" fontSize="12" color="#003366" />
         <mx:VRule height="12" strokeColor="#003366"/>
         <s:Label text="{'Version ' + version}" fontSize="12" color="#003366"/>
         <mx:VRule height="12" strokeColor="#003366"/>
         <s:Label text="Customer Service 888-744-6483" fontSize="12" color="#003366" />
</s:Group>
</s:Group>       
I am able to get the background color of the app to show through. Again I am using build version 4.0.0.10045 and this was not an issue in the previous builds.

Similar Messages

  • Background color using html tag

    Hi all,
    I hve to give background color using html tag , Please suggest
    and if can do in sql for background colour tag.
    Help me on this .
    Regards, Subathra

    just take placeholder property and select HTML option as below
    Then inside textbox you can use expression like below
    ="<FONT color=""green"">" & Fields!YourField.Value & "</FONT>"
    and text will show in green color. you can specify color of your choice
    But I would also prefer using standard property of textbox to set the color
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • On Windows 7, CS6 all products, but especially need help with ID.  Fonts that are showing in other applications are not showing in ID.

    on Windows 7, CS6 all products, but especially need help with ID.  Fonts that are showing in other applications are not showing in ID.

    The ID Program folder will be relevant to your OS...
    I took a shot and right clicked on my Scripts Samples, choose reveal in Explorer and opened up the ID Program folder.
    As shown, there is a Fonts folder.
    Drag/Copy/Paste fonts to this folder.

  • Application menu not showing in preference pane

    Have brought some games for the iphone and ipod touch but have no application menu not showing in preference pane to upload them to to ipod touch. All software is current both itunes and ipod touch
    Help would be very grateful,

    If you go to Preferences, General you should be able to see the "Applications" check box, below "Audiobooks". Check the box, this will show the Applications icon in your library.
    Message was edited by: googood

  • How to set Analysis graphics background color to Transparent? not White.

    How to set Analysis graphics background color to Transparent? not White.
    thanks
    Edited by: user13257485 on 2010-8-15 下午11:53
    Edited by: user13257485 on 2010-8-15 下午11:55

    Hi,
    We almost had the same requirement, but we just needed to color a specific column.
    Here goes the solution to that, you might do the same for your row highlighting
    Changes are required in jsff and one method to be added in backing bean
    1. JSFF :
    <af:column headerText="Amount"
                     id="c4" width="100"
                     inlineStyle="#{backingBeanScope.BackingBean.cellColor}">2. Backing Bean
    //searchResultTableVO is Table's VO
    public String getCellColor() {
          FacesContext ctx = FacesContext.getCurrentInstance();
          ExpressionFactory ef = ctx.getApplication().getExpressionFactory();
          ValueExpression ve = ef.createValueExpression(ctx.getELContext(), "#{row}", FacesCtrlHierNodeBinding.class);
          FacesCtrlHierNodeBinding node = (FacesCtrlHierNodeBinding)ve.getValue(ctx.getELContext());
          Row row = node.getRow();
        if(row.equals(searchResultTableVO.getCurrentRow())){
    //You can add your inline style for font-style too
          return "background-color:Red;";
             return null;
      }Hope this is helpful :)
    Regards,
    Neha..

  • SP2013 Workflow Service Application is not showing up only WF Service App proxy but the WF is working...

    I configured Sharepoint Workflow Manager 1.0 in Sharepoint 2013 App Server running under Windows 2012 R2. The Workflow manager is working properly - I tested using Sharepoint Designer and Sharepiont Workflow 2013 is listed.  But under Service Applications,
    only Workflow Service Application Proxy shows up NO Workflow Service Application. 
    I followed the troubleshooting steps on this - I have re-registered WF many times but still only proxy is coming up.
    http://blogs.msdn.com/b/laleh/archive/2014/09/03/sharepoint-2013-workflow-troublehsooting.aspx
    I also run IPConfig /FlushDNS, rebooted App and WFE servers.
    Any reason why WF Service Application is not showing up? Any resolution to have WF Service App show up?

    Hi John,
    I recommend to click Configuration Wizards in the Quick Launch of Central Administration site and then click Launch the Farm Configuration Wizard.
    And then make sure that the Workflow Service Application is selected and then click Next. (You can uncheck the other service applications if you do not need them)
    After that, the Workflow Service Application will show up.
    Best regards.
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Copy of Application does not show " My accounts" in search show

    Hi
    I am using CRM 4.0
    I have copied the application CRMM_ACCOUNTS through blueprint application builder using save as
    The new application does not show "My accounts" in search show
    It is just showing "My favorites"
    Can somebody please tell me the reason for it or how to bring "My accounts" in search show
    TIA
    Asad

    May be while copying the application "My Accounts" is not copied.
    But you can create one by saving the Query.
    Seelct "My Account" in the Find DDLB while in adv search and save the query as "My accounts".
    It will be added to the SHOW DDLB.
    Cheers, Raj

  • KDE 4.8.0 upgrade - application icons not showing in system tray

    I updated to KDE 4.8.0 through pacman yesterday, and I noticed that system tray is not working as it should. Icons for some applications do not show, while other work OK.
    For example, Akregator icon appers in tray, while icons for Skype, AppSet or the Java application I'm developing do not. I notced that notification ballons for these apps pop up at upper left corner, instead of lower right.
    Anybody got some idea what might be wrong? Maybe QT version issues?
    One more question: how can I bring up these application windows when they do not show in tray?

    When you click on the arrow do they show up in the list ? that list is for hidden apps, if they are right click configure and see here http://userbase.kde.org/images.userbase … ings-2.png

  • Application list not showing in GoTo menu in 5130

    When I try to add applications to the GoTo menu in 5130-c2, the application list (from Select Options) is not showing. Instead it hangs and I need to switch off my phone and restart. My software version is latest. Please help me solve this. I have installed applications both on phone and on memory card.

    Hi,
    dont dispaly data directly,after  creating the both objects for containers and code for fcat and lay out ,
    then execute the report , if you able tos see small grid in corner, u can dispaly internal table by using settable_for_first_display.
    Thanks
    Srini

  • Adobe CC 2014 Applications do not show in my Applications Folder.

    Hello all,
    Mac OS X Mavericks 10.9.3
    I have recently installed all 2014 versions of my creative cloud software which all worked fine.
    The odd thing is that they do not appear in my Applications Folder when viewing from a Finder window. They all show in LaunchPad and also when I do a 'Reveal in Finder' search from the Dock icon when the application is launched.
    See screenshots attached;
    01 - Applications Folder from Finder
    02 - 'Reveal in Finder' from the open application dock item
    The two folders show are the same path (Macintosh HD / Applications).
    As you can see the 'Adobe' Folder is common to both but the CC applications no longer show in screenshot 01.
    This is not a show-stopper by any means but I curious to understand why this has happened after upgrading to CC 2014
    Any ideas?
    [ private information removed by moderator ]

    >Any ideas?
    Log out of your Cloud account, restart your computer, log in to your Cloud account
    If things are otherwise working, you probably don't need these... but posted for you to read (I'm Windows, so know nothing about Mac, but do have a few saved links)
    -Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    -more Mac 10.9.3 https://forums.adobe.com/thread/1491469

  • Application does not show in Simple Finder

    I recently set up a new computer for my kids and I am using the built-in parental controls in 10.6 to limit access to certain applications. I have turned on Simple Finder to make the computer easier for them to use. The issue I am running into is that one app, called Mia, will not show up in the Simple Finder no matter what I try. When I view the list of approved apps it is checked in the system pref. The only thing that I can tell which might cause this is that the app requires Rosetta. However, I am not sure if that is the issue. I tried creating an alias to the app and an automator application that launches the app, but even if I select those they don't show up in the Simple Finder. The other selected applications do show up.
    Computer is a new MacBook on 10.6 with all the latest updates. Tried repairing permissions, etc., already. Any ideas on troubleshooting this would be appreciated.
    Thanks,
    Todd

    How was this application originally installed? Was it by drag and drop? If so then it is owned by you not by the Applications folder's owner which may be why you are having the problem. Give this a try:
    1. Open the Terminal application in your Utilities folder.
    2. At the prompt enter or paste the following:
    sudo chown -R root:admin
    Put a space after "root:admin". Drag the icon for this application into the Terminal window then press RETURN. You will be prompted for your admin password which will not be echoed. Then enter:
    killall Finder
    This procedure may fix the problem.

  • Map application does not show blue route between destinations.

    recently installed io6 but MAP appliacation is not showing Blue line between starting and final destination.? what is wrong and how to correct - plse advice.
    informatively location service and map is ON. Phone has been rebooted.

    Got the same problem. Ios6 maps is the worst maps application for me. What is the point having a map and don't give navigation. APPLE PLEASE GIVE US THE GOOGLE MAPS BACK. why don't they give us the option to choose from these two map application. Ill go for google maps because it got much more POI than apple maps. Please do something for this otherwise I'm gonna loose interest on my 4S

  • Button background fill "Linear - to top" not showing after save.

    I've made the proper edits to make these buttons look very "cool" having the background filled to a gradient look which is called "Linear to top", but once I save this form and open the PDF the button color is solid rather then gradient or "linear to top"
    Any explination?

    If you have done the changes to your your button background color at the design time, it should retain the changes anywhere you open it.
    If you have done the changes to your button background color through Script, then you may need set the Save changes automatically.
    If your issue is not resolved, by changing the settings, you can post the form to [email protected], so I can have a look..
    Thanks
    Srini

  • People and Face Recognition tags not showing up under People page after converting to PSE11

    Hi Forum
    Upgrade from PSE 10 to PSE 11
    Beware, having just spent over 3 hours using the face tagging feature in Elements 11 (because it does not use people tags from earlier versions to populate the new People Tab). I can only say the result was less than useless. I now have over 1200 images tagged with the wrong people and multiple wrong people at that. And worse still the person that should have been tagged is not there at all!
    I noticed that during the tagging process the image displayed to provide a name for is not the image when selecting full screen view - it actually displays another image. So my guess is it is not actually tagging the face you see but applying the tag to the image it actually thinks it is.
    Therefore the result is utter garbage.... What a waste of time and effort. Not happy at all. When will Adobe release working software, hard lesson learned here.
    Regards
    David
    Message title was edited by: Brett N

    Hi Andaleeb
    Yes this is definately frustrating - what should be a simple process during the upgrade from 10 to 11 is a painful manual task to correct afterwards.
    Okay I restored the catalogue which contained the original people tags. But because they were called named 'Family' they are not treated as People in People Tab. So I changed the name Family to People and then yes the images started to appear in the People Tab. But there are groups of people such as my wife and sons who are not imported into the People Tab because (I think) they are a sub level below me. So are ignored in People import process. Viewing images in Media View shows they are marked with a 'Group' icon but still these do not show up in People - Groups. The tags are shown when clicking 'Groups' but when selecting one shows the message 'no people exist in this group'. So how do i get them in? I can't find a way of changing the person concerned to have a non group tag like the other images that were recognised as people. I hope this makes sense.
    Help appreciated.
    Regards
    David

  • RoboHelp air help application does not show pdf files

    Hello everyone,
    I hope this is the right place to post my problem.
    I am developing an air help application and I want to embedd some pdf files. I tried two different ways yet:
    1. A direct link to the pdf file (which is located in the project folder)
    2. An iframe
    In the topic preview both ways are working fine. But when I generate the application, it just shows a black page, where the pdf content should be.
    Thanks for your help.
    Holger

    Welcome to the forum.
    It is the right place to ask but it will not be the answer you want.
    Only links to HTML and Microsoft Office files are supported. Although it will not help you short term, the more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    Please take a look at the sticky topic Before You Post as often answers depend on the version of RoboHelp being used.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for