Rubat
Rubat
Something about that file makes Windows not able to get its size. I don't know why it happens or how you can fix it. I cannot make it happen on...
You achieve this by not calling https://wiki.facepunch.com/gmod/IVideoWriter:AddFrame every frame?
 Ported the browser
 Ported the properties panel too, and preview panel got new options as well.
_Why_?
Related: https://github.com/Facepunch/garrysmod-requests/issues/933
This request sounds like another workaround for the same issue, just like https://github.com/Facepunch/garrysmod-requests/issues/2394
Similar requests https://github.com/Facepunch/garrysmod-requests/issues/1135 https://github.com/Facepunch/garrysmod-requests/issues/1038
```lua concommand.Add( "test_panel", function(ply,cmd,args) local DFrame = vgui.Create("DFrame") DFrame:SetSize(520, 520 + 25) DFrame:Center() DFrame:SetTitle("Derma Frame") DFrame:MakePopup() local count = 1600 local rows = 40 local size = DFrame:GetWide() / rows...
Related issue: https://github.com/Facepunch/garrysmod-requests/issues/122