Hey,
My derma panel does not show up in game. I have the panel binded to the ‘X’ key. In game when i press the X key, the derma menu does not show up. But when I click escape, i see my derma panel. So my panel only shows up in the main menu overlay.
Is this a glitch or???
the frame:
function hud( )
local DFrame = vgui.Create( "DFrame" );
DFrame:SetPos( 300, 500 );
DFrame:SetSize( 1235, 60 );
DFrame:SetVisible( true );
DFrame:SetTitle( "Quick Hud" );
DFrame:MakePopup( );