Forum Announcement
22/04/2018 - The Online Chat isn't working via the normal link.
You can connect via IRC, or using another web client - https://kiwiirc.com/client/chat.qlforum.co.uk/#qlforum
22/04/2018 - The Online Chat isn't working via the normal link.
You can connect via IRC, or using another web client - https://kiwiirc.com/client/chat.qlforum.co.uk/#qlforum
Search found 2384 matches
- Wed Apr 25, 2018 9:14 pm
- Forum: Software & Programming
- Topic: SuperCharge Decompiler
- Replies: 11
- Views: 607
Re: SuperCharge Decompiler
It looks as though now might be the time for Martyn to approach Simon Goodwin - he probably still has the original Supercharge sources, and would be interested in this project no doubt. It would also be nice if someone asked him about releasing Supercharge as public domain, in line with Turbo (which...
- Wed Apr 25, 2018 9:07 pm
- Forum: Help for New Users
- Topic: Xchange Training Course
- Replies: 2
- Views: 78
Re: Xchange Training Course
Derek has agreed to scan it - so it is packaged ready to be posted to him, thank you.
- Wed Apr 25, 2018 9:39 am
- Forum: Help for New Users
- Topic: Xchange Training Course
- Replies: 2
- Views: 78
Xchange Training Course
Amongst the material I gathered for the One Per Desk / Merlin Tonto; there was a 70 page spiral bound "Xchange Training Course" printed by British Telecom Business Systems Support Unit Training. I will send this to Derek for scanning (if he doesn't mind) as it might be useful for new QL us...
- Tue Apr 24, 2018 9:51 am
- Forum: Software & Programming
- Topic: Talent Graphics Toolkit
- Replies: 34
- Views: 908
Re: Talent Graphics Toolkit
The software can now be found on Github - https://github.com/SinclairQL/TalentGraphicsToolkit
Feel free to improve the listing to support higher resolutions, and higher screen modes.
Feel free to improve the listing to support higher resolutions, and higher screen modes.
- Mon Apr 23, 2018 10:03 am
- Forum: Software & Programming
- Topic: Talent Graphics Toolkit
- Replies: 34
- Views: 908
Re: Talent Graphics Toolkit
The program is complete now as entered so far as we can see.
Dilwyn can add it to the Sinclair QL Homepage. I would suggest it then gets added to Github so people can add extra facilities
Dilwyn can add it to the Sinclair QL Homepage. I would suggest it then gets added to Github so people can add extra facilities

- Mon Apr 23, 2018 6:33 am
- Forum: Software & Programming
- Topic: Talent Graphics Toolkit
- Replies: 34
- Views: 908
Re: Talent Graphics Toolkit
I think I am done unless other pair of eyes will go through the code again. There is one questionable line 4380 which repeats second part of 4370. Not sure if it was really on purpose. I believe there's space for code improvement as well, it had some repetitions. But other than that it works quite ...
- Mon Apr 23, 2018 6:31 am
- Forum: Software & Programming
- Topic: Talent Graphics Toolkit
- Replies: 34
- Views: 908
Re: Talent Graphics Toolkit
Does anyone know why this is - it seems to interfere with the simple loop: FOR a=0 TO 2:PAPER #a,0:BORDER #a,0 - in fact after WINDOW 448,200,32,16, PAPER #1,3 reports invalid channel ID !! Q-emuLator works as expected This is fixed in QPC2 v4.05 :D The short keys (CTRL SHIFT - and CTRL ] ) also wo...
- Sun Apr 22, 2018 10:55 pm
- Forum: Software & Programming
- Topic: Talent Graphics Toolkit
- Replies: 34
- Views: 908
Re: Talent Graphics Toolkit
Lost keys in description 20001 DATA " Use (CRTL+SHIFT+6) and (CTRL+SHIFT+-) to select option. Press SPACE to choose...." 20009 DATA " Use (CTRL+\) and (CTRL+]) to view options. Press SPACE to select...." 20011 DATA " Use (CTRL+SHIFT+6), (CTRL+SHIFT+-), (CTRL+\), (CTRL+]) an...
- Sun Apr 22, 2018 8:37 pm
- Forum: Software & Programming
- Topic: Talent Graphics Toolkit
- Replies: 34
- Views: 908
Re: Talent Graphics Toolkit
Right I think I have tracked down the rest of the bugs - there were a couple of places where selection became se1ection (ie one used instead of L). I also fixed a bug in the original - line 1090 needs to be 1090 sell = selection Otherwise when you change something on a sub-menu, the option remains s...
- Sun Apr 22, 2018 5:02 pm
- Forum: Software & Programming
- Topic: Talent Graphics Toolkit
- Replies: 34
- Views: 908
Re: Talent Graphics Toolkit
Hi, Looks like I am a slow typer... I had a look at the last listing, found some some errors: "1" was inserted into a variable name instead of a "l" "l" for a 1 in an increment In the edit_s procedure, the move_points procedure should be move_pt I will check all the re...