Hyperion web analysis can not change font and color

In Hyperion web analysis, when I want to set or change font, a null dialogbox appear ; when I click and want to set or change color, nothing happen,even no dialogbox appears. Why?
thanks advance!
Edited by: user1016218 on 2010-1-8 上午7:16

Hello,
See my answer in this link:
Urgently!  In Hyperion web analysis  font and color can not be changed
May be it helps.

Similar Messages

  • When i hit the back button, the web page can not reload ! and this button is disable ! I'm using Ubuntu 10.04 Lucid ! and I've just upgrade to firefox 4 RC. Sorry for my poor English skill !

    When i hit the back button, the web page can not reload ! and this button is disable ! I'm using Ubuntu 10.04 Lucid ! and I've just upgrade to firefox 4 RC. Sorry for my poor English skill !

    In Firefox 23 versions and later the keyword.URL pref is no longer supported and it is no longer possible to specify the search engine for the location bar via the keyword.URL pref.<br />
    The search engine that is used on the location bar and on the about:home page is the search engine that is selected in the search Bar on the Navigation Toolbar.<br />
    Current Firefox versions do not update the about:home home page until you refresh the page (future versions will do this automatically without a refresh) and that is what happens if you use the Back key.
    You can install the Keyword Search extension to specify with search engine to use for the location bar and which search engine to use for the about:home page via the Options/Preferences windows of this extension, accessible via the about:addons page.
    * Keyword Search: https://addons.mozilla.org/firefox/addon/keyword-search/

  • Security Question - i can not change it - and i have forget the anwser what can i do please help me i'm new in iPhone

    Security Question - i can not change it - and i have forget the anwser what can i do please help me i'm new in iPhone

    There should be a blue link to your rescue e-mail there. If not, you will need to contact iTunes support. See this article: http://support.apple.com/kb/HT5312

  • Why I cannot change font  and Color in JFrame title??

    Dear sir:
    I try to change font and Color in JFrame title in code below,
    It display all html code, not expected formatted ones.
    but fail. Looks like no way to do it??
    Can somebody help??
    Thanks
    import java.awt.BorderLayout;
    import java.awt.Toolkit;
    import javax.swing.*;
    public class JFrameTester {
      public static void main(String[] args) {
         String iconPath ="file:C:/eclipse/workspace/Test/images/long.PNG";
         String title = "<html><body bgcolor=\"yellow\">" + "<img src=\""+iconPath+"\">" +
              " <font size=\"6\" face=\"Verdana\" color=\"red\"><b>"+ "New Tester" + "</b></font></html>";
        JFrame f = new JFrame(title);
        f.setIconImage(Toolkit.getDefaultToolkit().getImage("images/123.gif"));
        f.setSize(250, 250);
        f.setLocation(300,200);
        f.getContentPane().add(new BorderLayout().CENTER, new JTextArea(10, 40));
        f.setVisible(true);
    }

    Looks like no way to do it??depends on the L&F you want.
    here's one way
    import java.awt.*;
    import javax.swing.*;
    class JFrameTester {
      public static void main(String[] args) {
        JFrame.setDefaultLookAndFeelDecorated(true);
        UIManager.put("activeCaption", new javax.swing.plaf.ColorUIResource(Color.RED));
        UIManager.put("activeCaptionText", new javax.swing.plaf.ColorUIResource(Color.YELLOW));
        String title = "Hello World";
        JFrame f = new JFrame(title);
        f.getLayeredPane().getComponent(1).setFont(new Font("Tall Paul",Font.ITALIC,24));
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setSize(250, 250);
        f.setLocation(300,200);
        f.getContentPane().add(new BorderLayout().CENTER, new JTextArea(10, 40));
        f.setVisible(true);
    }

  • How do I change font and colors back to default?

    I have changed the font and color of the text through the tools button and the options button and the content tab. I find nothing telling me how to change the font and colors back to default font and colors. Can you advise me? I'm using Windows 7 Home Premium OS. Thanks.

    Hi Brenda19605,
    You can use this article to set the fonts and colors: https://support.mozilla.org/en-US/kb/change-fonts-and-colors-websites-use?esab=a&s=font&r=0&as=s
    The default settings for the font are in this article:
    https://support.mozilla.org/en-US/kb/Some%20text%20shows%20up%20bold%20after%20upgrade
    Unfortunately for the default colors has no good reference. But for text it is black (most lower left) color, background is white (most upper left color). Unvisited links is blue (column 8, row 5) and visited link is purple (column 9, row 5).
    Let me know if you need anymore help!
    Lordfreak

  • Hyperion Web Analysis vs Financial Reports Pros and Cons

    Hi All,
    Can you pls. let me know what are the major differences between Hyperion Financial Reports and Hyperion Web Analysis ? For Planning application we generally use Financial Reports right ? Can't we use Hyperion Web Analysis ? What are the advantages & disadvantages of both FR & Web Analysis tools
    My Customer is asking the Merits and De merits of using both FR & Web Analysis tools for Hyperion Planning. Pls. help
    Thanks,
    PVR

    Hi John,
    I'm using FR extensively now and used Web Analysis before. We use FR for Good formatted Reports, where as Web Analysis we use for adhoc Reporting Purpose. users can do slicing/dicing, Drill down/up in Web Analysis Reports, where as this feature is not available completely in FR
    We use FR for Planning right ? What is the main advantage of using FR over Planning ? I belive with Web Analysis over Planning may cause performance issues
    Thanks,
    PVR

  • SQL Server Management Studio has stopped working when changing fonts and colors

    I installed sql server management studio 2012 about 3 months ago to test drive and from time to time I'll attempt to change my background color of the TSql editor "In the fonts and colors option under tools"; however, the entire studio crashes
    and restarts.
    This has been ongoing since I first installed it 3 or 4 months ago, and have waited on posting to a fourm for help, assuming I am not the only one this is happening to I've waited for an update that might fix the issue.
    I've got to start on some heavy scripting and that god awful white background kills my eyes. I've got to have a black background or my work day is cut off by about 3 hours becuase of strain.
    What can I provide to someone that would help me with this?
    Thank you,
    Erik
    Specialize in software for the construction industry.

    Hello,
    Could you please apply the following updates and let us know the results?
    http://www.microsoft.com/en-us/download/details.aspx?id=35575
    http://support.microsoft.com/kb/2790947
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Fonts and Colors for Sub-Tabs

    Does anyone know of a way that I can specifiy fonts and colors
    for sub-tabs. I have a second row of tabs (sub-tabs) on one of
    my pages and I can't seem to find where I can set the font and
    colors for the sub-tabs. Also, the sub-tabs do not inherit the
    same font and color as the main tabs.
    Anyone have any suggestions?

    Hi, What I can tell you is that you can either edit the page and
    hit the style tab then edit the current style(the one you are
    currently using in your page) and change all the banners tabs
    (active and inactive) the background color, background image,
    etc, I believe the second tab row and any others are by default
    the same as the first row.
    Rgds, Carolina.

  • Font and Colors don't appear?

    Hi, recently found out that my font and color choices for AOL do not show up on other people's computers. I can view their font and colors...why can't they see mine?

    Oh...I didn't specify this, but it is people using the actual AOL client (both windows and mac) that can't see it.

  • Urgently!  In Hyperion web analysis  font and color can not be changed

    In Hyperion web analysis, when I want to set or change font, a null dialogbox appear ; when I click and want to set or change color, nothing happen,even no dialogbox appears. Why?
    My Oracle Hyperion Performance Management version is v11.1.1.2.
    thanks advance!

    Hello,
    As far as I know from Metalink, there is a same problem with Japanese locale in WA. For cyrillic language, which I use, I've been advised by Oracle tech persons to set the same settings in all regionals (Standard and formats, location, and Advanced -> Non unicode) and IE language preference (or use English everywhere as temporary workaround), which worked for me. May be WA has some additional issues in Java color/font selection dialogs when using non-English locales.
    If you have Metalink access, you can search for bug ID # 8538102, according to it, this problem will be fixed in 11.1.2 release of EPM.
    Regards.

  • I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Tha

    I try to insert some images on a website but the images are not in the right color mode. I do not know what to do? and also I have 1200 images to insert so I can not change one after one. So I need to set up an action, but I donot know how to do it... Thanks

    What is the problem specifiaclly?
    If the images are intended for web use I would recommend converting them to sRGB which could be done with Edit > Convert to Profile or with File > Save for Web, but as including a Save step in Actions and applying them as Batch can sometimes cause problems I would go with regular converting.
    You could also try Image Processor Pro.
    Scripts Page

  • Font and color changes not executed

    In setting up a new blog page, I've selected a specific color for the titles of my entries, and a typeface. But on the blog page itself, once it was published to MobileMe, the title is gray and the font is not what I selected. Why is it not responding to the changes I've made, and saved? Thank you!

    Yes, I have cleared the browser's cache and no change. I'm trying to think here...when I'm making these changes, I am doing it in the "entries" section, because in the "blog" section these changes are not available for me to make.
    blog template has three entities: 1) blog summary 2) blog entries and 3) blog archive
    changes that you made in 'entries' section won't reflect the blog summary/archive because they are rendered separately.
    You can change 'titles'/head lines font face in blog summary/archive by slowly click on the title three times (all titles will be hilited) then you can change font face.
    but, you can not change the color, because the titles are hyperlinks to link back to the entries. you can change their colors in theme/domain.site2's xml or you willing to post edit blog summary/archive CSS file.

  • Can not delete emails and tool bar at top does not change over

    Can not delete emails and tool bar at top does not  change over from safari. HELP

    If you hold the command key down (the one with the ⌘ on it) and hit the + key you can make the fonts larger. Might help out, I know as I've gotten up there in years I've had to use it more and more
    In the mean time while twtwtw mulls this over, can you supply any further information? Did the system crash or didi anything change before you started having the problem? Are you really running 10.5.8 as your profile says?
    We'll start with those for now,
    regards
    Message was edited by: Frank Caggiano BTW ⌘- - (command minus) will make the fonts smaller

  • Can anyone help me change fonts and size on my page? I don't understand the class questions?

    Can anyone help me change fonts and size on my page? I don't understand the class questions? All I want to do is change the font and size of a table or div.
    http://www.allgearinc.com/AG12SSWL-Swift.htm -One problem page

    If you want to change the fonts of the entire page then this code will do the trick:
    body {
        font-size: 16pt;
        color: silver;
         font-family: whatever, goes, here;
    If you want to change the fonts of ALL tables on a page then the code is something like this:
    table {
        font-size: 20pt;
        font-family: "Courier New", Courier, monospace;
        font-style: italic;
        font-weight: bold;
    what exactly do you want to change?  Can you be a bit specific so that Ben or Ken can give you the exact code and tell you about the short-hand method to write the code in one line.
    Have you bought a book on CSS yet?  If not, it is a good idea to get one as a reference.  Eric Meyer writes good books on CSS.

  • HT5622 Good day!! I was having two Iphones with same icloud id, later i deleted 1 id from one device, and made 2nd id for this device but same time my old id is stored on other device and i can not change it with another id, can any1 guide me on this issu

    Good day!! I was having two Iphones with same icloud id, later i deleted 1 id from one device, and made 2nd id for this device but same time my old id is stored on other device and i can not change it with another id, can any1 guide me on this issue.

    Log in to icloud.com on a web browser and remove the device from "Find My iPhone"

Maybe you are looking for

  • MacBook Pro can't connect to wireless internet

    I have a MacBook Pro that I have had from about 3 years now. It's been great but earlier this week, it wasn't able to connect to the internet here at my school (college). I didn't think too much of it because my schools internet is always spotty and

  • Best Practice: Where to put Listeners?

    In a Swing application the typical way of handling events is to add a listener. So far, so good. But where to locate the listeners? Obviously there are a lot of possible solutions: - Scatter them all over your code, like using anonymous listeners. -

  • Cannot connect Windows 7 laptop to USB HDD attached to Airport Extreme

    I would appreciate anyone's help regarding the following issue. The situation is as follows: Laptop with Windows 7 installed Laptop connects to Airport Extreme (5th generation) through Wifi An external HDD (WD Elements 1TB) is attached to the Airport

  • Integration Processes within Integration Scenario

    The process I need to model is as follows: SRM XML PO => OAG XML PO => Embeded OAG XML PO in another message. I have looked at trying to use an integration process to handle the first conversion and then a regular interface mapping for the 2nd. Howev

  • Youtube doesn't work after Mountain Lion installation

    I recently installed Mountain Lion on my iMac. Since then the Youtube website will not open when on wifi. It will open when ethernet is connected. This is the only site that seems to be affected. It stalls for a second or two, then I get a blank scre