Rubat

Results 455 comments of 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?

![image](https://github.com/user-attachments/assets/061c2c86-4fe7-4a7c-a0af-13b5e1b07537) Ported the browser

![image](https://github.com/user-attachments/assets/e0daf80a-82ad-46bc-8543-4bde77efdc6b) Ported the properties panel too, and preview panel got new options as well.

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