Search found 193 matches

by BSJR
Thu Oct 27, 2016 1:10 pm
Forum: Software & Programming
Topic: Window Manager programming in Assembler
Replies: 31
Views: 11844

Re: Window Manager programming in Assembler

The sprite format is pretty well documented. QL format in the Qptr manual, extended colour sprites for example here: http://www.kilgus.net/smsqe/display.txt Not sure if the latter is incorporated into the new Qptr manual. Any specific questions? This may be a bit off a side step but looking at the ...
by BSJR
Tue Oct 04, 2016 5:17 pm
Forum: Software & Programming
Topic: DBAS Library
Replies: 2
Views: 1736

Re: DBAS Library

... is there a manual with examples ? (not the internal docs). The download at http://www.dilwyn.me.uk/database/index.html is v2.12. The Quanta library version (disk SP07) is 2.13, the most recent and has all Quill docs and example Basic files although according to the Filelist_doc a few docs are m...
by BSJR
Tue Oct 04, 2016 4:56 pm
Forum: Software & Programming
Topic: Loading SCR to screen
Replies: 14
Views: 6201

Re: Loading SCR to screen

Bob, SQRview did the trick. Took me a few min to figure out how it works, but it was able to convert the BMP image to PIC. I then used FPIC_LOAD to load the image to the screen. Now that I have it working with a test image, I can press forward. Thanks, Tim Swenson Good to see this worked. I tested ...
by BSJR
Tue Sep 27, 2016 3:48 pm
Forum: Software & Programming
Topic: Loading SCR to screen
Replies: 14
Views: 6201

Re: Loading SCR to screen

Thanks Silvester, I'll have to give this a try. My first step was getting an JPEG image over to the QL. I created an image that was 200 pixels wide (and almost 200 high). I save it as .jpg and as .bmp. I first tried BMP from Dilwyns site. That seems to lock up when I tried to do the convert. I got ...
by BSJR
Mon May 16, 2016 10:56 am
Forum: Software & Programming
Topic: Software by Pal Monstad
Replies: 13
Views: 6482

Re: Software by Pal Monstad

Actually DiskMate 5 is already on Dilwyn's site :D Maybe we need a note against the demo version on http://www.dilwyn.me.uk/demos/ to where the full version can be found - http://www.dilwyn.me.uk/files/ There are in fact, 2 versions of the program on that page - the original and one which was alter...
by BSJR
Wed Apr 27, 2016 12:45 pm
Forum: Software & Programming
Topic: DBAS source code
Replies: 3
Views: 2010

DBAS source code

Hi All, DBAS is the excellent database engine written by David W. Howells and used in my SuQcess database programs. But recently a problem came to light while using DBAS on SMSQmulator. It appears that field names can go missing when a lot of them are defined. My tests revealed that the FLNAME funct...
by BSJR
Mon Apr 18, 2016 11:31 am
Forum: Software & Programming
Topic: ROM to RAM ToolKit Conversion
Replies: 34
Views: 15478

Re: ROM to RAM ToolKit Conversion

DISA was written by Albin Hessler - I wonder what happened to him? I don't know how many DISAs there are but mine is DISA3 and was written by Jochen Hassler and was in the JMS catalogue. From Marcel Kilgus's blog on EasyPTR I understood that Albin and Jochen know each other well and are two separat...
by BSJR
Mon Apr 11, 2016 3:26 pm
Forum: Software & Programming
Topic: QDT Freeware version
Replies: 39
Views: 20287

Re: QDT Freeware version

Has Jochen changed any parameters? Does other programs also have problems with v8? The item that doesn't work in this "add object" case is LIST_SELECT. The trick I used, is to choose "add folder" and change that to "object'" in the QDT menu itself. In Menu_rext v8 Joch...
by BSJR
Sat Jan 23, 2016 11:18 am
Forum: Software & Programming
Topic: JPEG, GIF and PNG file conversion
Replies: 8
Views: 3934

Re: JPEG, GIF and PNG file conversion

>frame% parameter but the FPNG command doesn't accept this parameter. Yes, this should have been removed (just re-wrote GIF text). Thanks Silvester for clearing that up. There is a lot more to PNG (Gamma etc) which also is rarely used. Perhaps when the base version of Photon is covered I can look a...
by BSJR
Fri Jan 22, 2016 1:07 pm
Forum: Software & Programming
Topic: JPEG, GIF and PNG file conversion
Replies: 8
Views: 3934

Re: JPEG, GIF and PNG file conversion

Thank you Silvester for making these tools, and Dilwyn for distributing. A quick test shows that it's working very well on QPC2 and much faster then the 'C' based options I used before. Once I have finalized the addition to my SQRview viewer I will also test it on Aurora but do not expect any proble...