1. RE: Writing in tabs
- Posted by Brian Broker <bkb at cnw.com> Feb 03, 2004
- 462 views
setText ( object pID, object pText ) Set the text in pID control. -- Brian Philip Deets wrote: > > > 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 Philip Deets <philip1987 at hotmail.com> Feb 04, 2004
- 465 views
Actually, I found that if I use setFocus on the TabItem before I write on it, wPuts will work fine. Thanks anyway, Phil Greg Haberek wrote: > > > 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! > > > >