ID:1741442
 
(See the best response by Tom.)
Im using windows 7, yes im on the latest version of byond

Whenever i try to open byond it doesnt want to tab in.I click it and it doesnt pop up.It recognised my click because the icon does the light up thing and i see a rectangle moving up toward the top lefthand corner of the screen realy fast, but nothing appears. Im not talking about the system tray icon, i mean the actual open loaded byond gui.I look at task manager and it sais that its taking up recources, so i know its running too.

I tried restarting my computer, i tried reinstalling byond, i tried opening as an administrator. nothing works.

The attached picture is what shows up when i hover my mouse over it, about half the time the regular byond thing appears but half the time this appears
It was working perfectly fine last night.
aaite guys, i figured it how to work it. Compile this command

^!g::
WinGetTitle, currentWindow, A
IfWinExist %currentWindow%
{
WinSet, Style, -0xC00000 ; hide title bar
WinSet, Style, -0x800000 ; hide thin-line border
WinSet, Style, -0x400000 ; hide dialog frame
WinSet, Style, -0x40000 ; hide thickframe/sizebox
WinMove, , , 0, 0, 1920, 1080
}
return

This forces any aplication to go into fullscreen, and fixed my byond problem. although i cant figure out how to make it windowed again...
Best response
Most likely the window is just saved offscreen-- there is a bug that causes this sometimes. Just go into your mydocs/byond/cfg folder and delete the seeker.txt file.