Force to scroll to the ende of a IFrame

Hello experts,
could anyone please explain me if it is possible to enable a button after scrolling a IFrame until the end of the page?
PsychoCode:
Something like this:
--> If IframeScrollToEnd then enable Button.
Many thanks
Marco

in planning board
go to the menu path
Edit ->Show/hide -> Show milestone
Hide whatever you do not want

Similar Messages

  • JScrollPane not scrolling to the end of JTable

    Hello,
    I put a table in a scroll pane, and add the scroll pane to a panel. The problem is the scroll pane does not scroll to the end of the table, it always lets me view only the first 37 rows of the table, regardless of how many rows the table actually has. Basically, the scroll pane thinks the table has exactly the same height, no matter how many lines it has. Why is this happening?
    The code is something like
    model = new SearchResultTableModel(false, null, null);
    table = new ResultTable(model);
    scrollPane = new JScrollPane(table);
    mainBox.add(scrollPane);
    If this is important, the table is a bit more complicated, I subclass JTable, use a custom TableModel, several types of cell renderers / editors, so maybe this is why it behaves so strange. How could I tell the scroll pane the table is actually larger?
    Thank you very much, any ideas are highly appreciated,
    Regards from Romania,
    Adi

    Hi,
    fireTableDataChanged() is the easiest way to do it, but also that one, that forces JTable to rerender all visible cells, regardless the fact, that they are already displayed and would not need rerendering - if you add a row - for example row 7 - do fireTableRowsInserted(7,7); instead - so JTable will only render this single row if it is visible in the viewport. If you add a couple of rows, for example row 7 to 227, do fireTableRowsInserted(7,227); - always fire only the correct notifications accordingly to the changes you make, in order to keep the performance of JTable high.
    greetings Marsian

  • JScrollPane Must Scroll to the END ........

    My problem is :
    I have a JTextArea , and the text inside doesn't fit
    in it. When this happens , the two ScrollBar should
    scroll to the END of the text....
    Like if a have a JTextArea with 10 rows with a JScrollPane, and my text is 20 rows long, then i
    need to see the end of the text(No manual Scrolling)
    Are there any method to control the Scrollbar position ?
    Help....!!!!!!!

    Hi,
    When you move the caret position of your JTextArea, then the scollbars follow. Try this (assuming your JTextArea is called textArea):
    textArea.setCaretPosition(textArea.getLineEndOffset(textArea.getLineCount()-1));This scrolls to the end of the JTextArea.
    Hope this helps,
    Kurt.

  • With a high volume of tabs, scrolling to the end of the tab list often resets to the first tab

    Firefox 34.0.5
    When using a large number of tabs, around 300 inactive and 30 active tabs, when the currently selected tab is a tab on the far left side of the tab bar, attempting to scroll to the end (far right) side of the tab bar will often cause scrolling to freeze momentarily, and then reset to far left, to the currently selected tab, and continues scrolling from the beginning of the tab bar, making it unnecessarily difficult to scroll to the end of a long tabs bar.
    This occurs when scrolling up/down with the scroll-wheel on a mouse, when scrolling up/down/left/right on a touchpad, and when scrolling using the left and right scroll buttons in the tab bar.

    hello kirbysama, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • How do you scroll to the end of the address line (url)?

    This has been a frustration for me because there are times I need to erase part of the end, or add to the end.  If I have to erase, I don't want to start in the middle and let it scroll to me as I delete because most of the time, I'm deleting parts that I want to keep.  And I need to be able to add to the end, for example, when I'm searching for the date a web article was written.
    This may have a simple answer because I've searched for this for awhile and I can't find anyone who has this problem. So, I may be a dummy but I really need to know how to do this.  Thanks for your help.

    Snickersnake wrote:
    I don't want to start in the middle and let it scroll to me
    I know of no other way to do it. I tap and hold down until the magnifying glass pops up and then move the magnifying glass all the way to the right to get to the end of the address. I have never found another way to do it.
    This may have a simple answer because I've searched for this for awhile and I can't find anyone who has this problem. So, I may be a dummy but I really need to know how to do this. 
    I wish there was another answer. I guess we must both be dummies because I can't figure another way to do it either in Safari.
    Actually, my solution is to not use Safari. I don't like it and I never did. It is faster than any other iOS browser that I have tried, and I have tried about 8 of them. I keep 6 of them on my iPad and I use iCab Mobile 99.9% of the time. I only use Safari when and if I have to - like when you click on a link in an email and Safari launches as the default browser. Safari pales in comparison when comparing features with other browsers....but I digress.

  • [SOLVED] urxvt scroll's to the end

    ... without any output.
    I scroll to the top (with mouse wheel or keyboard bindings), but second after terminal scroll to the end without any output or input.
    Here's my .Xdefaults: https://www.refheap.com/20319 (removing "perl-ext-common" dont helps).
    Last edited by ShadowPrince (2013-10-31 16:13:22)

    karol wrote:What version of rxvt-unicode are you using?
    9.18-7

  • How do i get to the top of an iTunes playlist without having to scroll all the way

    when i am down at the bottom of one of my playlists and i want to get to the top i have to scroll through thousands of songs and it takes forever i was just wondering if there is an easier way to get to the top of a playlist?

    Hi Dlink123,
    To move to the top of the list, you would use the Home button as with most places on the Mac, fn-Left Arrow on a MacBook Pro.
    OS X: Keyboard shortcuts - Apple Support
    fn-Left Arrow
    Scroll to the beginning of a document (same as Home key)
    fn-Right Arrow
    Scroll to the end of a document (same as End key)
    Note you need to be in the song list so it knows what your are moving to the top of, so click on a song first if none is currently selected.
    Thank you for visiting Apple Support Communities.
    Nubz

  • Can we scroll to the last page of an alv grid?

    I am dispalying a report in ALV grid format - REUSE_ALV_GRID_DISPLAY.
    As soon as the execute button is clicked it should show the last page with the totals.
    User will then scroll upwards to see the details.
    How to scroll to the end of the ALV grid?
    (It is like goign to the last page of course)
    Thanks,
    Ven

    Hi,
    Yes..You can do it using the OO ALV...You can use the method set_current_cell_via_id ..to show the last record.
    Check this example.
    * Declarations.
    DATA: l_lines TYPE int4,
          l_row_no TYPE lvc_s_roid.
    DATA: ok_code LIKE sy-ucomm,
          g_container TYPE scrfname VALUE 'CONTAINER1',
          g_grid  TYPE REF TO cl_gui_alv_grid,
          g_custom_container TYPE REF TO cl_gui_custom_container,
          gs_layout TYPE lvc_s_layo.
    DATA: gt_outtab TYPE TABLE OF t001w.
    DATA: v_count TYPE i.
    *       MAIN                                                          *
    CALL SCREEN 100.
    *       MODULE PBO OUTPUT                                             *
    MODULE pbo OUTPUT.
      SET PF-STATUS 'TEST'.
      SET TITLEBAR 'MAIN100'.
    * Create the grid.
      IF g_custom_container IS INITIAL.
        CREATE OBJECT g_custom_container
          EXPORTING
            container_name = g_container.
        CREATE OBJECT g_grid
          EXPORTING
            i_parent = g_custom_container.
    * Get the data.
        SELECT * FROM t001w INTO TABLE gt_outtab.
        CALL METHOD g_grid->set_table_for_first_display
          EXPORTING
            i_structure_name = 'T001W'
            is_layout        = gs_layout
          CHANGING
            it_outtab        = gt_outtab.
        DESCRIBE TABLE gt_outtab LINES l_lines.
    * Go to the last row.
        l_row_no-row_id =  l_lines.
        CALL METHOD g_grid->set_current_cell_via_id
          EXPORTING
            is_row_no = l_row_no.
      ENDIF.
    ENDMODULE.                    "pbo OUTPUT
    *       MODULE PAI INPUT                                              *
    MODULE pai INPUT.
      CASE sy-ucomm.
        WHEN 'EXIT' OR 'BACK'.
          PERFORM exit_program.
      ENDCASE.
    ENDMODULE.                    "pai INPUT
    *       FORM EXIT_PROGRAM                                             *
    FORM exit_program.
      LEAVE PROGRAM.
    ENDFORM.                    "exit_program
    Thanks
    Naren

  • I've downloaded Adobe 11, but when I scoll down to the end there is no box to check 'I agree.???

    There is no box to check 'I agree' at the end of the agreement as I scroll to the end of the agreement. How do I
    ageee to the agreement when there is no box to check. I have download Adobe 11 but can't complete the process
    without signifying 'agree'???????

    Can't click Accept | Acrobat, Adobe Reader
    Mylenium

  • Row getting added in the end of the scroll

    Hi -
    I am using a scroll area on a page on level 1. The issue iam encountering is that when ever i click the plus sign to add a second or third row (assume one record already exists in scroll 1) , the row gets added in the end of the scroll and also the fields are blank. However as delievered the new row should get added on the top of the scroll meaning 1 of 2 not 2 of 2, and also it should carry forward the values from the prior row. Please any suggestion or help is greatly appreciated.

    I figured it out. The reason it was happening was because, my scroll record had another key field after EFFDT and EFFSEQ, due to which the delivered copy forward logic for new rows in scroll did not work and the row was getting added in the end or after the first blank row always.

  • Go directly to the end of a scroll

    Hello!
    I have a JPanel with a table inside, and avery time I add rows to this table I want the scroll to go to the end... to show the last row, but I dont know how to do this, so any help would be great.
    Here is my code:
        class paneltable extends JPanel
            public paneltable()
                super(new GridLayout(1,0));
                int row = data.getRowCount();
                table = new JTable(data);
                table.setPreferredScrollableViewportSize(new Dimension(1800, 500));
                table.setRowSelectionAllowed(true);
                table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
                table.setRowSelectionInterval(row-1, row-1);
                TableColumn column = null;
                int col = table.getColumnCount();
                for (int i = 0; i < col; i++)
                    column = table.getColumnModel().getColumn(i);
                    column.setPreferredWidth(100);
                JScrollPane scroll = new JScrollPane(table);
                add(scroll, BorderLayout.CENTER);
                ListSelectionModel rowSM = table.getSelectionModel();
                rowSM.addListSelectionListener(new ListSelectionListener() {
                    public void valueChanged(ListSelectionEvent e) {
                        if (e.getValueIsAdjusting()) return;
                        ListSelectionModel lsm =
                                (ListSelectionModel)e.getSource();
                        if (lsm.isSelectionEmpty()) {
                            //no rows are selected
                            selectedRow = -1;
                        } else {
                            selectedRow = lsm.getMinSelectionIndex();
                                // selectedRow is selected
        }thanks!

    You could also use
    table.scrollRectToVisible(table.getCellRect(row,column,true));This will (if the table is inside a JScrollPane (which yours is)) scroll to make the cell at the specified row/column visible.

  • Unable to scroll down to the end of my playlist with i tunes

    I  must say that I could not be more disappointed  with the new i tunes 11. I have been using if for four months and have had nothing but problems which, as I am a professional DJ who uses it everyday, is really bad news. Unlike the old itunes creating playlist is a laborious process. I just bought a load of tunes from the Itunes store for a podcast I have to do but, to create a playlist and drag from another playlist (i.e.purchased) seems impossible. Once one clicks on view sidebar the plalylist disappears so you have to search for every single tune. Can anyone help ? Is there a solution ? I have read the tutorials and have used I tunes for over a decade.To add, now I can't scroll down to the end of my playlists even to click on create or get to any playlist past those beginning with the  letter  S. I hope someone from Apple sees this as the old I tunes was a far better product. Creating a seperate window for playlist and drag and drop is far easier.  If I could find another application other than I tunes I would drop this like hot bricks.Apple have taken a huge leap backwards in my opinion.

    Open the playlist.  Click View > Show View Options, and set "Sort By" to "Manual Order."
    Then you will be able to move songs up or down your playlist by drag-n-drop.

  • Jdev9i;JSP;Scroll a page at the end programatically?

    Hi,
    How can i scroll the the page to the end?
    More info: I have a JSP page that shows a database table. In
    some condition I'd like to show the last row in the visible area
    when page is loaded, so if the table is large i should scroll
    the page programatically at loading time. How could i do that?

    .focus() in javascript is a good candidate for this.

  • Force a string indicator to scroll to the bottom

    In LV Web UI Builder is there a way to force or programmatically scroll a string indicator to the bottom? 
    I am building a virtual hyperterminal and I am writting a very large amount of data into a string control.  I have the vertical scroll bars turned on, but by default it just shows the information at the top.  I want to include all of the data so that the user can scroll back to see the history, but it would be nice if by default the scroll bar would stay at the bottom.

    I just wanted to confirm there is no way currently to force a string indicator to scroll to the bottom. I will note this down as a product suggestion for the Web UI Builder team.
    Vivek Nath
    National Instruments
    Applications Engineer
    Machine Vision

  • Scrolling an image at the end of a ticker

    hi,
    I am koushik from India. I am working in j2me(cldc-midp), for last six months.
    I have successfully scrolled a ticker and also worked with image.Now I want to scroll an image at the end of a ticker.So, at first I want to scroll an image independently, then I'll go for that. I want to do it not using Timer or I don't want it as a keyEvent,it should scroll like a ticker horizontally at the top of the emulator.Is it possible using Canvas,repaint()......
    if it possible , can anybody help me giving a sample code.

    Hi,
    Because it's an assignment that you've got to make we won't just post complete source code that can be pasted into your Canvas code. As a matter of fact, I don't have source code that accomplishes something similar, so I can't post any code.
    I will try to give some hints etc...
    Okay, you're not using the Ticker class. That's okay and the scenario is clear.
    You probably have got a Canvas screen in which you've made a sort of rectangle at the top of the screen. This rectangle (probably a filled rectangle) represents your titlebar. In this rectangle you will draw parts of a text during each run of the thread (timer).
    There are some interesting challenges: the process should be very smooth to let your ticker animate very realistic. The text will be drawn using a dynamic x coordinate. However, you will need to draw text first, then drawing a filled rectangle or something at the left or the text and at the right of the text to simulate that characters are visualised for only a certain part (like how the ticker does that).
    A fast thread (that sleeps for limited milliseconds) will obviously cause flickering on the screen that might be prevented with double buffering stuff. However this might be complicated on the mobile (the implementation should support double buffering to be able to use it), so then try to increase the delay between the (re)paint actions.
    The paint method should be clean and simple. Do not use any impressive calculations there. Try to find a balance in using class member variables and local calculations (in the paint method). Try to prevent the usage of local member variables in the paint method, to reduce processor load and heap usage.

Maybe you are looking for