ZPL problem with layout A5 landscape

The data in my ZPL is not complete. I generate ZPL using GeneratePrintedOutput2. I use the zpl300.xdc.
The XDP size is DIN A5 page orientation is landscape. When I switch it to page orientation = portait the data is complete. Does Adobe ZPL not work with XDP-layouts using size DIN A5 (height 148mm x width 210mm) and page orientation = landscape? Can it be fixed by changing the XDC ?

Make sure the XDCURI that you specify in generatePrintedOutput2 :http://help.adobe.com/en_US/livecycle/10.0/ProgramLC/javadoc/com/adobe/livecycle/output/cl ient/OutputClient.html#generatePrintedOutput2(com.adobe.livecycle.output.client.PrintForma t, java.lang.String, com.adobe.idp.Document, java.lang.String, com.adobe.livecycle.output.client.PrintedOutputOptionsSpec, com.adobe.idp.Document) is available to LC server as mentioned here : http://help.adobe.com/en_US/livecycle/10.0/WorkbenchHelp/WS92d06802c76abadb3f4eb35312c7a1f b01f-7fff.html
-Wasil

Similar Messages

  • Problem with layout and changing content

    Hi, I`m new to Swing and I have a problem with layout.
    I want to make a menu using JButtons so that depending on which button you click you`ll get different content in the window. And first of all I don`t know how to center the buttons.
    I have a JFrame called GameWindow that has a JPanel field called content. My idea was to create a JPanel with buttons and then using ActionListeners change the JPanel held in 'content'.
    Here`s the code:
    public class GameWindow extends JFrame{     
         private static final long serialVersionUID = 1L;
         private JPanel content;
         private Player player;
         public GameWindow(){          
              super("Dawn Crystal");
              Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
              setSize((int)screenSize.getWidth(), (int)screenSize.getHeight());
              setExtendedState(MAXIMIZED_BOTH);
         public void mainMenu(){
              content = new MainMenu(this);
              Dimension dim = content.getSize();
              setLayout(null);                    
              Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
              int x = (int)((screen.getWidth() - dim.getWidth()) / 2);
              int y = (int)((screen.getHeight() - dim.getHeight()) / 2);
              int dimX = (int)dim.getWidth();
              int dimY = (int)dim.getHeight();          
              content.setBounds(x, y, 120, 120);          
              getContentPane().add(content);          
              setVisible(true);
         public void adventureScreen(){
              //so far empty
         public void createNewPlayer(){
              content.setVisible(false);
              content = new NewPlayerCreationWindow();
              getContentPane().add(content);          
              content.setVisible(true);
              //setVisible(true);
         public void setPlayer(Player p){ player=p; }
    public class MainMenu extends JPanel{     
         private static final long serialVersionUID = 1L;     
         private JPanel mainMenuButtons;
         private JButton newGame;
         private JButton loadGame;
         private JButton options;
         private JButton exit;
         public MainMenu(GameWindow par){
              mainMenuButtons = new JPanel();     
              //create buttons
              newGame = new JButton("NEW GAME");
              loadGame = new JButton("LOAD GAME");
              options = new JButton("OPTIONS");
              exit = new JButton("EXIT");
              //create action listeners
              newGame.addActionListener(new NewGameListener());
              exit.addActionListener(new ExitListener(par));     
              //add buttons to panel
              mainMenuButtons.setLayout( new GridLayout(4,1));
              mainMenuButtons.add(newGame);
              mainMenuButtons.add(loadGame);
              mainMenuButtons.add(options);
              mainMenuButtons.add(exit);     
              add(mainMenuButtons);          
    }When it displays the buttons are at the top of the frame rather than in the center - I thought that was how the default layout would behave. So that`s my first question - how to center it.
    Secondly I have NewPlayerCreationWindow written but when I call createNewPlayer() I get an empty frame - what am I doing wrong?
    Finally I`d like to ask how can I make the frame appear as maximized when the application is started? The setExtendedState(MAXIMIZED_BOTH); doesn`t help actually because the window`s height is too big and a part of window is hidden under the system bar. I want to have it maximized regardless of screen resolution.

    Use a [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]Card Layout.

  • Problem with rotation and landscape mode in iOS 8

    From start of iOS 8 I have got problem with rotation in my iPhone 5S 32GB as well as in my iPad mini retina 32GB. Automatical rotation to landscape mode is not working correctly. For example if you take the phone or tablet to landscape mode in base display and tap to Safari, Mail, Messages, the app will start but stay in normal mode, not landscape. Then you have to back the phone to normal portrait mode and back to landscape and only then the phone do the landscape mode. I have never seen this problem in iOS 7 or older.
    Could you help me anyone with this problem? Or is the problem generally in iOS 8.
    Thanks a lot
    Jakub

    Brian, thanks, but it's not a rotation lock issue - at least not relating to the rotation lock setting. It's just a general use setting. Right now i have my iPhone propped in landscape mode. If I now hit the home button, essentially returning to a portrait setting though my phone is still positioned in landscape, then open any other app that supports landscape, that app WILL NOT orient itself to landscape mode. It will stay in portrait mode. The phone has to be physically oriented to portrait, then back to landscape for the app to register landscape mode properly. This is a glitch, and not a rotation lock issue. it ought to be noted that this was not an issue in iOS 7 or any previous iteration.

  • Problem with layout smartform

    Hello all,
    I have a problem with the layout of smartform.
    My smartform is composed of a window (main).
    Within the main window, there is a loop where they are
    printed a series of tables which are associated with a frame.
    When the smartform printed on the next page, it is incapable to
    to manage the frames in their entirety.
    Thanks.

    Hi,
    my smartform is composed as follows:
    Page 1
      Main
         Loop
            Table 1
            Table 2
            Table n
    Each table consists of a frame.
    The problem is that when the smartform go to the next page, I can not handle frames.
    Part of frame is displayed on the first page, the other party to the second page.
    I tried to put the flag protection page on the tables, but the frame has not been successful.
    I hope someone help me.
    Regards,
    Maurizio.

  • Problems with layout and printing tables

    Hello,
    my first ADOBE-Form "projekt" makes more problems than expected, especially with the layout.
    Layout Problem 1:
    I want to print the data of a table (thats my only parameter in the interface and the table itself is deep structures with other tables). So I have bound the "standard" subform (the one ADOBE inserts automatically" to the table and selected that the subform is repeated after every record.
    Anyhow ADOBE processes only the first record of this table.
    Maybe the reason is, that I need to display the data of one record on two pages. So I created two pages each with the "standard" subform and bounded both to the table.
    What am I doing wrong? Do i have to do the page split another way?
    Layout Problem 2:
    I have a text field with multiple lines allowed. But it overwrites the content of the object, that comes below.
    Its the same with my other subforms for table data.
    How can I tell the system, that an object needs to be pushed downside on the page, if the context above needs more space?
    Thanks in advance for your answers!
    Regards,
    Frank

    Yeah, you say it
    subforms and they "flowing" etc. properties are killing me, but after some hours I think I got the concept.
    The form looks quite well, everything is pushed downwards if an item above gets expanded.
    But one problem remains: this form only prints the very first record of my table.
    I have no problems with the tables nested inside the main table. They work perfectly and everything is fine there!
    But I cant tell the form to print my other records...
    I somehow played around and made it work, but then the next record was not on the next page but directly after the subform created by the context area (if this terminology is correct).
    I played around even further and created a paging with reference to the context area, but then the first page looked quite odd (page 2, 3, 4... looks perfect).
    I tried to fix also this and then I somehow messed up my form and could not undo my changes (it was only a "to play with" copy...)
    Just to explain it again:
    I have one table (lets call it the "main table" because its the import parameter of the interface) and inside this table are other nested tables.
    I want to print one record of the "main table" across 2 pages and after that the next record of the "main table" should be printed beginning at the 3rd page.
    As I said, the two pages look wonderful (even though I have not yet covered the issue of what should happen, two pages are not enough for one record of the "main table"). but as soon as I try to display the next records of the "main table" as well, i am stucked in unpredictable layout problems.
    I cant believe that I try anything extraordinary. Lets hope that I can solve this with your very appreciated help.
    Thanks in advance Otto!!!
    And kind regards, Frank

  • Problem with layout in Web Application Designer

    Hi all,
       I am working with the BEx Web Application Designer. Well, I execute a web template in the browser, click on right button and  choose enhanced menu, query properties and mark the check box Display Rows as Hierarchy and Expand to and from the list of values (combo-box) choose the last field that can be expanded.
    Once all the lines have been expanded and the layout of the template is longer than a page, we look for a line that is not in the first page and contract it. The problem is that when we contract the line, the layout shows  the first page, instead of the page where the line had been contracted. I have tried to solve this changing the properties that appear when the template is designed, but I haven´t found the solution. Is there any way so that i can solve it?
    Thanks in advance,
    Mª del Mar Bonilla.

    Bonilla,
    Welcome to SDN...
    Try this out...
    In the Query designer view , right click on the rows structure and select display as hierarchy. In case this option works fine , the behavior pointed out by you could be a possible bug.
    Just update the result of what I have mentioned above...
    Hope it helps..
    Arun
    P.S Assigning points is a way fo saying thank you in SDN

  • V 3.2 v2 now has problems with layouts, displays images fine in IE10, Firefox but not in Chrome...

    Images placed in a page are not displaying in the same places in the design view on the rendered Chrome page, they are perfect in IE 10 and Firefox but not chrome / safari (ipad)?
    In other words I cant get all the browsers to render the same, in order to get one set to work I have to position images one way and then they dont work in the other browsers? it doesnt make much sense but i cant seem to figure it out and need urgent help!
    see here: http://www.nalpeiron.com/--analytics-solutions-by-role--.html
    this has been setup to work with chrome, but in the design view you have to place the images in totally wrong places to get them to show correctly....
    if you review in ie/firefox you can see the problem!
    Ideas?

    Every browser will potentially line break the same text with the same formatting differently due to subtle differences in the text layout engines between browsers, so the inline graphic approach is generally the best approach for achieving completely reliable results.
    The reason the difference was so dramatic between IE or Firefox versus Chrome or Safari is that Chrome and Safari are based on Webkit and Webkit rounds percentage leading to a whole pixel value where as IE and Firefox interpret percentage leading as a fractional pixel amount, if necessary. This means line spacing for text with leading that's specified as a percentage will be substantially different between IE/Firefox and Chrome/Safari. You can avoid this by entering a pixel value (i.e. "14 px" for leading in the Control Strip or Text panel in Muse.

  • Problem with layout and spry menu in IE

    My navigation bar looks fine in Foxfire and Safari, but is all messed up in IE.
    here is a link to the page:
    http://vacationlandphotography.com/tls/header.html
    here is my code:
    <html>
    <head>
    <title>The Landing School</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- ImageReady Styles (header.psd) -->
    <style type="text/css">
    <!--
    body {
        text-align:center;
        background-color: #000000;
    #wrapper {
        margin: 0 auto;
        width: 1000;
        text-align:left;
    #Table_01 {
        margin: 0 auto;
        left:0px;
        top:0px;
        width:1000px;
        height:133px;
    #header-01 {
        position:relative;
        left:0px;
        top:0px;
        width:1000px;
        height:102px;
    #header-02 {
        position:relative;
        left:0px;
        top:0px;
        width:720px;
        height:30px;
    #header-03 {
        position:relative;
        left:697px;
        top:-31px;
        width:141px;
        height:31px;
    #header-04 {
        position:relative;
        left:838px;
        top:-61px;
        width:29px;
        height:31px;
    #header-05 {
        position:relative;
        left:867px;
        top:-92px;
        width:30px;
        height:31px;
    #header-06 {
        position:relative;
        left:897px;
        top:-123px;
        width:31px;
        height:31px;
    #header-07 {
        position:relative;
        left:928px;
        top:-154px;
        width:27px;
        height:31px;
    #header-08 {
        position:relative;
        left:955px;
        top:-185px;
        width:45px;
        height:31px;
    -->
    </style>
    <!-- End ImageReady Styles -->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    </head>
    <body style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;">
    <div id="wrapper">
    <!-- ImageReady Slices (header.psd) -->
    <div id="Table_01">
        <div id="header-01">
            <img src="images/header_01.gif" width="1000" height="102" alt="">  </div>
        <div id="header-02">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a class="MenuBarItemSubmenu" href="#">Wooden Boat Building</a>
                <ul>
                  <li><a href="#">Overview </a></li>
                  <li><a href="#">Career Options</a></li>
                  <li><a href="#">Alumni Profile</a></li>
                  <li><a href="#">Syllabus</a></li>
                  <li><a href="#">Admission</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Composite Boat Building</a>
              <ul>
                <li><a href="#">Overview</a></li>
                <li><a href="#">Career Options</a></li>
                <li><a href="#">Alumni Profile</a></li>
                <li><a href="#">Syllabus</a></li>
                <li><a href="#">Admission</a></li>
              </ul>
            </li>
            <li><a class="MenuBarItemSubmenu MenuBarItemSubmenu" href="#">Yacht Design</a>
              <ul>
                <li><a href="#">Overview</a></li>
                <li><a href="#">Career Options</a></li>
                <li><a href="#">Alumni Profile</a></li>
                <li><a href="#">Syllabus</a></li>
                <li><a href="#">Admission</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Marine Systems</a>
              <ul>
                <li><a href="#">Overview</a></li>
                <li><a href="#">Career Options</a></li>
                <li><a href="#">Alumni Profile</a></li>
                <li><a href="#">Syllabus</a></li>
                <li><a href="#">Admission</a></li>
              </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">Overview</a>
              <ul>
                <li><a href="#">Mission</a></li>
                <li><a href="#">Location</a></li>
                <li><a href="#">Associate’s Degree</a></li>
                <li><a href="#">Tuition and Financial Aid</a></li>
                <li><a href="#">Admission</a></li>
                <li><a href="#">Faculty</a></li>
              </ul>
            </li>
          </ul>
      </div>
    <div id="header-03">
            <img src="images/header_03.gif" width="141" height="31" alt="">  </div>
    <div id="header-04">
        <a href="https://www.facebook.com/pages/The-Landing-School/81582557331?ref=ts" target="_top"><img src="images/header_04.gif" alt="" width="29" height="31" border="0"></a>    </div>
    <div id="header-05">
            <a href="http://twitter.com/#!/landingschool" target="_top"><img src="images/header_05.gif" alt="" width="30" height="31" border="0"></a>    </div>
    <div id="header-06">
            <a href="http://www.youtube.com/user/TheLandingSchool" target="_top"><img src="images/header_06.gif" alt="" width="31" height="31" border="0"></a>    </div>
    <div id="header-07">
            <a href="http://landingschool.blogspot.com/" target="_top"><img src="images/header_07.gif" alt="" width="27" height="31" border="0"></a>    </div>
    <div id="header-08">
            <img src="images/header_08.gif" width="45" height="31" alt="">
        </div>
    </div>
    <!-- End ImageReady Slices -->
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    here is my CSS:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: none;
        width: 700;
        font-family: Arial;
        color: #FFFFFF;
        border: thin none #000000;
        height: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
        background-color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 11px;
        text-align: center;
        cursor: crosshair;
        width: 138px;
        float: left;
        height: 29px;
        background-color: #FFFFFF;
        border: 1px solid #000000;
        font-family: Arial;
        color: #FFFFFF;
        word-spacing: -0.1em;
        letter-spacing: normal;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        font: Arial;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: relative;
        left: -500em;
        background-color: #999999;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 125%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 0px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        font: Arial;
        background-color: #999;
        padding: 0.5em 0.75em;
        color: #333;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #003366;
        color: #FFFFFF;
        border: 0px;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #003366;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: none;
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: #FFFFFF;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        background: #FFF;
    thank you!
    Tote Road

    Your first difficulty is outlined here in the W3C Validation tool: http://validator.w3.org/check?uri=http%3A%2F%2Fvacationlandphotography.com%2Ftls%2Fheader. html&charset=%28detect+automatically%29&doctype=Inline&group=0
    Without a doctype declaration, the browsers don't know what to do with your code. Some apparently guess well. Internet Explorer, not so much.
    After you've fixed your page up by copying this
    <!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" />
    in place of this:
    <html>
    <head>
    either things will be improved or there will be something else cropping up. I opt for the former, myself!
    Beth

  • ALV GRID DISPLAY -Problem with Layout

    Hi,
    I'm using ALV GRID DISPLAY. I ran the program and in the output i created a layout Test1.Later i created a layout Test2. Now when i run the report, when i select layout Test1, the display is not as selected for the layout. but when i manualy select the layout throu change layout-->Test1, the display is working good. Can someone tell me what the problem can be?
    Thanks
    Challa

    hi,
    in the FM have you filled the structure IS_VARIANT.
    is_variant-report = sy-repid.
    is_variant-variant = <variant name>.
    Regards,
    Leo

  • Problem with Printing in Landscape

    Hello,
    I have a user running Adobe Acrobat 9.3 on Windows 7 Professional 64bit. The user works in our CAD department and so needs to print out drawings saved in PDF format.  When they go to print the document, they need to turn the document to landscape.  The first time they go to print, they change the orientation and press OK it does not take and the document stays in portrait.  When they go into the setup again, it takes the change.
    Obviously, this is very annoying for the user as they have to go into the Page Setup twice everytime they print a drawing which may be multiple times during the course of a normal working day.
    Any help would be greatly appreciated.

    Thanks for your response.  I went ahead and filed a Correction Action Request for your orignal issue, since I was able to reproduce the same behavior when I ran your VI.  The solution of printing the front panel of a subVI displaying the same graph is a workaround for this problem. Please look at the following KnowledgeBase for more details on how to do this.  Hope this helps!
    How Do I Print a Single Control from the Front Panel (for example, a Graph)?

  • Problem with Layout / Missing Buttons in Flex Bulder Properties under Windows 7

    Hi Guys,
    I'have a very urgent problem wich i need to get fixed, but I didn't find any solution on the web.
    I upgraded to Windows7 Professional 64. After installing Flex Builder3 with all its updates I wanted to change the run/debug settings in the properties of the project.
    Unfortunatly the buttons on the rigth (edit, remove, etc won't show) i reinstalled flex builder 3 standalone several times without any luck.
    I checked if there are areas wich also don't look right. in the flex programm properties i cant add any new sdk. Buttons there are also not there.
    Please somebody maybe from adobe can help to solve this issue ?
    best regards
    Carsten

    Thanks alot David for trying to help. After spending several hours searching i found the problem.
    Believe it or not, the problem is caused by the Logitech Drivers.
    The Problem already existed in Vista 64bit.
    See this Post.
    http://cookbooks.adobe.com/post_Flex_Builder_3_on_Windows_Vista_64_bits_issues-12826.html
    After uninstalling the SetPoint Software everything is looking normal again.
    Thanks again for your help.
    Carsten

  • Facing problem with layout editor in screen painter .

    Hi gurus,
    I have installed IDES ECC 6.0 in my home system. Now when I go to layout editor in screen painter, I am getting rows in the screen. As per my knowledge there is an installation problem ..How to rectify that ? Could any one please tell me.
    Thanks & Regards
    Vardhan

    some times SAP Gui behaves like this, in my case i faced this problem many times, some times after shutdown my sap logon pad. and restart the sap , go to se51 , it will open the Screen painter normally. But some cases i uninstalled the Gui, and re installed .then only it opens properly. select all components when installing.

  • JSP page to be printed - problem with layout of printable page

    I have a JSP that collects some information from a variety of tables in my DB(SQL Server) and displays the results on an HTML page that is created for printing an official document. At the end of the document there is space for people to sign for their names and the problem comes as follows. There is always a table full of records that is displayed in the middle of the page and its size and contents are always subject to change in relation to the query previously executed. In the case of a big table with more records to be displayed than what can normally be displayed on ONE page, I want to cut the table at a certain point and when I do print preview on IE 5.5, I would like to see the rest of the table displayed on the second page with the SAME TABLE HEADINGS as in the first page. Is there a way to do that in co-op with IE 5.5?

    Printing from HTML is usually a mess. Generate a PDF if possible.
    Failing that you could try starting a new table every (say) ten rows and fixing the font size using a style sheet. It would depend how much variation there is in the printing devices you're delivering to.
    Another (extreme) option is to deploy a small signed applet (or Java Web Start application) that would receive the data in its parameters and simply display a "print" button on screen. It would then pop up the print dialog and perform pagination itself. Might take a lot of work to get it just right, though.

  • Problems with layout manager

    hello,
    In the code below, no matter how much i incerase the size of
    the top_pane object i can never get the scroll panel to move down
    visually. I would like the scroll panel to be centerd on the
    right side. I was trying to do this by adding a panel at the top
    and bottom both 100 in height and then put the scroll panel
    between them with a height of 400..this is not working :)
    any suggestions or help appreciated,
    jd
    the code...
    import javax.swing.JTree;
    import java.net.URL;
    import java.io.IOException;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.File;
    import java.util.Vector;
    import javax.swing.tree.*;
    import javax.swing.event.*;
    public class jd_back2{
         //Globals
          JPanel main_pane = new JPanel();
          JPanel command_panel = new JPanel();
          JPanel tree_pane = new JPanel();
          JPanel bottom_pane = new JPanel();
          JPanel scroller_pane = new JPanel();
          JPanel top_pane = new JPanel();
          JButton add = new JButton("Add");
          JButton remove = new JButton("Remove");
          JScrollPane picked_scroller = new JScrollPane(tree_pane);
          JFileChooser chooser = new JFileChooser();
          DefaultMutableTreeNode root_node = new DefaultMutableTreeNode("Files and Dirs to Backup");
          DefaultTreeModel treeModel = new DefaultTreeModel(root_node);
          JTree tree = new JTree(treeModel);
          String what;     
         public Component makeContent(){
              main_pane.setLayout(new BorderLayout());
              add.addMouseListener(new command_listner());
              remove.addMouseListener(new command_listner());
              makeTree();
              makeSelector();
              command_panel.add(add);
              command_panel.add(remove);
              picked_scroller.setPreferredSize(new java.awt.Dimension(200,300));
              picked_scroller.setVerticalScrollBarPolicy(javax.swing.JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
              picked_scroller.getViewport().setBackground(new java.awt.Color(255, 255, 255));
              picked_scroller.setBackground(new java.awt.Color(255, 255, 255));
              tree_pane.setBackground(new java.awt.Color(255, 255, 255));
              top_pane.setSize(new java.awt.Dimension(800,300));
              top_pane.setBackground(new java.awt.Color(255, 255, 255));
              tree_pane.add(tree); // tree_pane is added to picked_scroller above
              scroller_pane.add(picked_scroller);
              main_pane.add(top_pane, BorderLayout.NORTH);
              main_pane.add(scroller_pane, BorderLayout.EAST);
              main_pane.add(command_panel, BorderLayout.WEST);
              return main_pane;          
         public  void makeSelector(){
                   chooser.setFileSelectionMode(2);
                   chooser.setMultiSelectionEnabled(true);
                   //chooser.setControlButtonsAreShown(false);
         public void makeTree(){
              tree.getSelectionModel().setSelectionMode(TreeSelectionModel.SINGLE_TREE_SELECTION);          
              tree.addTreeSelectionListener(new TreeSelectionListener() {
                   public void valueChanged(TreeSelectionEvent e){
                        what = tree.getSelectionPath().toString();
                        System.out.println(what);
         public class command_listner extends MouseAdapter{
             public void mouseClicked(java.awt.event.MouseEvent evt){
                  Object source = evt.getSource();
                  if(source == add){
                       int returnVal = chooser.showOpenDialog(main_pane);
                       if (returnVal == JFileChooser.APPROVE_OPTION) {
                            File[] file = chooser.getSelectedFiles();
                  if(source == remove){
                       System.out.println("Remove Clicked");
         public static void main(String[] args) {
            try {
                UIManager.setLookAndFeel(
                    UIManager.getCrossPlatformLookAndFeelClassName());
            } catch (Exception e) {}
            JFrame frame = new JFrame("SwingApplication");
            jd_back2 app = new jd_back2(); // this concerns me
            Component contents = app.makeContent();
            frame.getContentPane().add(contents, BorderLayout.CENTER);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.pack();
            frame.setSize(new java.awt.Dimension(800,600));
            frame.setLocation(100,50);
            frame.setVisible(true);
    }

    Use TableLayout manger it will make your life easier, atleast it has made mine life lot easier.
    I have changed your code to use Tablelayout manager. You need TableLayout.jar to run it. It is available from http://java.sun.com/products/jfc/tsc/articles/tablelayout/
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.awt.event.MouseAdapter;
    import javax.swing.JButton;
    import javax.swing.JFileChooser;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTree;
    import javax.swing.UIManager;
    import javax.swing.event.TreeSelectionEvent;
    import javax.swing.event.TreeSelectionListener;
    import javax.swing.tree.DefaultMutableTreeNode;
    import javax.swing.tree.DefaultTreeModel;
    import javax.swing.tree.TreeSelectionModel;
    import layout.TableLayout;
    public class jd_back2 {
         //Globals           
         JPanel main_pane = new JPanel();
         JPanel command_panel = new JPanel();
         JPanel tree_pane = new JPanel();
         JPanel bottom_pane = new JPanel();
         JPanel scroller_pane = new JPanel();
         JPanel top_pane = new JPanel();
         JButton add = new JButton("Add");
         JButton remove = new JButton("Remove");
         JScrollPane picked_scroller = new JScrollPane(tree_pane);
         JFileChooser chooser = new JFileChooser();
         DefaultMutableTreeNode root_node =
              new DefaultMutableTreeNode("Files and Dirs to Backup");
         DefaultTreeModel treeModel = new DefaultTreeModel(root_node);
         JTree tree = new JTree(treeModel);
         String what;
         public Component makeContent() {
              add.addMouseListener(new command_listner());
              remove.addMouseListener(new command_listner());
              makeTree();
              makeSelector();
              command_panel.add(add);
              command_panel.add(remove);
              picked_scroller.setPreferredSize(new java.awt.Dimension(200, 300));
              picked_scroller.setVerticalScrollBarPolicy(
                   javax.swing.JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
              picked_scroller.getViewport().setBackground(
                   new java.awt.Color(255, 255, 255));
              picked_scroller.setBackground(new java.awt.Color(255, 255, 255));
              tree_pane.setBackground(new java.awt.Color(255, 255, 255));
              top_pane.setSize(new java.awt.Dimension(800, 300));
              top_pane.setBackground(new java.awt.Color(255, 255, 255));
              tree_pane.add(tree);
              // tree_pane is added to picked_scroller above          
              scroller_pane.add(picked_scroller);
              double[][] size = {{450,TableLayout.FILL},{125,TableLayout.FILL,50}};
              TableLayout layout = new TableLayout(size);
              main_pane.setLayout(layout);
              main_pane.add(scroller_pane, "1,1");
              main_pane.add(command_panel, "0,0");
              return main_pane;
         public void makeSelector() {
              chooser.setFileSelectionMode(2);
              chooser.setMultiSelectionEnabled(true);
              //chooser.setControlButtonsAreShown(false);     
         public void makeTree() {
              tree.getSelectionModel().setSelectionMode(
                   TreeSelectionModel.SINGLE_TREE_SELECTION);
              tree.addTreeSelectionListener(new TreeSelectionListener() {
                   public void valueChanged(TreeSelectionEvent e) {
                        what = tree.getSelectionPath().toString();
                        System.out.println(what);
         public class command_listner extends MouseAdapter {
              public void mouseClicked(java.awt.event.MouseEvent evt) {
                   Object source = evt.getSource();
                   if (source == add) {
                        int returnVal = chooser.showOpenDialog(main_pane);
                        if (returnVal == JFileChooser.APPROVE_OPTION) {
                   if (source == remove) {
                        System.out.println("Remove Clicked");
         public static void main(String[] args) {
              try {
                   UIManager.setLookAndFeel(
                        UIManager.getCrossPlatformLookAndFeelClassName());
              } catch (Exception e) {
              JFrame frame = new JFrame("SwingApplication");
              jd_back2 app = new jd_back2();
              // this concerns me       
              Component contents = app.makeContent();
              frame.getContentPane().add(contents, BorderLayout.CENTER);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.pack();
              frame.setSize(new java.awt.Dimension(800, 600));
              frame.setLocation(100, 50);
              frame.setVisible(true);
    }

  • Landscape Problems with Crystal Reports 2008 SP3

    My initial install of Crystal Reports 2008 was SP2 (12.2.0.290).  After installing SP3 and Fix Pack 3.3, I started to experience problems with reports in landscape orientation.
    The reports are set up as 11x8.5 in landscape.  They are loaded into a third party application that uses a Crystal Reports reviewer. 
    For some printers, the reports will reset to the 11x17 page size in portrait.  For others the reports stay at 11x8.5 landscape.
    The reports are typically set up with the "No Printer (optimize for screen display)" option active, but I tried a wide range of options including setting the "Microsoft XPS Document Writer" as the reference printer to activating the "Dissociate formatting Page Size and Printer Paper Size" option.  None of this helped.
    I backed out FP3.3 and that did not help.  After I backed out SP3, the problem went away.  It seems like something changed in the SP3 release that is causing this issue.
    What's the best way to communicate this to SAP?  I would like to see this fixed in a future patch.

    My initial install of Crystal Reports 2008 was SP2 (12.2.0.290).  After installing SP3 and Fix Pack 3.3, I started to experience problems with reports in landscape orientation.
    The reports are set up as 11x8.5 in landscape.  They are loaded into a third party application that uses a Crystal Reports reviewer. 
    For some printers, the reports will reset to the 11x17 page size in portrait.  For others the reports stay at 11x8.5 landscape.
    The reports are typically set up with the "No Printer (optimize for screen display)" option active, but I tried a wide range of options including setting the "Microsoft XPS Document Writer" as the reference printer to activating the "Dissociate formatting Page Size and Printer Paper Size" option.  None of this helped.
    I backed out FP3.3 and that did not help.  After I backed out SP3, the problem went away.  It seems like something changed in the SP3 release that is causing this issue.
    What's the best way to communicate this to SAP?  I would like to see this fixed in a future patch.

Maybe you are looking for

  • How to get af:commandLink components of a page in its showPrintablePage

    I have a table which has af:commandLink component in one of its column. Other columns have af:outputText components which are visible in show printable page of the table..But the column which has af:commandLink component in it shows blank.Is there an

  • Google search no longer working

    Google search stopped working this morning. Curios thing is, when select images, the images are returned, and then when you click back to search, the search results are displayed for that search. Tried safe mode and same behaviour resulted in no sear

  • Video in Menu

    I've been trying to incorporate a video in my menu, but despite many tutorials I'm still struggling. Below is my created menu. I've created it so that I can play a video within the large white area that takes up the bottom left corner of the menu. I

  • Burned DVD contains same picture over and over

    I'm trying to make successful DVDs of 3,357 photos exported from iPhoto through the following process Share, successful Export, successful Resized(smaller), successful Make Burn folder, successful Drag images to Burn folder, successful Burn, FAILURE

  • If I buy an iPad in the US, can I use it with a European carrier's sim card as well?

    If I buy an iPad in the US, can I use it with a European carrier's sim card as well?