Re: Writing in tabs
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 03, 2004
- 450 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