Talk:VGUI: Making GameUI Panels: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:


How do you give the panel focus? When I show my panel it ends up behind another panel. --[[User:.freelancer|.freelancer]] 15:40, 30 Nov 2005 (PST)
How do you give the panel focus? When I show my panel it ends up behind another panel. --[[User:.freelancer|.freelancer]] 15:40, 30 Nov 2005 (PST)
call its <code>RequestFocus()</code>&mdash;'''[[User:Ts2do|ts2do]]'''&nbsp;<sup>([[User talk:Ts2do|Talk]]&nbsp;|&nbsp;[mailto:tsdodo@gmail.com @])</sup> 20:11, 30 Nov 2005 (PST)

Revision as of 21:11, 30 November 2005

You should bold the part about Including the testpanel.h file in the vgui_int.cpp. I missed it on my first pass of the text tutorial. -Simkin

Jump right in and do so. This is a wiki. —Maven (talk) 10:33, 7 Oct 2005 (PDT)

How do you give the panel focus? When I show my panel it ends up behind another panel. --.freelancer 15:40, 30 Nov 2005 (PST)

call its RequestFocus()ts2do (Talk | @) 20:11, 30 Nov 2005 (PST)