CTabFolder SetMinimized bug? [message #445741] |
Wed, 10 November 2004 07:51  |
Eclipse User |
|
|
|
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 10:09  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.05536 seconds