Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
_FullScreen woes
#3
Some recent changes in QB64-PE v3.5.0 caused a problem with _FullScreen and other commands like _ScreenMove being executed close in time to each-other. There's a bug report here, it's on my list of things to get to. I would try adding a short `_Delay .1` after your `_ScreenMove` and see if that fixes the problem as a temporary fix.

For QB64 v2.0.2, that had other issues (which I fixed in v3.5.0) that could cause _FullScreen like you're using to not work. I don't think I would expect the _same_ behavior though, so that's a bit odd and makes me think maybe something else is going on here...
Reply


Messages In This Thread
_FullScreen woes - by madscijr - 03-23-2023, 04:02 PM
RE: _FullScreen woes - by bplus - 03-23-2023, 04:20 PM
RE: _FullScreen woes - by madscijr - 03-23-2023, 08:16 PM
RE: _FullScreen woes - by DSMan195276 - 03-23-2023, 05:46 PM
RE: _FullScreen woes - by madscijr - 03-23-2023, 08:23 PM
RE: _FullScreen woes - by SMcNeill - 03-23-2023, 08:21 PM



Users browsing this thread: 1 Guest(s)