[Date Prev][Date Next][Index][Thread] [SGT Mail Archive] [SGT Main Page]

Re: flicker on repaint w/ 3.0



*************************************************
Message from the sgt mail list.
*************************************************

Tom,
	This is a known problem (see the Release Notes).  For real-time 
displays I need to replace a repaint() call with paintImmediately().  I 
didn't do this is the main code for a number of reasons, one being it 
won't work with awt and I didn't want to put a lot of logic in this 
method.  If you have the source try the following...

in the PaneProxy method setBatch(boolean, String) replace

pane_.repaint() with
((JComponent)pane_).paintImmediately(pane_.getSize());

Let me know if this does the trick.

The mantis system is new and only beginning to be used.  I'm notified 
when ever a bug is submitted to Mantis.  This lets me keep track of 
outstanding issues.

Don

On Tuesday, September 30, 2003, at 12:14  PM, owner-sgt@epic.noaa.gov 
wrote:

> From dwd Tue Sep 30 12:14:46 2003
> Received: from RHO.PMEL.NOAA.GOV (rho.pmel.noaa.gov [161.55.168.161])
> 	by plover.pmel.noaa.gov (8.11.6+Sun/8.11.6) with ESMTP id h8UJEkD23491
> 	for <sgt@epic.noaa.gov>; Tue, 30 Sep 2003 12:14:46 -0700 (PDT)
> Received: from smtp.imago.com (host-66-202-73-146.choiceone.net)
>  by RHO.PMEL.NOAA.GOV (PMDF V5.2-32 #33902)
>  with ESMTP id <01L19X7F13GG8WXYBN@RHO.PMEL.NOAA.GOV> for 
> sgt@epic.noaa.gov;
>  Tue, 30 Sep 2003 12:14:42 PDT
> Received: from amavis by smtp.imago.com with scanned-ok (Exim 3.35 #1 
> (Debian))
> 	id 1A4PxH-0000TG-00	for <sgt@epic.noaa.gov>; Tue, 30 Sep 2003 
> 14:14:39 -0500
> Received: from [127.0.0.1] (helo=SINGAPORE)	by smtp.imago.com with 
> asmtp
>  (Exim 3.35 #1 (Debian))	id 1A4PxG-0000Rt-00	for <sgt@epic.noaa.gov>; 
> Tue,
>  30 Sep 2003 14:14:38 -0500
> Date: Tue, 30 Sep 2003 14:14:11 -0500
> From: Tom Kunicki <tkunicki@imago.com>
> Subject: flicker on repaint w/ 3.0
> To: sgt@epic.noaa.gov
> Message-id: <000801c38787$080e8590$473fa8c0@imagovpn.com>
> MIME-version: 1.0
> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> X-Mailer: Microsoft Outlook, Build 10.0.4510
> Content-type: text/plain; charset=us-ascii
> Content-transfer-encoding: 7BIT
> Importance: Normal
> X-Priority: 3 (Normal)
> X-MSMail-priority: Normal
>
>
> SGT crew,
>
> I updated to the latest/greatest SGT yesterday and encountered a new 
> issue
> (not reproducible with 3.0Beta1).  I get a very noticeable flicker on 
> chart
> repaints.  I am using the toolkit to visualize real-time data with a 
> ~250ms
> update period and the flicker is very noticeable.  I would like to 
> migrate
> to 3.0, but this issue is holding me back.  Any workarounds?
>
> I submitted a bug report via mantis.  Is that the appropriate method?  
> I ask
> this because I tried to do a search on existing issues and very few 
> issues
> were returned.
>
> Tom
>
>


*************************************************
To remove yourself from this mailing list,
send mail to <Majordomo@epic.noaa.gov> with
"unsubscribe sgt" in the message body.