How to do implement an Auto scrolling bar in Forms 9i

Hi,friends
How can we implement a automatic scrolling bar when we edit item data in block which is so wide.
I will be appreciated for your response,Thank you!!
Pls give me some ideas
Panzhen

Hi,
actually this functionality does not work. The reason for this is that Forms9i is Web only and there is no functionality downloaded with the generic Java Applet. For the moment I filed an enhancement request to have this on our radar. Meanwhile, if you need thi sfunctionality you can help yourself by writing a PJC that opens a dialog and performs the action that you want to.
Frank
Forms Product Management

Similar Messages

  • How to get Auto scroll bar in a JSP?

    Hi Gurus,
    I have created a custom jsp page in a B2B application. How to get the auto scroll bar when page is exceeded than it can display?
    Is there any specific tag or div which is to be included to get this scroll bar?
    Thanks a lot in advance!!
    Regards,
    Lakshman.

    Hi Lakshman,
    You can include it in stylsheet and then use that class in your <body> or "div"  tag.
    the CSS command is
    overflow:auto;
    you can use like
    <body style="overflow: auto;"> or -- div style="overflow: auto;" 
    You can declare class in ".css" file
    #c1
    .c1
    <body id="c1>> or <div id="c1">
    <body class="c1>> or <div class="c1">
    You can use either "class" or "id" by adding it to "CSS" file and the use it to any JSP file or by direct aditing "Style" attirbute in tag.
    so when your content is longer then your screen browser will display scroll bar automatically.
    I hope this will help you.
    Thanks and Regards.
    eCommerce Developer
    Edited by: Ecommerce Developer on Jul 9, 2009 5:58 PM
    Edited by: Ecommerce Developer on Jul 9, 2009 5:59 PM

  • HT1338 How do you consistently get the scroll bar on the right side of the page

    How do you consistently get the scroll bar on the right side of the page.

    Go into System Preferences, select General and set "Show scroll bars" to "Always".

  • How do I temporarily hide the scroll bars ?

    How do I temporarily hide the scroll bars ?

    I assume that your post in [[/questions/906990#answer-291125]] ended up in the wrong thread and should have appeared here.
    The only thing that changes if you run the code in the Scratchpad is the disappearance and reappearance of the scroll bar in the current tab. You do not see anything in the Scratchpad. So you need to switch back to the browser window.
    You can test it with this code, that should make both scroll bars appear:
    <pre><nowiki>void(document.body.style.setProperty("overflow","scroll",""));
    </nowiki></pre>
    [[/questions/906990#answer-291125]]:
    <blockquote>In Scratchpad I ran both:
    <pre><nowiki>void(document.body.style.setProperty("overflow-x","hidden",""));
    and
    void(document.body.style.setProperty("overflow-x","hidden",""));
    In the 2nd one I got:
    17:48:57.826 |x unexpected end of XML source
    @ Scratchpad:1'''
    For the 1st one I got no activity, only a blinking cursor.
    any other ideas ?
    Good luck and merry Christmas, Bill
    .</blockquote>

  • How can I widen the vertical scroll bar width in Firefox and Thunderbird?

    How can I widen the vertical scroll bar width in Firefox and Thunderbird?

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • How do I view the Horizontal Scrolling bar and status bar at the bottom of the screen. I can only see the top menus, toolbars and vertical scroll bar?

    Before the most recent upgrade, the bottom horizontal scrolling bar and status bar appeared on my screen. Now since upgrading, I cannot see the. Anyone ideas how to restore them?

    If you haven't already, you could force-quit Quicktime by using the menu option from the desktop (finder) and choose Quicktime.
    Not sure what you have frozen on the screen, be it a failed movie, or some unusual screen shot. If you can find by date (created) you may be able to look for .mov or quicktime suffix name or other video file content to delete it.
    And you may have to restart your computer and perhaps run repair disk permissions from Disk Utility's first aid on the hard disk drive in your computer.
    Not sure if all that would help now, but it is something a few days late...!
    Good luck & happy computing!

  • How to adjust layer over-flow scroll bar?

    I'm using a layer with the overflow set to 'auto'. Is it also
    possible to set the vertical scroll bar (for the layer) to appear
    on the left rather than the right?

    Alan:
    You have this -
    </style>
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4
    resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    location.reload();
    MM_reloadPage(true);
    //-->
    </script>
    Note - no opening <script> tag. Also, why are you still
    using this NN4 fix?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Alan Smithee Jr." <[email protected]> wrote in message
    news:ei6cdf$n8v$[email protected]..
    >
    http://www.buddhapada.com/tests/scroll-bar-left.htm
    >

  • How to get rid of vertical scroll bar in ABAP webdynpro table

    Hello,
    I have created a dynamic WD table using cl_wd_dynamic_tool=>create_table_from_node and then I restricted the number of lines to 1 by setting the 'Set_Row_Count' and 'Set_Visible_Row_Count' = 1. But still when I run the application I see a vertical scroll bar which looks very awkward for only 1 line. How do I get rid of this vertical scroll bar ?
    Thanks and Regards,
    Sandhya

    Hi,
    Is your table under any transparent container. have you set any scroll mode for this.
    One more thing, have you used SER SCROLLABLE COL COUNT property.Also is this property set firstVisibleScrollableCol.
    Regards,
    Lekha.
    Edited by: Lekha on Oct 28, 2009 11:18 AM

  • How do I get my horizontal scroll bar back?

    Well, I just installed firefox 5 on my computer and for some reason, the bottom horizontal scroll bar you use to move the screen left to right has gone missing. So my question is, how do I get it back?

    I had this problem and it only started after installing firefox v12.0 (on win xp).
    Mozilla mentions it is related to the css 'overflow' attribute not being defined correctly.
    HOWEVER, in my case, the offending line of css belonged to the jquery ui library
    file: jquery-ui-1.7.2.custom.css
    .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
    all I needed to do was remove one of the '9's and the horizontal scroll bar reappeared on all pages that included this jquery ui lib.
    the better solution would be to upgrade to the latest jquery ui lib.

  • How can I eliminate unwanted horizontal scroll bars from certain pages on my site?

    A few pages on my website have a horizontal scroll bar at the bottom of the browser. I have several other pages in the exact same format and none of them have the horizontal scroll. No elements are off the edge of the page or anything. I'm a designer and don't know code, which is why I'm using Muse, but all the forums I've checked so far give coding solutions that I don't understand or know how to apply to my Muse site. Anyone have any suggestions?

    Can you post a URL for your site? (You could publish a free temporary site on Adobe Business Catalyst and provide the URL.)
    Other than the page being wider than the browser window or there being content that's outside the page bounds, I don't know what else to tell you to look for. If you provide a URL, we can probably detect what's causing the horizontal scrollbar and let you know what needs to change.

  • Stickies, how i wish you had a scroll bar

    Just wondering if the "Stickies" application had some way to get a scroll bar in the notes. I find the notes useful for...well...taking notes, but it's annoying not being able to simply scroll up and down like you do in Safari.

    Your trying to reinvent the wheel too, are You?
    Like I wanted to with iCal.
    And all I wanted was new entries in birthday, being I just learned it's only possible from address book list. Now that's a limited pile of junk function.
    My opinion, give it up on the stickies scroll bar.
    The lower right corner grab is your final option.
    Single ideas belong on stickies. Like the color options. Like real ones.
    One for yard work pending, one for car, and one for food shopping as such.
    BUT,
    As to why you are not using text documents instead is puzzling.
    These can be the master lists you pick and choose from.
    For one, it has scroll bars.
    Stickies are cute, but like all post it notes, they loose their stick.
    I'd just copy-paste any sticky to text edit document and save to your chosen daily document folder.
    Format the document to a default standard font, so when you add anything more to document, you simply hit edit tab and select paste and match style. Done, and hit save.
    You can throw in any saved document, and sort it out later.
    Spot-Light will show you where the idea went.
    Photo's embedded into document. How can you beat that?
    I can't be expected to recall everything about my new Canon 30D camera.
    So anything I find online that keeps me updated, related to this camera gets added to that Canon 30D text document.
    I format the page to ' wrap to window' and just keep adding more images, or any active page links. Better than any bookmark can.
    Print out one of the master lists and keep it back pocket for a week or month, and see what you added to it.
    best regards
    Power Book G4-1.67-2GB, Bluetooth Mouse & Keys   Mac OS X (10.4.8)   20" screen for dual view.

  • How to change the width of scroll bar

    hi,
    is there some way to increase the width of the scroll bar or is it operationg system dependent?
    thanx and regards
    deepak saini

    hi
    not sure if this is the best way to do it, but it does work...
    try this...
    int newWidth = 50; //for example - this is big!!
    int h = (int)myScrollBar.getSize().getHeight();
    myScrollBar.setPreferredSize(new Dimension(newWidth, h));
    the above depends on whether your scrollbar is horizontal or vertical also. if you're using JScrollPane, call getVerticalScrollBar() to retrieve the bar (or horizontal as required).
    hope this helps
    Takis

  • How can I get the vertical scroll bar in firefox for mac to operate more smoothly?

    This scroll bar issue has been a real pain for awhile, though it seemed to be better for a period of time and now has grown much worse again. I'm using Firefox 22.0. I try to grasp the blue scroll bar (right side placement) to move it up or down for pages that require scrolling to view, and it is very hard to hold and move the bar, plus it often bogs down as the colored wheel shows up as if the software is trying to process the action. It's very frustrating. I'm set to "smooth scrolling" in the Firefox settings, but that doesn't help. Is there a way to fix this and make the scroll bar move quickly and smoothly in Firefox for Mac?

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to identify the presence of scroll bars in browser from the plug-in

    I am developing a plug-in for the type application/x-shockwave-flash. In windowless mode, firefox window client area shared by all the plug-ins. Since plug-in runs in plugincontainer.exe, and DC is passed from firefox.exe, i couldn't the any api or the way to query the firefox for the presence of scrolling bars.
    Could you please tell me the way to identify the presence of scrolling bars in the browser from the plug-in?

    Go to DB02 --> Additional functions --> BW analysis , you will see rows (in pink) highlighted for cubes , dsos and PSA.
    For cubes click on highlighted row for cube and put filter *cube name * , it will shows all related tables with the space . Space occupied by different tables of the cube can be summed up to get total value .
    Similarly for DSO and PSAs.
    You may download this information on an excel and then put descending order on space column to get cubes occupying max space .
    Also look for table RSDODSO (directory for all DSOs) and RSDCUBE ( directory for all cubes) , i suppose you will get space information there as well.

  • How can i change the window scroll bar property at runtime...???

    hi all ,
    can i change the Window's (Forms window) "Show horizontal scroll bar property" at runtime, i mean programatically... Is there any property which i can set....??
    Thanx in advance
    Regard's
    Prasad

    There is no property there for your required task.
    Hassan

Maybe you are looking for