Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: diamondgeezer on July 18, 2003, 12:52:04 pm
-
OK, you know how you can't alt-tab out of FS open? I really, really would like to see this fixed as it makes FREDing a bloody nightmare if you have to exit the game to make even the tiniest of changes... and I'm saying that with a fast system. For people who have to wait thirty seconds for the game to load it'd drive a FREDder nuts.
Please concoct a fix0r to this as soon as possible, code guys. IT'S IMPORTANT :nod::YES:
-
I'm not sure how to fix it - it was added with the movie player option. The movie player opens, then closes - then FS automatically re-maximizes itself. So whoever implemented this needs to come up with a better method.
On the other hand, if you click on something during the brief time that FS is minimized, it stays minimized. So have some notepad file ready to double-click on, and you can get around it.
-
No it doesn't - if I click on something when FS minimizes then it maximises, minimizes again and then finally maximzes again. Believe me, my first instinct was to try a bit of clicking, but it makes absolutely no difference.
-
You have to fiddle with it. Sometimes it works for me, sometimes it doesn't. Usually I keep double-clicking until it stays minimized and I have about five Notepad windows open. :)
But this doesn't solve the underlying problem. Anyone remember who came up with the movie player code?
-
I think it was RT.
-
It was RT.
-
Originally posted by Goober5000
You have to fiddle with it. Sometimes it works for me, sometimes it doesn't. Usually I keep double-clicking until it stays minimized and I have about five Notepad windows open. :)
But this doesn't solve the underlying problem. Anyone remember who came up with the movie player code?
You are lucky, I can't get it to do that.
I think (in my limited code knowledge) that if it indeed is the movie player that the code to maximize and minimize is always present when you Alt-Tab out...so it thinks that the movie has started and then ended when you try tab out.
-
The Ctrl + Esc combination seems to work for me.
-
Originally posted by Fr3z3r
The Ctrl + Esc combination seems to work for me.
Doesn't for me :(
-
Have to look at it again, maybe we can make a fred friendly build...
-
All RT needs to do is add a check for whether a movie is playing. If no movie is playing, the auto-maximization feature shouldn't run.
I PMmed him; hopefully he'll have a look at this thread soon.
-
I turned off switching because it crashes the game.
The code still makes D3D calls when the main D3D pointer is unusable because the window is not focused.
The solution is fairly simple but Im afraid I am very, very, very busy at the moment and might not find the time to deal with it for a while.
-
Sheesh! There's too many people who's initials are RT... :p
Or I'm paranoid..