Scroll position does not reset on datasets

Forgive me if this is somewhere else, but I cannot find it.  In using spry datasets in CS4, when the data in a container is long enough to need a scroll bar, the scroll position does not reset to the top when you chose the next item in the dataset.  By example, if I choose Grapefruit, and the description container has several paragraphs that i have scrolled down to read, then I choose Pear, and the description content displays in the same scroll-down position (perhaps in the middle or the end) instead of resetting at the beginning of the paragraph.  Is this a bug or is there something I am doing wrong?
Thanks!!!

Argh!  I have this exact same problem when working with Master/Detail.
When I scroll down to the bottom of a detail area, and then click another item in the master column, it displays the bottom of the new detail area.  This is not what I want.  Whenever I click on a new item in the master column, I need to be positioned at the top of the new detail area.  How can I make that happen?
Please help!  Thanks!
SC

Similar Messages

  • 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.

  • 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

  • BufferedReader does not reset stream, unable to write more than one

    Hi,
    The following is a program that tries to read a file and write into 10 files.
    I am using bufferedReader.reset() to get to the starting position of the stream, but unfotunately it says mark not supported .
    Can anyone please tell me , why the stream does not reset, and do I have to close and then again reopen the input reader to write multiple times. Are there any other alternatives?
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    public class TestFile {
         public static void main(String args[]) {
              try {               
                                  FileReader fr = new FileReader("testinput.txt");
                   BufferedReader br = new BufferedReader(fr);
                   BufferedWriter out = null;                  
                   String line = null;
                   String name = "testoutput";
                   FileWriter fw = null;
                   for(int i=0;i<10;i++){     
                        String fname = name + i + ".txt";
                         fw = new FileWriter(fname ,false);
                         out = new BufferedWriter(fw);                    
                        while((line = br.readLine())!= null){
                             out.write(line);                         
                        out.close();
                        if(br.markSupported()){
                             br.reset();
              } catch (FileNotFoundException fnf) {
                   fnf.printStackTrace();
              } catch (IOException e) {               
                   e.printStackTrace();
    }Exception
    java.io.IOException: Stream not marked
         at java.io.BufferedReader.reset(BufferedReader.java:485)
         at TestFile.main(TestFile.java:30)

    but unfotunately it says mark not supported No it doesn't. It says
    java.io.IOException: Stream not marked
    No where in that code are you calling the method "mark" to set a mark and the API for reset says:
    Reset the stream to the most recent mark.And it says it throws an IOException
    If the stream has never been marked, or if the mark has been invalidated.

  • I created a Pages document inserting 2 columns using 1) Inspector 2) Layout 3) columns.  How do I decrease the height of the column.  Have tried to use cursor and drag down the top border, but that does not reset the top border.

    I created a Pages document inserting 2 columns using 1) Inspector 2) Layout 3) columns.  How do I decrease the height of the column.  Have tried to use the cursor and drag down the top border, but that does not reset/decrease the top border.

    Set your columns back to one for the moment. In layout mode, insert a Text box. Place it in the upper left corner of your document, and drag down and right to the size of the container for your two columns. Click inside the Text Box, and now bump up your columns to 2. Your two columns are now contained in this resizable Text Box.

  • 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.

  • 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

  • Running Total does not reset when group changes

    I have a manual running total for group3 that does not reset for group2
    Group2 Header (Order Status 3=Open,4=Closed)
    WhilePrintingRecords;
    currencyVar WIP=0;
    Group3 footer (Order Number)
    WhilePrintingRecords;
    currencyVar  WIP;
    WIP := WIP + {@NETWIP}
    Group2 footer
    WhilePrintingRecords;
    currencyVar WIP;
    There are no Repeat Group header on any of the groups
    Will add Group1 total when this part works.

    I am not sure if you made a typo when making your post but you are missing a colon when resetting your variable
    change from this
    currencyVar WIP=0;
    to this
    currencyVar WIP:=0;

  • Unsuccessful Login Notification Does Not Reset To Zero

    Dear all,
    os: OUL5x64
    ebs R12 12.0.6
    db 10.2.0.4
    when users connect to the application and login with the wrong password
    On 12.0.6 in Production:
    When attempting to login the applications Find that Unsuccessful login notification always
    displays a cumulative count of unsuccessful logins every time. It does not reset to zero
    after you successfully login.
    Please advise how to fix this notification.
    Thanks,

    Hi,
    Please see (Note: 848921.1 - Unsuccessful Login Notification Does Not Reset To Zero).
    Regards,
    Hussein

  • 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.

  • 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.

  • Whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?

    Hi
    I have a windows 7 and whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?
    I hope that was clear.
    Thnx

    Hello kmanthie,
    I just sent you a private message. If you are not sure how to check your forum messages, this post has instructions.
    I worked on behalf of HP.

  • 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).

  • 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.

  • 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

  • How do i restore the information in my iphone back to how it was before I changed it?

    I accidentally didn't know what I was doing and ended up changing all my settings. It deleted all my contacts now I searching a way to get all my previous data back, any ideas? Please I am in desperate need of help. I was trying to put music in my ph

  • Stuttering music

    Just installed update 5.1 and music started stuttering. Interestingly it stutters terribly if access my computer iTunes library. If I go to the computer and stream music over AirPlay, no stuttering. Could it be a firewall or port problem? Can't seem

  • HT3939 HOW AM I ABLE TO SEND EMAILS TO A GROUP IN ONE GO?

    how am i able to send emails to a group of contacts in one go? on an apple 4 i phone

  • Pricing change in sales documents

    Hi, Anyone aware of a FM that can change (redetermine) the prices for all sales documents whenever there is a change in the pricing condition records? I want to pass sales document numbers to an FM...and if there is a update in the condition record o

  • ITunes 10.7.0.21 Sync Issues

    iTunes is not supposed to 'mount', for syning over wi-fi, a device such as an iPad, unless the device is plugged in, yet it does all the time. Use Case: Running iTunes on dedicated media PC and iPad3 and/or iPhone being used or asleep. - iTunes 'moun