Application Header Font

How can we change the Application Name Font and color ?
Yogesh

I got the solution.
Shared components\ Application Definition \ Logo Details..
Yogesh

Similar Messages

  • Width of application header SAP-UI5

    Hi All,
    I am creating a login application using  SAPUI5.
    My questions are
    1. If i am skipping height in AbsoluteLayout why is is not working ? how it will take full screen height irrespective of screen size
    2. There is a gap between window and the AbsoluteLayout how to remove that
    3. The application header i have attache is not taking complete width of the screen ? how to do that ?
    Code for  is in view.txt file
    Screen shot of the UI is also attached
    THANKS  A LOT

    Hi Arvind,
    100% height in CSS is a difficult topic (you might google for it - basically the height of the parent element needs to be defined to make it work, which may mean you have to set the height of ALL parent elements to 100%).
    First, you have to set the View height to 100%:
    this.setHeight("100%");
    (e.g. in createContent())
    And second, you need to add this style:
    body, html, #content {
       height: 100%;
    - where "#content" needs to be the ID(s) of the HTML elements between body and the AbsoluteLayout.
    The gap around everything is the default margin of 8px which all browsers add to the page. Set
    body {
       margin: 0;
    to get rid of it.
    The third issue is caused by how AbsoluteLayout and ApplicationHeader interact. This seems like a bug and we will follow up internally on this.
    You can work around the issue by setting the width of the parent of the ApplicationHeader to 100%. It does only have a generated ID, though, so setting the following will only work as long as the ApplicationHeader is the second element added to any AbsoluteLayout in the page - otherwise you need to look up and adjust the ID:
    #__container1 {
       width: 100%;
    See
    http://jsbin.com/aku_ApplicationHeader_AbsoluteLayout/1/edit
    for a working example (only Firefox/Chrome/Safari)
    Thanks and regards
    Andreas

  • Custom button icons in application header

    Hi All,
    I have a requirement, where I want to provide ability to end user to supply custom icons in application header.
    For this I have created a class and extended from sap.m.Button.
    and override setIcon method in my child class?
    but could not get this to work? can someone help me out?
    regards

    Any pointers please help.
    I am now able to display the icons.But how do I prevent expand/collapse on icon click?

  • CFDOCUMENT PDF HEADER FONT SIZE

    Using CF to create a PDF via <cfdocument> and finding that the font sizes within the header do not scale properly.  I've researched the web for hacks or solutions and cannot find any.  Has anyone been able to make the headers in CFDOCUMENT work?  I've adj the topmargin size and the font will adj once you get to 3 inches or greater but then there is huge white space at the top of the document.
    if anyone has any suggestions, would appreciate the feedback.

    Hi There,
    I had the same issue with fonts in the header. The work around I came up for me (at least) was the following.
    <cfdocument ... margintop="0" ...>
    I create a separate .cfm file, with a <div> tag setting the height to the desired header height. I then place the header content inside the <div> tag like images, barcodes, titles, etc, with desired font and border formatting applied.
    I insert the header content with a <cfinclude> tag, as the first line in the <cfdocument> tag. The rest of the page content is inserted below the <cfinclude>. If more then one page, I just <cfinclude> the header content again on the second page and so on. If changes are required, I change the header page which then updates appropriately where inserted.
    Additionally this allows me to insert odd and even headers into multiple page documents, while controlling the font structure, etc. It also allows me to insert a different header for the first page, with a subsequent header for the rest of the pages.
    Others may have their own solution to the header font formatting issue. However, like I said this is what I have found works for me.
    Leonard B

  • Zav 9 application and fonts

    Hi all,
    I have a problem with fonts and Zav applications, setup is like this. Build pc does not have specific font, user pc has.
    Problem is when the user open a indesign file, the user gets a error message stating something like "Missing font, document blah.indd, the font is replaced with a standard font".
    If I look in the specification for the application the font folder is set to merge, but all files in the font folder is set to full isolation. I guess that is the normal way to do things.
    If things was working the way that I thought then this meant that isolate the files with same name in the folder but merge all other files from guest pc.
    Is zav unable to pick up fonts from guest systems?
    Is the only way to solve this to install all fonts that clients are using on build pc?
    All replys are welcome.
    best regards
    Lennart

    Include the font _inside_ your build, so install during the snapshot, then it doesn't matter if the font is already there or not if you set the folder to full isolation.

  • [Mail] change RSS header font and color

    Hi.
    I use Mail.app to read RSS and have some troubles with it. Let me show how does it looks like:
    As you can see, RSS header at Mail.app use very large fonts for RSS title and entry, some about half of the header is the date. Hmmm. This is wrong. And I want to change this UI behaviour, but Mail.app doesn't contain settings for this option.
    So, I looked Raw Source of RSS at Mail and saw some additional information about RSS and Mail:
    X-Uniform-Type-Identifier: com.apple.mail-rss-article
    <html><head></head><body><h3 id="AppleMailRSSTitle" style="font-weight: normal; padding-top: 5px"><a href="..." style="text-decoration: underline">Entry Title</a></h3>
    I tried to find at least some mention of the AppleMailRSSTitle id in the system, but found none. And under the "tried to find" I mean this:
    sudo find / -type f -name '*.*' -exec grep -H AppleMailRSSTitle {} \;
    In general, I do not find a way to change the font size in the header. Help me solve this problem, because it looks disgusting.
    Thanks a lot, dive.

    Before starting to complain, I have to admit that Mail.app made me switch from other rss and mail applications. It works well and I like having rss and mail in one program.
    But I totaly agree with you, I found this post by trying to find a fix for this ugly header. Also it's a mistery to me why the source name is the main title and the subject is the smaller sub title...
    And while I'm at it, just one more thing, this rss header or at least the title should be a link. So that if you want to open the selected post in your browser, you don't have to scroll down to the "read more" link.

  • How can I change the default header font in adobe acrobat?

    Hi,
    We run adobe acrobat 7 (ver 7.1.4)  throughout the office.
    We have a large number of pdf's to create from word documents and each one needs a header and footer.
    For official reasons these must be in Times New Roman font and 10 point font size.
    Adobe defaults to Arial 8-point.
    Is there a way to change this default so that it does not have to be changed individually for each pdf?

    You can save the settings and re-use the settings.

  • How to change header font style in Spark DataGrid?

    I'm looking since last week for a way how to change the font style of the header in a Spark DataGrid. It drive me nuts that I can't find a way to do this. Have anyone one an idea how to achieve it? Any help is appreciated.
    Thanks,
    - Artur

    Hi,
    Some styles won't work because some text styles got hardcoded into the DefaultGridHeaderRenderer's Label. You'll run into this issue not just with the DataGrid headers but also things like the Panel's title and other places where we have text. One way to get around this issue is to create your own custom headerRenderer based on the default one and then redefine the headerRenderer skin part in the skin.
    First, create a subclass of the DefaultGridHeaderRenderer and tweak the "labelDisplay" to your liking (or even just take out all the styles and style it on your own as you had earlier using your custom header renderer's name). Example below (I named it "CustomHeaderRenderer"):
    <?xml version="1.0" encoding="utf-8"?>
    <skins:DefaultGridHeaderRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
                                     xmlns:s="library://ns.adobe.com/flex/spark"
                                     xmlns:mx="library://ns.adobe.com/flex/mx"
                                     xmlns:skins="spark.skins.spark.*"
                                     xmlns:comps="comps.*">
        <fx:Declarations>
            <!-- Remove fontweight="bold" and other styles as you wish
                 Must be a component and not a factory. -->
            <s:Label id="labelDisplay"
                     verticalCenter="1" left="0" right="0" top="0" bottom="0"
                     textAlign="start"
                     verticalAlign="middle"
                     maxDisplayedLines="1"
                     showTruncationTip="true" />
        </fx:Declarations>
    </skins:DefaultGridHeaderRenderer>
    Next, create a simple DataGrid skin by creating a subclass of the  spark.skins.spark.DataGridSkin in MXML and defining a new headerRenderer  component in the fx:Declarations section. Example below (I named it "CustomDataGridSkin"):
    <?xml version="1.0" encoding="utf-8"?>
    <skins:DataGridSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    xmlns:mx="library://ns.adobe.com/flex/mx"
                    xmlns:skins="spark.skins.spark.*"
                    xmlns:comps="comps.*">
        <fx:Declarations>
            <!-- Must be a factory with the right id for the skin part -->
            <fx:Component id="headerRenderer">
                <comps:CustomHeaderRenderer />
            </fx:Component>
        </fx:Declarations>
    </skins:DataGridSkin>
    Last, assign your new skin as the skinClass of your DataGrid (either in MXML or as a style):
    <s:DataGrid skinClass="comps.CustomDataGridSkin">
    I know it's not pretty, but it's the result of trading off between having completely custom skinning vs. having knobs to tweak every style. Hope this helps.
    -Kevin

  • Questions about Spark DataGrid (Header Font Styles, Header Gradient)

    Just starting out in 4.5 SDK, and just a tad confused on the Spark DataGrid.
    1) Trying to set the font style for just the header, but don't see those properties in the designer....as they appear to apply to every part of the DataGrid.
    2) Want to set a linear gradient for the header utilizing two specific colors, alphas and ratios.  Not sure where to set them now.
    I think that is it for now.  From what I have done with it so far, I love it....just obviously not as much user documentation as the MX DataGrid.
    Thanks in advance!
    Bill

    You can do per column header renderers by setting the headerRenderer property on the column. But if you want to swap out all the headers, the header renderer has to be specified in the skin. One neat trick you can do is subclass the DataGridSkin and replace the "headerRenderer" declaration. This also works with the other skin parts.
    <?xml version="1.0" encoding="utf-8"?>
    <skins:DataGridSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    xmlns:mx="library://ns.adobe.com/flex/mx"
                    xmlns:skins="spark.skins.spark.*">
        <fx:Declarations>
            <!-- See DataGridSkin for other possible parts -->    
            <fx:Component id="headerRenderer">
                <s:CustomGridHeaderRenderer />
            </fx:Component>
        </fx:Declarations>
    </skins:DataGridSkin>
    -Kevin

  • Setting application default font

    I have tried to search the Sun Java site for detailed info on this but haven't got anywhere.
    I have an application (Java 1.3) which will be hosted on a UNIX JVM, but displayed on a Windows2000 m/c. The only LookAndFeel available is the Metal one, and the default font is a rather chunky Dialog font.
    I want a font more like the W2000 font (arial or helvetica I think).
    Is it possible to change this in the UIManager/LookAndFeel?
    I have seen some talk in similar threads about discovering font property keys, thne using these to ally a Font object to a certain class of component (e.g labels, panels etc).
    Has anyone done anything similar, and if so can you please spell it out for me!
    Kind regards,
    Dave

    I took a little bit from both of the examples and I put together a new class that allows the user to choose what font to apply to all or, individual components. I thought that it might be helpful to other people.
    enjoy :)
    * <p>Title: </p>
    * <p>Description: </p>
    * <p>Copyright: Copyright (c) 2002</p>
    * <p>Company: NeoCore Inc</p>
    * <p>Based on code by: Andrew Malcolm</p>
    * @author Sandor Dornbush
    * @version 1.0
    package com.neocore.xmsApp;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.util.*;
    import javax.swing.plaf.*;
    public class PLAFTest extends JFrame {
    JPanel main = new JPanel();
    JLabel jLabel1 = new JLabel();
    JTextField jTextField1 = new JTextField();
    JButton exampleButton = new JButton();
    JPanel jPanel2 = new JPanel();
    JScrollPane m_jScrollPaneFonts = new JScrollPane();
    JList fontsList = new JList();
    JButton applyButton = new JButton("Apply");
    ButtonGroup buttonGroup1 = new ButtonGroup();
    JRadioButton m_jRadioButtonPlain = new JRadioButton();
    JRadioButton m_jRadioButtonBold = new JRadioButton();
    JRadioButton m_jRadioButtonItalic = new JRadioButton();
    JTextField m_jTextFieldSize = new JTextField();
    JLabel jLabel2 = new JLabel();
    private String[] components;
    JList componentList = new JList();
    public PLAFTest() {
    try {
    layoutComponents();
    addActionListeners();
    catch(Exception e) {
    e.printStackTrace();
    pack();
    GraphicsEnvironment graphicsEnvironment=GraphicsEnvironment.getLocalGraphicsEnvironment();
    String[] fontNames=graphicsEnvironment.getAvailableFontFamilyNames();
    fontsList.setListData(fontNames);
    UIDefaults defaults = UIManager.getDefaults();
    // Build of Map of attributes for each component
    Enumeration enum = defaults.keys();
    Vector v = new Vector();
    v.add("All");
    for(int i=1; enum.hasMoreElements(); i++) {
    Object key = enum.nextElement();
    String key_s = key.toString();
    if(key_s.endsWith(".font") &&
    !key_s.startsWith("class") &&
    !key_s.startsWith("javax")) {
    int index = key_s.indexOf(".font");
    String s = key_s.substring(0,index);
    v.add(s);
    components = (String[]) v.toArray(new String[0]);
    componentList.setListData(components);
    m_jTextFieldSize.setText("12");
    m_jRadioButtonPlain.setSelected(true);
    void this_windowClosing(WindowEvent e) {
    close();
    void close() {
    System.exit(0);
    public static void main(String[] args) {
    try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    FontUIResource font=(FontUIResource)UIManager.get("TextField.font");
    PLAFTest plafTest=new PLAFTest();
    if( font.isPlain()) plafTest.setTitle("PLAF "+font.getFontName()+" "+font.getSize()+" PLAIN");
    if( font.isBold()) plafTest.setTitle("PLAF "+font.getFontName()+" "+font.getSize()+" BOLD");
    if( font.isItalic()) plafTest.setTitle("PLAF "+font.getFontName()+" "+font.getSize()+" ITALIC");
    plafTest.show();
    catch(Exception e) {
    e.printStackTrace();
    private void layoutComponents() {
    JPanel content = (JPanel)getContentPane();
    content.setLayout(new BorderLayout());
    JPanel top = new JPanel(new GridLayout(1,3));
    // pick the font
    m_jScrollPaneFonts.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
    m_jScrollPaneFonts.setBorder(BorderFactory.createTitledBorder("Choose Font:"));
    top.add(m_jScrollPaneFonts);
    m_jRadioButtonPlain.setText("Plain");
    m_jRadioButtonBold.setText("Bold");
    m_jRadioButtonItalic.setText("Italic");
    // pick the component to apply it to
    JScrollPane scrolls = new JScrollPane(componentList);
    scrolls.setBorder(BorderFactory.createTitledBorder("Choose Component to Apply to:"));
    top.add(scrolls);
    // all of the example components
    JPanel examples = new JPanel(new GridLayout(0,1));
    jLabel1.setText("Label");
    examples.add(jLabel1);
    jTextField1.setText("TextField");
    examples.add(jTextField1);
    examples.add(exampleButton);
    exampleButton.setText("Button");
    examples.setBorder(BorderFactory.createEtchedBorder());
    top.add(examples);
    content.add(top,"Center");
    // all the stuff on the bottom
    JPanel bottom = new JPanel(new FlowLayout(FlowLayout.LEFT));
    bottom.add(m_jRadioButtonItalic);
    bottom.add(m_jRadioButtonBold);
    bottom.add(m_jRadioButtonPlain);
    bottom.add(applyButton);
    bottom.add(jLabel2);
    bottom.add(m_jTextFieldSize);
    content.add(bottom,"South");
    m_jScrollPaneFonts.getViewport().add(fontsList, null);
    buttonGroup1.add(m_jRadioButtonItalic);
    buttonGroup1.add(m_jRadioButtonBold);
    buttonGroup1.add(m_jRadioButtonPlain);
    private void addActionListeners() {
    this.addWindowListener(new java.awt.event.WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    this_windowClosing(e);
    applyButton.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(ActionEvent e) {
    applyButtonActionPerformed(e);
    void applyButtonActionPerformed(ActionEvent e) {
    try {
    Object o =fontsList.getSelectedValue();
    if(o==null)
    return;
    String fontname=(String)o;
    o = componentList.getSelectedValue();
    if(o==null){
    return;
    String componentName = (String)o;
    int fontsize=12;
    try {
    fontsize=Integer.parseInt(m_jTextFieldSize.getText());
    } catch(Exception ex) {
    ex.printStackTrace();
    return;
    int fontstyle=Font.PLAIN;
    if(m_jRadioButtonPlain.isSelected()) {
    fontstyle=Font.PLAIN;
    else if(m_jRadioButtonBold.isSelected()) {
    fontstyle=Font.BOLD;
    else if(m_jRadioButtonItalic.isSelected()) {
    fontstyle=Font.ITALIC;
    FontUIResource font=new FontUIResource(fontname,fontstyle,fontsize);
    if(componentName.equals("All")) {
    for(int i=1; i<components.length; i++)
    UIManager.put( components[i] + ".font",font);
    } else {
    UIManager.put( componentName + ".font",font);
    switch(fontstyle) {
    case Font.PLAIN: setTitle("PLAF "+fontname+" "+fontsize+" PLAIN"); break;
    case Font.BOLD: setTitle("PLAF "+fontname+" "+fontsize+" BOLD"); break;
    case Font.ITALIC: setTitle("PLAF "+fontname+" "+fontsize+" ITALIC"); break;
    SwingUtilities.updateComponentTreeUI(this);
    catch(Exception ex) {
    ex.printStackTrace();
    }

  • Address book and Mail header font

    Hi all.
    Have a question regarding changing the font in the headers in mail and in address book. How do I do that?
    All my email headers are showing up in some type of bold condensed font as well as the information for any of my info in addres book.
    This has changed "all of a sudden". I'm guessing that there is a font conflict or even missing font somewhere?
    I've deleted any duplicate fonts, run font finangler, deleted fontbook as I use font reserve as my font manager, cleaned out all the font caches, cleaned out any misc fonts in the system/library/fonts folder, the library/fonts folder, the user/library/fonts folder and the applications/system/library/fonts folder.....any other suggestions?
    My guess is that I'm missing a font but have no idea which one and from where?
    Thanks for any help!
    Mike
    g4 quicksilver dual gig   Mac OS X (10.4.7)  

    HI David.
    Thanks for the response. I had already seen that article. After I made my original post, I spent a couple of hours "experimenting" with my fonts and various folders and I did get things working properly.
    What I figured out is that I need to have the Helvetica dfont in my user/system/library/font folder and make sure there aren't ANY Arial fonts in there, they conflict with each other for some reason.
    What was weird is that I had to do this in a particular order. Had to remove the Arial fonts AND the Helvetica dfont, logout and then back in, then put the Helvetica dfont in the folder, logout and back in and everything was fine. If I didn't do it in that order, the fonts were garbled....who knows.
    Thanks again for the response, alls well that ends well!
    Mike
    g4 quicksilver dual gig Mac OS X (10.4.7)

  • How to change Group Header Font in Crystal report Left Most Group Tree?

    Hi Dears!
    I am using crystal report 10 with C# 2005. I have an issue that i want to change the font of Group Header Text that is visible when we click on Toggle Group Tree button and a tree pane is visible towards the left side of report viewer.Means all the Group Tree Items that are visible when we click  Toggle Group Tree button on Crystal report Viewer.
    I have goggled a lot but unable to find any hint. Any idea or help would be highly appreciated .
    Thanks in advance.

    look for information on drilldowngrouplevel function. this is available in versions 9 and higher.
    i cant test it in mine to give you the syntax, but you would need to create another section and conditionally surpress the section on the drilldowngrouplevel function. hope this helps

  • Application Dialog fonts change with change in Themes....

    Hi
    In my Application, alongwith other items like frame and dialog titles, the dialog controls like labels and buttons also change with the change in font styles and sizes.
    Expected behaviour: The texts on the buttons and other controls of the dialogs should not change....
    Please suggest...??
    I am not explicitly setting any font sizes to the controls of the dialogs (only taking the default values assigned) , do i need to set them explicitly or is there any other solution,,,?

    You can't change the fonts.
    In preferences you can modify the darkness and lightness of the whole program. Go to Edit > Preferences > User Interface and move the brightness slider. You might find a spot where the text is easier to read.

  • Help N8 Font Zoomer application ruined Font

    hi,
    I used the Font Zoomer application to increase my phone font size to 140%.
    But when i reset it to 100%, i still feel that it has a bold kind of effect, as every thing feels different.
    I am uploading images of my home screen and some homescreen from different mobiles. Please check if you feel some difference and tell me how to recitify this error.
    If you look in my homescreen the clock number "11:39" seem thick and bold while in other home screen the number are not bold.
    Also if you see the date on " this is my home screen.jpg", you see it is bold.
    While in other images you see that it is not bold.
    Please help!
    Thank you in advance.
    Sailare
    Solved!
    Go to Solution.
    Attachments:
    This my home screen.jpg ‏36 KB
    Foursquare-for-Symbian-Home-Screen-Widget.jpg ‏73 KB
    data counter widget symbian^3 free download nokia n8.jpg ‏34 KB

    @sailare
    Has novelty worn off and you want to un-install this application?
    Have to say that it is strange that Psiloc Font Magnifier has not been released for Symbian^3 OS yet, although believe on some Symbian Anna firmware versions so whether there can be issues magnifying I don't know.
    You are correct that still not as default comparing these two screenshots:
    Happy to have helped forum with a Support Ratio = 42.5

  • Header font  to WAD Template

    hi,
    I want to add header for one of webtemplate which i have created.So i have dragged Txt_iITEM and in propoerties i have entered text in Quick Info secton.but i am not able to increase of that provided text font.please let me know how we can do this.
    Regards
    kranthi

    When you add 4 columns to the table, all the 4 cells will be having same width. But as soon as you add one analysis item in first cell, its width increases and you can see the remaining 3 cells with very less width (like 3 parallel lines). Just observe keenly and insert analysis items for the remaining 3 cells also. Table wouldnt have disappeared. Save the template, re-open once again.

Maybe you are looking for

  • Change Search Help for Payment Terms Field

    Hi, I would like to change the Search Help for Payment Terms Field, in Customer Master (KNVV-ZTERM). and in Sales Document. I believe it is the same. Default is From Table T052 / T052U ZTERM  and TEXT1  Fields I would like to have From Table TVZBT ZT

  • Excel 2010 Crashing on .xlsm enabled workbook

    Hi, I have a workbook that I had been using for over a year with a very simple formatting macro in it.  As of about two weeks ago, adding new data to the spreadsheet causes Excel to crash, rendering the workbook as corrupt.  I have started fresh with

  • AP Upload

    Hi Freinds, am working on  AP Upload,can any body help me in validating the following feilds. 1.If for one external document number, we have more than two different company code at program  run . 2.The WBS is not created in the system when the postin

  • Small file get extremely big after saving with Excel 2013

    A file who is only 666Kb big with Excel 2007 is opened with Excel 2013. When I direct safe that file, the size increases to more than 6GB. Opening that file takes more than one minute. And Excel seems to crasch.(Not responding) The problem seems to b

  • Very random pictures are red X's

    While in DW8 I hit "preivew in browser" and everything looks great, nothing wrong at all. But when I uploaded my site just random pictures are red X's. My nav bar is supposed to be a roll over type but again, when uploaded it "rolls over" to red X's.