Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Heritage
oders@list.valvesoftware.com > Subject: Re: [hlcoders] I need an example of adding tab control for vgui > > On 4/29/05, Childe Roland <[EMAIL PROTECTED]> wrote: > > new is a compiler command. I'm pretty sure that you have to call > > delete for everything that you

RE: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Alfred Reynolds
Behalf Of James Williams Sent: Friday, April 29, 2005 7:54 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] I need an example of adding tab control for vgui On 4/29/05, Childe Roland <[EMAIL PROTECTED]> wrote: > new is a compiler command. I'm pretty sure that you have to

RE: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Alfred Reynolds
lfred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Childe Roland Sent: Friday, April 29, 2005 7:00 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] I need an example of adding tab control for vgui new is a compiler command. I'm pretty s

Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread James Williams
On 4/29/05, Childe Roland <[EMAIL PROTECTED]> wrote: > new is a compiler command. I'm pretty sure that you have to call > delete for everything that you create with new. Someone please > correct me if I'm wrong about the SDK. Not exactly... new is actually an operator, which can be overloaded l

Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Childe Roland
TED]> wrote: > > > > > Look at PropertySheet and PropertyPage, they are provide a tabbed > > > > > interface. > > > > > > > > > > - Alfred > > > > > > > > > > -Original Message- > > > > > From: [EM

Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread NuclearFriend
> wrote: > > > > > Look at PropertySheet and PropertyPage, they are provide a tabbed > > > > > interface. > > > > > > > > > > - Alfred > > > > > > > > > > -Original Message- > > > > >

Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Heritage
a tabbed > > > > interface. > > > > > > > > - Alfred > > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Ian Warwick > > > > Sent: Thursday, A

Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Heritage
gt; From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On Behalf Of Ian Warwick > > > Sent: Thursday, April 28, 2005 11:58 PM > > > To: hlcoders@list.valvesoftware.com > > > Subject: RE: [hlcoders] I need an example of adding tab control for vgui > > > > &

Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Heritage
alf Of Ian Warwick > > Sent: Thursday, April 28, 2005 11:58 PM > > To: hlcoders@list.valvesoftware.com > > Subject: RE: [hlcoders] I need an example of adding tab control for vgui > > > > You could use an array of buttons on a panel, you could possibly use one > > of thos

Re: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Heritage
n Behalf Of Ian Warwick > Sent: Thursday, April 28, 2005 11:58 PM > To: hlcoders@list.valvesoftware.com > Subject: RE: [hlcoders] I need an example of adding tab control for vgui > > You could use an array of buttons on a panel, you could possibly use one > of those cool handy vector col

RE: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Alfred Reynolds
an example of adding tab control for vgui You could use an array of buttons on a panel, you could possibly use one of those cool handy vector collection type thingies for the array so you can easily add new tabs to the strip, all you would need to do is handle a click event to change the background

RE: [hlcoders] I need an example of adding tab control for vgui

2005-04-29 Thread Ian Warwick
) and then update a member var to store which one is selected, this should be very simple to do. -Original Message- From: Heritage [mailto:[EMAIL PROTECTED] Sent: 29 April 2005 07:45 To: hlcoders@list.valvesoftware.com Subject: [hlcoders] I need an example of adding tab control for vgui I

[hlcoders] I need an example of adding tab control for vgui

2005-04-28 Thread Heritage
I could not find any examples in the code, I just need the name of the control and maybe an example of adding tab pages to it. thx ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/ma