Width problems.

Hi! :)
I create a Home page, in this home page I create two pages(html) with template(reports region 100% width) and display point(page template body(3.items above region content)) "column=1" on the first Page, "column=2" on the second one.
When i run this page, I saw both pages side by side, this is what I want, but, they are not occupying all my home page width(100%), 50% for each page. Like this:
Home
#Page 1# #Page2#
I want:
Home
#Page 1 # #Page2 #
I tried set in Region Attributes on my Page 1 and 2 this, but didn't work.
style="width:50%; float:left;"
Thank you. :)

Hi, Zabo.
When you say "add a field.. in the typical manner", I guess you are talking about the Reports Wizard.
The last step of the wizard is to apply a report template, which includes page size definitions. That's why it reverts to the default (template) size.
Your choices:
a) after changing the report page size, never use the Wizard again. You can change your layout manually.
b) simply edit your template (or create a new one) and change the page size there.
And you should upgrade to the latest version, Reports 6i.
Hope this helps,
Pedro.

Similar Messages

  • ALV GRID Display Column Width problem when filtering

    Hello All,
       When i displaying ALV Grid Display ,i selected one column and set filter for that.
    the problem is column width at display is 12 charecters but in filter it is allowing only 10 charecters to enter which is wrong. i am unable to set filter.please give solution.
    Thanks
    Sandeep.G

    hello i am calling perform, ineed to set OUTPUTLEN according to field length how can i do that.
    FORM fill_fieldcat  USING  p_field TYPE slis_fieldcat_alv-fieldname
                               p_text  TYPE slis_fieldcat_alv-seltext_l
                               p_flag TYPE c.
      wa_fieldcat-fieldname    = p_field.
      wa_fieldcat-seltext_l    = p_text.
      wa_fieldcat-no_out  = p_flag.
       wa_fieldcat-outputlen = 20.
      APPEND wa_fieldcat TO i_fieldcat.
      CLEAR wa_fieldcat.

  • Spry Horizontal Menu Bar width problem in IE and Safari

    Hi Everyone,
    I am working on a template and have used Spry Horizontal Menu for quite a few sites now. This one is giving me problems though on the width of the navigation bar.  It moves the last right menu item to the next row on the left in Safari and IE and Chrome, but looks perfect in Firefox.  I'm using a googlefont for the text. As I have quite a few menu items I have them set to 'auto' width.  Is there a fix to make all the others look like it does in Firefox or do I need to shorten my menu items by changing titles/reducing padding, etc.?
    Working page can be viewed at www.ikanizi.com/index2.html
    Many thanks. 

    Anyone who increases their browser's text size will see the same thing.  For wiggle room, reduce top-level links from 11 to no more than 7.
    Nancy O.

  • Stage height width problem

    Hi Everyone ,
    I am quite new to Flash ,
    I have made one flash swf in flash cs3 using action script 2
    My requirment is like this -
    if client's resolution is less than or equal to 1024*768 i
    have to show scroll pane of size 410 and when resoution is higher
    than this i have to show scroll pane of size 540 . _x and _y
    of scroll pane is 0,0 all other things on flash is relative to this
    scroll pane so they take their _x and _y accordingly .(By the way i
    have only more movie clip on stage that is of height 160)
    I have used System.capabilities.screenResolutionX and
    System.capabilities.screenResolutionY to detect resolutions
    and have made scroll pane and movie clip to render
    accordingly .
    Now my problem is that there is no way i can change the size
    of stage dynamically as height and width of stage is read only
    (correct me if m wrng ) , so if i take my stage size ,according to
    hight resolution ie scroll size(540) + moviecilp size(160) , 700
    and when it is displayed on low resolutions it has white space of
    around 130 pixels and html content which is just below where my SWF
    ends looks far below where it is required .
    and if i do viceversa ie i make stage 410+160 than it
    truncates my SWF on high reolution .
    Is there any workaround for settings stage height and width
    dynamically or something to do with PUBLISH settings .
    Kindly help , my project deadlines are very near .
    Please help
    Thanks in advance

    Hi Everyone ,
    I am quite new to Flash ,
    I have made one flash swf in flash cs3 using action script 2
    My requirment is like this -
    if client's resolution is less than or equal to 1024*768 i
    have to show scroll pane of size 410 and when resoution is higher
    than this i have to show scroll pane of size 540 . _x and _y
    of scroll pane is 0,0 all other things on flash is relative to this
    scroll pane so they take their _x and _y accordingly .(By the way i
    have only more movie clip on stage that is of height 160)
    I have used System.capabilities.screenResolutionX and
    System.capabilities.screenResolutionY to detect resolutions
    and have made scroll pane and movie clip to render
    accordingly .
    Now my problem is that there is no way i can change the size
    of stage dynamically as height and width of stage is read only
    (correct me if m wrng ) , so if i take my stage size ,according to
    hight resolution ie scroll size(540) + moviecilp size(160) , 700
    and when it is displayed on low resolutions it has white space of
    around 130 pixels and html content which is just below where my SWF
    ends looks far below where it is required .
    and if i do viceversa ie i make stage 410+160 than it
    truncates my SWF on high reolution .
    Is there any workaround for settings stage height and width
    dynamically or something to do with PUBLISH settings .
    Kindly help , my project deadlines are very near .
    Please help
    Thanks in advance

  • 100% width problems on iphones

    I have a layout with an accordion which I'm trying to get to work correctly on iPhones. The problem I have is that when viewed in Safari on the phones, there is horizontal play (the pages moves a lot with a side to side swipe gesture). To get around this issue, I implemented several changes including:
    Change the text box width from 360 px to 95% in the CSS files (If I do 100%, some characters can get cut off by the scroll bar on the right)
    Change the viewport from 380 px to 320 px in the CSS files (This prevents the horizontal play on iPhone 4-5S)
    Add <meta name="viewport" content="width=device-width"/> to the html files
    This workaround was ok but with the introduction of iOS 8 and the new iPhone 6 and 6+, the higher resolution is throwing everything off. I think the issue is that the viewport is greater than 320 pixels. This is making my design off-center and with play.
    Any ideas how to work around this? I need a layout that will only allow vertical scrolling and look good on both iOS 7/8 and iPhones 4-6+.
    Sang

    Hi Zak,
    Thanks for the reply. I'm confident that there are no protruding objects outside the width of the pages. The page content is pretty straight forward. The master page has a color background and a vertical menu nav. The content pages have just an accordion object. It displays fine without any issues in browser desktops, but on mobile safari the behavior is different.
    Unfortunately I have to modify the text box width because unlike the accordion object, the text boxes inside of it won't resize based on the device width.
    Sang

  • ITS webgui transaction width problem

    we are getting no splash screen and the webgui (HTML) launched from portal -
    we have problem when we launch a transaction from portal.
    we see the transaction inside the webgui is shorten (reduced width) but when I click on the transaction directly in webgui - transaction displayed properly
    any ideas

    Hi Weatboy,
    I would like to know the SAP_BASIS package level (SAPKBxxxxx format) and the kernel release/patch level.
    Anyway, you can check if SAP note 1411321 helps.
    Regards,
    Cristiano

  • A4 Character Report Width Problem ??

    Hello
    What's is the maximum width that i can set to generate a landscape report on A4 paper on a Desktop Bubble Jet / Laser Jet Printer ??
    What's the best layout practice for generating chracter based report on A4 paper
    I'm developing report for Oracle 11i Applications.
    Fahad Hameed

    Hi
    i m also face this problem so if u have any Idea plz inform me :
    Printer Used : EPSON LQ 2180 , EPSON LQ 1170
    O/S : Windows 98, Windows NT (Server, Workststation)
    We are facing a problem regarding character report printing. We have tested several options on different printers but the results are quiet strange. We are not sure whether its the problem of printer driver or does our oracle installation require a patch for it.
    We have both Oracle Developer 6i Release 1 and Release 2 as fronted and Oracle 8i (8.1.7) release 3 at backend. The actual problem is , we are printing character based Report of size 11 x 5.5 on Line printer. When we print the pay slip through Windows NT WorkStation environment the report format gets distorted but when we print on Windows 98 it is quiet fine.
    P.S I have noted one thing peculiar, when the printer is attached to Windows NT Workstation to its LPT port and we print from a Windows 98 client using the default PRT of Oracle the printout is fine as expected. We can control the pitch and font from the printer.(17 cpi and Draft Font)
    When using Windows NT client and default PRT of Oracle the printout is not coming the same as desired and there is no control over the pitch and fonts through the printer itself.
    The printer we are using are EPSON LQ 2180 , EPSON LQ 1170 and PRINTRONIX P5005B. One thing more that when we use EPSON LQ 2180 and EPSON LQ 1170 printers the result are quiet different from PRINTRONIX P5005B.
    The Contents of prt file (dflt.prt) is following:
    printer "dflt"
    height 66
    width 132
    before report control(N)
    after page control(L)
    return control(M)
    linefeed control(J)
    We urgently need the solution.
    Regards
    Mansoor Ali

  • CSS max-width problem

    I have two div backgrounds on the left and right side of  a content wapper div that will contain the web content. I have set the  body max -width to 1330px. All three divs are contained in one div (bkgnd) - It has a light blue color. The problem is that when the monitor size is extended beyond 1330px the right background image drifts to the right beyond the max size. It doesn't matter if I use percentages or key words to fix the right image - it just keepd drifting as youextend the page. I thought that it would only extend to the max width or to the right side of the container div but it doesn't. What am I doing wrong or how can this be fixed?
    If I have to make the divs smaller so that you can see the problem let me know.
    The file can be found at http://www.wlvs/Htest.html and the css file is http://www.wlvs.com/home.css
    TIA
    John

    An interesting alternative but most ofthe folks I'm setting this up for are still on IE8 and it doesn't work there at all. I am still trying to solve the problem and have reduced the problem to positioning and have changed the links for a better view of the problem and hopefully find a solution.
    Here are two new links:
    http://www.wlvs.com/problem.html    http://www.wlvs.com/problem.css
    What I am trying for is to have images on the sides of the content div so when someone is on a large screen monitor there is something to the sides. In this example I am only working with one image though to view the problem.  Normally I would not give a fixed width to the background div or divs but I did in this example to illustrate the problem I'm having. When you go to the html file you will need to reduce the width of your browser screen to probably half or less of the monitor width. You will need to keep minimizing the screen width to see the image come into view. I have a fixed width background div (.pain) with a hidious blue color to stand out and show that it has a limited expansion and an background image position on its right bottom - it is fixed.  So why does it drift beyond its container div when you expand the width of the viewing area toward the monitor edge. If it is fixed to the bottom left of div class="pain" why does it drift away from it and how can that be corrected so that it does not go beyond the right edge of the container div?? This file is a much more simplified version of the previous one and more clearly shows the problem. Thanks for your patience...

  • Converting JPG to PDF causes Fit Width problem

    Hello,
    I'm using Acrobat 8 Pro on Vista, Core 2 Duo, 3 GB ram, plenty of storage space, etc...
    I have about two hundred JPG images (500 to 700 KB each) that I want to convert and combine into a single PDF document. I clicked on Combine Files, Add Folder, selected Larger File Size and continued from there to create the PDF. But the resulting PDF document has a problem when viewed in Reader or any other PDF viewer. The problem is, when I switch to Fit Width view, only the first 3 pages/images fit the width of the screen. All the following pages/images actually get smaller than a Fit Page view.
    Does anybody know why this is happening?
    Thanks.

    Are you viewing the images in "Continuous" mode (you can see more than one
    page in the window at a time)? The JPEG images may be of different
    dimensions, and in continuous mode the page width zoom is set by the width
    of the first visible page. Changing out of continuous mode will allow the
    zoom to change for each page width as you scroll through the document.

  • Navigation Link Width Problem

    Dear All,
    I am created a website wrap (960 px) & table is 960 px, I am set the navigation menu also 960 px. I don’t know 100 px gap come the right side how can I reduce. Gap mention green color. Plz help
    weblink

    Comment out /* width: 960px; */ as shown below, that should work. No need to set a width on an element which is inside a specific width container as it will stretch the full 100% width anyway. The extra width is most likely coming from some padding you have on the anchor tags which get added to the overall width resulting in an overflow.
    .dcjq-mega-menu ul.menu {
        background: #222 url(images/bg_black.png) repeat-x 0 -80px;
        /* width: 960px;*/
        height: 40px;
        border-right: 1px solid #1B1B1B;
        border-left: 1px solid #1B1B1B;
        position: relative; /* Important - required for positioning of mega menu */
        font: normal 13px Arial, sans-serif;
        line-height: 16px;

  • Vertical JMenuBar width problem

    When I flip my JMenuBar vertical instead of horizontal by doing
    BoxLayout bl = new BoxLayout(this,BoxLayout.PAGE_AXIS);
    setLayout(bl);
    in a constructor for a class that extends JMenuBar. When I do that only 3 characters of each JMenu in the menubar are show. The button size is also ruffly half the width of the actual window. I am doing pack() on the JFrame that houses the JMenuBar. At the moment nothing else is in the JFrame. If I do not set the layout of my JMenuBar then I get a regular horizontal one and width is fine. It's only when I want the Menus vertical instead of horizontal. Been experimenting with all kinds of stuff and no go so far. Looking for suggestions?

    this produces a menubar, with the screen items vertical, but it takes up too much real estate
    import java.awt.*;
    import javax.swing.*;
    class Testing extends JFrame
      public Testing()
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        setLocation(400,200);
        JMenu file = new JMenu("File");
        JMenuItem newItem = new JMenuItem("New");
        JMenuItem open = new JMenuItem("Open");
        JMenuItem preview = new JMenuItem("Preview");
        JMenuItem print = new JMenuItem("Print");
        JMenuItem exit = new JMenuItem("Exit");
        file.add(newItem);
        file.add(open);
        file.add(new JSeparator());
        file.add(preview);
        file.add(print);
        file.add(new JSeparator());
        file.add(exit);
        JMenu options = new JMenu("Options");
        JMenuItem font = new JMenuItem("Font");
        JMenuItem color = new JMenuItem("Color");
        options.add(font);
        options.add(color);
        JMenuBar menuBar = new JMenuBar();
        menuBar.setLayout(new GridLayout(0,1));
        menuBar.add(file);
        menuBar.add(options);
        setJMenuBar(menuBar);
        getContentPane().add(new JTextArea(5,20));
        pack();
      public static void main(String[] args){new Testing().setVisible(true);}
    }

  • Ticker text width problem

    I have created news ticker in my Flash application. I took
    one movie clip and put one dynamic text into it. made the dynamic
    text autosize. so text and movie clip width are set to the text
    width automatically. I am moving the movie clip by changing the _x
    postion of movie clip to implement the scrolling ticker
    functionality. It works fine if the text width is less then 7749.
    If text width is greater then 7749 then for some interval text
    becomes blank even though scrolling is going on properly. Can
    anybody help me on this issue.

    Pl. help me

  • Branding image width problem

    Hi,
    I have developed a customer spesific theme, added it to a dektop and it works. My problem is that in the theme generetor the image looks fine, but when I actully use the theme there is a large gap between the branding area and the masthead funtion area. Can someone help me solve my problem ?

    Hi Ingvild,
    You can do one more thing then ie you can edit the original masthead file and then redeploy that.
    For this you download com.sap.portal.navigation.masthead.par  from the server.
    Import it into NWDS.
    Also Extract the par file
    You can find two jar files one in private folder and other in lib folder.
    com.sap.portal.navigation.masterhead_core.jar and
    com.sap.portal.navigation.masterhead_api.jar respectivily.
    Add these files to the corresponding folders in your project.
    Then in NWDS goto PORTAL-INF->jsp the u will find the file HeaderiView.jsp.
    Its jsp file with the layout and functionality of masthead. U edit it and reduce the gap here.
    also it is a normal jsp file with html tags in it so u can play with html tags in it... and can change the look and feel of the masthead further.
    Hope atleast this will work
    Thanx & Regards
    Anish

  • ComboBox set width problem

    Hey all,
    Has anyone experienced this, when i give a preferred width to my comboBox, and i use it for the first time, the drop down is still the same size.
    When the comboBox is again pressed, the dropdown comes with the given size.
    Please see the link for demo image :
    [http://s13.postimg.org/6954yibvr/Error.jpg]
    Regards,
    Abhi

    The ComboBox tutorial example with setPrefWidth() works as expected.
    http://docs.oracle.com/javafx/2/ui_controls/combo-box.htm#BABJCCIB
    Please post your code which shows your issue.

  • Standard Report - Append Control Image Width Problem / Limitation or Bug?

    I am trying to create a Standard Report and am having a hard time placing a XY Graph control on the report. My problem is I want to use the maximum page area to view the graph. For this reason, I am keeping the margins small and increasing the size of the control so that it occupies almost all of the page. What I find is that after a certain limit, the XY graph image output on the report does not increase in size even if you increase the control size. In fact the image will get worse with larger size once beyond the limit. No matter How I try, the Image will not occupy all the area between the Horizontal Margins.
    Either this is a bug or undocumented limitation.
    Ahh.. One other possibility exists, that I am not smart enough. But if some one can help me here, It will be greatly appreciated.
    I am Using LV 8.2 on XP machine.
    I am attaching the VI and two PDF files, In "MyReport w1000.pdf" The XY Graph is 1000 Pixels Wide. In "MyReport w2000.pdf" I made it 2000 Pixels wide, however the size of the image did not increase on the report. Also You can notice the difference in quality between the two reports.
    To use my vi just size the graph to different sizes and run it, It will output to the default Printer. If you have a PDF writer set as default printer, It will save it to file.
    If anyone can help, I thank you and wish you...
    Good Luck!
    Mache

    I do not like Vivek's workaround. "Use HTML report"  is not acceptable when the question is about Standard report. People may want to use Standard report and there is a reason it is called standard.
    Anyway one solution is to size the image to most optimum size - as large as possible but retaining the graphical quality. This will still leave you with large white spaces around your graph object.
    Second solution that I am using is to Put the graph object and any other elements that I want on my report on a Front panel of a VI. Size the objects and front panel and objects appropriately and then use Print Panel to Printer method to Print the whole VI front panel. In my app. This VI which mimics the report is called from my app and is called Print Preview.  There is even a Vi that allows you to choose the printer. http://zone.ni.com/devzone/cda/epd/p/id/1327
    I am attaching a Sample Report and Code Snippet to look at.
    Good Luck!
    Mache
    Attachments:
    Labview Document.pdf ‏21 KB
    Print Code.jpg ‏30 KB

Maybe you are looking for