Search found 186 matches

by BSJR
Wed Nov 09, 2022 10:27 am
Forum: Hardware
Topic: QXL SMSQ/E Version
Replies: 21
Views: 4014

Re: QXL SMSQ/E Version

Hi, I have solved the problem with the QXL2 not being able to run some versions of SMSQ/E. Its seems that the QXL Ram on the board was using different speeds of ram in bank 2 of the QXL. ... The RAM issue is unlikely to be the cause for my problems with SMSQ/E v3.34+ so far. The QXL2 was never temp...
by BSJR
Mon Nov 07, 2022 11:37 am
Forum: Software & Programming
Topic: How can I get a pixel color?
Replies: 33
Views: 2662

Re: How can I get a pixel color?

<>This is not entirely true. When in mode 32: COLOUR_NATIVE: PAPER $1F: CLS: gives bleu, :PAPER $F800: then gives red as in rrrrrggg.gggbbbbb. Only in PIC and SPR files are the bytes reversed as in a 16-bit BMP. I think its the other way, Bob. Did you actually try PIXEL32%? Add the following few li...
by BSJR
Sun Nov 06, 2022 1:45 pm
Forum: Software & Programming
Topic: How can I get a pixel color?
Replies: 33
Views: 2662

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: 2662

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: 2662

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: 10784

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: 10784

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: 4014

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: 10784

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: 10784

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...