• Derma Chatbox to front?
    4 replies, posted
Hi, I am working on full screen derma display. I'd like to know if there is a way to put the chatbox infront of the derma? Thanks.
:ParentToHUD() works
[QUOTE=Klaes4Zaugen;51171190]:ParentToHUD() works[/QUOTE] Does not seem to work.
Post code
[QUOTE=MPan1;51171353]Post code[/QUOTE] local DispatchMainframe = vgui.Create( "DFrame" ) DispatchMainframe:SetSize( ScrW(), ScrH() ) DispatchMainframe:SetPos( 0, 0 ) DispatchMainframe:SetTitle( "Dispatch System" ) DispatchMainframe:SetDraggable( false ) DispatchMainframe:MakePopup() DispatchMainframe:ParentToHUD()
Sorry, you need to Log In to post a reply to this thread.