wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
550 stars 332 forks source link

E2 editor going off screen #924

Closed bigdogmat closed 9 years ago

bigdogmat commented 9 years ago

If in windowed mode it seems I can pull the editor off screen ss 2015-07-18 at 08 03 24

Not much of an issue, just annoying if I want the editor to cover my whole screen

thegrb93 commented 9 years ago

Wire devs can't improve that. Gmod gui can't go outside the main window.

bigdogmat commented 9 years ago

I mean if I want the editor to cover my gmod window, when expanding the editor window you can make it bigger than your screen. It's not clamped to your current gmod screen res

Divran commented 9 years ago

yeah that's not possible, like @thegrb93 already said

edit: wait you mean you're saying it IS possible? wat

bigdogmat commented 9 years ago

I'm not too sure you understand what I mean here. If you look in the screen shot you can see the close button and pretty much the whole top of the editor is out of the screen. When expanding the editor the size doesn't get clamped to your current screen res, so if I keep expanding the editor I wouldn't be able to close it at all. Not an issue in fullscreen because you can't pull your mouse outside of the gmod window. Not sure if it can be fixed I'm just pointing it out.

Divran commented 9 years ago

ok I see what you mean now

thegrb93 commented 9 years ago

I feel like this should be a garrysmod issue rather than a wiremod issue.

Divran commented 9 years ago

Nah if it is what I think it is then it's a wiremod issue

oldmud0 commented 9 years ago

You could add a custom resize hook to keep the window within boundaries.

oldmud0 commented 9 years ago

Or that works too