Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Resize rcp window
Resize rcp window [message #305452] Wed, 05 July 2006 05:36 Go to next message
Eclipse UserFriend
Originally posted by: pj.damien.ifrance.com

Elo,

I have a canvas (GridData.FILL_BOTH) in a view and when i resize the rcp windows i redraw the canvas every time :-(

I would like to redraw when i finished the resize
someone know how to do ?

thank you for your help :-)
Re: Resize rcp window [message #305478 is a reply to message #305452] Wed, 05 July 2006 10:49 Go to previous message
Eclipse UserFriend
You could try detecting when the resizing begins, call setRedraw(false) on
the Canvas, then call it again when true once the resizing is over (if you
can detect that). Note that this will probably cause cheese to be drawn on
your canvas if you resize in certain ways.

Curt
Previous Topic:ConsolePlugin.getDefault() returns null
Next Topic:How to get the project(not in workspace) path at runtime
Goto Forum:
  


Current Time: Fri Jul 18 05:52:55 EDT 2025

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

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

Back to the top