ABAP Webdynpro table scroll bar does not work

Hello,
I have created a dynamic WD table using cl_wd_dynamic_tool=>create_table_from_node. I have set the no. of visible rows to 5. Now when ever the table has more rows, it displays a vertical scroll bar. But if I scroll it down, after 5 rows, it dosent scroll further. Am I missing something here?
Thanks and Regards,
Sandhya

Hi,
I guess you might have wriiten the code in the MODFIYVIEW right.
One thing you do....
Use the FIRST TIME parameter , create the tbale and all. When the application runs for 2nd time, then reset the vsible row count value.
Have you used any BIND_TABLE statement in this modfivyew.
Please clarify above.
Regards,
Lekha.

Similar Messages

  • Scroll bar does not work when creating a datalist

    So I created a very simple vertical scrollbar from 2 stretched rectangles (a thumb and a track). I also grouped a text field and a square together, that would make up the list items.
    Next, I selected the scrollbar and the list item, and created a data list from them. When I tested the project, however, I could move the scrollbar without any problems, but the items in the list did not move. I also tried adding some more items to the list, which didn't help either.
    Then i tried using the component from Flash Catalyst, instead of my "home-made" scrollbar. Making a data list out of this, and testing the project gave the desired result.
    I'd really like to use my own made scrollbar here, and I have the feeling that I missed something completely obvious on the way that I forgot.
    Note: I checked several times if I had forgotton to "edit the parts" of the scrollbar and data list, but I had selected all the parts as required.

    What you can try if the above doesn't work, is deleting the scroll bar from your Data List, and then dropping it back in from the Library. The act of re-adding the scrollbar may get you the desired behavior.
    If that doesn't work, you will probably need to post your project so we can take a look.
    -Bear

  • Scroll Bar Does not work

    Hi I've took the example from http://corlan.org/2009/02/12/how-to-add-a-scrollbar-to-text-layout-framework/ to add a scroll bar to my editor
    I use TextLayout Framework 2 and SDK Version 3.5 so I had to adapt my code to work and I got stuck on
    private function composeListener(event:CompositionCompletionEvent):void {
               var textHeight:int = Math.ceil(_controller.calculateHeight());
                 if (textHeight < _controller.compositionHeight) {
                     scroll.enabled = false;
                 } else {
                     scroll.enabled = true;
                     scroll.minScrollPosition = 0;
                     scroll.maxScrollPosition = textHeight - _controller.compositionHeight;
                 _controller.verticalScrollPosition = 0;
    TLF 2 & SDK 3.5 Forces me to use a ContainerController that doesn't have a calculateHeight method.
    How can I adapt this code to work with my current code? Is there an updated example of this?
    Also here is my set textFlow method that might be helpful.
    public function set textFlow(newFlow:TextFlow):void
                        // clear any old flow if present
                        if (_textFlow)
                             _textFlow.flowComposer = null;
                             _textFlow = null;
                        _textFlow = newFlow;
                        if (_textFlow)
                                            //textArea - Canvans
                             _controller = new ContainerController(_container,textArea.width,textArea.height);
                             _controller.verticalScrollPolicy = ScrollPolicy.ON;
                             _textFlow.flowComposer.addController(_controller);
                             // setup event listeners for selection changed and ILG loaded
                             _textFlow.addEventListener(SelectionEvent.SELECTION_CHANGE,selectionChangeListener,false,0,true);
                             _textFlow.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE,graphicStatusChangeEvent,false,0,true);
                             _textFlow.addEventListener(FlowOperationEvent.FLOW_OPERATION_BEGIN,operationBeginHandler);
                             _textFlow.addEventListener(CompositionCompleteEvent.COMPOSITION_COMPLETE, composeListener);
                             _textFlow.addEventListener('scroll', scrollTextFlow);
                             // make _textFlow editable with undo
                             _textFlow.interactionManager = new EditManager(new UndoManager());
                             // initialize with a selection before the first character
                             _textFlow.interactionManager.selectRange(0,0);
                             // compose the new textFlow and give it focus
                             _textFlow.flowComposer.updateAllControllers();
                             _textFlow.interactionManager.setFocus();
    Thank you

    I've just found this:
    http://www.ungramdeimagine.ro/tlf_on_Gumbo_example/TLF_on_Gumbo.html
    The line that I was looking for was
    var textHeight : int = _controller.getContentBounds().height;
    Hope It helps someone

  • Vertical Scroll bar does not appear in table control

    Hi ,
    I have a table control with both vertical and horizontal scroll bars.
    The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar
    does not appear at times..but if i run the program again, it appears..
    Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.
    Any suggestions ? why is this happening?
    Regards,
    Sharadha

    You have inserted data in the internal table and not "informed" the table control
    In the PBO, use a statement like
    DESCRIBE TABLE <itab> LINES <control>-lines.
    Regards

  • The scroll bar does not show in my SaaS application.

    I have a spreadsheet application and the scroll bar does not show on FF4. I need the scroll bar to navigate the app.

    table is surround by panelStretchLayOut but I examine this and has no difference.
    scrollBar show for data under one milion records!!
    and here is my code:
    <af:popup id="t1DataPopup"
    binding="#{B1Bean.t1DataPopup}">
    <af:dialog id="d9"
    type="ok"
    affirmativeTextAndAccessKey="#{viewcontrollerBundle.okLabel}"
    title="#{bindings.R1.hints.label} : #{bindings.R1.inputValue}"
    inlineStyle="position: absolute; left: -410px; top: -200px;">
    <af:panelStretchLayout id="psl4" topHeight="30px"
    inlineStyle="width:800px; height:400.0px;">
    <f:facet name="bottom"/>
    <f:facet name="center">
    <af:table value="#{bindings.s1Graph.collectionModel}"
    var="row"
    rows="#{bindings.s1Graph.rangeSize}"
    emptyText="#{bindings.s1Graph.viewable ? viewcontrollerBundle.noDataToDisplayMessage : viewcontrollerBundle.accessDeniedMessage}"
    fetchSize="#{bindings.s1Graph.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.s1GraphQuery.queryDescriptor}"
    queryListener="#{bindings.s1GraphQuery.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.s1Graph.collectionModel.selectedRow}"
    rowSelection="single" id="t1"
    partialTriggers="::s1Graph ::s1BarGraph ::s1HoriBarGraph ::s1AreaGraph"
    autoHeightRows="-1">
    <af:column sortProperty="T1Stmp"
    filterable="true" sortable="true"
    headerText="#{bindings.s1Graph.hints.T1Stmp.label}"
    id="c94" align="center">
    <af:outputText value="#{row.T1Stmp}"
    id="ot139"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout id="pgl20">
    <af:commandButton text="#{viewcontrollerBundle.saveAsExcelCommandButtonLabel}"
    icon="/Images/excel.gif"
    id="cb9">
    <af:exportCollectionActionListener exportedId="t1"
    type="excelHTML"
    title="T1Data"/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:dialog>
    </af:popup>
    and fetchsize=25
    Edited by: Mansoor on Jul 17, 2012 8:28 AM

  • Down scroll arrow does not work in Firefox or Safari.

    When in Firefox or Safari, the down scroll arrow does not work (I have arrows set to top and bottom, both at bottom makes no difference). Striking above or below the scroll bar works as expected (set to one page, up or down). The up scroll arrow works as expected. Both arrows work fine in all other applications (word, excel, powerpoint, preview, etc.). Grabbing the scroll bar and moving it up and down works fine also.
    Only failure is the down scroll arrow when in Firefox or Safari.

    Thanks for your help, but in setting up another account, I was looking at the settings for Firefox on the MacBook Pro (my wife's computer). I saw that for some reason she had turned off (probably accidentally) the status bar. Some reason turning it off merges the up scroll arrow and the window expansion corner, somehow turning off the scroll bar. Sounds stupid, but by turning it on I fixed the problem she had.

  • Bookmark bar does not work on one of my computers - w XP

    Firefox 4.0 - the bookmark bar does not work. It appears but will not accept drags.
    PC w Windows XP - 3.
    Another thing too - The open new tab does not show up at all, in order to open a new tab I had to put the "open new tab" tab into the navigation toolbar.
    (Works fine on my other computer, & it drives me nuts to have to use Firefox w 2 different setups...)

    What's the URL of your site so we can examine it first hand?  Have you tried republishing your site with the File ➙ Publish Entire Site menu option?
    OT

  • Scroll bar does not retain its position after or before pack

    Hi
    My Scroll bar does not retain its position after pack in my application.
    But i need to retain its state.
    My code snippet is :
    System.out.println("VAlue--->" + getHXValue());
    scrollPane.getHorizontalScrollBar().setValue(getHXValue());
    pack();
    My VAlue printed is 100.
    But my positon of scroll bar is at 0 th location.
    Can any one help me.....

    Swing related questions should be posted in the Swing forum.
    My code snippet is :Snippets don't help.
    If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)",
    see http://homepage1.nifty.com/algafield/sscce.html,
    that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    Don't forget to use the "Code Formatting Tags",
    see http://forum.java.sun.com/help.jspa?sec=formatting,
    so the posted code retains its original formatting.

  • Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bars are supposed to appear when needed.
    For example, scroll bars will appear when you zoom in on a page.
    FAQ: How to zoom in/out on a page
    Windows 8 automatically hides scroll bars after a few seconds of inactivity.  Scroll bars will reappear when you touch the screen and move your finger (on a Touch-enabled device) or move your mouse.
    Additionally, page navigation depends on the view mode (Single Page vs. Continuous Page).
    In the Single Page mode, you can swipe left/right (horizontally) or click the left/right arrow button with your mouse to go to the previous/next page.
    In the Continuous Page mode, you can swipe or scroll up/down (vertically) to go to the previous/next page.

  • HT4061 iphone 3GS screen locked, slide bar does not work

    Iphone 3GS. The slide bar does not work, ie the screen lock does not unlock. I have tried to reset (power and home buttons) and also to restore my iphone several times using iTunes without any success. Any suggestions? My son uses the phone now for games, so it has no carrier.

    A reset can be done by tapping and holding the Home button and the Sleep/On/Off buttons at the same time for approximately 10-15 seconds, until the Apple logo reappears.
    Stedman

  • When I go to websites the right scroll bar does not appear

    hen I go to websites the right scroll bar does not appear

    what is the url. Did you make the screen as wide as possible.
    A lot of web designers appear to think you have a lot of wasted unused space and are all to happy to "help you" make the most of that space.

  • When Firefox is open the zoom function (option/command/space bar) does not work in Adobe programs (InDesign, Photoshop, Illustrator)

    Mac OS X 10.6.7
    CS 5.5
    When Firefox is open the zoom function (option/command/space bar) does not work in Adobe programs (InDesign, Photoshop, Illustrator). This happens only when Firefox is open and when I close it the zoom functions work fine again without having to restart the applications.
    This is intermittent but happens quite frequently each day if Firefox is active.

    MDN doesn't mention -chrome being used for ordinary web pages: https://developer.mozilla.org/docs/Mozilla/Command_Line_Options#Chrome
    When I use
    firefox.exe -chrome about:permissions
    I get a usable window, but zoom doesn't work as you noted.
    How about using an intermediate page and window.open() for the target page? You can (mostly) restrict the chrome of windows opened that way, but it will leave behind the intermediate window...
    https://developer.mozilla.org/docs/Web/API/Window.open

  • Mac OS 10.9.2 Reader 11.0.7 does not initialize, cannot fill in fillable forms and side scroll bars does not operate.  Can you please help?

    Mac OS 10.9.2 Reader 11.0.7 does not initialize, cannot fill in fillable forms and side scroll bars does not operate.  Can you please help?

    Perhaps you missed that you started a discussion at I have OS 10.9.2 and have downloaded latest version of Reader 11. I can no longer fill in form or scroll using the side bar. and you did not respond to the last post there.

  • Lenovo wireless mouse middle scroll button does not work

    lenovo bluetooth wire mouse works fine with click buttons but the middle scroll wheel does not work. scrolling with the wheel should move the browser screen up and down and it does not.
    click buttons work fine just the scroll wheel in the middle of the mouse

    I tried this setting (adding Firefox as an exception) and it had no effect :-(
    Mouse wheel still does not work with Firefox (but works with everything else).

  • Brand new 27" iMac scroll bar does not appear

    Scroll bar does not appear in almost any window. To make it appear, one way I make it appear is to grab the lower right hand corner and move the window size a little bit. The scroll bar appears. But when I try to then grab the scroll bar, I must stay INSIDE the window as I move my cursor toward the scroll bar.
    Sometimes swiping down on the cursor to move the page down, the scroll br will appear.
    But there is a basic problem. The scroll bar does not appear without EXTRA moves of some kind to make it appear.
    By the way, the scroll bar in the window I am in RIGHT NOW is appearing without EXTRA moves.
    An Apple Tech wen through this with me on the phone and could not resolve the problem
    This is the FIRST problem I have had in TWENTY NINE YEARS that Apple Techs could not solve for me.
    Help anyone?
    Phil Russell

    Here you go.

Maybe you are looking for