Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Composite in a view
Composite in a view [message #175671] Thu, 19 October 2006 22:20 Go to next message
Eclipse UserFriend
Originally posted by: d.dodgeit.com

hi, I have a composite in a view and it will not redraw until you resize
the view, any guesses on what is causing this?
Re: Composite in a view [message #175700 is a reply to message #175671] Fri, 20 October 2006 01:40 Go to previous message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

d wrote:
> hi, I have a composite in a view and it will not redraw until you resize
> the view, any guesses on what is causing this?
>

I assume you're waiting for a paint event. Paint events are only called
when the widget is exposed, either when it opens, or when another window
moves off it. If you want to force it to redraw, send it the redraw()
message.

Wayne
Previous Topic:How to examine containers when debugging?
Next Topic:Tomcat localhost log file
Goto Forum:
  


Current Time: Fri Apr 26 11:13:26 GMT 2024

Powered by FUDForum. Page generated in 0.08825 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top