1. Writing in tabs
- Posted by Philip Deets <philip1987 at hotmail.com> Feb 03, 2004
- 468 views
How do you write in a tab item? wPuts doesn't seem to work, and labels won't work well in this case.
2. Re: Writing in tabs
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 03, 2004
- 451 views
----- Original Message ----- From: "Philip Deets" <philip1987 at hotmail.com> To: <EUforum at topica.com> Subject: Writing in tabs > > > How do you write in a tab item? wPuts doesn't seem to work, and labels > won't work well in this case. Do you mean how does one change the text on a tabitem's Tab portion, or how does one write text onto the background portion of a tabitem? Use setText() to change the tab's text. Use other controls, placed onto the tabitem, as a text container. -- Derek
3. Re: Writing in tabs
- Posted by "Greg Haberek" <g.haberek at comcast.net> Feb 03, 2004
- 432 views
1. Create a Window on the TabItem using the style {WS_CHILD,WS_VISIBLE} 2. Make the Window the same size as the TabItem area. 3. Call drawText() in the Paint event for the Window. ~Greg <shameless plug> Popup Gorilla now uses NSIS (Nullsoft Scriptable Install System)!!! Version 1.0 coming soon! www.finalphasesoftware.com </shameless plug> ----- Original Message ----- From: "Philip Deets" <philip1987 at hotmail.com> To: <EUforum at topica.com> Sent: Tuesday, February 03, 2004 10:48 AM Subject: Writing in tabs > > > How do you write in a tab item? wPuts doesn't seem to work, and labels > won't work well in this case. > > > > TOPICA - Start your own email discussion group. FREE! > >