Active Forums => QB64 Discussion => Topic started by: MrFreyer on November 01, 2019, 03:35:46 am
Title: Struggle with rendering soft-&hardwareimages simultaneous
Post by: MrFreyer on November 01, 2019, 03:35:46 am
Hi,
I have some problems with displaying soft- and hardwareimages simultaneously on the screen.
The following program should print some text, wait for a keyinput and then draw a grey box and also print some text while waiting for another keyinput...
What I get: print NO text and wait for keyinput, draw box and print text while waiting for keyinput, print text AGAIN while waiting for ANOTHER keyinput :D I do something wrong with the destinationimages or displayorder, I think...
Thanks
Title: Re: Struggle with rendering soft-&hardwareimages simultaneous
Post by: Ashish on November 01, 2019, 09:04:33 am
Hi MrFreyer! Your program is running fine on my system. I have found no issue in running it on my laptop. Which version of QB64 are you using??
Title: Re: Struggle with rendering soft-&hardwareimages simultaneous
Post by: MrFreyer on November 01, 2019, 10:29:23 am
I'm using version 1.3 win x64...
You get the screen with "TESTTEXT 1 - Press any key"? I just get a black screen :/
Title: Re: Struggle with rendering soft-&hardwareimages simultaneous
Post by: Ashish on November 01, 2019, 10:32:24 am