Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Composite that only refreshes on window Resize
Composite that only refreshes on window Resize [message #458670] Mon, 18 July 2005 23:20 Go to next message
Eclipse UserFriend
Originally posted by: maps.mjinga.com

Everyone,

I have a composite object that does not initially contain any widgets.

If widgets or other composites are added to this initial composite, they
never show up until when the window is resized.

What am I doing wrong?



Nikolas
Re: Composite that only refreshes on window Resize [message #458675 is a reply to message #458670] Tue, 19 July 2005 03:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

"Nikolas M." <maps@mjinga.com> wrote in message
news:dbhdfn$v2n$1@news.eclipse.org...
> Everyone,
>
> I have a composite object that does not initially contain any widgets.
>
> If widgets or other composites are added to this initial composite, they
> never show up until when the window is resized.
>
> What am I doing wrong?
>
>
>
> Nikolas
>
Try calling layout() (and maybe pack()) on the composite. (I assume you are
using a layout?)
---
Sunil
Re: Composite that only refreshes on window Resize [message #458676 is a reply to message #458675] Tue, 19 July 2005 04:10 Go to previous message
Eclipse UserFriend
Originally posted by: maps.mjinga.com

That did it. Thanks!!!


Nikolas
Previous Topic:Free "Eclipse Cookbook" by Steve Holtzner
Next Topic:Access to details of response back to org.eclipse.swt.browser.Browser
Goto Forum:
  


Current Time: Thu Apr 25 06:58:42 GMT 2024

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

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

Back to the top