Scrolling in screen

hi Masters,
i have an input screen fields moreover 90... so the most i can place on screen (input screen fields ) may be 50 or 60.
NOW : My concern is.....is their scrolling option where by i can scroll all the fields in single screen?
Thanks in advance,
pasala.

First assign relevant points to this thread: Re: first letter of the word caps, that you have closed without letting us know which of the answers was helpful. Then I will unlock this thread.
pk
PS: Thread Unlocked after you did the needful with the other thread. Please take care in the future
Edited by: kishan P on Oct 18, 2010 1:19 PM

Similar Messages

  • How do you make the Safari menu bars at the top and bottom of the browser go away in iOS7 when you can't scroll the screen?

    The menu bar at the bottom of Safari screens only goes away if you scroll the screen.  But for one page content, the screen can't be scrolled which renders useless any links/buttons at the bottom of the page.
    Is there a fix for this in iOS7?
    In iOS6, users needed only to tap the screen to remove the Safari menu bars.  This does not work in iOS6.

    In Safari > View choose Exit Full Screen

  • Titles don't scroll across screen anymore

    On my new 30 GB iPod, the song titles scrolled across screen during playback but after I did a restore they now only appear static and are truncated if to long for the display screen. I rstored because I mistakenly thought there was a problem with the iPod when I tried to use it attached to my work computer - firewall issues. I can't find a configuration to enable that "feature"...

    I'd like to see this change as well.. I sent in a request through the iPhone feedback form.
    I understand the difficulty in trying to implement this though.. since track selection is a one step process on the iPhone (tap) versus a two step process on the iPod (wheel-select then exectute), you'd have to have all the long titles scrolling at the same time, which would look rather chaotic.
    Maybe it could be done on the iPhone by having the title scroll if you tap-hold on the title.

  • Listbox with scroll in screens..

    hi..
    i want to have a listbox with scroll in screen and not as dropdown..
    awating for reply asap..
    thanks in advance...

    Hi Tommy,
    Please try this code.
    PROCESS ON VALUE-REQUEST.
    MODULE z_f4_shipment_it INPUT.
    MODULE z_f4_shipment_it INPUT.
    DATA: return_tab TYPE TABLE OF ddshretval,
    dynpro_values TYPE TABLE OF dynpread.
    DATA: ship_item(4) TYPE c.
    DATA: BEGIN OF wa_f4_prn OCCURS 0,
    tknum TYPE vttk-tknum,
    tpnum TYPE vttp-tpnum,
    END OF wa_f4_prn.
    CLEAR wa_f4_prn.
    SELECT tknum tpnum FROM vttp INTO TABLE wa_f4_prn WHERE tknum EQ rqm01-tknum.
    DELETE ADJACENT DUPLICATES FROM wa_f4_prn.
    CALL FUNCTION 'DYNP_VALUES_READ'
    EXPORTING
    dyname = sy-repid
    dynumb = sy-dynnr
    TABLES
    dynpfields = dynpro_values.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'TPNUM' "'CNPNO_RSR'
    dynpprog = sy-repid
    dynpnr = sy-dynnr
    dynprofield = 'SHIP_ITEM' "'ZCNPNORS'
    value_org = 'S'
    TABLES
    value_tab = wa_f4_prn
    return_tab = return_tab.
    txtuser = return_tab-FIELDVAL .
    IF sy-subrc 0.
    ENDIF.
    ENDMODULE. " Z_F4_SHIPMENT_IT INPUT
    This will surely get your doubt cleared.
    Cheers,
    Suvendu

  • I phone 4 has changed settings to require double clicking to open applications and cannot scroll the screen anymore.

    My I phone 4 was working okay for the 4 months I had it, then all of a sudden the settings changed.
    I now have to highlight an item and then double click on it for it to open. It's impossible to try typing anything.
    I cannot scroll the screen either, so when I open the settings app, I cannot access anything beyond the item (brightness & wallpaper) at the bottom of the screen. The phone also now reads out what I'm highlighting and other times like when the screen dims or closes (it tells me that the screen is dimming or closing.)

    My I phone 4 was working okay for the 4 months I had it, then all of a sudden the settings changed.
    I now have to highlight an item and then double click on it for it to open. It's impossible to try typing anything.
    I cannot scroll the screen either, so when I open the settings app, I cannot access anything beyond the item (brightness & wallpaper) at the bottom of the screen. The phone also now reads out what I'm highlighting and other times like when the screen dims or closes (it tells me that the screen is dimming or closing.)

  • Scrolling TV screen with DVI to Video Adapter

    I just purchased a DVI to Video Adapter from the Apple store. When I initially hooked it up (disconnected the monitor, and plugged the new adapter in with TV connected), it worked fine, but the entire screen was not visible.
    I tried to change the display preferences while connected to the TV... From this moment on, my screen on the TV continuously and quickly scrolls up in a loop - similar to old TVs that need fine tuning with the horizontal hold or a hard hit on the side.
    Is my adapter faulty or is there a setting issue?
    Any help would be appreciated. Thanks.

    I believe that preference is stored in PRAM.
    http://support.apple.com/kb/HT1242
    So resetting PRAM as noted earlier should be the method.
    However, there may be a supplemental preference file that is involved. I opened two Finder windows to
    <startup volume>/Library/Preferences/
    <user folder>/Library/Preferences/
    and set them to display as a list and to sort by date (most recently changed at the top).
    Then, I opened System Preferences Displays pane and changed resolution or refresh rate. The preferences files that changed were.
    <startup volume>/Library/Preferences/com.apple.windowserver.plist
    <user folder>/Library/Preferences/ByHost/com.apple.windowserver.001b6337b3a2.plist
    <user folder>/Library/Preferences/ByHost/com.apple.preference.displays.001b6337b3a2.p list
    So you can try move those to the desktop and restarting. The problem is that they may get recreated before you can restart, but if they were somehow messed up, it may work to recreate them.
    You can do a test by creating a new admin user account in System Preferences Accounts pane. Log out and log in to the new user. Does the TV work if you are logged in as the new user?
    Also, try starting up using the your Mac OS X installation disc, with your TV connected. Does the TV then display properly?

  • How do I use serial port read and show text, but not have it scroll off screen?

    I am new-ish/returning amateur user of Labview and I am trying to edit the example VI "Advanced serial write and read VI" that is part of dev suite 2012.  I need to use the string box to show ALL text received from serial port, always appending and only rolls off screen when more real data arrives at serial port. 
    What is actually happening is as more bytes (or no bytes AT ALL!) arrive during read time, current text rolls off the string box.  Even when 0 bytes are received, screen is blanked out.  I am not very familiar with functions locations and even worse at understanding obscure references to functions, so please keep replies very basic so I can follow.
    Just to be clear, I need the string window to behave like hyperterm does-always shows data and it is not pushed out of window arbitrarily.
    Thanks,
    Steve  
    Solved!
    Go to Solution.

    OK- lets start back at the beginning.  I have a few questions...
    WHy does incoming txt get placed at top of txt box and then scroll up?  why would it make more sense to input at the bottom and scroll toward the top.  I have created this huge txt box that appears to be impossible to use.
    I have attached example of txt boxes I have tried, and pic of VI I have edited.  Bad marks for uglyness....
    Attachments:
    Capture_VI.JPG ‏117 KB
    Capture_VI2.JPG ‏133 KB

  • Why is scrolling in screen sharing so laggy under 10.9.3

    Using a Mac mini running 10.9.3 as a TV computer, controlling it through Screen Sharing from my Macbook also running 10.9.3 over a WiFi network. Scrolling is just crazy in Screen Sharing - incredibly laggy, with what looks like tons of unnecessary inertia. What's going on? I've tried the fixes like "always show scrollbars" and setting the computer to never go to sleep, with no effect. I'm laying this squarely at Apple's feet for now.

    Open the Library folder in your home folder by holding down the option key and selecting
              Go ▹ Library
    from the Finder menu bar. Navigate in the usual way to each of the following items and move it to the Trash:
              Application Support/NotificationCenter
              Caches/com.apple.Safari/RemoteNotifications
              Caches/SafariNotificationAgent
              Safari/RemoteNotifications/Permissions.plist
    Log out or restart the computer. Test.

  • Scrolling in Screen painter -

    Hello All,
    We have created a new screen in screen painter which is of the size 68 X 134 and requires scrolling to get to bottom part of the screen. Once I scroll and bring those fields in the middle of the screen and enter data in one field ( drop down list in this case ), the field is moved back to the bottom line on the screen and requires me to scroll again.
    I did use set cursor and it does move the cursor to that field but I loose all the scrolling and fields on the following lines require me to scroll again. These are different fields and there is no TAB control in this situation.
    Please let me know if you have suggestions for this problem.
    Thanks,
    Rajesh

    Hi Rajesh,
    Use the following Threads to solve the Scrolling problem in Screen Painter,
    [Thread1|Vertical scroll bar not working in table control;
    [Thread2|verticall scroll bar problem in table control;
    [Thread3|Container Scroll - Grid Scroll;
    Regards,
    Saravana.S
    Edited by: saravanasap on Jan 10, 2012 1:34 PM

  • Scrolling of screen using proximity sensor

    Does anyone know how I can switch off the function that allows me to scroll and select using a finger placed close (but not touching) the screen?<br>Thanks

    I stand corrected, there's no mention of this on the user guide, odd. 
    http://blogs.sonymobile.com/press_release/xperia-z-1-compact-best-camera-in-compact-waterproof-smart...
    A clever design refinement is the new Glove Mode4 that lets you use your Xperia Z1 Compact even while wearing gloves, making it even easier to use your phone, no matter what the weather.
    4 Supports maximum 2mm thickness
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Scrolling makes screen fade to black

    Hi all - ever since I upgraded to Leopard, I'm having a problem with Aperture where my whole library becomes black when I scroll through thumbnails. If I stop scrolling, eventually the pictures reappear. This makes it really hard to use Aperture since I can't really see what I'm doing. It happens fairly consistently, but isn't 100% reproducible. Any ideas?

    Your screen can be set to fade to black after a specific amount of time to conserve battery life. You decide for how long you want it to stay on, anywhere from 10 seconds to 5 minutes. This will only affect the time between activity on your screen, so if you're swiping and pressing the screen quite a bit it won't go out until you stop accessing the screen then it'll start the countdown to the time you set.
    To adjust it, swipe down while on your homescreen and select Settings>Display>Screen Timeout.
    I hope that helps you.  
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • How to stop scrolling on screen

    Hi all,
    I've created screen which is big enough for scrollbars to show up. Problem is that when user move down to change some field and he enforce PAI to being executed (by example by pressing F4), scroll is returning to it's initial position. How can I make it stop from returning back to initial position? I think that I've read about command to do this, but I can't remember what was it.
    Best regards
    Marcin Cholewczuk

    Did you try SET CURSOR for the field which you last triggered PAI for?
    I think that I've read about command to do this, but I can't remember what was it.
    Maybe you are thinking of ALV's method SET_SCROLL_INFO . Sometimes you hear the bellring but you don't know which church it is
    Regards
    Marcin

  • After fresh windows install, can't scroll with screen

    Before my disk image got corrupted, I was able to scroll by dragging my finger down the screen (X230 Tablet), but now I can't. Does anyone know how I could get this functionality back?

    Hi Chromecarz00,
    Welcome to Lenovo Community!
    As per the query we understood that you are facing an issue with Touchpad scrolling on your ThinkPad X230.
    After installing the Windows have you updated all the required drivers for your system?
    Because this kind of issue will occures only if you have not installed the driver, so I suggest you to download and install ThinkVantage system utility application and run it, this will scan for all the required application and drivers for your system.
    Below is the link to enter the downloads page and download latest application accordingly, please enter the MTM no. select the exact model.
    http://support.lenovo.com/us/en/products/search
    Hope this helps!
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Images scrolling across screen gradually increasing in speed?

    Any way to do this?
    I have a photo mosaic and i have each individual image used to make it up.
    I want to make a video clip of the images gradually increasing in speed across the screen eventually forming the final image.
    thanks.

    So theres no way to make the images scroll across the screen then? at all?...
    Seems like imovie can't do anything...just want some images scrolling across the screen.
    Im guessing i will have to use something more high tech like final cut?

  • Scrolling makes screen go blank until I click near top. Individual boxes go black. The 3.7 version works fine.

    Every time I move mouse over a box, it goes black. moving elsewhere restores it. If I scroll with cursor or mouse whole screen goes black except for some of the navigation at top. If I click at top, screen comes back.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    In Firefox 4 [http://kb.mozillazine.org/Safe_mode Safe mode] disables extensions and disables hardware acceleration.
    * Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

Maybe you are looking for

  • Initial load from ECC/R3 to MDM

    Hi, Could any one tell me the process for one time intial load from  R3 to MDM. preferably without XI. how to extract data from R3 ? what format? how to map source to MDM repository? Farah

  • Using Sales Forecast packaged application

    Hi, i wish to use the sales forecast packaged application but, trying with different users all the users see the same data, i mean the Sales Rep A see the selling cycle of Sales rep B. Since the manager is right to be able to look to Rep's opportunit

  • Setting up authentication using IAS and an AP1200

    I'm trying to get RADIUS authentication working using Windows 2003 IAS and an AP1200, client is an AIR-CB21AG with latest drivers (2.1). Can anyone point me to a "how to" guide or advise how to configure each component to get it all working? Thanks i

  • Chnaging Printer Paper trays for check printing

    Hi, I have a requirement to print the VOID pages of a check from a different tray in Printer. For example: I have a check to print and it is having 3 pages including the details .My requirement is to take the paper from ttray1 for the first page of t

  • DBA TOOLS-to administer a number of instances

    what tool do i need to establish connection to the various boxes and insstances i currently work with.i do not want to have to telnet into every box each time i need to make connection...newbie