Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flickering of the screen due to images and text in a loop
#2
Without seeing the whole code, from what you've shared, it seems to me like this would be the proper solution:

Code: (Select All)
While casenumber <> 25
Case 1
...
Case 2
...
Etc.
Then images and more strings

_AUTODISPLAY

Then INPUT with a number to select a case
_display
WEND

You're going to have to have an _AUTODISPLAY in effect before the use of that INPUT. The _DISPLAY after that input will stop the screen from refreshing, so you shouldn't see any flicker, as the display would be paused until that _AUTODISPLAY triggered it right before the INPUT.

Without the entire source, however, it's hard to say for certain exactly what you need. As I mentioned on discord -- is there any way you can zip up the source and resource files and share them? It's much easier to give advice when you can post the code in and compile it and see the problem in action for yourself.
Reply


Messages In This Thread
RE: Flickering of the screen due to images and text in a loop - by SMcNeill - 08-31-2024, 06:21 AM



Users browsing this thread: 1 Guest(s)