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.

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.

  • 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 a smartform

    Hi, I would like to show on a invoice form an issuer name. I have defined in global definitions variable called "gv_name_text". In program lines of SIGN_CREATOR Signs I have putted value of sy-uname into my variable. I've placed my variable in SIGN_CREATOR,but nothing appears on the form when I'm testing it.What could be the problem?
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jan 7, 2009 11:38 AM

    Hi,
    I'm beginner with smartforms.How can I do that.I right clicked on SIGN_CREATOR->Create->Flow Logic->Program lines. Is that correct?
    Thanks,
    Stefan

  • 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 standar smartform ( Program RLE_DELNOTE)

    Hello everybody.
    I´ve made a smartforms for a deliveries. I use the standard program called RLE_DELNOTE. The problem is that the structure IS_DLV_DELNOTE in the smartform is not correctly informed and I just can get the header data and items data are missing.
    Could anybody help me???  I´ve read something similar but I couldnt get the solution... If somebody know some sap note I´ll be very happy too!!
    PD: Im Spanish and my English is not very good!! Sorry!!

    check sap note 858495
    Symptom
    You cannot print the order item number for the delivery item using the RLE_DELNOTE print program for printing the delivery note if you start the print or the print preview in Transactions VL02N or VL03N.

  • Problem with PO smartform display

    Hi All,
    I've developed a Purchase Order Template using Smartform. In NACE I've assignd the smartform name for a new output type. Smartform isworking properly.
    But while executing ME21n transaction I'm not getting my smartform template. In TNAPR table also I'm not able to find my Smartform name for its output type.
    Can any one tell me the reason? And how to rectify this problem?
    Rgds,
    Nithy..

    I am almost a total computer novice and am having what I think is the same problem  Just got my first Apple computer (Macbook Pro).  MSN Hotmail is my email account.  All the events on my 'hotmail' account are now unreadble because they are squished to the left side of the screen and I don't find any instructions as to how to fix this in the system. This problem didn't exist when I first started using my MAC two days ago, but now I'm stuck.  Everything else in my 'hotmail' seems to work fine.  Don't know what Chrome or Firefox is or if there is a cost for them.  Also, have never downloaded a program if any kind.
    My calendar is critically important to me and I don't have a clue as to what to do now.  Hope you can help.
    Thanks.  Linda

  • 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

  • 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

  • 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);
    }

Maybe you are looking for

  • I did a restore on my IPod touch and now all I get on the display is a picture of a USB and the Itunes logo

    I couldn't sync my Ipod touch, and kept getting an error message.  So, I did a restore.  Now my touch is stuck on a screen showing a white usb cable and the ITunes logo, which I assume is telling me to connect my Ipod to the computer.  But I did that

  • Reducing a picture file to attach to an e-mail message on a new Z10

    Hello out there, recently got a new Z 10,  love it by the way.   Does any one know how to reduce the picture files that you take with the Z10 to attach one or more to an email message.   There is no prompt in the sending process that warns you the fi

  • False Ringtones and Missing iTunes Money

    I bought an album off iTunes a few days ago. I was planning on making a few of the songs ringtones; all of them had the little 'bell' next to them. Now, when I go back to make the ringtones, it says I can't (it doesn't have the little bell, and it sa

  • SDK Setup Installation failed

    Hi Guys: We created an SDK Setup as we do for every Add-On using a separated solution to include, Customer Library, Setup & SDK Setup. We followed all the stesp we normally do, Change Add-On Name and Executable file, Include Customer Library Conpilat

  • Encore First Play Error

    Hi all-  I have been searching on this site about a First Play issue I am having.  I have 2 timelines (INTRO 1 and MAIN) and several menus in my project.  I have INTRO 1 set to "first play" and linked the end action to the first menu, which then goes