Search found 60 matches

by NL_QL_Usr
Wed Dec 06, 2023 3:20 pm
Forum: Software & Programming
Topic: Qptr WMAN simple example
Replies: 21
Views: 4767

Qptr WMAN simple example

Hello everyone.
I am trying to get started with QPTR WMAN...

Is there a simple example somewhere?
I am looking for a simple managed window with only the standerd move and resize LIL

Would be super if someone has that or can show that
Thank a lot in advance
by NL_QL_Usr
Fri Dec 01, 2023 7:50 pm
Forum: Software & Programming
Topic: Start of a Game
Replies: 9
Views: 8641

Re: Start of a Game

Hey Qbits;

That looks better already. I like the bigger Block for the winline.
Right now I am trying to make all kind off other programs to keep me busy ...
But your tips about the other fonts is also nice.

Anyway it is very nice you also like it. :)
Thanks
by NL_QL_Usr
Fri Dec 01, 2023 3:18 pm
Forum: Software & Programming
Topic: Start of a Game
Replies: 9
Views: 8641

Re: Start of a Game

Hey Dilwyn Very nice to see your reaction. It was indeed intended to be used in mode 4 4 colors. For me the 4 colors give not much variation... It was my fast solution getting a little difference. I ve done this just to get the feeling again for the syntax of superbasic. And off course it is fun to ...
by NL_QL_Usr
Fri Dec 01, 2023 7:30 am
Forum: Software & Programming
Topic: Start of a Game
Replies: 9
Views: 8641

Re: Start of a Game

Update

The hold is working
and changed some things
It is sort of working ok now
by NL_QL_Usr
Wed Nov 29, 2023 7:35 pm
Forum: Software & Programming
Topic: Start of a Game
Replies: 9
Views: 8641

Re: Start of a Game

Hey Dilwyn thanks for your reaction. It is indeed a lot of fun again The game is far from ready indeed.. The bitwise is a mistake grins Still learning to understand the superbasic stuf again... After 25 years or more it is kind of rusty... (after learning a lot about computers from the ql one has to...
by NL_QL_Usr
Wed Nov 29, 2023 12:54 pm
Forum: Software & Programming
Topic: Start of a Game
Replies: 9
Views: 8641

Re: Start of a Game

Just getting familiar again with the QL and off course the Q68....

And its fun!!
by NL_QL_Usr
Sat Nov 25, 2023 2:16 pm
Forum: Software & Programming
Topic: Archive pdf
Replies: 6
Views: 5310

Re: Archive pdf

@ derek....

I only now saw your reaction.
I tried OCR with ocrmypdfgui on manjaro
It seems to be OK

Hopefully it helps....

at least I can edit the text now
by NL_QL_Usr
Fri Nov 24, 2023 7:40 am
Forum: Hardware
Topic: Laptop_QL_?
Replies: 3
Views: 5790

Re: Laptop_QL_?

Nice!!

I didn't know about the Qzero..
by NL_QL_Usr
Thu Nov 23, 2023 2:30 pm
Forum: Hardware
Topic: Laptop_QL_?
Replies: 3
Views: 5790

Laptop_QL_?

lt_ql_front.jpg

A HD Portable Screen so with battery

Power for the Q68 and a VGA to HDMI converter connected to the USB-C connector

Mayby not a real laptop yet but close....

At least I can sit anywhere with my QL
by NL_QL_Usr
Thu Nov 23, 2023 12:04 pm
Forum: Software & Programming
Topic: Start of a Game
Replies: 9
Views: 8641

Re: Start of a Game

100 CLS
110 AT 0,0: PRINT "*"
120 FOR a=1 TO 190
130 PAN 1
140 PAUSE 1
150 SCROLL 1
160 PAUSE 1
170 END FOR a
180:
190 CLS#0:AT#0,0,0:PRINT#0,"|__|"
200 FOR n=1 TO 220
210 PAN #0,2
220 PAUSE 1
230 END FOR n
240 CLS#2
250 PRINT#2,"oops too late"
260 PAUSE