Squid icon indicating copy to clipboard operation
Squid copied to clipboard

C# Realtime GUI System

Results 4 Squid issues
Sort by recently updated
recently updated
newest added

Hi! I have the following code that is used in a message screen: ``` _msgFrame = new Frame(); _msgFrame.Dock = DockStyle.Bottom; _msgFrame.Size = new Point(240, 280); Controls.Add(_msgFrame); _lblMsg = new...

In the Forum the Squid have a lot of tips which is now unreachable because the forum is down. I tried to visit the webpage with WayBackMachine but it seems...

@Roderik11 After we can `window.Show(desktop)` how can we close a window and stop it to being invoked on the render loop? We noticed that after we call window.Close() the window...

Just a note of appreciation for open-sourcing this! I e-mailed you some time back about when this was going to happen. I forked your repository and will be pushing things...