Re: sQLux v1.0 (The Xmas Turkey)
Posted: Sun Mar 09, 2025 8:47 pm
I've just pushed a change to master that enables use of the keypad. I've tested it with a GB keyboard, but fingers crossed it should work for all keyboard types.
RIP Sir Clive Sinclair 1940 - 2021
https://theqlforum.com/
I've just pushed a change to master that enables use of the keypad. I've tested it with a GB keyboard, but fingers crossed it should work for all keyboard types.
Thank you Ralf. I have LRESPRed it in sQLux with the "Minerva_1.98a1.bin" ROM, but the keyboard is still EN (don't know if US or UK/GB). When I use "Minerva_1g98a1.bin" I have a (nearly) German keyboard, x/y okay, umlauts okay, but other chars like _, ?, ... not. But then all messages are in German (aargghhh).
You will need to have patience, tofro updated the keyboard code from his original. But it is still in review.ql_freak wrote:Thank you Ralf. I have LRESPRed it in sQLux with the "Minerva_1.98a1.bin" ROM, but the keyboard is still EN (don't know if US or UK/GB). When I use "Minerva_1g98a1.bin" I have a (nearly) German keyboard, x/y okay, umlauts okay, but other chars like _, ?, ... not. But then all messages are in German (aargghhh).
So there is an obvious reason this doesnt work in the uqlx codebaseql_freak wrote: Sun Mar 09, 2025 5:15 pmI'm using only "qdos-fs", i.e. *.win-files with UQLX (and currently with sQLux), cause with UQLX on WSL (don't know if this has changed with WSL2) it is/was not possible, to access files on NTFS formatted partitions (I have no more FAT partitions since Windows 10).XorA wrote: Sat Mar 08, 2025 4:04 pmWith this do you mean at all?ql_freak wrote: ...
BTW: sQLux seems to have the same problem as UQLX (with WSL2 on Windows 10):
You can't create directories with MAKE_DIR.
You get bad parameter and afterwards a file exists with the name of the directory you wanted to create...
Or with qdos-like drives?
I'll note the MAKE_DIR function in uqlx source is empty so I'm guessing never finished!
I have attached my ".uqlxrc" file from UQLX, where you can find a lot of comments, what I have detected on problems with UQLX on Windows 10 with WSL (and now WSL2, but still using Xming, not the inbuild X-capabilities). Some of the problems (open overwrite, rename) seems to have been corrected. I just want to test overwrite and rename on UQLX and found following strange behaviour:If you type WSTAT in SB you see the file "sub1_test_txt", length 32 bytes (file type is 0).Code: Select all
DATA_USE'RAM1_sub1':OPEN_NEW#4,'test_txt':PRINT#4,'Test file without terminating LF';:CLOSE#4
Now open Files of Qpac2 and switch to RAM1_.
RAM1_ is empty. After further investigation I have found, that even if you copy files with Qpac2 Files to RAM1_ Files will always show an empty directory on RAM1_ while DIR, WSTAT, ... will show the files.
On QPC II all is fine.
Code: Select all
case 77:
*reg = -15;
break;
Wrong.dex wrote: Sun Mar 09, 2025 7:43 am 3) if old-fashioned text user interface job is active, there is the text cursor active, and no way to move the mouse. I have to switch jobs to an extended environment one to invoke the mouse cursor.
I thought that this is normal behavior.
Thanks. I have tested it now myself. With Ptr_gen 2.01 the cursor comes up if you move the mouse (EVEN IN NONE-POINTER PROGRAMS), with higher versions (I have tested 2.05 and 2.02) NOT. I haven't had time to test it on UQLX (on Windows Subsystem for Linux 2 [WSL2]) unfortunately.XorA wrote: Sun Mar 09, 2025 5:21 pm prt_gen v2.01 is the last version that produces a K cursor for me.
Not here(!): When I tried Ptr_gen 2.01 with the current wman I've got error "Too old" at boot.wman version seems to be irrelevant for that!
That's consistent with my experience. According to Update_txt, PG_BGON/OFF doesn't work under QDOS (according to Marcel).ql_freak wrote: Fri Mar 14, 2025 1:11 amThanks. I have tested it now myself. With Ptr_gen 2.01 the cursor comes up if you move the mouse (EVEN IN NONE-POINTER PROGRAMS), with higher versions (I have tested 2.05 and 2.02) NOT.
Then Marcel is wrong, from my Std-Bootfile for uQLx and sQLux:RalfR wrote: Fri Mar 14, 2025 6:14 am That's consistent with my experience. According to Update_txt, PG_BGON/OFF doesn't work under QDOS (according to Marcel).
Code: Select all
2000 :
2010 REMark now let them all go:
2020 HOT_GO
2030 PE_BGON: REMark Allow output to windows (programs) while they are (partly) overlayed (in background) from other windows/programs. You can switch it off with PE_BGOFF
2100 :
Please do not confuse this, continuing to write in buried windows is only a matter of the pointer interface.ql_freak wrote: Fri Mar 14, 2025 7:16 pmIn fact there were Tools for Minerva which allowed output to background windows long before SMS supported it.