Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » CTabFolder SetMinimized bug?
CTabFolder SetMinimized bug? [message #445741] Wed, 10 November 2004 12:51 Go to next message
Eclipse UserFriend
Originally posted by: frederic.lebeau.websurf.be

Hello,
i ve got actually a problem with the setMinimized(true) on a CTabFolder
control.
When i change this property to true, my icon become the good restore
icon...
but on the screen my tabFolder content desapear when i'm resizing my
shell...


I do the same thing with the setMAximized(true) method and.. no problem...

Is it a related bug...

Is it normal?

Of course in the eclipse environment, when we minimized a Ctabfolder, the
content is not visible..

but i won't do this

Thanjks in advance

frederic
Re: CTabFolder SetMinimized bug? [message #445752 is a reply to message #445741] Wed, 10 November 2004 15:09 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
This is the expected behaviour of CTabFolder.

When you call setMinimized(true) or setMaximized(true) you should manage the
layout of the CTabFolder - e.g. make it take up the entire Shell for
maximize or make it collapse when minimized. The intent of minimizing is
that the content of the CTabFolder is no longer visible, just the tabs.

"Lebeau " <frederic.lebeau@websurf.be> wrote in message
news:cmt2t1$2gk$1@eclipse.org...
> Hello,
> i ve got actually a problem with the setMinimized(true) on a CTabFolder
> control.
> When i change this property to true, my icon become the good restore
> icon...
> but on the screen my tabFolder content desapear when i'm resizing my
> shell...
>
>
> I do the same thing with the setMAximized(true) method and.. no problem...
>
> Is it a related bug...
>
> Is it normal?
>
> Of course in the eclipse environment, when we minimized a Ctabfolder, the
> content is not visible..
>
> but i won't do this
>
> Thanjks in advance
>
> frederic
>
Previous Topic:AWT events -> SWT refresh
Next Topic:FormToolkit Section - resetting composite
Goto Forum:
  


Current Time: Thu Apr 18 16:06:20 GMT 2024

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

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

Back to the top