Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Maximize window event
Maximize window event [message #178387] Wed, 20 April 2005 03:43 Go to next message
Daria is currently offline DariaFriend
Messages: 6
Registered: July 2009
Junior Member
Hi all!
My LayoutManager layout figures depends on window client area. And when I
resize the window, all figures are repaint correctly. But when I
maximize/minimize window with max/min window button, layout() method,
which repaint figures, does not call. So, how can I handle maximize event?
Re: Maximize window event [message #178480 is a reply to message #178387] Wed, 20 April 2005 15:53 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
Maximizing also fires resize and is handled the same way as manual resize.
The figures will be revalidated (which may or may not cause a repaint).
Look at LightweightSystem#controlResized().

"Dashaa" <dashaa@inbox.ru> wrote in message
news:4823dd64b69c1c8392f35ff0e04c7bd5$1@www.eclipse.org...
> Hi all!
> My LayoutManager layout figures depends on window client area. And when I
> resize the window, all figures are repaint correctly. But when I
> maximize/minimize window with max/min window button, layout() method,
> which repaint figures, does not call. So, how can I handle maximize event?
>
Previous Topic:gef auto-layout
Next Topic:Grid Layout / Directed Graph Layout
Goto Forum:
  


Current Time: Wed Sep 25 16:48:41 GMT 2024

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

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

Back to the top