My Gradient window well colors are not showing up?

Why is my gradient window well colors not showing up when I go to change some of the colors in my text face?
How do I get them to show up again? I have the latest software Motion 4.0.1
Thanks

I get this behavior when there are multiple settings applied to the characters in the text object (knowingly set or not).
Quick fix, select all the characters, and chose a gradient from the drop down menu. This will apply the same gradient to all the characters and thus enable you to edit the gradient when all characters are selected.
Or, you can try selecting individual characters while watching the gradient editor to try and track down which character (or characters) is set to a different gradient setting.

Similar Messages

  • True colors are not showing on some photos.

    True colors are not showing on some photos. Today a black sweatshirt displayed as blue. Is there an adjustment?

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html /ul.MenuBarActive{     z-index: 1000;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) /ul.MenuBarHorizontal ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item /ul.MenuBarHorizontal ul.MenuBarSubmenuVisible/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;}/ Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /ul.MenuBarHorizontal iframe/ HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;          background: #FFF; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • Windows (tool) panels are not showing.

    Windows (tool) panels are not showing, or letting me use most of the tool features. e.g. when I klick windows>align but no align window shows up, even though it is ticked in the 'Windows' drop down menu. This is the second time this has happened since subscribing. Help!

    Sam,
    It may be time for the list.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • The colors are not showing up correctly on my site like they do in photoshop and explorer.

    Why don't the colors show up correctly in Firefox? They are exactly the same color yet firefox shows them as slightly different. I checked them in Photoshop. Same hexadecimal, same RGB. It looks correct in Internet Explorer but does not in firefox. The color is: hexadecimal: #0FCFF3, RGB: 15,207,243.

    This can be caused by a problem with the color profile for your display monitor or color profiles embedded in images.<br />
    Try to disable color management to test if it is caused by a problem with color management.<br />
    You can set the gfx.color_management.mode pref to 0 on the about:config page to disable Color Management.<br />
    You need to close and restart Firefox to make the change effective.
    See:
    * http://kb.mozillazine.org/gfx.color_management.mode
    *http://kb.mozillazine.org/about:config

  • 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.

  • WRT160NL DHCP reserved clients are not showing up in the DHCP Reservation window.... Why?

    I have 5 computers linked to my router. 4 are hardwired and I set it up so that each of the 5 has it's own static address. One of those computers is my DVR security camera system so can monitor my cameras remotely. It was working fine for years and now I can't access the DVR remotely anymore. I notice in the router Setup that the DHCP clients are not showing up as active even though two of the computers are on. I am running XP Pro on these machines and I can PING between them so I know some communication is going on. Also I can access the DVR cameras from my main computer using the internal IP address I assigned to the DVR, but not if I try to use my current WAN IP address.
    Would appreciate any advice on troubleshooting this problem.
    Thanks
    Solved!
    Go to Solution.

    It may have something to do with the firmware of the router. I suggest you should do that. The firmware that you can download from the Linksys website is version 1.0.0.3 Build 2. (http://support.linksys.com/en-us/support/routers/WRT160NL). After the upgrade, reset the router to factory settings (pressing and holding down the reset button). It is best to re-configure the router from scratch also. Try to power cycle your whole network as well.

  • My maps are not showing buildings with clarity. They have no color. It's like my maps are outdated but my ipad is fully updated. I can't get the option of views in my ipad

    My maps are not showing buildings with clarity. They have no color. It's like my maps are outdated but my ipad is fully updated. I can't get the option of views in my ipad. Like the downtown view and stuff. Please help.

    What locations are you seeing these "problems"? If the satellite photos are older or not as clear, you may see some of what you describe. Take a look at one of the major cities and see if they are also appearing as you describe. Someplace like New York, London, Paris. Those are among the cities that seem to be updated most frequently.
    Incidentally, the maps are web/cloud based and not contained within the maps app on your iPad, so regardless of the version of your app, you will still get the most current map available.

  • Updated and now tool windows are not showing up.

    I just updated my Muse and the pop open tool windows are not showing up. For example when I click on some text and then click on the list of typfaces the typeface window shutters and won't show up. This window keeps blinking from gray to black. I have uninstalled and re-installed the program. Also the tool window on the left side also cuts off the all of the tools. Also on my planning mode the A-master isn't showing up and I can't scroll to get to the A-master.

    The A-master not showing up at the bottom of the screen sounds like you must be running on a Windows machine with your screen resolution set to 125%. Try setting your resolution back to 100% (or if need be increase to 150%) and see if that helps.
    We don't support UI scaling in this release, but at the 125% setting Windows tries to scale us anyway and the result is not usable. We're working on a fix to avoid being scaled in this case.
    If it still behaves badly at 100%, would it be possible to post a screenshot?

  • Charts are not showing up on OBIEE 111160 on Windows 2008 64 bit

    Hi,
    We have installed OBIEE 111160 on Windows server 2008 64 bit. We pointed our RPD and web catalog to OBIEE 111160. But, some of our reports are not showing the chart view. We are able to see data in table view. If we run the same RPD and web catalog on Windows server 2003 32 bit with OBIEE 111160, the reports are showing chart view.
    Can anybody help..
    Thanks,
    Anilesh

    I'm running 11g in same config as you, for me no issues.
    Not sure exact reason but try these checks
    Control Panel->Java : open it
    goto Java tab, click View see how many jre are available. If the jre is out side of OFM_HOME make sure you have it in CLASSPATH.
    if this is not working out try to set OFM_HOME\Oracle_BI1\jdk\jre, enable it and try.
    Let me know updates :)

  • Lastest iWeb on Maverick working fine, but well I upload website, photo grids are not showing!

    I have the lasted iWeb and Maverick. I open iWeb and everything is fine, I can see photo grids, add images, change text...etc. I can publish the site to a folder on desktop and upload it using Cyberduck. However, once I check the website, the photo grids are not showing. I tried opening it in different browers, deleting Caches, publishing the whole site, publishing just the change page, nothing seems to be working.
    After publishing, I check the folders and the media files and images are there, but they will not upload to website. What's going on?

    Then you've not uploaded all of the files to the server. With Cyberduck you should get a Finder link window of your account folder on the server.  There you can manually upload the site folder to your account and have it replace the existing site folder.  Watch the upload carefully to see if there are any messages about files not uploaded, etc.
    What's the URL of your site so we can examine it first hand?
    OT

  • Refinements are not showing up under 'Add/Modify Location' window

    Hi All,
    Our Indexed data as seen in JSP Reference application contains multiple dimensions. But when trying to add a trigger using the 'Add Location' button in Endeca Experience Manager, the indexed dimensions are not showing up under the 'Refinements' section in the pop-up window. But when we try to use the RefinementMenu cartridge as part of configuring the Guided Navigation section, the indexed dimensions are showing up.
    Please let us know if we should be doing anything else, so as to get the dimensions in the 'Add Location' window.
    Thanks & Regards,
    Shabari

    Try logging out, running ./control/update_web_studio_config.[bat|sh], then logging back in and see if that helps.
    Michael

  • HT4174 Not sure what I did but projects are not showing up in the video window as i skim... Event footage does but project footage has sound but the video screen is gray... Hwo do I get the vido to show in the viewer?

    Not sure what I did but projects are not showing up in the video window as i skim... Event footage does but project footage has sound but the video screen is gray... How do I get the vido to show in the viewer?

    So you can ping and nslookup from your ms to these agents and vice versa right?  I wouldn't do a manual install, I would push the agent from the management server.  You can uninstall the agent manually, or use cleanmom to get rid of them.  Then
    do an install from the console.  When you initiate the install from the console (management server), should it run into any issues it will dump out an error which will give you an idea of where the problem may be.
    From Holmans post on this:
    e MOM Server could not execute WMI Query "Select * from Win32_OperatingSystem" on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    The MOM Server could not execute WMI Query "(null)” on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    8004100A 
    800706BA
    1.  Ensure agent push account has local admin rights 
    2.  Firewall is blocking NetBIOS access.  If Windows 2008 firewall is enabled, ensure “Remote Administration (RPC)” rule is enabled/allowed.  We need port 135 (RPC) and the DCOM port range opened for console push through a firewall.  
    3.  Inspect WMI service, health, and rebuild repository if necessary 
    4.  Firewall is blocking ICMP  (Live OneCare) 
    5.  DNS incorrect 
    http://blogs.technet.com/b/kevinholman/archive/2009/01/27/console-based-agent-deployment-troubleshooting-table.aspx
    Regards, Blake Email: mengotto<at>hotmail.com Blog: http://discussitnow.wordpress.com/ If my response was helpful, please mark it as so, if it answered your question, then please also mark it accordingly. Thank you.

  • HT201272 I have purchased some apps but they are not showing in the purchase tab, have updated it as well. Have receipt for these purchase, will I be recharged if I try & download from app store again

    I have purchased apps recently which are not showing against my purchases. If I went into app again &amp; downloaded them will I be recharged. I have a receipt for the purchases?

    iTunes Store: Hiding and unhiding purchases
    http://support.apple.com/kb/HT4919

  • Suddenly, events entered in Calendar on iPhone are not showing up in iCal or iCloud

    Until late November, i had an iPhone 4s with iOS 5.   Then i got an iPhone 6 with iOS 8.  As previously, when i would enter an event in the Calendar, that data would also show up in my iCal calendar and on my iCloud calendar, until the last couple of days.  Now, new entries are not showing up on iCal or iCloud.  I encountered the problem that my iPhone, 64G, is being backed up to the iCloud and after two backups, taking up 2.4G each, my 5G of iCloud storage was used up.  I speculated that this was why my phone data stopped syncing to the other calendars on the computer and cloud, though i did not know for sure.  I deleted one of the two back ups and am about to delete the other one.  I have never had this problem of running out of iCloud storage on my other phone.  According to Settings>iCloud>Storage, i had 89MB.  But since i have deleted one of the 2.4G backups (which was "incomplete") my new entries are still not showing up in iCal and on the iCloud.
    Is there a way to get this feature to work again?
    Are there things i can check or uncheck in settings or in Calendar or  ??   that will get this to work well as it did in iOS 5?

    ckuan -  thank you for replying.  i am really desperate for help.  I have wasted so much time on this. I was on hold with Apple support for a long time and then had a call with a rep that lasted over an hour but he didn't know anything about issues of these kinds.  i was put on hold a lot while he consulted.  He did agree that the data wasn't syncing from iPhone to iCloud and iCal because the iCloud storage was used up by the iPhone back ups.  So he advised deleting one of them.  I now have 2.4G of storage on iCloud.  Am i wrong to think that should be enough?   I still ave the original complete back up (2.4g) undeleted, in case there some reason that i need it. i don't like deleting things i don't have a good understanding of.
    Following your instructions, i went to Settings>Mail,Contacts,Calendars.  I then scrolled down to Calendars and at the bottom, i see where it says Default Calendar.  This raised new questions for me which i will ask you/others now:
    On the Default Calendar page, there is a heading that says iCloud and there is a second heading that says my gmail email address, [email protected].  Under the iCloud heading, there is a list of 8 "calendars," called Work, Family, Pets, Home, etc.  Under the gmail address heading, there is only one option listed, which is my gmail username.  When i went to the Default Calendar option, as i think you suggested if i understood you right, i found that the Calendar with the checkmark next to it was the gmail user name, under the gmail address heading.  Presumably, this is the same setting i had on my 4s with iOS 5.
    I wanted to follow your instruction to change this to iCloud as Default Calendar. but the only option i have is to choose only one of those 8 "calendars," either Work, or Pets, or Home, etc.  Does this make sense?   The only reason i know for having these many different calendars was to give different colors to the different event categories. I didn't really want them to be separate calendars. i just wanted to use the color coding for type of event in my overall calendar.
    I don't know why this is suddenly so complicated and confusing, after working fine  for the first two or three weeks i've had the new iPhone.  Suddenly, when i enter events in Calendar, it's not reaching the cloud.  If this is because my gmail and/or google user name was checked as the default calendar, that was not a setting i would've recently changed.  I never would  have set my iPhone to only use one of the iCloud sub-calendars at my default calendars.
    But right now, per your instructions, i have checked Settings>Mail.Contacts,Calendars>Calendars>Default Calendar to iCloud>Home (Home being one of my 8 sub-calendars).  When i look on the Mail,Contacts,Calendars setting list, under Default calendar, it now says Home, instead of my gmail username.  Just to be clear, there is no way to check iCloud on the Default Calendar page.  i have tried checking it, but it's just a somewhat grayed out heading and doesn't respond to attempts to check it, it's not offered as a Calendar option. Only the various sub-calendars are offered a default calendar options, under the grayed out iCloud heading.  So, i selected Home, for no particular reason. i have lots of entries under different categories.
    Here is the result:   still no new entries showed up in iCloud or iCal.  In January, a couple of days ago,  i entered three dental appointments, for which i have always used Health as what i thought was a category (not a separate  "calendar").  The color of Health events is green.  The color of Home events is Blue.  After changing the Default Calendar from gmail email address>user name to iCloud>Home (blue), the dental appointment in January did not show up.  But when i went into the first dental appointment event>edit and changed the "calendar" to Home, it then showed up on the calendar.  The other two dental appointments which were still Health did not show up. 
    Then, i changed the first dental appointment that is showing up in January back to Health (green).  It still shows up, now, colored green, even though Home/blue is now my default calendar.  But the two other dental appointments are not showing up.
    Does this mean if want to use my Calendar and have the data backed up in iCloud and iCal, from now on, i need to use only one sub calendar and give up  using the different color codes because iOS 8 is forcing me to choose only one sub calendar to be my whole calendar, and the only way to use different colors for different categories of events would be to first enter it as the default sub calendar (such as dental appointment>Home), and then go back and edit it into the correct sub calendar (such as changing it to the correct category, Health) to show the correct one instead of the "default" one?
    Why was this made so much more difficult and complicated than it used to be?  It was working normally up  until a couple of days ago.
    What i need, if possible, is info on what setting i can use to go back to using my gmail address user name as my default calendar, so that it can just work properly as it did before.  It seems ridiculous that i am forced by iCloud to use a sub category as my default calendar and everything that isn't entered as that subcategory will not be processed in iCloud.  Why does iCloud provide these sub calendar category options at all, if it's going to force people to only be able to use one of them?
    What am i missing here?
    Is there a setting that would enable combining all subcategories as one calendar, called iCloud, but where i could still use the different colors for different categories?  

Maybe you are looking for