Scrollbar in disabled table

Hello,
in my new application I have a table with about 20 entries. 10 rows are displayed in the table ui element. To see the others it is necessary to use the scrollbar (lightspeed rendering).
As a simple possibility to switch to display mode of the application, I set the ENABLED property of the table to abap_false. Now it is not possible to use the scrollbar anymore (scrollbar is also deactivated).
Is this a normal behavior? Do I have to set all columns to disabled?
Thanks and regards
Marc

Hi Chris,
thank you very much. This works fine! I thought enabled has nearly the same function but I was wrong...
Regards
Marc
Edited by: Marc Florschütz on Jul 23, 2010 8:51 AM

Similar Messages

  • Disable table scrollbar

    Hi,
    is it possible to disable the right scrollbar of the table view component so it is not visible anymore?
    Best regards,
    Kevin

    Hi Kevin,
    You get the scrollbar in table in HTML version (even if its not reqd.)
    But you dont get the scrollbar (unless reqd.) in the Flex version.
    Did you try running in Flex version?
    Award points if you found it useful
    Regards,
    Vani

  • How to render Inline scrollbars for a table

    Hi All,
    I'm using a large table with nearly 30 columns with the width property of the table set to 2200 and No wrap is set to TRUE on all the columns.
    Is there any possible way to render inline horizontal scrollbar for the table instead of rendering the scrollbars on an OAF page ?
    Please help me.
    Regards
    Srikanth Enuguru

    I cant help you with the Inline scroll bar you are looking for (dont think we have anything like this in OA Framework). But you can ponder over the idea of showing another region using hide/show feature. You can use this region to show all the additional information for which you need so many columns.
    Regards
    Sumit

  • 10g: Enabled list items and scrollbars look disabled

    Hi,
    Is there any way to change the way list items and scrollbars look in 10g?
    Enabled list items and scrollbars look disabled to me (the list button on the list item and the arrow buttons on the scrollbars are greyed out).
    Visual attributes doesn't seem able to control this.

    Nope you're pretty much stuck with the look and feel of the decoratiosn unless you want to create your own pluggable component - this would give you more control but you'd have to consider if it's worth the investment.

  • Is there a Floating Scrollbar component for Tables

    I have a table which is placed in a Panel. This panel contains a Horizonal Scroll Bar which when scrolled to the right enables us to see the whole JTable. Now the Table itself has a vertical scrollbar.
    The probelm is when the user can't see the whole table he does not know that that the table contains a vertical scroll bar.
    Is there a way to make the vertical scrollbar of the table floating so that even when you scroll to the right the vertical scrollbar of the table is scrolling as you scroll to the right by clicking on the panel scrollbar
    Regards,
    Hemanth
    http://www.freejavaguide.com

    Er...
    What's wrong with just placing the table in a JScrollPane? It does all this for you.

  • Why Can I not Resize the Scrollbar on my Table Control?

    As below KB
    http://digital.ni.com/public.nsf/allkb/82C0B021A14F118D86257141004BA97E
    why this property node doesn't support mobile module and touch panel module, if so, how can I do? Thank you!

    This is suprising... I don't have a perfect solution fro you, but I suggest you take a look at the example here, the problem was slightly different to yours but I think you could use a similar solution.
    You can hide the vertical scrollbar of your table control and place next to it a vertical slider and use the slider's value to set the index row that's visible at the top of the table.
    Quick example attached.
    Hope it helps
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Attachments:
    tbale.vi ‏14 KB

  • Cannot disable table trigger in Oracle 9i

    Hi,
    I find out once a while I cannot disable table trigger in Oracle 9i 9.0.1.3.0. Whenever I disable it will hang for few minutes and then return an error saying 'time-out and the trigger cannot be disabled'. I have checked and all users are not using the table. I can only disable the trigger after I restart the Oracle instance or service. Anyone has this problem and how to solve it? Tks.

    plz post the error, what kind of trigger is it (ie login trigger)
    steve
    Hi,
    I find out once a while I cannot disable table trigger in Oracle 9i 9.0.1.3.0. Whenever I disable it will hang for few minutes and then return an error saying 'time-out and the trigger cannot be disabled'. I have checked and all users are not using the table. I can only disable the trigger after I restart the Oracle instance or service. Anyone has this problem and how to solve it? Tks.

  • Is it possible to enable/disable table row selection?

    I have a situation where a user can add rows to a "selection" table with a value that is used to perform a query to get a collection of objects associated with that value. Once those objects are available, a second "results" table will be populated with the row(s) returned. When the value is entered in the selection table, a web service call is made to perform the query and return the results. This may take a few moments and I am displaying an indeterminate progress indicator for the selection table row involved to indicate that the data is not yet available - the progress indicator is included as a column in the row; each row has its own indicator. Once the results are received the indicator is hidden to indicate the query for that row has completed. The user may enter as many rows in the selection table as they wish so there is a distinct possibility of multiple queries being executed at a given time. I have also attached a row selection listener to the selection table such that when a given row is selected, the results table will display the corresponding associated row(s).
    What I'd like to be able to do is somehow temporarily disable the selection of any row that has a query in progress, while leaving other rows whose queries have completed be selectable. Once the query completes, the row can then become selectable, thus allowing for the results to be loaded and displayed in the results table. The way it works right now, if the row is selected while the query is still in progress, nothing is displayed (obviously), but then the row has to be re-selected after the query has completed to see the results. This is a viable (though undesirable) solution/workaround if there is at least one other row in the table. However, if the row is the only row in the table and has been selected, it cannot be re-selected (there's no other row to select to allow for re-selection). To boil it down, what I'd like to do is prevent the selection of the row until the query for that row is complete.
    After perusing the JavaFX 2.2 API, I'm not seeing any obvious way to achieve this effect. If anyone has any solutions, suggestions, etc. on how this could be done I'd appreciate it greatly.

    Here's an [url https://github.com/james-d/Conditionally-selectable-table]example. As predicted, keyboard navigation fails if the keyboard presses would result in an unselectable item being selected using the default selection model. The best workaround I can see for this is to register event filters for the appropriate keyboard strokes, as in the previously referenced thread.
    Update: That code won't run in the current (ea b90) release of JavaFX 8.0, and probably a few recent releases; it will however run in the final release (and it runs in JDK 7). See [url https://javafx-jira.kenai.com/browse/RT-30593]RT-30593
    Edited by: James_D on May 22, 2013 7:51 PM

  • Disable Table field cells based on Row Data

    Hi,
    Need to disable cells of a simple table based on a row level value. For example: if the column6 value for 3rd row is 'A' disable column2 for the 3rd row (No User entry can be made). This behaviour would be same for all rows having column6 as 'A'.
    Please advise.
    Thanks
    Anirban
    Edited by: user1580623 on Jun 29, 2009 6:31 AM

    Anirban,
    Please check the Switcher Bean. You need to associate an attribute to the Switcher. It would have multiple cases (items under them). Based on the value of the Switcher attribute appropriate Case is selected.
    In your VO you can write a decode logic to set the value of Switcher attribute based on the conditions. The selected case can have disabled items and hence you can get the behaviour of your choice.
    Regards
    Sumit

  • Customized scrollbar for af:table,af:panelgroup & af:panelbox

    Hi All,
    Im using Jdev 11.1.15 version. My requirement is to customize the scroll bars in Table,PanelGroup & Panelbox. like replacing the background of the scroll with custom image and the scroll bar with custom scroll bar image.
    Any inputs on this much appreciated.
    Thanks in Advance.
    Kris.

    Hi Kris,
    I am able to change the scroll bar colors with below code for document and dialog components. Expecting ADF allows below code can be applied for af:table, af:panelgroup & af:panelbox components.
    af|document{
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-darkshadow-color: #999999;
    scrollbar-face-color: #D4D0C8;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-track-color: #404040;
    af|dialog{
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-darkshadow-color: #999999;
    scrollbar-face-color: #D4D0C8;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-track-color: #404040;
    Thank you.
    Regards,
    Mogilicherla Suman Kumar

  • JTable: AUTO_RESIZE_OFF for Scrollbar, but fitting table in Container?

    Hi!
    I have a Panel extended from a JScrollPane and a JTable in it. I have set it to AUTO_RESIZE_OFF, because I want to have Scrollbars if the value in the column is larger than the view.
    How can I achieve it to resize the table if the window was resized?
    Thank you all for your postings.
    Regards, Robert

    Works fine for me:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=623692
    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • How to disable table header column reordering

    Does anyone know how to disable reordering of some but not all columns in tableview ? For that matter how to disable reordering for all columns?
    Thanks in advance !

    The following code will disable sorting in all columns
    public static <S> void disableSort(TableView<S> table){
    Iterator<TableColumn<S,?>> columns = table.getColumns().iterator();
    while(columns.hasNext())
    columns.next().sortableProperty().set(false);
    }

  • Scrollbars w/ one table across multiple tabs

    Please help, I'm stumped on this...
    User has requested that a single table be displayed across multiple tabbed canvases. Problem is that each tabbed canvase contains mulitple record data.
    I can define a scrollbar using the block property pallette and have the scroll bar then display on the first tab. How can I define and display a scroll bar on the second and third tabs?
    In the past, I created a stacked canvas view that replaces the 2nd/3rd tabs. In this instance, the user has requested that the data not be displayed via a stacked scrolling canvas.
    Any ideas?

    You mean the scrollbar does not scroll??
    What is the number of records displayed value of
    your block?
    Your scrollbar should be working when your number of
    records exceed the number of displayed items. Visual
    attributes is for look and feel only.
    Let's say your block number of records displayed is
    5 and you have 10 records the scrollbar is not
    scrolling??
    Regards,
    TonyCorrect. The scroll bar is not scrolling. For the base table block that is spread across three tabs, the number of records displayed is 5. When I execute the query, 6 records are returned. On the first tab, I used the block item property to set up the scroll bar x/y settings and height/width. Within the first tab, the scroll bar is working fine.
    When the second tab is activated (e.g. it is the top most tab page) (w/ the stack canvas overlay scrollbar), the bar appears in the correct position but there is no functionality attached to it. In other words it just appears as a bar like one would find on a bar graph. The bar does not resemble a scroll bar (visually) nor does it operate like one. Ditto for the 3rd tab.
    Do I need to attach a Dummy block with 5 records to each stacked canvas overlay scrollbar in order to have the look/feel and functionality of a scroll bar?
    Thanks,
    Steve

  • Disable table control field

    Hi Experts,
                      I have create a module pool program where in there is a table control with some fields. I had a requirement where I need to disable all the tablecontrol fields when I click DISPLAY button. ( Display button ).
    loop at screen.
    if screen-group1 = 'GR'.
    if sy-ucomm = 'CHANGE'.
    screen-input = 1.
    else.
    screen-input = 0.      " when clicked DISPLAY button.
    endif.
    endif.
    endloop.
    My problem is only menge ( Quantity) field is not disabling.
    please provide your suggestions.
    Thanks and Regards
    Murali Krishna. T

    Hi Niraj,
               I tried with modify screen as you suggested. But no solution.
    Here one thing I need to make clear.  Here Iam using TabStrip. The tabstrip control exits in screen 320. For this I declared a subscreen in the screen 340. Here in 340, the table control is there.
    The push buttons DISPLAY and CHANGE are in screen 320. For these push buttons Iam writing the disable and enable functionality.
    I think, If Iam able to identify the tablecontrol field in screen 320, the problem will be solved.
    Screen Group ' GR ' is already used for another internal table for screen 320.
    Do I need to use another Screen Group for my table control?
    Also please make me clear about    the difference between      screen-group1
                                                                                    screen-group2
                                                                                    screen-group3
                                                                                    screen-group4
    Thanks and regards,
    Murali Krishna T

  • Disabling Table partitioning set at ORACLE_HOME level

    DB version:11.2
    OS : Solaris 10/ AIX 6.1
    We had 1 Database (wmprod) running from an 11gR2 ORACLE_HOME installation which had Table partitioning enabled using
    the following commands
    -- Shutdown all instances running from this ORACLE_HOME
    cd $ORACLE_HOME/rdbms/lib
    make -f ins_rdbms.mk part_on
    $ORACLE_HOME/bin/relink all
    -- Startup all instancesI created two other DBs from this ORACLE_HOME. Later i realised that the 2 new DBs created didn't need Partitioning and we don't have licences for this option for these 2 DBs.
    We cannot disble the table partitioning at ORACLE_HOME level using
    make -f ins_rdbms.mk part_onbecause the 1st DB (wmprod) needs Table partitioning functionality.
    Is there any way we could disable the Table Partitioning at DB level for the newly created 2 databases ?
    Edited by: GarryB on Sep 7, 2011 3:05 AM

    Hi,
    You must install a New Oracle Home, and move your database to new Oracle Home with feature disabled.
    Also to enable or disable a particular database feature for an Oracle home, shut down the database and use the chopt tool.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e24660/postinst.htm#CHDBGIIB

Maybe you are looking for

  • Macbook Pro 13'' Early 2011 Power Button not responding properly after spilled drink.

    Hi Everyone I've spilled beer on my old macbook last december. I've reassembled pretty much the whole mac, cleaned the motherboard with Servisol (isopropyl alcohol) and applied new thermal compound. The mac is working (if turned on from the motherboa

  • Help reqd to display the form without print preview call

    Hi all, I did one gate pass form and i want to view the form in my selection screen or output screen(just in monitor) as a display by giving one Z-code. i.e, we can view the form thru Print preview...the same preview, i want to display after i give m

  • 6300 E-mail attachment

    I cant send a picture using e-mail attachment with my phone? Able to send and receive normal plain text,checked all the e-mail settings. File format, picture taken from the phone itself. Firmware version 5.50, What seems to be the problem here?

  • Re: Embedding Applet which takes dynamic input, into JSP | Need help

    Hi All, We are into a project in Oracle Portal Server where in we want to embed a result of a standalone application(Which is applet) in JSP. This standalone application generates applet based on the input it gets from the current application's datab

  • Create cnf-files (sccp) for 7912G phone appears to be wrong

    Hi again Cisco techs, Have added file for 7912G phone.  Uploaded 7912 sccp firmware for 7912G phone via tftp-server and sh running-config confirms this However. run create cnf-files shows differently. Same as sh telephony-service tftp-bindings shows