Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » CTabItem doesn't show in SashForm until clicked
CTabItem doesn't show in SashForm until clicked [message #452271] Wed, 16 March 2005 16:22 Go to next message
Donna Gresh is currently offline Donna GreshFriend
Messages: 30
Registered: July 2009
Member
This is a multipart message in MIME format.
--=_alternative 0059DBCB85256FC6_=
Content-Type: text/plain; charset="US-ASCII"

I have a SashForm with two children, each of which is a CTabForm. Each
CTabForm contains one CTabItem with a text label and further contents. On
opening my application, the CTabForm in the left part of the SashForm
shows properly, with both the CTabItem and its label, along with the rest
of the contents. However the CTabForm in the right part of the SashForm
shows *only* the tab, its text, and the maximize and minimize buttons of
the CTabForm. It does not show the rest of the contents of the CTabItem
until I actually click on the tab. How can I get the contents to appear
without actually needing to click on the tab?

Thanks for any help--
Donna
--=_alternative 0059DBCB85256FC6_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">I have a SashForm with two children,
each of which is a CTabForm. Each CTabForm contains one CTabItem with a
text label and further contents. On opening my application, the CTabForm
in the left part of the SashForm shows properly, with both the CTabItem
and its label, along with the rest of the contents. However the CTabForm
in the right part of the SashForm shows *only* the tab, its text, and the
maximize and minimize buttons of the CTabForm. It does not show the rest
of the contents of the CTabItem until I actually click on the tab. &nbsp;How
can I get the contents to appear without actually needing to click on the
tab?</font>
<br>
<br><font size=2 face="sans-serif">Thanks for any help--</font>
<br><font size=2 face="sans-serif">Donna</font>
--=_alternative 0059DBCB85256FC6_=--
Re: CTabItem doesn't show in SashForm until clicked [message #452274 is a reply to message #452271] Wed, 16 March 2005 17:09 Go to previous messageGo to next message
Donna Gresh is currently offline Donna GreshFriend
Messages: 30
Registered: July 2009
Member
This is a multipart message in MIME format.
--=_alternative 005E477185256FC6_=
Content-Type: text/plain; charset="US-ASCII"

Of course I meant CTabFolder not CTabForm----
--=_alternative 005E477185256FC6_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Of course I meant CTabFolder not CTabForm----</font>
--=_alternative 005E477185256FC6_=--
Re: CTabItem doesn't show in SashForm until clicked [message #452277 is a reply to message #452274] Wed, 16 March 2005 18:05 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_02EF_01C52A28.E1C15750
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Call CTabFolder.setSelection().
<gresh@us.ibm.com> wrote in message =
news:d19p8p$nj8$1@www.eclipse.org...

Of course I meant CTabFolder not CTabForm----
------=_NextPart_000_02EF_01C52A28.E1C15750
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Call CTabFolder.setSelection().</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>&lt;<A href=3D"mailto:gresh@us.ibm.com">gresh@us.ibm.com</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:d19p8p$nj8$1@www.eclipse.org">news:d19p8p$nj8$1@www.eclipse.=
org</A>...</DIV><BR><FONT=20
face=3Dsans-serif size=3D2>Of course I meant CTabFolder not=20
CTabForm----</FONT></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_02EF_01C52A28.E1C15750--
Re: CTabItem doesn't show in SashForm until clicked [message #452282 is a reply to message #452277] Wed, 16 March 2005 21:14 Go to previous message
Donna Gresh is currently offline Donna GreshFriend
Messages: 30
Registered: July 2009
Member
This is a multipart message in MIME format.
--=_alternative 0074B6C485256FC6_=
Content-Type: text/plain; charset="US-ASCII"

thanks--
I was looking for relevant methods on the TabItem; didn't think to look on
the TabFolder.
--=_alternative 0074B6C485256FC6_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">thanks--</font>
<br><font size=2 face="sans-serif">I was looking for relevant methods on
the TabItem; didn't think to look on the TabFolder.</font>
--=_alternative 0074B6C485256FC6_=--
Previous Topic:Intercepting
Next Topic:Launching a URL with multibyte characters problem
Goto Forum:
  


Current Time: Thu Apr 25 04:20:20 GMT 2024

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

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

Back to the top