Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #4783

Re: How to force the timer to start

From Nigel Wade <nmw-news@ion.le.ac.uk>
Newsgroups comp.lang.java.gui
Subject Re: How to force the timer to start
Date 2011-11-30 09:30 +0000
Message-ID <9jmbeeF6rjU1@mid.individual.net> (permalink)
References <3be9f413-0634-4b56-8e24-8d85dd121793@d5g2000prf.googlegroups.com> <0SeAq.35611$t37.22355@newsfe14.iad> <8d16bb94-4669-4027-932e-dd3118d8b53e@r9g2000vbw.googlegroups.com>

Show all headers | View raw


On 29/11/11 21:25, simplicity wrote:
> Providing the sample code is not so easy in this case because most of
> it is a binary file with tons of dependencies.
>
> I thought I described the issue quite clearly in my second post: it is
> a native code that seems to be halted until I do the mouse move hence
> the question was what kind of mechanism would link the execution of
> the native method in the DLL to mouse moves.
>

Generally, by failing to respect thread-sensitive issues in Swing. 
Especially with regard to doing all Swing work on the EDT, and not 
blocking the EDT with long running tasks, or event driven code.

Beyond that there's not really much which can be said, given there is no 
working [failing?] example to examine.

-- 
Nigel Wade

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Find similar


Thread

How to force the timer to start simplicity <stella_pigeon@live.ca> - 2011-11-23 18:25 -0800
  Re: How to force the timer to start Roedy Green <see_website@mindprod.com.invalid> - 2011-11-24 05:51 -0800
    Re: How to force the timer to start simplicity <stella_pigeon@live.ca> - 2011-11-24 11:02 -0800
      Re: How to force the timer to start Roedy Green <see_website@mindprod.com.invalid> - 2011-11-24 15:42 -0800
        Re: How to force the timer to start simplicity <stella_pigeon@live.ca> - 2011-11-25 15:14 -0800
          Re: How to force the timer to start Roedy Green <see_website@mindprod.com.invalid> - 2011-11-26 09:59 -0800
  Re: How to force the timer to start Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-11-26 15:45 -0800
    Re: How to force the timer to start simplicity <stella_pigeon@live.ca> - 2011-11-29 13:25 -0800
      Re: How to force the timer to start Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-11-29 15:46 -0800
      Re: How to force the timer to start Nigel Wade <nmw-news@ion.le.ac.uk> - 2011-11-30 09:30 +0000

csiph-web