QLCOMMANDER - testers and help needed

Anything QL Software or Programming Related.
User avatar
Andrew
Aurora
Posts: 786
Joined: Tue Jul 17, 2018 9:10 pm

Re: QLCOMMANDER - testers and help needed

Post by Andrew »

Hi - version 1.1 is here https://www.qlforum.co.uk/viewtopic.php ... =60#p26474
If you send me your email by pm I can send you the version 2 - this is still in development as I want to add a few new features before releasing it.


RWAP
RWAP Master
Posts: 2834
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Re: QLCOMMANDER - testers and help needed

Post by RWAP »

Andrew wrote: Thank you !
I already modified the program ... now I face other issues.
When compiled with Turbo the program stops with COLOUR_QL ... SCR_XLIM .. not loaded
Ok, I use those functions in the code, but only if the OS is SMSQ/E. Under QDOS they never get executed.
Yes, that was always a problem with Turbo - I seem to recall using the TURBO_DUMMYP commands to get around this, but can't remember which program I might have used it in to check the source code....


User avatar
Andrew
Aurora
Posts: 786
Joined: Tue Jul 17, 2018 9:10 pm

Re: QLCOMMANDER - testers and help needed

Post by Andrew »

QLCommander v2.0 is finally ready !

Updates from version 1.1 (last version published on forum)
- Now needs 60% less memory for data !! (thank you Martyn Hill for the idea and code!)
- Added support for QPC and SMSQ/E - can run on larger screen and with more colors if the video driver is set to 8 bit color or High Color (but you cannot load _scr files in this video modes)
- Copy will now parse subdirectories and copy all tree
- Delete will now parse subdirectories and delete all tree
- New commands: Compare directories and Invert Selection
- SHIFT-ENTER on a _bas file or boot will run it
- ENTER on a boot file will load it in BASIC
- modified the procedures that check if Basic is running and if a basic program is loaded and not saved
- now it runs with older Toolkit 2 versions ! So it can be run on QL with original GC or SGC, and with Tetroid hardware (still Toolkit 2 v2.32 is highly recommended)
- New qlcconfig_bas program - now easy to use with menu interface ! (config program can also load v1.1 config files)
- Some other minor changes and bug-fixing
- Updated manual

QLCommander running on QPC2 in 1024x768 High Color mode:
QPC.JPG
Attachments
QLCommander_source.zip
(29.06 KiB) Downloaded 555 times
QLCommander.zip
(78.11 KiB) Downloaded 556 times
QL Commander v2.0.pdf
(1.65 MiB) Downloaded 589 times


User avatar
RalfR
Aurora
Posts: 870
Joined: Fri Jun 15, 2018 8:58 pm

Re: QLCOMMANDER - testers and help needed

Post by RalfR »

That looks very promising. The DELETE of a complete directory without first delete the files then delete the DIR file (as is in QPAC2) is very comfortable.

A few ideas:

Would be good to use it with a mouse. And so to have a context menu (right mouse button) for e.g. copy, delete, move to, add to ZIP etc.

I think, there are no WMAN keywords of QPTR necessary for that (much to complicated). A simple RD_PTR and WSAVE/WLOAD would make it. Keep it as simple as QLiberator does, which just checks, where the pointer in a menu is.

Keep up the good work.


4E75 7000
User avatar
Andrew
Aurora
Posts: 786
Joined: Tue Jul 17, 2018 9:10 pm

Re: QLCOMMANDER - testers and help needed

Post by Andrew »

Ralf R. wrote:Would be good to use it with a mouse.
That was the plan. But I still cannot convince the mouse to work on the bbQL. Or the mice ... I have tried 11 ..


User avatar
Cristian
Aurora
Posts: 960
Joined: Mon Feb 16, 2015 1:40 pm
Location: Veneto

Re: QLCOMMANDER - testers and help needed

Post by Cristian »

Andrew wrote:But I still cannot convince the mouse to work on the bbQL. Or the mice ... I have tried 11 ..
Is there a list of mice models surely compatible? If not, let's tell Andrew the model we're using.
Mine is an old 2 button Philips model. I'll read the details and let you know.


User avatar
RalfR
Aurora
Posts: 870
Joined: Fri Jun 15, 2018 8:58 pm

Re: QLCOMMANDER - testers and help needed

Post by RalfR »

Andrew wrote:That was the plan. But I still cannot convince the mouse to work on the bbQL. Or the mice ... I have tried 11 ..
Well, a mouse is not really necessary (for programing and testing), you can move the pointer with the cursor keys ;).

Edit: Ah, I just saw that you use it with QPC2, so no problem there to program. I assume, your PC just have a mouse ;).


4E75 7000
User avatar
Cristian
Aurora
Posts: 960
Joined: Mon Feb 16, 2015 1:40 pm
Location: Veneto

Re: QLCOMMANDER - testers and help needed

Post by Cristian »

This mouse is tested with my QL (issue 6) and SerMouse driver:
Philips MMS 1145/00
Philips NMS 1145.jpg
Philips NMS 1145 #2.jpg


User avatar
Andrew
Aurora
Posts: 786
Joined: Tue Jul 17, 2018 9:10 pm

Re: QLCOMMANDER - testers and help needed

Post by Andrew »

Cristian wrote:This mouse is tested with my QL (issue 6) and SerMouse driver:
Philips MMS 1145/00
Thank you Cristian. I have at home 6 no-name mice that do not work.
Can you send me your sermouse driver, as it is configured on your system ? Maybe I am configuring it wrong


User avatar
Cristian
Aurora
Posts: 960
Joined: Mon Feb 16, 2015 1:40 pm
Location: Veneto

Re: QLCOMMANDER - testers and help needed

Post by Cristian »

Yes, I'll provide my driver. Be carful: it is set for Hermes chip. If you do not have Hermes, you must change some settings as explained in Sermouse readme file.
Also I suggest you to follow this other topic:
viewtopic.php?f=2&t=2833


Post Reply