[4.0final] Scroll speed in table grid configurable?

Hello out there,
is there a way to configure the scroll speed (using mouse wheel) in the table data grid?
It seems that the data grid scrolls pixel wise whereas the result grid of the worksheet scrolls row wise. So can I configure the table data grid (i.e. the grid that is opened when I click on a table in the tree and then on the data tab) to respond to the mouse wheel the same way the result grid of the worksheet does?
Or is that simply a bug?
I'm using 4.0.0.13.80 on Windows 7 64bit with the suplied JDK.
Oracle version is 11.2.0.2.
Regards,
dhalek

SQL Developer 4 bugs

Similar Messages

  • Table Grid resizing,How to avoid getting scroll bar in the browser

    Hi All,
    Requirement is to enable Grid Resizing feature in the Table UI element. The table will have  approx 12-30 columns
    For providing this feature on the table UI element, we have set the following properties
    'ScrollableColCount' Property of table UI is set to -1.
    'Resizable' property of each column is set to true.
    This will remove the scrollbar at table level and all the columns will be shown on the screen at one time.
    Problem encountered:
    1. Horizontal  scroll bar will be introduced on the screen.We tried giving width in pixels  to individual column grid but unable to eliminate this scroll bar in the screen.   
    2. Also the resizing properties modified for a table grid will be applied on the similar task screen having table UI element.
       For Example: In GP Workflow,if USer1 holds 2 task(Task A and B) of an application. If he resizes the column of the table in A task then these changes will be reflected in the B task table UI also.
    Please provide pointers on this.
    Thanks and Regards,
    Pradeep

    Hi,
    In table set tablecellEditor wrapping property to true,by default its false.
    By this you can get value in many rows(per row size is depend on whatever u have given for column width).
    this way you can avoid scroll bar.
    Regards
    Trilochan

  • Mouse Scroll speed problems with JVM

    I could not find Java (Apple’s JVM ) forums, so I might be posting this in the wrong forum. With that disclaimer, here is my issue:
    I am running into a problem where the mouse-wheel scrolling speed configurations are not being properly passed to Java applications. I have set my scrolling speed to the maximum, all works well with regula apps, yet when I use my mouse-wheel to scroll and window in a Java application, scrolling it is unbearably slow, the wheel becomes useless.
    Also, horizontal scrolling does not work in any java application either.
    I believe these are a problem with Apple's JVM implementation. Are there any workarounds?
    Has anyone else experience this?
    JVM v1.5

    Does this happen with all Java apps or just a handful? I ask because I found that OpenOffice scrolls so slowly that it's unusable. However, I think this is an issue with OO, not with Java. Other Java apps scroll fine for me.

  • Increase Mousewheel Scroll Speed of my jScrollPane?

    Hi,
    Im having some trouble increasing the mousewheel speed in my application... im using Ubuntu as operating system. Currently im doing the following:
    jScrollPane.getVerticalScrollBar().setUnitIncrement(90000);I tried with 16, 30, 100, 300, and 90000 and the speed is not increasing. I also read on Ubuntu forums that mousewheel scroll speed seems to be a problem but in all other applications on my computer the speed is ok...
    anyone knows how to solve this?
    thanks

    You need to override getScrollableUnitIncrement to return a larger value. SSCCE: the table on the right will scroll 5 times more than the table on the right.import java.awt.Rectangle;
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    import javax.swing.JSplitPane;
    import javax.swing.JTable;
    import javax.swing.SwingUtilities;
    public class TwoScrollSpeeds {
       public static void main(String[] args) {
          SwingUtilities.invokeLater(new Runnable() {
             @Override
             public void run() {
                new TwoScrollSpeeds().makeUI();
       public void makeUI() {
          JTable tableLeft = new JTable(100, 5);
          JScrollPane scrollLeft = new JScrollPane(tableLeft);
          JTable tableRight = new JTable(100, 5) {
             @Override
             public int getScrollableUnitIncrement(Rectangle visibleRect,
                   int orientation, int direction) {
                return super.getScrollableUnitIncrement(visibleRect, orientation,
                      direction) * 5;
          JScrollPane scrollRight = new JScrollPane(tableRight);
          JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
                scrollLeft, scrollRight);
          JFrame frame = new JFrame();
          frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
          frame.setSize(700, 500);
          frame.add(splitPane);
          frame.setLocationRelativeTo(null);
          frame.setVisible(true);
          splitPane.setDividerLocation(0.5);
    }db
    edit In future (not this time), Swing related questions should be posted in the [Swing forum|http://forums.sun.com/forum.jspa?forumID=57]
    Edited by: Darryl.Burke

  • Can we set the scroll speed to an anchor???

    can we configure the scroll speed to an anchor when pussing an hiperlink button, that is now going 1000ms by default???

    It's not possible straight out of the box. There's a widget you can buy to do it, though.
    Smoothner by QooQee.com

  • Designing the table grid in subscreen in a selection screen..

    Hi all,
    Actually my requirement is there is a check box in the selection screen,If its checked then we have to display a subscreen with the details
    "Emp type"      "Empname"        "Monthly"      "Yearly"
       PM                Glen                 50000         600000          
       SM                Cross               40000         480000          
       TM                Mary                40000         480000          
       GM                Hary                 60000         720000          
    should be dislayed as a table grid.
    I have designed the screen but its not possible to give the headers
    "Emp type"      "Empname"        "Monthly"      "Yearly"
    Can anyone solve this issue for me..Thanks in advance

    I know to call the window but my problem is
    I have defined subscreen as:
    SELECTION-SCREEN BEGIN OF SCREEN 300 AS WINDOW.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-030.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : c_air AS CHECKBOX MODIF ID sss USER-COMMAND ucom.
    SELECTION-SCREEN COMMENT 4(18) text-003 FOR FIELD p_air.
    PARAMETERS : p_air TYPE vbak-vbeln MODIF ID sss .
    **SELECTION-SCREEN COMMENT 34(10) text-004 FOR FIELD p_air1.
    **It is not accepting this
    PARAMETERS : p_air1 TYPE p DECIMALS 2.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK b3.
    SELECTION-SCREEN END OF SCREEN 300.
    i am able to see one comment but can i display more than one comment

  • Error in Adapter Table Adapter Configuration IDM - Oracle 10g

    Error in the configuration of Oracle Database Table Adapter Configuration.
    Log:
    2007-10-02 10:26:40,843 INFO [DBADAPTERLOGGER] DBProvisioner::createUser : DBProvisioner::createUser : userProperties is xel_usr_id#:#V04#;#xel_usr_password#:#56pddssd#;#xel_usr_status#:#1#;#xel_usr_first_name#:#Juana#;#xel_usr_last_name#:#Rengifo#;#xel_usr_group#:##;#xel_usr_title#:#Analista#;#xel_usr_dept#:##;#xel_usr_comm_lang#:##;#xel_usr_logon_lang#:##;#xel_usr_email#:[email protected]#;#xel_usr_tel_no#:#111-222-4444#;#xel_usr_time_zone#:##;#xel_usr_date_fmt#:##;#xel_usr_dec_ntn#:##;#xel_usr_role#:#System Admin
    2007-10-02 10:26:40,859 INFO [DBADAPTERLOGGER] DBProvisioner::createUser : Starting time for createUser method :1191346000859
    2007-10-02 10:26:40,875 ERROR [DBADAPTERLOGGER] DBSchemaErrorHandler::error : ERROR : 1:227cvc-elt.1: Cannot find the declaration of element 'xl-ddm-data'.
    org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'xl-ddm-data'.

    Based on your error a few questions come to mind...
    What does your Configuration XML file look like? It's root XML node should be xdb_app_map. Your error makes me think you may be pointing at an adapter file versus db schema mapping file.
    Are you starting from one of the provided examples like OraApp1.xml? If you followed Step 3: the connector file copy instructions during deployment, you should find the samples in "OIM_home/xellerate/XLIntegrations/DBAppTables/xml/DB_Schema" Or you can search for OraApp1.xml or OraApp2.xml.
    Have you configured your IT Resource with the appropriate path to the XML file? If you are on Unix it's going to be case sensitive, I can't speak for a windows path.
    I hope this helps. I know I had a few challenges myself when I first took a swing at the DB Table Adapter from the 9.0.4.1 connector pack.
    regards,
    Jason

  • PDF/X makes the scrolling speed of ClearScan PDFs much faster

    Hello all,
    I am using 9 and X (trial) to find the best solution for reading scanned documents on Mac and iPad. I recently found that ClearScan OCR makes scanned black and white PDFs very light. Consequently, scrolling of PDFs on Mac and iPad becomes faster than regular bitmap PDFs.
    However, there is a problem in ClearScan that bitmap image area become heavier than the original scanned files. I usually scan paper documents with a resolution of 600 dpi and downsample them to 600 dpi when OCRing. So theoretically, scrolling and pinch zoom in/out speed in Preview.app should be the same between the original documents and OCRed ones. You will be able to reproduce this problem if you OCR the following PDF. Try ClearScan + 600 dpi downsample + US English.
    http://articles.adsabs.harvard.edu/cgi-bin/nph-iarticle_query?db_key=AST&bibcode=1990ARA%2 6A..28..215D&letter=0&classic=YES&defaultprint=YES&whole_paper=YES&page=215&epage=215&send =Send+PDF&filetype=.pdf
    But if I export OCRed document as PDF/X after saving it as a regular PDF, the bitmap area become very light and scrolling speed in Preview.app becomes very fast, while I get a preflight error when exporting to PDF/X. The file size of the exported document becomes about two times larger than the regular ClearScan PDF.
    My question is; What is the main difference between regular PDFs and PDF/X? How can I get the same effect of the scrolling speed difference without exporting regular PDFs to PDF/X which is heavier? Any technique?

    Hello lrosenth,
    Thank you for your comment. As you mentioned, I do not need to use PDF/X in fact because I do not send them to DTP companies.
    Is there any tips to change the scrolling speed faster without using PDF/X? I do not know why the image part of regular PDFs after ClearScan is heavier than the originals.

  • Maximum number of allowed pages in Pivot Table exceeded Configured Limit:

    When trying to create Calculated Item on Pivot table Page section Item like Division dim the calculated item is 'All' -> sum * and Customer again the calculated item is 'All -> sum * . it performs the first calculation (for division) but in the next one it gives the error
    "Maximum number of allowed pages in Pivot Table exceeded (Configured Limit: 1000)."

    Try limiting the resultset or upgrade the [MaxVisiblePages]
    see: http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    regards
    John
    http://obiee101.blogspot.com

  • Remove vertical scroll bar from table control

    hi,
    i had used table control in my application. i want remove vertical scroll bar from table control.
    At initial time in table control there is no vertical scroll bar. In my table control lines are dependent on internal table which i was used to fill it.
    i was used these code for to set table control lines.
    DESCRIBE TABLE IT_RISK_ZINRISEXC LINES EXC_LINE.
    TC_RISK_EX-LINES =   EXC_LINE .
    Initially there is no data in internal table so there is no vertical scroll bar. After getting value i am filling internal table. and there is scroll bar in my table control. but i does not want that.
    i was not selected RESIZING-VERTICAL OR -HORIZONTAL.

    Hi,
    From Scroll Bars in Table Control
    You can remove the scroll bar in the table control by switching off horizontal and vertical scrolling in the properties of the table control. The properties can be accessed from the screen painter by double clicking on the table control. Regarding the page up and page down functions, I believe you add those buttons in the screen layout and code for them. You can use the standard function code for the page up and page down functions.
    or
    You can get rid of the vertical scroll bars by not setting table control lines. This way the user can only see the visible lines of the table control. As for the horizontal scrollbar, just make sure that your table control doesn't contain too many fields.
    Regards,
    Raj.

  • Scroll bar in table control without wizard

    Dear All,
    I have made a module pool program for gate pass. In which i have taken a TABLE CONTROL WITHOUT WIZARD. Now my problem is , the table control does not have the SCROLL BAR  functionality. It is not showing the scroll bar also. So can any one of you can help with the code that i can use to bring that scroll bar.
    Table control is without wizard.
    Thanks & Regards
    Vijju

    Hi,
    In PBO module write the code as,
        data:  fill TYPE i.
        DESCRIBE TABLE itab LINES fill.
      flights-lines = fill.
       Flights is the table control name in screen and itab is the internal table name.
    Regards
    Haritha
    Edited by: Haritha Teegala on Jan 6, 2012 7:53 AM

  • Vertical Scroll Reload on Table Control

    Hello,
    I've created a couple table controls in ABAP for a custom transaction that is going to be run through the web portal.  My problem is that the horizontal scroll on the table is handled on the front end, and the vertical scroll is handled in the program.  This means that moving the vertical scroll bar is much slower and not as user friendly as the horizontal one when run on the web (where it has to hit the back end and refresh the screen every time it's moved).  I don't think there is anything I can do about that, but on behalf of my customer I thought I'd check to see if anyone here knows any settings or any way to run vertical scrolling without hitting the abap code.
    Thanks,
    Nathan Beeler

    You might also look at the<a href="http://help.sap.com/saphelp_webas630/helpdata/en/24/ef243a84da356be10000000a11402f/plain.htm">ITS Service Parameters</a>. I'm thinking of ~AUTOSCROLL.
    Rob

  • Control the scrolling speed while browsing a PDF file from a URL in Safari

    When I open a URL pointing to a PDF file from Safari, the PDF file is opened by the AdobePDFViewerNPAPI.plugin.  Too many times the multi-page PDFs scroll too fast up and down uncontrollably from the touch Pad. 
    Is there a way to control the scrolling speed and make my reading experience better?

    You need to remove both, while Safari is closed.
    You can use the Trash - Put Back command to replace them right away (again, close Safari first) or drag them from the trash to some spare folder, in case you want them later.

  • Vertical Scroller in ADF table

    hi,
    Can anyone tell me how to add vertical scroller/scrollbar for ADF table?
    Thanks,
    Senthil

    Thanks for your replies.
    (i) i tried setting scrollbar for IFrame, the scrollbar didn't appear. and in addition to that, the af:table doesn't come inside the frame. the frame comes separately below the actual table
    my jsp code :
    <afh:body >
    <h:form>
    <f:verbatim>
    <iframe scrolling="yes">
    <af:table>
    </af:table>
    </iframe>
    </f:verbatim>
    </h:form>
    </afh:body>
    (ii) With div tag, is it possible to get the vertical scroller alone. i am trying to get rid of the horizontal scrollbar. am exploring the options.

  • Table Grid in Bex Analyzer / Changing color

    Hi Experts,
    i created a workbook and would like to customize the ouput of the table grid so that after refreshing the color remain.
    I would not like to color the cells manually. I would like to change in the code in VBA or somewhere the code centrally.
    Is there a possibility to change it?
    I read somewhere it is possible to change the query template. How to do it?
    By chnaging the BW Style.css for the web template is it possible to apply it to the query ? how?
    Thank you in advance
    Cheers
    Gilo

    Hi Shafi,
    thank you very much for your time and input.
    1.
    When you colour the cells of the table grid in the Bex Analyser initially , when we refresh the data , it overwrites the formatting done locally in teh Excel. This is a standard behaviour of the Bex.
    1.1 it is possible zto change that standar behavior? Is it possible to assign the color i would like to have just for my workbook, sothat by refreshing that color remain? In WAD is possible by chnaging the style sheet in BW.
    can i anyhow change the style sheet and assign it to bex?
    2.
    If you dont want the formatting that you applied to be overwritten, you can change enter design mode. Right Click on the Table grid and select properties. Then in teh Pop Up uncheck teh option Apply formatting. This way what ever formatting that you have done it in teh Excel Locally will remain teh same.
    2.1 that is ok. But by drilling down it is not looking nice without Grid.
    The code where to change the background color, Table grid color will be possible to find and customize.
    Do you have a idea about it?
    Thanks
    gilo

Maybe you are looking for

  • How can I find out which iTunes account was used to make a purchase?

    Without really understanding how iTunes and Apple IDs worked, I created a US iTunes account on my MacBook Air as some of the content I wanted wasn't available in the Australian iTunes store.  So I had two iTunes accounts on the one device and I just

  • I can no longer connect to my pc home sharing

    I have been using my itunes on my HTPC as my media server for my atv2 for months without issue, but after a power outage i can no longer connect to my HTPC.  It shows up under "computers" but it will not connect.  I didn't change any firewall setting

  • Supressing non work day messages for material requirments on Work orders

    Message CN687, pretaining to delivery date of materials takes into account the factory calender/nonwork days of the calender associated to the plant. This message pops up for every material line item on a work order, One could understand how involved

  • -client JVM option under J2SE 5.0

    We are in the process of upgrading an application from JDK 1.4.2 to 5.0. One of the features of 5.0 is, supposedly, a reduced memory footprint. However, we aren't seeing that because we seem to only be able to fire up the server JVM. We have an old E

  • Cannot rename mailbox I created

    I am trying to rename a mailbox that is a sub-mailbox to another, both of which I originally created to store email messages.  I can highlight the name and type a new one, or I can go to the Mailbox menu and select Rename Mailbox, then type the new n