--
[ Picked text/plain from multipart/alternative ]
You don't need to include all the controls seperately just ensure
vgui_controls.lib is in your project (found in lib/public).

On 4/29/05, Heritage <[EMAIL PROTECTED]> wrote:
>
> Ok, got everything working! This is a lot eaiser than hl1! One more
> quick question as i am now beginning my vgui development. the keyword
> "new" is overloaded correct? In other words, I dont need to call
> delete for vgui controls like frames panels and whatever?
>
>
> On 4/29/05, Heritage <[EMAIL PROTECTED]> wrote:
> > oh nm, i got it, i guess i needed the cpp file too
> >
> > #include "D:\\src\\vgui2\\controls\\PropertySheet.cpp"
> >
> > you need to define everyhting in the headers plz! or maybe im an
> > idiot, either way!
> >
> > grrrr...
> >
> >
> > On 4/29/05, Heritage <[EMAIL PROTECTED]> wrote:
> > > PropertySheet
> > >
> > > Doest seem to like it, I have tried a bunch of different header files
> > > #include "prsht.h"
> > > #include <vgui_controls/PropertySheet.h>
> > >
> > > doest seem to work
> > > which headers does this control require?
> > >
> > > On 4/29/05, Heritage <[EMAIL PROTECTED]> wrote:
> > > > thx guys, that was quick
> > > >
> > > > On 4/29/05, Alfred Reynolds <[EMAIL PROTECTED]> wrote:
> > > > > Look at PropertySheet and PropertyPage, they are provide a tabbed
> > > > > interface.
> > > > >
> > > > > - Alfred
> > > > >
> > > > > -----Original Message-----
> > > > > 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
> > > > >
> > > > > 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 of a button (to make it
> look
> > > > > selected) 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 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/mailman/listinfo/hlcoders
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
> > > > >
> > > > > _______________________________________________
> > > > > To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> > > > > http://list.valvesoftware.com/mailman/listinfo/hlcoders
> > > > >
> > > > >
> > > >
> > >
> >
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to