• Putting chat infront of derma.
    0 replies, posted
Hi, I have been having some issues finding a way to put the chat before derma that covers the full screen Panel:ParentToHud has been tested and so has disabling popup. I had some luck when I disabled popup and parent to hud, and gui.EnableScreenClicker. But I could only operate the chat and I could not press any of the buttons on the derma frame. Hopefully there is a hacky way tom fix this. Any help is appirciated. Code: [code] -- gui.EnableScreenClicker(true) local DispatchMainframe = vgui.Create( "DFrame" ) DispatchMainframe:SetSize( ScrW(), ScrH() ) DispatchMainframe:SetPos( 0, 0 ) DispatchMainframe:SetTitle( "Dispatch System" ) DispatchMainframe:SetDraggable( false ) -- DispatchMainframe:MakePopup() -- DispatchMainframe:ParentToHUD() -- DispatchMainframe:InvalidateParent( false ) [/code] Thanks.
Sorry, you need to Log In to post a reply to this thread.