Page Sizing inside a frame page

I am having one frame which contains 2 pages. Like this…
Column 1           colum2
Now,how to set the height and width of this?
I want column 1 should occupy 70% and 30% column2

Hi Raju,
For creating ur own layout you have to edit the par file as said by Vinod and Uma. After daploying this par file  u need to create a new layout template based on the project u deployed so that you can reuse it.
For creating u r own layout template add a new JSP component in the imported par and deploying the par file. Go to PCD and create a new layout from par. It will show u  com.sap.portal.layouts.default in the next step u will get the new component u created.
Give it a new ID and name, thats all, It will get displayed in the layouts list.
Hope this Helps
gEorgE

Similar Messages

  • Two finger scrolling when a PDF file is inside a frame

    It seems two finger scrolling does not work for PDFs inside a frame. An example of this is the Wiley Inter Science webpage. Any suggestions?

    This has come up a number of times in the forum. Some web sites employ either proprietary or Flash enabled GUI objects on their pages. These simply will not work in the ipad's Safari. There really is no workaround. I've contacted the web site's webmaster whenever I run across one of these. I would think that with the number of iPad users going into millions, web sites would want to change such behavior. They need to know.

  • Parenet frame not letting me to modify inside repeating frames

    We have developed a oracle report which got 4 repeating frames, Now the parent frame is not letting me to select any of the frames/fields inside the frames. What could be the reason? Also Confine Mode is off. Still it is not letting me to select any of the frame/field/text, Please let me know the possible solution.Thanks!

    Use the object navigator to select items and frames. The reason may be that in the arrangement of the layout, the parent frame is in top, and as it cover the repeating ones, wherever You click, it gets selected. On the menu search for arrange and try seding it back until it's below all other frames.

  • Is it possible to place a video inside a frame or behind an object to crop it?

    I'm trying to place a video behind a psd of a TV screen that is a different aspect ratio than the placed video. When I try to place it inside a frame or behind the psd with a clear window, it will not export to interactive pdf as such. It shows the vid full size. Is there any way around this?

    Lauragalora119,
    There's a way around this. But it takes a few steps.
    Place your video as usual.
    Now, create a frame that would be the outside of the TV screen. Now create another curved corner rectangle that would be the screen of the TV. Select them both. I would make these outside the area of the video as you don't want the video to be the in the next step.
    With those two frames selected, choose Objects> Pths> Compound Path Make.
    You now have a hole in the frames.
    Fill with a color or Paper. Optional: Import an image of the woodgrain of a TV set.
    Now, with this compound path selected, choose Buttons and Forms and make this a button that does nothing.
    Now, if you were to export this as a PDF, the video will play "inside" the screen frame but it's really playing behind a button. The button is on top of the video because it was on top of the video in the ID file.
    However, you can't click on the video to play it because it's behind the button. PDFs don't recognize the holes in compound paths.
    SO, back in InDesign, I created a little round button that I would consider the dial to turn on the TV. (I'm old enough to remember televisions that had rounded objects to turn them on and off. You may want a more digital looking object.)
    This button will have an action applied that plays the video.
    TaDa!!! You've done it!
    And your day is not ruined.

  • Cannot scroll a pdf inside a frame

    I cannot scroll a pdf called inside a frame in iPad Safari..I have tried the 2-finger method. But does not work. Please help me..

    Make sure you're holding the fingers close together. You have to drag more than scroll.

  • Frame inside another Frame

    Hi,
    I am developing a GUI application like VB. How do I get Frame inside another Frame which can be moved.
    kumanan

    Hi,
    The only way:
    JDeskTopPane (as main window GUI)
    and then use:
    JInternalFrame (all other moveable windows)
    Regards,
    Manfred.

  • Page breaks inside repeating frame

    Hi,
    I am developing a statutory report for India Localisation. In this report there is a repeating frame which has three sections inside. I want to ensure that each of these section prints on a new page all the time. Of course there will be some page wastage, but since the report is statutory it has a prescribed format which mandates this requirement. Each section is like a tabular column and it doesnt look good if it prints without any page break in between the sections.
    Here is what i have tried, I have created three child frames inside the parent repeating frame and I tried to set page break after, page break before and page protect for each of these sections and I also tried various combinations of these 3 settings. But still I couldnot get it right.:-( It will be of great help to me if any one could suggest me a better approach.

    Hi,
    the "page break" properties are only active in parent-child relationships. So if your frame1 is not expandable vertical, frame2 is no child object ob frame1 and so the property page break after of frame1 is not relevant for frame2. So change your layout, that frame2 is child of frame1 and frame3 is child of frame2, then the page break after will run as you expect. You can do this via the property vertical elasticity or via using an anchor between the frames.
    Regards
    Rainer

  • ADF web pages not getting displayed inside the frame

    I am working with an Oracle Application called "Oracle Transportation Management"...to which our Development Group have asked to log an issue to this forum thread. Please let us know if you can assist:
    Client has added an external link to an ADF web page in OTM and when they click the link, it gives an error message saying it cannot be displayed within frame. Per the client, if they add frame busting to the deployment descriptor, it makes other screens in OTM to open in new window.
    ERROR:
    Warning: Unable to load content in a frame. Frame content will load at the top level.
    we tried setting "oracle.adf.view.rich.security.FRAME_BUSTING" to "never", but this makes all selections open in a new window.
    How do we correct this?

    Hi,
    wrong forum. If this is an existing application that you are not developing then the problem needs to be tracked by the application owner. If this happens to be Oracle Applications then you can use one of their forums here on OTN. Note that normally setting frame bursting to never indeed should solve the problem
    Note: This context parameter is ignored and will behave as if it were set to never when either of the following context parameters is set to true
    org.apache.myfaces.trinidad.util. ExternalContextUtils.isPortlet
    oracle.adf.view.rich.automation.ENABLED
    Frank
    Edited by: Frank Nimphius on Oct 27, 2010 7:43 AM

  • JSPX page inside (i)frame is blank in IE

    I have a simple login.jspx that does not load correctly when it is placed in a frame or an iframe. Chrome and Firefox show no problems, but with Internet Explorer, the frame is blank. When loading the JSPX outside a frame, the application works as usual in all browsers. The parent page is a regular website and the URL of the (i )frame is http://{ip}:{port}/{appname}/faces/login.jspx. So both pages are on different domains.
    I have configured framebusting in web.xml to get it to work in Chrome and Firefox:
    <context-param>
        <param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
        <param-value>never</param-value>
      </context-param>
    <context-param>
        <param-name>org.apache.myfaces.trinidad.security.FRAME_BUSTING</param-name>
        <param-value>never</param-value>
    </context-param>
    When I use F12 in Internet Explorer, I noticed it only loads the ADF loopback-script, which ends with these lines:
    if (oldUri == newHref && (hash != null || isOldFirebug)) {
       document.location.reload(true);
    } else {
       newHref = (hash == null) ? newHref : newHref + '#' + hash;
       document.location.replace(newHref);
    It looks like IE did not succesfully execute the script, since there is no noticable reloading of the page / frame. In debugging mode, I can't step through the script or find any errors.
    Searching the web for line 2 gives me one case where document.location.reload(true) does not work on IE:
    http://stackoverflow.com/questions/15910484/document-location-reloadtrue-not-working-in-ie9
    However, when I test this function in IE10, it seems to reload the page.
    I've searched the forums for a good way to disable this loopback-script. I have found that this is not possible for my ADF version and it is not recommended either.
    I am using JDeveloper 11.1.2.3, WebLogic 10.3.6 and Internet Explorer 10.0.9.

    I am using JDeveloper 11.1.2.3, WebLogic 10.3.6 and Internet Explorer 10.0.9.
    So, I test it on IE10.
    I noticed a difference between pages with a <frame> and pages with a <iframe> in IE10. The framed pages are blank, whereas the iframed pages keep loading forever (and at the same time, are blank).
    I also tested IE 8.0.6 on another machine. This browser keeps loading forever, both with the frame and the iframe.
    Does anyone experience the same problems when your ADF Faces application is (i )framed, even in a simple local HTML file?

  • Firefox won't display a html photo inside a frame.

    in facebook, it will not display an png or html file inside a a frame. it will show only a jpg

    Do you see that missing image in Tools > Page Info > Media?
    You can access Page Info via the right-click context menu on a web page and the Tools menu (Alt+T).
    Press the F10 key or tap the Alt key to bring up the "Menu Bar" temporarily if the menu bar is hidden.

  • Run a ADF app inside a frame

    Hi,
    We have a ADF app developed with Jdeveloper 11g. It runs fine.
    When we try to add it inside a html frame, it gives this error
    Warning: Unable to load content in a frame. Frame content will load at the top level.
    Any ideas how to work around this.
    Thanks

    Hi Frank,
    Correct. These are not ADF buttons. Here is how it is implemented.
    We are developing a new adf application, ""Employee Maint"" and adding to our existing site page.
    The existing html web page has top and bottom frames.
    The buttons are in the top frame which when clicked show the corresponding page in the bottom frame.
    Button code looks like this
    It is an hyperlink with href="# " onClick="showPage('mypage.html')"><img src="button1.gif">
    The java script, go_main looks like this
    function showPage(url1) {
    parent.frames.bottom.location.href = url1;
    Here is how the page looks.
    Button1 Button2 <<<<< top frame - name "head"
    mypage.html <<<<< bottom frame - name "bottom"
    In the mypage.html(in the bottom frame), "Employee Maint" link is there which points to the new ADF application.
    When clicked this link pulls up a Jdev Application in the bottom frame. THIS WORKS FINE.
    But, after the Jdeveloper page is loaded, when we try to use the "Button2" in the top frame to pull up other page,
    it does not work.
    The reason I see is that ONCE THE ADF APPLICATION HAS SHOWN IN THE BOTTOM FRAME, THAT FRAME is not accessable
    by the javascript when the Button2 is clicked. The parent.frames.bottom.location is inaccessible.
    This works well in IE but an issue with Safari/Chrome/Firefox.
    Is there any solution for this so that the top buttons continue to work even after clicking on the Jdeveloper App.
    PS: The ADF app has the below code in the web.xml (without this code it does not pull up in the bottom frame)
    <context-param>
    <param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
    <param-value>never</param-value>
    </context-param>
    Thanks
    Edited by: user5156030 on Mar 14, 2011 7:29 PM
    Edited by: user5156030 on Mar 14, 2011 7:30 PM

  • Top and bottom margins to be inside the frame and form should less cluster

    Hi All,
    In my application we have created nearly 10 regions and for each region i have created sub regions with No templates. Here are the deatils below.
    I need to display two regions side by side with borders, so what i have done is
    1. Created a region as #Region Start with No template with Display point as "Page template body (1. items below region content) and Header and footer i have
    given as <table border="1"><tr><td>
    2. Followed by region as #What with Wizard region as "Page template body(1. items below region content) and nothing given under header and fotter.
    3. Followed by reagion as #Region Middle with No template with Display point as "Page template body (1. items below region content) and Header and footer i
    have as </td><td>
    4. Followed by region as #where with Wizard region as "Page template body(1. items below region content) and nothing given under header and fotter.
    5. Folowed by region as #Region End with No template with Display point as "Page template body (1. items below region content) and Header and footer i have
    given as </td></tr><tr><td>
    Simiallry followed by rest of regions by creating dummy regions and placing the <tr> and <td> in Header and Footer.
    Now users are asking me to have insde the frame and form shoul dbe less cluster.
    Can suggestiosn on this who we need to achieve.
    Thanks,
    Anoo..

    'File' > 'Page Setup' is used to alter the page margins when you need to print the email. It is not used to create a Template email nor to change the overall theme used in the Thunderbird user interface.
    To add a theme to the overall Thunderbird window, you can choose
    * either a Windows theme via Control Panel > Personalization >Theme
    * or download a theme Add-on, there is a huge range here: https://addons.mozilla.org/en-US/thunderbird/themes/
    such as : https://addons.mozilla.org/en-US/thunderbird/addon/balloons/?src=ss
    If you are looking to create a Template email, then you open a new Write message, design the email, enter a Subject so that you can easily locate the email and click on 'File > Save as > Template or click on Save button and choose 'Template' from the options. then the email is saved in the Templates folder. To use, you click on Templates folder and double click on the email to open in a new Write message. then compose and send as normal. The original email will be saved in Templates folder for reuse.

  • Keeping descenders inside text frames (CS3)

    Hi -- I have what I am sure is a very old question, but it's one I have been unable to find an answer for.
    Is there a way to keep descenders from falling outside the bottom of a text frame? Our users run their text frames all the way to the bottom of the pages, and the descenders often get wiped in the printing process.
    Any creative solutions that do not require a lot of manual action by the users? Having them manually adjust the text frames seems quite silly considering how sophisticated InDesign is.
    thanks

    Any creative solutions that do not require a lot of manual action by the users? Having them manually adjust the text frames seems quite silly considering how sophisticated InDesign is.
    Are you by any chance familiar with the acronym PEBCAK? If you have control over the templates your users are using, you can define the Basic Text Frame object style to have some inset at the bottom of the frame. (I found the handy add-bottom-inset solution here, with the Google search terms "indesign descender outside of frame".) But there is nothing forcing your users to use the Basic Text Frame style, or even from editing said style themselves.
    I can imagine a wide variety of solutions to this issue - another approach would be a Preflight Profile that had the "Bleed/Trim Hazard" option checked, and that had aggressive settings for "Bottom." But none of them are foolproof (i.e. users can turn Preflight off), so the root of your issue must be addresssed with InDesign operator education.

  • How to put a table inside a frame in html

    Hi, I have a html table as follows:
    <TABLE BORDER=2><TR><TD>No</TD><TD>Name</TD><TD>Age</TD></TR><TR><TD>1</TD><TD>John</TD><TD>30</TD></TR><TR><TD>2</TD><TD>Michael</TD><TD>20</TD></TR></TABLE>
    I want to put it inside a html frame in order to have the scroll bar with the table.
    Is there a way to do it in html?
    Thanks.

    Put the table inside of a div tag with a set width and height, borders, and overflow set to scroll:
    <html>
      <head>
        <style>
          .tableDiv {
         width: 140px;
            height: 200px;
            overflow: scroll;
            border: 3px outset;
          .no {
            width: 20px;
          .name {
            width: 50px;
          .age {
            width: 30px;
        </style>
      </head>
      <body>
        <div class="tableDiv">
        <table border="2">
        <thead>
          <TR><TH class="no">No</TH><TH class="name">Name</TH><TH class="age">Age</TH></TR>
        </thead>
        <tbody>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
          <TR><TD class="no">1</TD><TD class="name">John</TD><TD class="age">30</TD></TR>
        </tbody>
        </table>
        </div>
      </body>
    </html>

  • DVT: Graph - Issues with Automatic Sizing Inside PanelDashboard

    Hello. To start off, here is the background information:
    JDeveloper Version: Studio Edition Version 11.1.2.2.0, Build JDEVADF_11.1.2.2.0_GENERIC_120418.2212.6183.1
    WebLogic Version: JDeveloper built-in version
    Error messages received: None
    We have developed a DashboardAPI for internal use at my company that is largely based off of the example provided on the ADF Demo page:
    http://jdevadf.oracle.com/adf-richclient-demo/faces/visualDesigns/dashboard.jspx
    We have also implemented the minimize and maximize functionality as it exists in the demo. However, in all of your dashboard panel boxes, we have a dvt:Graph component as the direct child. The inline style for all dvt:graphs is "width:100%; height:100%;". The actual flash component for the dvt:graph appears to be completely stretched when the page is first rendered. You can tell this by right clicking on the graph component and selected the Flash settings; by doing this, the entire flash component becomes "grayed out". This is where you can see this. Now if you minimize the graph to the dock bar, then restore it, the panel box comes back, but the dvt:Graph "rerenders", and stretches even further to completely fill out the entire panel box. I'm trying to figure out why it would behave like this. The only difference I see is that while restoring the panel boxes from the "dock", the code performs a prepareOptimizedEncodingOfInsertedChild(), instead of when the dashboard is initially created upon first load by creating the graph components programatically and adding them directly to dashboard.getChildren().
    I have included two links to screenshots showing the before minimize and after minimize to illustrate what I mean:
    Before: http://www.flickr.com/photos/60499750@N05/8534801846/
    After: http://www.flickr.com/photos/60499750@N05/8534801824/
    Does anyone have any idea why this would happen?
    Thanks

    No ideas on this one? Maybe just point me in the right direction, something I can debug or look at? Anything would be greatly appreciated.
    Thanks

Maybe you are looking for

  • Posting with trans.type 200 not possible

    Dear Gurus, when I try to scrap the asset,  I am getting an error as below Posting with trans.type 200 not possible (No acquisition posted) Message no. AA324 Diagnosis Transaction type 200 belongs to a transaction type group, which can only be used t

  • Why are my bookmarks not in the dropdown menu?

    I upgraded to the Firefox 4 beta version and none of my bookmarks show up in the dropdown menu. Id also like to point out thatnone of my previously saved passwords show up and Firefox doesnt ask me if i want to save them when i enter them. Im not sur

  • Cannot open thumbnail photos in iPhoto

    Cannot open thumbnail in iPhoto for editing or viewing

  • Youtube videos stutter for a second every 30 or so seconds?

    I will watch a video on YouTube (any video) and the PICTURE will pause a second while the audio continues uninterrupted (no matter the quality I put it on). It happens every 20-50 seconds (even while not in full screen). I have adobe flash player ins

  • Errors with querying a query table using non-QoQ query and QoQ query

    HELP ! ! !  Going into testing soon. I need this to work to get correct report results ! ! ! ! My issue seems similar to the one just answered about Query of Queries RunTime Error and the reply from lawhite01 caught my eye. This is a 2 parter. The se