Search found 194 matches

by BSJR
Sun Nov 06, 2022 1:45 pm
Forum: Software & Programming
Topic: How can I get a pixel color?
Replies: 33
Views: 3416

Re: How can I get a pixel color?

Some gremlins must have snuck in, Dilwyn. I didnt check them all, but PIXEL32% didnt look right. That method should work for mode 33, though. No, mode 32 has its internal colours rewired to little-endian, so it needs to have its bytes switched: This is not entirely true. When in mode 32: COLOUR_NAT...
by BSJR
Thu Nov 03, 2022 10:58 am
Forum: Software & Programming
Topic: How can I get a pixel color?
Replies: 33
Views: 3416

Re: How can I get a pixel color?

BSJR wrote:...WM_PAPER & WM_INK can set these colours with values $200 to $2FF...
Oops. This should of course be $100 to $1FF, the $200 range are the 15-bit system palette colours definable by QCoCo.

BSJR
by BSJR
Thu Nov 03, 2022 10:47 am
Forum: Software & Programming
Topic: How can I get a pixel color?
Replies: 33
Views: 3416

Re: How can I get a pixel color?

(I think it also works in 8-bit palette mode, but am not 100% sure). Is there an 8 bit palette on any QL style machine? I was just aware of the fixed 8 bit Aurora mode. SMSQ/E features a palette of 256 colours which can be referenced with an 8-bit value. WM_PAPER & WM_INK can set these colours ...
by BSJR
Thu Jul 21, 2022 11:30 am
Forum: Software & Programming
Topic: EasyPtr4
Replies: 73
Views: 11812

Re: EasyPtr4

Good news. AVG HQ reported back that it found no malicious code in your .exe. Another option to avoid the .exe could be to use Qmenu's DIR_SELECT$. Your example DOS drives are neatly together but mine are scattered all over the partitions so an option to pre-select a partition as root for dos8_ is t...
by BSJR
Wed Jul 20, 2022 11:36 am
Forum: Software & Programming
Topic: EasyPtr4
Replies: 73
Views: 11812

Re: EasyPtr4

I have been working on my QPC2 DOS drive manager program in EasyPtr. ... Unzip the DOSdrive.zip file into a folder on the C: drive named 'QPCfind' Run the DOSlist_bas program, and click on one of the displayed DOS assignments. I can confirm that your program combo does work on my W$7-Ultimate syste...
by BSJR
Thu Jul 14, 2022 1:29 pm
Forum: Hardware
Topic: QXL SMSQ/E Version
Replies: 21
Views: 4423

Re: QXL SMSQ/E Version

I built up a PC with a K6-2 500 512Mb Ram, with MSDOS 6.22. I tried SMSQ/E v3.38 and is working. ... I have not tested 3.38 yet but have had problems with SMSQE for QXL since 3.35. Version 3.34 is the last one that boots correctly in both m4 and m32, no keyboard issues are found. 3.35 Hangs, no scr...
by BSJR
Sat Jul 09, 2022 11:27 am
Forum: Software & Programming
Topic: EasyPtr4
Replies: 73
Views: 11812

Re: EasyPtr4

... I see there is a MWDEF command to get the address of the working definition. I don't know if I could navigate that to find the application windows size. That is surely an option, see the description in the QPTR manual. I use this to poke new arrow colours. For SuQcess I use fixed margins betwee...
by BSJR
Thu Jul 07, 2022 11:01 am
Forum: Software & Programming
Topic: EasyPtr4
Replies: 73
Views: 11812

Re: EasyPtr4

just using MAWDRAW keyword to draw a string array as a menu has always sufficed for me. That's what I am trying to do. But what I can't seem to get to work. Is if the string is longer than the width of the application window, Then pan bars are added so you view the whole string. What I have read in...
by BSJR
Fri Jun 10, 2022 4:26 pm
Forum: Software & Programming
Topic: Dynamic Sprites
Replies: 37
Views: 8485

Re: Dynamic Sprites

... Well, I did put it to the test and I still dont have an answer. Sprites of 64x64 pixels (= 4k) seem fine. 128x32 (=4k) also seems fine. But 32x128 => KAAABOOOOM! Also other values, mainly where y > x crash the system. I tried looking for an answer in the sources (we're only talking SMSQ/E here,...
by BSJR
Fri Apr 15, 2022 11:04 am
Forum: General QL Chat
Topic: Metacomco C Manual
Replies: 47
Views: 28046

Re: Metacomco C Manual

But I found 2 double pages containing 4 manual pages missing: Page 98, 99 Page 142, 143 If any one has the Metacomco C Manual I would appreciate a copy of these pages. My copy of the book has an official looking correction added to page 14 regarding "%workspace", and another one on page 3...