Re: [hlcoders] Problem with VGUI2 Builder..

2006-12-27 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] SetKeyBoardInputEnabled( false ) makes the panel ignore any keyboard presses...you need to have focus on the panel and be able to send a key combination to it to open the vgui builder... since you can't send it the keys because it's not listening

Re: [hlcoders] Problem with VGUI2 Builder..

2006-12-27 Thread Matt Stafford
-- [ Picked text/plain from multipart/alternative ] Obviously... Thats exactly what he was saying. He was asking whether its intended to be that way or not. Matt On 12/28/06, Aaron Schiff [EMAIL PROTECTED] wrote: -- [ Picked text/plain from multipart/alternative ] SetKeyBoardInputEnabled(

[hlcoders] Problem with VGUI2 Builder..

2006-12-26 Thread Nick
Yesterday I was trying to get the VGUI2 Builder to work and I noticed when SetKeyBoardInputEnabled() is set to false like SetKeyBoardInputEnabled( false ); the vgui2 builder did not work at all for the panel I was trying to setup. When I set the value to true, the vgui2 builder worked perfectly.