Air HTML/JS WinXP - Font specified in CSS doesn't work in App

I have an app that runs on several machines... on one of
them, however, the font has started failing to load in my app. The
App loads a web page and displays it. The font is installed locally
on the machine. I can use it in IE and Wordpad, but the App doesn't
see it.
The other machines have no problems with the app. The machine
has been upgraded to Air 1.5, but the App was built for 1.0. The
font is an OpenType font.
I have tried all manner of things to get the font to show up
properly: Changing the CSS, making sure the font works properly,
renaming and trying it. Removing the application's directory in
\Application Data\.
It looks like it's defaulting to Arial or some such font...
the system default. The system has a Volari XGI video card in it.
Could that be the problem? Is there a cache I need to clear?
Thanks in advance!

Hi zac,
excuse me, but I'm confused too. Is your question really for: "css doesn't work in live view or f12"? To me it seems you have, more probably, questions about your website. If yes, let's start slowly. The first thing that strikes me is this:
The reference to your banner-image must be one to "banner.jpg" file, not to a *.html.
Maybe I can be in touch with you a later again, you know, here's Christmas stress!Hans-G.
P.S.
If my assumption regarding the threads is true, then please open a new one.

Similar Messages

  • Korean font name in CSS doesn't work

    Korean true type fonts have two names, in English and Korean. For example, the default font of Windows 7 Korean version is '맑은 고딕' in Korean, 'Malgun Gothic' in English. In Microsoft WIndows, webpages with CSS which has Korean font name display right font, but in my Mac, Safari does not display right font. If the webpage use both Korean and English names in CSS font section, it works in both Mac and Windows.
    For example,
    body { font-family: 맑은 고딕; }
    It works just in Windows.
    body { font-family: 맑은 고딕, Malgun Gothic; }
    It works in both platform.
    Apple mail also has same problem. I have tested other browsers in Mac and only Mozilla Firefox display the right font.
    Is this a some kind of bug?

    drshawn wrote:
    Is this a some kind of bug?
    Probably.  Let Apple know via
    http://www.apple.com/feedback

  • Font styling in mail doesn't work

    When writing a message it's now impossible to style text. I've got the font set to Arial, which is active, but apple-b does nothing, neither does format>style>bold. Curioously, underline seems ot work. "Smaller" sometimes works for a couple of changes, "Bigger" doesn't, and if I open the fonts "Format" window, that doesn't work either. In fact changing the size in the format window keeps making the font bigger and bigger, even if you're clicking a smaller size or adjusting the slider.
    It's the same with other installed fonts if I change the preferences.
    Any ideas? It's not the end of the world, but it's a bore.

    What follows should allow you to search using anything other than Entire Message. It may or may not fix the Entire Message problem. In case it doesn’t, how many mail accounts do you have and what type are they (POP, IMAP, .Mac)?
    BTW, you can make your life easier in these forums by going to System Preferences > International and moving English to the top of the list. The next time you launch Mail, it'll be all in English. You can then go back to the preferences panel and move your preferred language to the top again so that everything else is in that language.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, and making sure that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong, e.g. by dragging it to the Desktop while holding the Option (Alt) key down. This is where all your mail is stored.
    3. Locate Envelope Index and move it to the Trash. If you see an Envelope Index-journal file there, delete it as well.
    4. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index -- Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.

  • GPO don't run specified windows applications doesn't work to in win 8.1. any ideas why?

    GPO "don't run specified windows applications" doesn't work to in win 8.1. any ideas why?  it is enabled and list of progs is entered however I can still run all progs on list.  This is a local machine not on a domain.  I must
    have this work to disable games, IE, MSpaint, etc.  Computer has been restarted since enabling the GPO and also have enforced the GPO via CMD prompt.  worked fine on windows 8 and 7.

    Any success ?
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Feature setting Masterpage & CSS doesn't work when included in SiteTemplate - but does work when activated manually

    Hi,
    I'm experiencing a strange behaviour recently. I wrote a feature with an EventReceiver that sets the masterpage and alternate css file for the current spweb it is activated for. When I activate that feature manually it works like expected. But if I include
    the same feature in a SiteTemplate and it is called during site-creation, it doesn't work. I debugged it and stepped through it. As far as I can tell everything looks right. It sets the masterpage and css file like it should and throws no error. But when the
    site loads in the end, it suddenly still uses the v4.master and no alternateCSS. How can that be?
    If I deactivate the feature then manually and activate it again, it works...
    Here's the feature:
    const string masterPage = MyOfficeProcess.master";
    const string searchMasterPage = "MyMinimal.master";
    const string alternateCss = "MyOfficeAlternateProcess.css";
    public override void FeatureActivated(SPFeatureReceiverProperties properties)
    SPWeb web = (SPWeb)properties.Feature.Parent;
    using (SPWeb topLevelSite = web.Site.RootWeb)
    string relativePath = topLevelSite.ServerRelativeUrl;
    if (!relativePath.EndsWith("/"))
    relativePath += "/";
    if (web.WebTemplate == "SRCHCENTERLITE" || web.WebTemplate == "SRCHCEN" || web.WebTemplate == "SRCHCENTERFAST")
    web.CustomMasterUrl = relativePath + "_catalogs/masterpage/" + searchMasterPage;
    else
    web.MasterUrl = relativePath + "_catalogs/masterpage/" + masterPage;
    web.CustomMasterUrl = relativePath + "_catalogs/masterpage/" + masterPage;
    web.AlternateCssUrl = relativePath + "Style Library/My/" + alternateCss;
    web.UIVersion = 4;
    web.Update();

    Hi,
    You can put a copy of your master page within the template site, use that for the site's master page, and then save the site as a template then check whether it works.
    Here is a similar thread for your reference:
    http://sharepoint.stackexchange.com/questions/30699/featureactivated-not-called-for-site-template
    Thanks,
    Dennis Guo
    TechNet Community 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]
    Dennis Guo
    TechNet Community Support

  • Change Header Font Color Using CSS doesn't effect

    Hi guys,
    I tried to set the header forecolor in "red" using CSS but no effect.
    Any alternative solution?
    Thanks.
    Criz

    Criz,
    We cannot use the color names in CSS you have to use predefined names
    For Red Header use OraErrorHeader, for more font styles check.
    http://download.oracle.com/tech/blaf/specs/textstandards.html
    Thanks,
    With regards,
    Kali.
    OSSI.

  • CSS doesn't work at the report data font size.

    Greetings,
    I'd like to adjust the font size of the data in a report because it has lots of columns. I used the alternating row color template with little modification. Since the CSS put everything by default size = 12px: <br>
    * (line 2)
    font-size: 12px;
    <p>
    I had to add the snippet in the header part:
    <style type="text/css">
    td.t12data {
    font-size: 10px;
    </style> "
    <p>
    Then the font size of all data was changed but the data with font descriptor like:
    '<font color="#FF3522"> </font>'. The font size would NOT be changed to 10px, and stayed as 12px as the default. If I remove the color stuff, the size would be changed. Furthermore, the CSS class applied on those colored data are NOT as same as those regular data, say t10data. If I clicked them (CTRL_SHIFT_Y) in Firefox, it showed the default part, i.e. line 2 of CSS; but they are supposed to belong to the same CSS class, t10data.
    <p>
    My question is:
    1) If I still want to keep those colors, how may I solve the problem?
    2) Is there a way to change the color of a whole column? I tried to play with the column attribute but didn't succeed.
    Thanks.
    Message was edited by:
    Luc

    Hmm, I still could not find the reason why some rows in the table do not use the td.t10data style, instead the default style, the '*', ( from the FF WDE with CTRL+SHIFT+Y). So the font sizes are always 12px as:
    * (line 2)
    font-size: 12px;
    Also, since I use the javascript to change the color of some columns, the font size of everything of those columns are also the default style, no matter how I changes font size in the script like:
    td1.style.fontfamily='Arial';
    td1.style.fontsize='10px';
    Can somebody shed some light? Thanks in advance.

  • Font color (using css) does not work on ImageHyperlink

    Hello,
    I cannot change the font color of an ImageHyperlink.
    I am using a CSS style for ImageHyperlink.
    The CSS style that I applied is working fine for font-size and background-color but not for the color property.
    The behavior is the same on IE7 and firefox.
    I would like to apply a different style upon the category of my hyperlink.
    Is it a bug or did I miss something?
    Thanks,
    Val

    I am also facing the same problem. However, putting the styles in the Style property of the hyperlink works.

  • HTML Email - Will an inline-coded CSS image float work?

    Best guesses are welcome.
    Many thanks for your counsel.

    Oddly enough, when creating HTML emails, you WANT to use inline styled Tables or image maps instead of floats.
    Mail Chimp and iContact have some excellent templates and tutorials to help you get started with HTML email campaigns.
    http://www.mailchimp.com/resources/
    http://www.icontact.com/home/index2
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • My CSS doesn't work...

    This is in the external CSS-file;

    Several ways but I use the following method:
    put a text field just outside of the stage -> type some
    text, select the text, set it to the correct font and style it bold
    -> in the property inspector click embed and select the ranges
    you want to embed.

  • Photoshop CC: Copy CSS doesn't work when text is styled as paragraph

    I'm using the most recent version of photoshop, CC-14.0, on a Mac running OSX 10.8.4
    I'm finding that the "copy css" function does not work if a paragraph is styled with a custom paragraph style. In other words any text that is not styled as "basic paragraph" or "basic paragraph+".
    I can copy css from a text block with a custom paragraph style, but the css is wrong. It doesn't reflect the attributes I have set up in my custom paragraph style. Instead it writes out the default "basic paragraph" style. If I copy the css from a text block styled as "basic paragraph+" it writes the css correctly.
    This is disappointing because it defeats the purpose of being able to create paragraph and character styles (like in InDesign).
    This is a bug or oversight, right? Is there a reason why it should work this way?

    14.0 is not latest version.  Click Help/updates

  • ANE in Flex Mobile Projects, Overlaying AIR 4.7 SDK and Flex 4.6 Doesn't Work!

    There are some ANE's I want to use but they require me changing my namespace from 3.1 to 3.5+ (I guess now 3.7)
    Apparently, in order to do this I need to overlay Flex 4.6 and the latest Air (4.7).
    However, when I do this I get tons of errors. At first the error was not being able to resolve spark's TabbedViewNavigatorApplication. So what I did was include manually the mobilecomponents.swc from the SDK.
    That just led to hundreds of errors. Errors about inteface not implementing. Based on my knowledge I used spark for everything. Including mx.swc didn't do anything either.
    I'm so confused. I just want to put Admob ads in my freaking Flex app. Can someone help?

    Hi, I had the same problem. Are you on Windows or on Mac?
    You can use Apache Flex (flex 4.7) but it cames with Air 3.4, then download AirSdk 3.6 or 3.7 (not the compiler version).
    On Windows you can simply copy the content of the airsdk folder on the apache flex sdk folder.
    On Mac it's different... look here http://forums.adobe.com/message/4734215

  • My Itunes ID doesn't work in App store for Macbook Air

    The app store in my macbook Air is not accepting my existing Itunes password. It says my computer or device cannot be verified. My existing itunes password is existing from only 6 numbers. Does the app store accept only 6 numbers too?  Or do I need to change my itunes password to numbers and letters consisting of 8? Is the passwo

    Greetings;
    Attached are the requirements for an Apple ID:  http://support.apple.com/kb/TS1728
    This is actually a forum for questions related to using iTunes U Public Site Manager.  You'll probably get a more direct response by posting on the Using iTunes site.  All the best...
    Syd Rodocker
    Apple iTunes U Administrator
    Tennessee State Department of Education    
    Tennessee's Electronic Learning Center

  • Embed fonts on classic TextField doesn't work, even with TextFormat applied

    Hi.
    I created an Item that extends MovieClip and that has a TextField on it where it where it will display the item's name. I want to embed the font but I'm having trouble because the text won't display.
    I read the embedFonts description (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.ht ml#embedFonts) and I have formatted the TextField via a TextFormat instance with my chosen font.
    My code:
    import flash.display.MovieClip;
        import flash.text.AntiAliasType;
        import flash.text.TextField;
        import flash.text.TextFieldAutoSize;
        import flash.text.TextFormat;
        public class Item extends MovieClip {
            private var _sName:String = "";
            private var _txtName:TextField = new TextField();
            private var _nColor:uint = 0xAACC00;
            private var _tfText:TextFormat = new TextFormat();
            public function Item(s:String) {
                //also tried embedding here but got the same result
                _txtName.text = s;
                _txtName.autoSize = TextFieldAutoSize.RIGHT;
                _tfText.font = "Helvetica";
                _tfText.size = 30;
                _tfText.color = _nColor;
                _txtName.setTextFormat(_tfText);
                _txtName.antiAliasType = AntiAliasType.ADVANCED;
                _txtName.embedFonts = true;
                addChild(_txtName);
    If I remove the embed part the text shows correctly. I'm at a loss, what order of elements do I need to use to embed the font correctly?
    Thank you.

    To use the embedFonts property you would have to use an actual embedded font. The way you have it coded it is using system fonts.
    I did a quick Google Search and this seems to explain how to embed fonts in AS3 quite well:
    http://divillysausages.com/blog/as3_font_embedding_masterclass

  • IPad Air - swipe to read mail from lock screen doesn't work

    Bought an iPad Air and have a small problem. When I try to swipe to read mail from lock screen, it won't go directly to the mail app itself.  Can anyone help or tell me what the problem is??

    Rather than post a reply to a thread which has been dormant for well over a year please start a new thread detailing your problem and any troublehooting steps you have taken.

Maybe you are looking for

  • I can't upload photos to my computer

    why i can't upload edited photos to my computer?For example i take a photo and then i will edit it but if i wanna upload in my computer,the photo is normal

  • Installing xfe file manager? - problem

    Hi, Tried pacman -S xfe  got this; xfe: requires fox<=1.4.999 but it is not in the sync db Any ideas what to do?? Thanks, Jim

  • POST variable for my servlet

    Hi, I have set up the following on a solaris 2.8 box a) A custom application packaged as a jar file... b) Set up the initial environment for my application using weblogicenv.sh c) The first request for the servlet is satified, in the sense that I am

  • WebHelp Pro and FlashHelp Pro not allowing Substring Search?

    The parameter to enable the substring search is not showing up in the Webhelp Pro or FlashHelp Pro output format? I read through the Adobe help file and it states that it should be there.  We are trying out the RoboServer and am finding out that sear

  • PDF Upload and Downloads in Muse designed BC websites

    This shouldn't be as difficult as it is in the otherwise intuitive Muse interface.  I want to upload a PDF to my BC hosted Muse designed website and make it linked and available for use.  But the FTP upload process isn't working.  Help?