It seems to be common knowledge that calling ExecFile while in fullscreen mode does bad things to Blitz3D.
The advice I can find on here is either minimise your game before launching the URL (http://www.blitzbasic.com/Community/posts.php?topic=28345), or switch to a windowed mode before launching the URL.
However both of these are causing problems:
- Minimising the game causes the game to hang on the ShowWindow line. The game does minimise, but it never runs again.
- Changing to windowed mode causes the game's window to stay on top of everything else (including whatever you've just executed), which isn't very nice.
Neither of these are ideal (though I could live with switching to windowed mode if I had to).
So, I'm just wondering if anyone has managed to solve this is a more "polished" manner?
The advice I can find on here is either minimise your game before launching the URL (http://www.blitzbasic.com/Community/posts.php?topic=28345), or switch to a windowed mode before launching the URL.
However both of these are causing problems:
- Minimising the game causes the game to hang on the ShowWindow line. The game does minimise, but it never runs again.
- Changing to windowed mode causes the game's window to stay on top of everything else (including whatever you've just executed), which isn't very nice.
Neither of these are ideal (though I could live with switching to windowed mode if I had to).
So, I'm just wondering if anyone has managed to solve this is a more "polished" manner?