Menu

#1 Hour glass not shown when when executing keyboard commands

open
nobody
Interface (2)
3
2008-03-05
2008-03-05
No

When executing a command issued from the the keyboard, for example using TAB for an uncached table definition or <ctrl> + E to generate explain plan, the hour glass is not shown.

Build 125

Discussion

  • Morten Seifert

    Morten Seifert - 2008-03-05
    • priority: 5 --> 3
     
  • Morten Seifert

    Morten Seifert - 2008-03-13

    Logged In: YES
    user_id=2016169
    Originator: YES

    I think the problem is that the command (database query) is executed in the same Thread as the keystroke is, thus the invokeLater() is never processed by the Thread.

    The commands executed by the SqlKeyListener class should be executed in a different thread than the AWT-EventQueue.

    // Morten

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.