Iframe is not increasing its height when the content inside it is growing,

I have an I frame in my application with src= “ url” ifarme is appearing with vertical scroll bar it’s not achieving the height ,
The parent component of the iframe is panel group layout and also I try with panel stretch layout
Please help me on this

You might want to read over this. It will explain why your panelStretch won't stretch within a PanelGroup
http://docs.oracle.com/cd/E23549_01/apirefs.1111/e12419/tagdoc/af_panelGroupLayout.html

Similar Messages

  • Firefox does not paginate when printing content inside a Fieldset tag!

    When the content inside of a fieldset tag spans more than one page, Firefox prints only the first page of content and no more. Changing the fieldset to a div tag resolves the issue (proving that it is only the fieldset tag that is the problem). Please fix so pagination in printing works when content is in a fieldset tag.

    Yes, this has been logged into the bug system. Over 4 years ago:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=471015 471015 – Fieldsets are truncated to one page when printed / print-previewed]
    If you can contribute to the development, please feel free to pitch in. Otherwise, it's generally not helpful to add comments to bugs, but you can register on the site and "vote" for them to be fixed. See:
    * [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html Bugzilla Etiquette]
    * [https://bugzilla.mozilla.org/page.cgi?id=voting.html Voting]
    The fieldset tag with a legend makes for a nice visual presentation, but I wonder whether it has any other practical benefit? If it's semantically important, perhaps that would increase the priority for fixing it.

  • Make a JScrollBar only update its JScrollPane when the user releases it?

    Hi
    I have a JTable inside a JScrollpane. The JTable gets its data from my TableModel using the getValueAt method in the normal way. It is almost working fine. The one thing left to improve is that I don�t want the JTable to keep trying to get its data while the scrollbar is still being dragged. This is primarily because the latency in fetching the data makes the UI unresponsive - the table model does not keep all rows in memory at one time, but keeps a page of data in memory.
    So, just to clarify, I want the behaviour to be that when the user is still adjusting the value of the scroll bar, the thumb position of the scroll bar moves, but the rows displayed in the JTable do not update. When the user releases the scrollbar, the rows should then update.
    I have almost acheived this by having a second, independent scroll bar on the frame, and an adjustment listener listening for events, like this
    public void adjustmentValueChanged(AdjustmentEvent e){
    if (e.getSource() == scrManual){
    if (!scrManual.getValueIsAdjusting()){
      JScrollBar scrTable = scrPaneResults.getVerticalScrollBar();
    int iManValue = scrManual.getValue();
    int iManMax = scrManual.getMaximum();
    float fManWhere = (float)iManValue / (float)iManMax;
    int iTblMax = scrTable.getMaximum();
    int iTblNewValue = (int)(iTblMax * fManWhere);
      scrTable.setValue(iTblNewValue);
    else
    throw new IllegalArgumentException("I don't know how to handle the adjustment event for " + e.getSource());
    }This is actually working fine, except that I don't want there to be two scrollbars - one in the scroll pane and one extra one. But when I try to make the scrollpane's scrollbar invisible, it remains visible.
    Can anyone tell me either
    (a) how to just have a normal JScrollPane scrollbar, but have it only update its viewport when the value is no longer adjusting (ie scrollbar has been released)
    (b) how to make the JScrollPane's scrollbar still effective, but invisible.
    (c) if the JScrollPane has a no scrollbars policy, how to instead in the code I posted above, set the ScrollPane's position directly.
    Whichever is easiest.
    Thanks for your help
    Mark

    Oh how embarassing! I already asked this question before, and answered it myself! Sorry - I think I am losing the plot
    I�ve hacked it. Turns out that the jScrollPane has a getXXXScrollBar method, which even when you�ve hidden the scrollbars, still works. You just use another scroll bar, register a listener for the mouse released event, and update the jScrollPane�s scroll bar to match the value.

  • Macbook Pro 2011 DVI HDMI out does not work with TV when the power cable is connected

    My Macbook Pro (Early 2011) DVI HDMI out does not work with TV when the power cable is connected. If get the blue screen and then can use the macbook but nothing is displayed on the TV. If i go into display I can see that there are two screens but nothing displayed on the TV. If i take the power cable out at this point the TV shows the second desktop as expected. If i then reconnect the cable, the screen flickers, as though it is being affected by the power cable, and the screen goes blank on the TV. Only if i remove the DVI cable do i get the blue screen again. If i remove the power cable and reconnect it will do it every single time, so i cannot see it being a TV issue or a minor glitch.
    I have had this working previously but at the minute it seems to not be playing ball....any thoughts
    Thanks
    Dan

    BUMP
    Any ideas?

  • TS1365 My Macbook Pro 17" 2.44ghz all of a sudden one day decided to not boot up. When the power button is pressed the sleep light in the front on the latch release turns on and there is a small running sound but it never boots up and the screen never lig

    My Macbook Pro 17" 2.44ghz all of a sudden one day decided to not boot up. When the power button is pressed the sleep light in the front on the latch release turns on and there is a small running sound but it never boots up and the screen never lights up. Anyone else have this problem? Any ideas?
    I'd love to repair it but not if it'll cost 500 bucks or more to replace the logicboard.
    I appreciate any help
    Michael

    Lao Bo,
    yes, you can locate and copy a file from your HD to a USB key using UNIX commands. If you know the exact name of the file which you’re trying to locate, try this:
    find / -iname filename -print
    This command will search your entire internal disk for the particular filename. If you know that it’s within a particular user account, then you can save search time with this variation:
    find /Users/username -iname filename -print
    Either variation of this command will print all files found which have the given filename. Presuming that you’re able to identify the correct file, you can copy it to a USB key using the command
    cp -p filename_returned_by_find /Volumes/USB_volume
    If you’re not sure which volume name your USB key has, this command will show you what the possibilities are:
    ls /Volumes
    Please let me know if you have any trouble with these commands.

  • [svn] 2692: Bug: BLZ-227 - When using JMS Destination, MessageClient and FlexClient not released from memory when the session times out .

    Revision: 2692
    Author: [email protected]
    Date: 2008-07-31 13:05:35 -0700 (Thu, 31 Jul 2008)
    Log Message:
    Bug: BLZ-227 - When using JMS Destination, MessageClient and FlexClient not released from memory when the session times out.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Fixed a memory leak with JMS adapter. Also a minor tweak to QA build file to not to start the server if the server is already running.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-227
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/adapters/J MSAdapter.java
    blazeds/branches/3.0.x/qa/build.xml

    Revision: 2692
    Author: [email protected]
    Date: 2008-07-31 13:05:35 -0700 (Thu, 31 Jul 2008)
    Log Message:
    Bug: BLZ-227 - When using JMS Destination, MessageClient and FlexClient not released from memory when the session times out.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Fixed a memory leak with JMS adapter. Also a minor tweak to QA build file to not to start the server if the server is already running.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-227
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/adapters/J MSAdapter.java
    blazeds/branches/3.0.x/qa/build.xml

  • Setting tooltip when the content of the cell is not visible in jtable

    hello,
    i want to set a tooltip when the content of the cell is not visible in jtable
    please guide me.
    thanks
    daya

    thanks for your replay,
    i did in this way
    final TableColumn colTableColumn = getColumnModel().getColumn(vColIndex);
                        if (colTableColumn.getWidth() < this.getPreferredSize().width)
                            setToolTipText(value.toString());
                        else
                            setToolTipText(null);
                        }thanks
    daya

  • The listbox event.changeEx is not giving proper index, when the text in the list is all in Chinese.

    We have a PDF built from Acrobat Pro. There is a listbox with text in Chinese.The listbox event.changeEx is not giving proper index, when the text in the list is all in Chinese. Do we need to set any configuration for the PDFs to work with Chinese text for listbox selection event.
    Something like Font or locale in adobe pro or the Windows 7 OS to be in Chinese.
    Please suggest.

    Please share your thoughts on the issue

  • HT3275 Time Machine not deleting oldest backups when the disk is full

    Time Machine not deleting oldest backups when the disk is full

    Unfortunately, when this happens, Time Machine cannot erase enough space to create room for the new backup. Your options now are:
    1) Add a new Time Capsule or a hard drive to the USB port on the existing Time Capsule and continue with backups
    2) Manually delete backups from Time Machine....which is a long and tedious process.  After a few hours, not much space will be reclaimed and it will not be long before the Time Capsule is full again
    3) Erase the Time Capsule....if you really do not need all the old backups from months ago....and start over with a new Time Machine backup and move forward again

  • Why does Do Not Disturb only work when the iPhone is locked?

    I've been wanting for awhile now a way to easily turn off all notification alerts and incoming calls while keeping cellular data and wi-fi on so I can use my phone in peace without gimping my wireless connections, and even though iOS 6 as a whole seems awesome to me, I'm disappointed Do Not Disturb only works when the iPhone is locked.

    Was just wondering if other people felt the same way I do and start a discussion about it so maybe that with more people talking about it, Apple would pay attention to it more. People complaining about how calls and alerts were lighting up their screen at night seems to be some inspiration to why Apple added Do Not Disturb in the first place. Didn't know I was doing anything in violation of the Terms of Use so sorry about that.

  • Spry Accordion menu - How do you make tabs without content and make panel height fit the content?

    I have an Accordion Menu on my site and I would like to put a tab at the top that links to my homepage when clicked, instead of sliding open to show a content panel. I don't have any extra info to put in the content panel, so it would look kind of redundant to have it there.
    Also, each panel has a different amount of content, but they all default to the same height to fit the largest content. I want them to fit to the content of each panel. The only thing I've read said to set the height of the content panel to 100% in the CSS, but it didn't change anything.
    Thanks!
    Andrea
    http://www.andreamutsch.com

    You make it look so simple but it doesn't seem to be working for me...
    My first thought with getting rid of the tab content was to simply delete it, but when I do that I get a warning that 'The structure of the accordian appears to be damaged'. Then when I preview none of the tabs will open.
    This is what my accordian structure looks like with the tab content code deleted...
    <div id="Accordion1" tabindex="0">
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">home</div>
            </div>
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">graphic design</div>
            <div class="AccordionPanelContent">
              <p align="center">identity </p>
              <p align="center">print </p>
              <p align="center">packaging</p>
              <p align="center">web </p>
            </div>
          </div>
    <div class="AccordionPanel">
            <div class="AccordionPanelTab">photography</div>
            <div class="AccordionPanelContent">
              <p>traditional</p>
              <p>digital</p>
              <p>retouch</p>
            </div>
          </div>
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">contact</div>
            <div class="AccordionPanelContent">
              <p>email me</p>
              <p>design quote</p>
              <p>purchase photography</p>
            </div>
          </div>
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">resume</div>
            <div class="AccordionPanelContent">download resume (.pdf)</div>
          </div>
          <div class="AccordionPanel">
            <div class="AccordionPanelTab">design blog</div>
            <div class="AccordionPanelContent">2009</div>
          </div>
    Also, getting rid of the height in the CSS had no effect (I did this before I did the above)
    Below is my current CSS for the Panel Content
    .AccordionPanelContent {
        overflow: auto;
        margin: 0px;
        padding: 0px;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: large;
        background-color: #633408;
        font-weight: normal;
        word-spacing: normal;
        text-align: center;
    Also there is a note in the CSS that says this...
    * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
    * Content container.
    I'm not sure how accurate that is since I don't have a height in there and it worked (although not how I wanted) but I just thought I would throw it in.

  • Getting a wrapper container div to adjust to the height of the content within it.

    Hey -
    I have a "wrapper" div tag set up and then I have a bunch of separate div boxes within that.
    The way I did it is all the div boxes within the wrapper are set to "absolute" position and then I basically put them all where I wanted them by defining the "top" and "left" property.
    What I'd like now is the "wrapper" div to adjust in height according the size of the div boxes with in it.
    How can I do this?
    Thanks....

    Height of a container needs to be determined by the content inside it.  If your site visitors increase text size in their browser, and you have explicit height values expressed in your CSS, your page could fall apart or become unusable.
    For better answers, we need to see your page.  Can you post a link?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • The entire side moves a bit (in the browser) when the content gets longer than a certain length...

    The master (and all contents) move a few pixles (when watching it in the browser) when a side is longer than 809 pixles.
    The sidesettings are set to 600 pixles minimum. Does not happen (it all stays in place) when the content fits in 809 pixles or less.
    Why?? How do I solve it? Really frustrating...

    Hi
    I'm seeing similar issues from W2003 server, and 9iR2 on W2003.
    I can pinpoint it to exact amount of bytes, but when the connections are reset from the web server, and the problem arises again it's a different length that is the problem.
    As a result we switched to System.Data.OracleClient for the 9iR2 DB's and use the ODP.NET for the 10gR2 installations. These two combinations seems to be less affected by this problem.

  • FavoriteFolder, how to get the content inside this folder

    Hi
    I have to get with the Java api consumer the content inside the favorite folder. How can i get it?
    i write this code:
                   String searchQuery = search://{'guaglanto1'}?SearchKeywords=true&SearchExact=true&SearchCaseSensitive=true;
                   ResponseHolder rh = boBIPlatform.get(searchQuery, null);
                   InfoObjects myFav = rh.getInfoObjects();
                   if (myFav == null || source.getInfoObjectArray().length == 0){
                     result="No terms matching the following search query could be found: " + searchQuery;
                             return result;
                   result ="";          
                   for (InfoObject infoObject: myFav.getInfoObjectArray()){
                     result= result+ infoObject.getName() + " has CUID: " + infoObject.getCUID()+ " type "+ infoObject.getKind() + " has childreen "+ infoObject.getChildrenObjects();
    Where guaglanto1 is the title of the favoriteFolder.This code show the CUID,name,kind and children of the favoriteFolder.  Now i want to navigate this folder and get its content (i see from InfoViewApp there are 5 web intelligent report inside the favorite folder) but i don't know how can i get that.
    Anyone can help me to resolve this problem?
    thank you
    best regard
    Andrea

    once you get the SI_ID or SI_CUID of the favorites folder you need to write an additional query to pull all its children using:
    select * from ci_infoobjects where si_parentcuid='<si_cuid of favorites folder>'
    If the favorites folder contains folders with subfolders, this will be a recursive call. You can use query://{select....} or path://
    Look at the BIPlatform documentation in API reference and there is more information on how to use query:// or path://

  • CAT2 - Worklist Subscreen - How to increase its height

    We are facing this problem on CAT2 (tcode) screen for entering Timesheet data.
    The Worklist subscreen currenlty only displays 3 rows.
    We have resources allocated to multiple projects (10-15) and it is quite difficult to scroll through the list and find the right project.
    Is there a way to increase the height of the worklist, so that more rows can be made visible on the CAT2 screen.
    Pl help
    Rohit

    Hello Rohit,
    To increase the number of lines displayed in the worklist of transaction CAT2 please perform the following manual changes below, which is also described in the longtext of note 838688. Even if the note validity only refers to previous releases, this procedure is also valid for all release.
    1.  Go to transaction SE80 and specify function group as CATS.
    2.  Go to screen 2020 and select the layout button to go to the layout of the screen.
    3.  Double click on the subscreen CATS001. Go to the Attributes and change the Min. Lines to 8.
    4.  Double click on the subscreen CATS002. Go to the Attributes and change the Min. Lines to 8.
    5.  Go to screen 2100 and select the layout button to go to the layout of the screen.
    6.  Double click on the table control TC_CATSW. Go to the Attributes and change the Height to 9.
    I hope that this information is useful for you.
    Thanks & Regards,
    Shree

Maybe you are looking for

  • Report in R/3

    Dear friends, I need a report that enables us to query any G/L Expense account and have the ability to drill into it by cost centre showing the individual transactions building up the balance including the vendor name (for items processed using a PO

  • Editing a PDF with Illustrator

    Hey guys! Im really new to editing and Adobe work. I had a graphic deisnger make me a flyer design and there is a specific part i want to delete and add new things to. My question is, How do add a PDF file to Adobe Illustrator to edit it in a way whe

  • Officejet 6000 wireless connect to Mac and Windows machines?

    Just bought this printer. Is it possible to use Windows XP and Mac, to print?

  • Importing calendar exports

    This is not an iCal or Calendar problem. It is more related to CalDAV, but the tools I'm using are Apple based: iCal, Calendar, and BusyCal. I'm migrating from one Exchange server to another without access to the "back end." All the tools and access

  • Charging indicator.

    Would anyone else like to have an alert for when the phone is finished charging? That way it doesn't charge longer than it needs to.