JMenuItem icon, text alignment question

hello,
can some one help with my question:
I got 5 JMenuItems in a JMenu, some JMenuItems have icon, some not, I want to align them with icon and text in a neat format, like those in Sun's Forte IDE's Menu:
but I can only do it like this:
icon1 open..
save As..
icon2 new..
Exit..
(above each line represent a JMenuItem, I need to make "save as" ,"Exit" to in line with "open" and "new" in verticle direction,NOT with the icon)
sb suggest always set an icon for each JMenuItem, set an transparent Icon for alignment those without icons.
but this sounds not so attractive, are there any other ways? thanks a lot.

you can always take a mort drastic action by subclassing MenuItem and
overriding the painting method.
But I belive that the first suggestion is faster.

Similar Messages

  • JMenuItem icon/Text verticle alignment question

    hello,
    can some one help with my question:
    I got 5 JMenuItems in a JMenu, some JMenuItems have icon, some not, I want to align them with icon and text in a neat format, like those in Sun's Forte IDE's Menu:
    but I can only do it like this:
    icon1 open..
    save As..
    icon2 new..
    Exit..
    (above each line represent a JMenuItem, I need to make "save as" ,"Exit" to in line with "open" and "new" in verticle direction,NOT with the icon)
    sb suggest always set an icon for each JMenuItem, set an transparent Icon for alignment those without icons.
    but this sounds not so attractive, are there any other ways? thanks a lot.

    Create a method to do the icons. One can have one parameter (menu text) and the other could have two parameters (icon name, menu text). Have the one with just one parameter set up a default transparent icon.
    Garry.

  • Text alignment question

    Hi guys
    Just wondering if there is a way to keep two sentences in one string on the same line, but one aligned left, the other right using html or TLF?
    So...
    left margin>FIRST SENTENCE             SECOND SENTENCE<right margin
    The string is being injected into a textflow, so it would need to work with either TEXT_FIELD_HTML_FORMAT or TEXT_LAYOUT_FORMAT.
    I've imported css via a formatResolver, and have a class that colors and aligns the font. The color works, but aligning it does nothing.
    Thanks for taking a look.

    Forgot to mention it's for an AIR desktop app.  Here's the guts of the code from AS3CSSSample.as - some of the tags don't seem to work...
    [Embed(source="SimpleCSS.css",mimeType="application/octet-stream")]
            private var SimpleCSS : Class;
            //private var styleSheet:StyleSheet = new StyleSheet;
            private var styleSheet:StyleSheet = new TLFStyleSheet;
                // parse a styleSheet
            private var cssByteArray:ByteArray = new SimpleCSS();
            private var cssText:String = cssByteArray.readMultiByte(cssByteArray.length,"utf-8");
              flow = new TextFlow();
                flow.flowComposer = new StandardFlowComposer();           
                styleSheet.parseCSS(cssText);
                flow.formatResolver = new CSSFormatResolver(styleSheet);
    var simpleText:String = "<TextFlow xmlns='http://ns.adobe.com/textLayout/2008'>"
                + "<p styleName='center'><span>There are many </span><span styleName='italic'>such lime-kilns in that tract of country, for the purpose of burning the white marble which composes a large part of the substance of the hills. Some of them, built years ago, and long deserted, with weeds growing in the vacant round of the interior, which is open to the sky, and grass and wild-flowers rooting themselves into the chinks of the stones, look already like relics of antiquity, and may yet be overspread with the lichens of centuries to come. Others, where the lime-burner still feeds his daily and nightlong fire, afford points of interest to the wanderer among the hills, who seats himself on a log of wood or a fragment of marble, to hold a chat with the solitary man. It is a lonesome, and, when the character is inclined to thought, may be an intensely thoughtful occupation; as it proved in the case of Ethan Brand, who had mused to such strange purpose, in days gone by, while the fire in this very kiln was burning.</span></p>"
                + "<p><span>The man who now watched the </span><span id='bold'>fire</span><span> was of a </span><span typeName='foo'>different</span><span> order, and troubled himself with no thoughts save the very few that were requisite to his business. At frequent intervals, he flung back the clashing weight of the iron door, and, turning his face from the insufferable glare, thrust in huge logs of oak, or stirred the immense brands with a long pole. Within the furnace were seen the curling and riotous flames, and the burning marble, almost molten with the intensity of heat; while without, the reflection of the fire quivered on the dark intricacy of the surrounding forest, and showed in the foreground a bright and ruddy little picture of the hut, the spring beside its door, the athletic and coal-begrimed figure of the lime-burner, and the half-frightened child, shrinking into the protection of his father's shadow. And when again the iron door was closed, then reappeared the tender light of the half-full moon, which vainly strove to trace out the indistinct shapes of the neighboring mountains; and, in the upper sky, there was a flitting congregation of clouds, still faintly tinged with the rosy sunset, though thus far down into the valley the sunshine had vanished long and long ago.</span></p>"
                + "</TextFlow>";
    var textFlow:TextFlow = TextConverter.importToFlow(simpleText, TextConverter.TEXT_LAYOUT_FORMAT);
                // wipe out the default inherits - format take precendence over CSS - this simplifies the example
                textFlow.format = null;
                // attach a format resolver
                textFlow.formatResolver = new CSSFormatResolver(styleSheet);
                // set it into the editor
                textFlow.flowComposer.addController(new ContainerController(this,500,500));
                textFlow.flowComposer.updateAllControllers();
                flow.styleSheet = styleSheet;
                // attach a format resolver
                flow.formatResolver = new formatResolver(styleSheet);
                // set it into the editor
                textFlow.flowComposer.addController(new ContainerController(this,500,500));
                textFlow.flowComposer.updateAllControllers();
        ADOBE SYSTEMS INCORPORATED
        Copyright 2008 Adobe Systems Incorporated
        All Rights Reserved.
        NOTICE:  Adobe permits you to use, modify, and distribute this file
        in accordance with the terms of the Adobe license agreement
        accompanying it.  If you have received this file from a source
        other than Adobe, then your use, modification, or distribution
        of it requires the prior written permission of Adobe.
    span
        fontSize:        18;
    TextFlow
        columnCount:            2;
        textIndent:             15;
        paragraphSpaceAfter:    15;
        paddingTop:             4;
        paddingLeft:            4;
    foo
        fontSize:        18;
        color:            0xff00;
    .italic
        #fontStyle:        italic;
        #color:            0xff;
        #fontFamily:    Helvetica;
    .center
        textAlign:        center;
    #bold
        fontWeight:        bold;

  • How can I get an Extension's toolbar icon to display image without text (without universally affecting other icons)? How can I edit the icons text (save space)?

    "From the Show dropdown menu, you can choose what to display in the toolbars: icons, text, or icons and text together. By default, Firefox shows icons only." Is there a way to choose an individual setting for a specific toolbar icon to be icon only (no text) without universally affecting all other icons on the toolbars?
    Second, is there a way to edit the text on a specific toolbar button from an extension (because it occupies too much horizontal space on the toolbar due to the amount of text)? I do know how to locate the xpi file & open it with notepad, but then it's mainly code (not English) & FIND doesn't locate the button's text (to edit it).
    These 2 questions should apply to Extension buttons in general. However IF it makes any difference I'm referring to the Toolbar Button in Back To Top 7.0 which says "Go to top/bottom". I'd at least like to edit out "Go to", but my questions apply to other Extension buttons too. I do realize it may be necessary to redo any fix/change each time there is an update? THANK YOU.

    We use the DOM Inspector to find the IDs and Class Names of elements.
    * DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/
    The DOM Inspector (DOMi) has a menu item (Edit > Select Element By Click) and a toolbar button "Find a node to inspect by clicking on it" (left icon on the toolbar in the DOMi).
    * open the browser window in the DOMi (File > Inspect <b>Chrome</b> Document) and choose the first from the list.
    * click the "Find a node to inspect by clicking on it" button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window other than the title bar).
    * click that element with the mouse and keep the button pressed until you see a red border to indicate the the DOMi has located that element in the DOM tree.
    * https://developer.mozilla.org/en/DOM_Inspector/Introduction_to_DOM_Inspector

  • Hyphenation & text-align:justify in PDF's with CFDOCUMENT

    Hello everybody!
    We are using CF8.1 and are having problems of generating well designed PDF outputs with CFDOCUMENT. We would like to print out reports, which are hyphenated and have the text aligned. Example:
    This works fine:
    <html lang="en">
    <STYLE>p { width:260px;background-color:blue;-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;  -hyphens: auto;text-align:justify}</STYLE>
    <P>Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer</P>
    </html>
    This won't:
    <CFDOCUMENT FORMAT="PDF">
    <html lang="en">
          <STYLE>p { width:260px;background-color:blue;-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;  -hyphens: auto;text-align:justify}</STYLE>
          <P>Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer</P>
    </html>
    </CFDOCUMENT>
    Do you have any solutions on this topics? Are do I have to wait until CF11.
    Thanks in advance
    Matthias

    4tun8mom wrote:
    Now, the problem is that, while the client likes this, they don't like that the headers and footers are grayed out and the colors are not as vibrant in Word as the program part I created and saved as a PDF.
    They're being a bit impractical in their complaints, in fact they remind me of my Dad!  The final product is still fine.
    4tun8mom wrote:
    They also don't like that if we keep this as a Word document, all the text is editable.
    That's fair enough, the solution would be to make the text in the header and footer an image instead.
    4tun8mom wrote:
    So my question is, can I create a PDF that has the same features with the expandable text control boxes.  If I can, would you recommend InDesign to do this?
    No you can't.  I'm pretty sure you can't create a PDF with expandable boxes and I'm very sure that you can't create a PDF that will add pages with headers and footrs.  However you can create a PDF with basic fillable text boxes, they're called forms and you need Acrobat as well to do it, google it and you'll find plenty of info.

  • JDeveloper 10.1.3.4: text-align for table column has no effect

    Hi,
    I am using JDeveloper 10.1.3.4. In a tabe I have a column that displays numbers, which are left-aligned by default:
    Applied
    $50.00
    $2,160.00
    $50.00
    $2,260.00I want to have them aligned to the right to look neater:
    Applied
             $50.00
          $2,160.00
             $50.00
          $2,260.00Or better still, have the cell with the longest string aligned to the center, and all the other cells align to it by the decimal point:
        Applied
          $50.00
       $2,160.00
          $50.00
       $2,260.00I looked in the property inspector and the only thing that looks closest to the purpose is text-align. I set this attribute to right (text-align:right) for the column, and for the outputText, but neither has effect. Everything is still flush to the left. How to get it right?
    Thanks!
    Newman

    Hi, Branislav,
    Nice meeting you again.
    Last time the question was about formatting the total amount returned from the method, from String to Number, Re: JDeveloper does not handle expert SQL, cannot add query clause in view link, which can also format the number as currency.
    This time, your answer again solved my problem. I was looking in the inline styling section, and did not notice this property in the General section. Thank you so much for your help!
    Newman

  • Why won't my text align right in Live View or Browsers?

    I created a class called .reviewer so the the name of the reviewer would align right while the the review itself remains aligned to the left. I applied the class to the reviewer's name and in design view, it looks perfect. But in Live view and when I preview in a browser, the text remains aligned left. I put this class in two external style sheets, main.css and mainReviews.css.
    The page in question is: www.jillgrovemezzo.com/reviews.htm
    To be more specific, the text I want to align right under the first review is "Lawrence A. Johnson, Chicago Classical Review"
    Regina

    Add display: block; to your css class .reviewer (as shown below).
    .reviewer {
        text-align: right;
        display: block;

  • Table cell - text formatting question

    Can't seem to find how to do this. I changed the marging of
    the box to 5 pixels. That only seems to effect a sentence after a
    hard-break. It does not effect soft-breks/returns.
    I'd like every line in the cell to be 3 pixels from the left
    border.
    Thx!

    Not enough. Code from Main.css please.
    (Link to the actual page is always best. This is a
    user-to-user forum, No
    one is paid to be here. The easier you make it for us to see
    everything the
    more likely you are to get help.)
    Walt
    "JRStaf4ord" <[email protected]> wrote in
    message
    news:[email protected]...
    > Here is the code for assistance -- thank you all!...
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > <link href="Main.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    > .style1 {
    > font-family: Tahoma, Arial, "Lucida Console",
    sans-serif;
    > font-size: 14px;
    > line-height: 21px;
    > color: #000000;
    > background-position: center center;
    > margin: 5px;
    > text-indent: 5px;
    > white-space: normal;
    > vertical-align: text-top;
    > text-align: left;
    > visibility: visible;
    > display: inline;
    > background-color: #FFFFFF;
    > background-image: none;
    > background-repeat: no-repeat;
    > padding-left: 5px;
    > }
    > a:link {
    > color: #663300;
    > }
    > a:visited {
    > color: #999999;
    > }
    > a:hover {
    > color: #669900;
    > }
    > a:active {
    > color: #663300;
    > }
    > .style4 {
    > font-family: Tahoma, Arial, "Lucida Console",
    sans-serif;
    > font-size: 10px;
    > color: #9BB674;
    > }
    > body {
    > margin-left: 2px;
    > }
    > .style5 {color: #663300}
    > .style9 {color: #663300; font-size: 18px; }
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <table width="700" border="1" align="center"
    cellpadding="1"
    > cellspacing="0"
    > bordercolor="#FFFFFF" bgcolor="#FFFFFF"
    class="style1">
    > <tr>
    > <td width="150" bgcolor="#FFFFFF"><script
    type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','150','height','140','title','Flash
    > Logo','src','Images and
    > Video/Pic3','quality','high','pluginspage','
    http://www.adobe.com/shockwave/downl
    >
    oad/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Images
    and
    > Video/Pic3' ); //end AC code
    > </script>
    > <noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="150" height="140" title="Flash
    Logo">
    > <param name="movie" value="Images and Video/Pic3.swf"
    />
    > <param name="quality" value="high" />
    > <embed src="Images and Video/Pic3.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="150"
    > height="140"></embed>
    > </object></noscript></td>
    > <td colspan="3"
    bordercolor="#FFFFFF"><p><img src="Images and
    > Video/Banner2.gif" alt="Stafford SBSG Small Business
    Consulting Banner"
    > width="738" height="122" /></p></td>
    > </tr>
    > <tr>
    > <td height="170" rowspan="3">Web
    Marketing</td>
    > <td colspan="3" align="left" valign="top"
    bgcolor="#CCDBB6"><h1
    > class="style5"><br />
    > <span class="style9">Business
    Plans</span></h1>
    > <p align="left">Entrepreneurship can be exciting
    and rewarding,
    > but
    > you must be prepared and
    > committed. Careful planning is fundamental to success. A
    well
    > written business plan is
    > essential in acquiring financing, managing growth, and
    beating the
    > competition. Like a
    > budget, it is a work in progress that should be
    maintained and
    > referred to on a regular
    > basis. From the Executive Summary to the Appendix and
    everything
    > in-between,
    > Stafford SBSG can help you create an integrated business
    plan
    > that
    > contains all the
    > essential elements to help you achieve success.
    > When developing your business plan, Stafford SBSG is
    very
    > ?hands-on?, asking
    > questions, challenging your assumptions and designing a
    plan
    > that is
    > customized
    > for
    > your business.</p> </td>
    > </tr>
    > <tr>
    > <td colspan="2" align="left" valign="top"
    bgcolor="#CCDBB6"><br />
    > A typical development process includes interviews of
    management,
    > strategic market research and analysis, mid-project
    status
    > check,
    > plan draft, client
    > feedback and revisions, and finalization.
    >
    > If you already have a basic plan, but need to include
    additional
    > elements to enhance
    > your ability to acquire financial backing, identify
    growth
    > opportunities, or communicate
    > with your employees, Stafford SBSG can assist you in the
    areas
    > of
    > Market Analysis,
    > Company Description, Organization and Management,
    Marketing and
    > Sales
    > Management, Product Description and Funding Request
    Presentation.</td>
    > <td align="left" valign="top"
    bgcolor="#CCDBB6"><img src="Images and
    > Video/BizPlan1.jpg" alt="Business Plan Development
    Strategy" width="327"
    > height="203" /></td>
    > </tr>
    > <tr>
    > <td colspan="3" align="left" valign="top"
    bgcolor="#CCDBB6"> <br />
    > If you have created a comprehensive plan and would like
    an
    > independent
    > analysis to
    > identify gaps or inconsistencies, Stafford SBSG can
    review your
    > plan
    > and provide you
    > with a written report ?that includes suggested changes,
    revisions or
    > additions.</td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td
    width="361"><p> </p></td>
    > <td width="113"> </td>
    > <td width="261"> </td>
    > </tr>
    > <tr>
    > <td bordercolor="#CCDBB6"> </td>
    > <td colspan="3" align="center" valign="top"><p
    align="center"
    > class="style4">Stafford SBSG: Annapolis MD,
    410.280.9618 and Wintergreen,
    > VA
    > 434.325.1439<br />
    > Web Marketing - Marketing Analytics - Marketing Plans -
    Business
    > Plans -
    > Compensation Plans - Financial Management - Human
    Resources</p> </td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >
    >

  • Inheriting -fx-text-alignment CSS Property

    Hello,
    I am referring to the Inheritance section in the following document:
    http://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#typefont
    The document states that the three CSS properties are inherited by a node from its parent, by default:
    -fx-cursor
    -fx-text-alignment
    -fx-font
    The following program is to demonstrate the above CSS rule.
    package test;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.Label;
    import javafx.scene.layout.VBox;
    import javafx.scene.text.Text;
    import javafx.stage.Stage;
    public class Test extends Application {
         public static void main(String[] args) {
              Application.launch(args);
         public void start(Stage stage) {
              VBox root = new VBox();
              root.setStyle("-fx-cursor: hand;" +
                            "-fx-text-alignment: right;" +
                            "-fx-font: normal bold 20px \"serif\"");
              Label lb2 = new Label("Just adding a long text to test the text alignment:");
              lb2.setWrapText(true);
              //lb2.setStyle("-fx-text-alignment: inherit");
              Text t2 = new Text("This is a big text for the Text node");
              lb2.setPrefWidth(100);
              t2.setWrappingWidth(50);
             //t2.setStyle("-fx-text-alignment: inherit");
              root.getChildren().addAll(lb2, t2);
              Scene scene = new Scene(root);
              scene.getStylesheets().add("resources/css/hjfx.css");
              stage.setScene(scene);
              stage.setTitle("Test");
              stage.show();
    }I have the following questions:
    1. The -fx-text-alignment property is not inherited by default by the Label and Text nodes. If I specify the value as inherit, it works as expected.
    2. The textAlignment property is not just defined in the Text class. It is also defined in the Labeled class. The font property is not defined in the Font class either. Why does this document refer to these classes in the table in the Inheritance section?
    3. Can someone give me an example of what does this document mean by stating that -fx-text-alignment property is inherited by nodes from their parents, by default.
    Thanks
    Kishori

    These are either bugs in the document or bugs in the code. Would you mind creating an issue in JIRA (http://javafx-jira.kenai.com/) to track this?

  • Table Cell Renderer Text Alignment Problem

    Hallo !
    I got a JTable with cells containing text and icons. I would like to have the icon on the top and the text on the bottom, but the renderer aligns always the text on the right of the icon.
    I made a custom renderer extending DefaultTableCellRenderer and there i wrote setVerticalTextPosition(BOTTOM);, but it does'nt work in any way (i tried in many ways. I also used html for the text, but it's the same).
    More exactly the code is
    public class MyRenderer extends DefaultTableCellRenderer{
    public java.awt.Component getTableCellRendererComponent(JTable table,Object value,boolean isSelected,boolean hasFocus,int row,int column) {
            super.getTableCellRendererComponent(table,""/*value*/,isSelected,hasFocus,row,column);
    FieldRenderer renderedValue=(FieldRenderer)value;
    //setHorizontalAlignment(CENTER);
    //setVerticalAlignment(CENTER);
    setVerticalTextPosition(BOTTOM);
    setText(renderedValue.getRepresentation());
    setToolTipText(renderedValue.getRepresentation());
    setIcon(renderedValue.getIcon());
            return this;
    }where FieldRenderer is an object containing icon, text, etc.
    Can anyone help ?
    Thanks in advance, Massimo
    }

    Setting a renderer for first column:
    assetTable.getColumnModel().getColumn(1).setRenderer(tableRenderer);Your custom renderer must honor the selection color and border or otherwise the first column will not look selected. You should subclass DefaultTableCellRenderer:
    public class AssesTableRenderer extends DefaultTableCellRenderer  {
      public Component getTableCellRendererComponent(...) {
        // default renderer uses a label
        JLabel label = (JLabel)super.getTableCellRendererComponent(...);
        // decide icon to use
        Icon icon = ...;
        label.setIcon(icon);
       return label;
    }

  • SSRS- Span tag with text-align CSS property

    Hi All,
    I hope you can direct me.
    If I use the text box as HTML - Interpret HTML tags as styles, and write the following in it:
    "<p style='text-align: right';>Ghada Naim</p>"
    It works correctly ,but the following do not respond to the style:
    "<span style='text-align: right';>Ghada Naim</span>"
    Please, what is the problem? Is the span tag with  SSRS does not support to text align property or what?
    Thank you,

    Hi GhadaNaim,
    In Reporting Services, the following is a complete list of tags that will render as HTML when defined as placeholder text:
    Hyperlinks: <A HREF>
    Fonts: <FONT>
    Header, style and block elements: <H{n}>, <DIV>, <SPAN>,<P>, <DIV>, <LI>, <HN>
    Text format: <B>, <I>, <U>, <S>
    List handling: <OL>, <UL>, <LI>
    We can know that the <SPAN> tag is supported. Based on my further research, the <span> tag is used to group inline-elements in a document and it provides no visual change by itself. So we couldn’t directly see its respond in report.
    For more information about HTML <span> Tag, please refer to the following document:
    http://www.w3schools.com/tags/tag_span.asp
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong 
    Katherine Xiong
    TechNet Community Support

  • Text alignment "Justify" is not aligned in Crystal Viewer.

    Hi,
    I am having a text field in report like paragraph format in Detail section and I have setting the text alignment as u201CJustifyu201D. If I launch the report through dhtml viewer the text is not aligned in justify format, it is getting aligned as left alignment, but it is working properly while exporting to PDF and Design Preview panel.
    This problem is occurs in Crystal Report XI Release 2 and Crystal Report 2008 also.
    This has been already posted and the link is Text Alignment - Justification Problem
    Please help me to overcome this issue.
    Thanks in Advance.

    With CR 2008, make sure you are on SP4:
    SP4
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    SP4 MSI
    https://smpdl.sap-ag.de/~sapidp/012002523100008782532011E/cr2008sp4_redist.zip
    SP4 MSM
    https://smpdl.sap-ag.de/~sapidp/012002523100008782522011E/cr2008sp4_mm.zip
    If that does not help, please provide a link to screen shots of the issue.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • After upgrading to Yosemite I cannot download updates and the icons are not question marks.

    I upgraded from Mavericks to Yosemite, I cannot download any updates for apps and cannot purchase apps. When I go to the app store all the icons are have question marks in them. Any ideas on what I can do to fix this problem?

    Repair permissions & restart your comp.

  • The icons in the bookmark tool bar are blank and the text that use to be below the icon is gone. I now have to cursor over the blank icons to see the text and the one I want. Can the icon/text customization be returned?

    In the Navigation Toolbar, the icons "Back", "Forward" etc. show the small icon and the descriptive text below the Icon. My Bookmark Toolbar use to have the same icon/text format but at some point, possibly a browser update, that changed. Currently, I do have a visible Bookmark Toolbar BUT the icons do not show the website icon, as previously, and the text below each icon is gone. I an cursor over each icon and the text becomes visible next to the icon. This is a bit of a pain to find a bookmark. Can I do a customization to return to the icon/text format.
    Was this changed because browser users requested this option, or was it an internal decision.? If the later why make such changes when not requested?
    Ed Sander

    That wasn't a change in Firefox. It sounds like something is broken in your Firefox installation, or you are misunderstanding the different between the Bookmarks Toolbar and the other Toolbars.
    In the Bookmarks Toolbar the text appears next to the website icon, not below the icon as with the other two Toolbars, and it's not switchable between text and no text as with the other Toolbars. With both the bookmark icon and the Bookmark name missing, something is broken in your installation. You need to do a little troubleshooting.
    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]
    If your problem isn't related to an extension, your bookmarks data base file (places.sqlite) is probably corrupt. <br />
    http://kb.mozillazine.org/Locked_or_damaged_places.sqlite <br />
    Be aware that if you delete the "places.sqlite" and similar files, your bookmark website icons won't automatically appear (the JSON backups don't have that icon data) when you restart Firefox and the places.sqlite is rebuilt using the backup data file, but the icons should be saved the first time each bookmark is used for the first time.

  • My computer suddenly refuse to start. When I turn it on it gives the startup sound but the screen is grey and after a while a little folder icon with a question mark inside turns up. It doesn't blink. What to do? Nothing happens if I try to start up from

    As I say my computer, a mac mini refuse to start. When I turn it on it gives the startup sound and the screen turns grey and stay that way for a long time. And in the end a small folder icon with a question mark inside (it doesn't blink) turns up in the middle of the screen.
    I have tried to start up from the installation CD holding down the C key on the keyboard. Same result. I have tried different key combinations while starting up. No result or rather same result. Nothing. Is the computer suddenly dead?
    I was about to buy a new computer but I need access to my data on this one (I write this on an iPad) but hven't yet found a way.
    Anybody have any good advice?
    I thought it was a software problem, that the computer couldn't find the startup software or something and maybe it is, but I am beginning to fear that it could be a hardware problem.

    You need to re install OSX. If you have the dmg file downloaded via torrentz this is how you can create a bootable external HD or Flash drive (8 GB+)
    https://discussions.apple.com/message/23957654#23957654
    Peace
    Harry

Maybe you are looking for

  • How can I change where the PLUS sign in Maverick Safari saves the url?

    JUst loaded Mavericks and Safari now add URLs to my reading list when I hit the +. How can + put a URL into bookmarks (the way it used to)?

  • Page orientation in PDF view

    Hi Experts, We are working on a complex book design which contains heavy tables. The book design is portroit and some tables need to be set in landscape (90 deg rotation in portroit page). The customer requirement is whenever view the PDF pages in Ac

  • PRS-T1 PDF Zoom

    Hi! When I read PDFs where you can't or should not change the font size because of reflow problems and using the Panorama-Mode is still too small, you have to zoom in. When you turn the page now, the zoom window is at the same position on the next pa

  • Link in Frame 9 toc in column extends across second column in Acrobat X pdf.

    We created a TOC in the left half of the page (which happens to have a color background on the master). The remaining space is filled with some intro text. In the frame file, the links all behave correctly. The tag styles for the TOC are not set to s

  • Mounting cdrom drives in VM Guests

    I've installed the latest version of OVM (whistler) and have installed a guest OEL5.3 environment (Vail). I can mount /mnt/cdrom on Whistler but it is never recognized in Vail. I have a /dev/sdc showing on Vail but get this when I mount it: mount /mn