Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] timerExec(10, this)

Thanks Steve,
You are right.
I am running swt-opengl example-5 from nehe.
I compare cpu from task manager, when the interface
thread's run is commented and not commented.
Is the difference just because of the other thread
running, or because of display is refrashing or some
other rendering?

Is there a way to display without using "timerExec"
method?

I modified the example and attach it.
Thanks,
Selim Yucel.



--- Steve Northover <Steve_Northover@xxxxxxxxxx>
wrote:
> It will only run once.
> 
> 
> 
> 
> selim yucel <selimyucel@xxxxxxxxx> 
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> 04/28/2004 09:57 AM
> Please respond to
> platform-swt-dev
> 
> 
> To
> platform-swt-dev@xxxxxxxxxxx
> cc
> 
> Subject
> [platform-swt-dev] timerExec(10, this)
> 
> 
> 
> 
> 
> 
> Hello,
> I am new int swt-opengl and I am not sure here is
> the
> right place to ask this question.
> What do I need to do to run
> "_canvas.getDisplay().timerExec(10, this);" once? I
> do
> want to draw the secene once at the beginning.
> Best Regards.
> 
> 
>  
>  
> __________________________________
> Do you Yahoo!?
> Win a $20,000 Career Makeover at Yahoo! HotJobs 
> http://hotjobs.sweepstakes.yahoo.com/careermakeover 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
>
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 
> 



	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 

Attachment: NeHeCanvas.java
Description: NeHeCanvas.java


Back to the top