Page 1 of 1

QPC2 Windows Quirk

Posted: Sun Apr 23, 2017 11:01 am
by stevepoole
Hi,
Try using the WINDOW keyword with a channel parameter and Print something onto it. (This works OK).
Now use the same keyword again with the same channel parameter at a different location and print something else: Unlike on a QL, the first window disappears!
The solution is to use OPEN#c,SCR twice and not close them until you need to.
This quirk did not happen on my QL! And it was not easy to track down...
Regards,
Steve Poole.

Re: QPC2 Windows Quirk

Posted: Sun Apr 23, 2017 11:29 am
by EmmBee
Hi Steve,

This is interesting. It could be caused by something to do with SMSQ/E's Window manager.
Or it could be to do with the colours being used. Can you please give us more details of how your version of QPC2 is setup,
and the exact code you're using, so that we can replicate it.

EmmBee

Re: QPC2 Windows Quirk

Posted: Sun Apr 23, 2017 11:32 am
by tofro
That's actually not a quirk. That is the normal behaviour of a running Pointer Environment. If you'd run PE (i.e ptrgen, wman and hot_rext) on your QL, it would behave exactly identical. The main difference is that PE is not optional but always active with SMSQ/E, while you have the choice in QDOS.

Tobias