Search found 74 matches

by programandala.net
Tue Apr 26, 2011 6:33 pm
Forum: Software & Programming
Topic: How to know the device of the last file loaded?
Replies: 9
Views: 8895

How to know the device of the last file loaded?

In order to make a boot file to work from any device, I need to know the current drive (flp1_, win3_, dos2_,,, whatever), I mean, the drive the boot was loaded from. I need to do something like the following (with a theorical function CURRENT_DRIVE$): REMark boot file TK2_EXT DATA_USE CURRENT_DRIVE$...
by programandala.net
Tue Apr 26, 2011 11:51 am
Forum: QL Emulation
Topic: booting QPC2 from a DOS device
Replies: 3
Views: 4264

booting QPC2 from a DOS device

I'm finishing a QL project. I'm testing it with both QPC2 and Q-emuLator. Usually I boot QPC2 from a WIN file, but I keep all my own work in DOS1_, because I write the sources with Vim on Debian, and other external tools. In order to make the program to work in both emulators, with different ROMs an...
by programandala.net
Thu Apr 21, 2011 8:58 pm
Forum: Software & Programming
Topic: How to show a JPEG or PNG picture in a window?
Replies: 9
Views: 5371

Re: How to show a JPEG or PNG picture in a window?

Thank you for the tips. They can be useful. Nevertheless the main issue remains: Photon cannot show the JPEG in a certain window. I am trying to contact the author of Photon to get it updated, but without success so far I'm afraid. :cry: Dilwyn I tried too, with the same result. I tried the e-mail m...
by programandala.net
Wed Apr 20, 2011 9:52 pm
Forum: Software & Programming
Topic: How to LRUN without clearing the screen?
Replies: 3
Views: 3386

Re: How to LRUN without clearing the screen?

I didn't remember MRUN. Then I could use "DLINE" to delete the boot program lines if necessary.
Thank you!
by programandala.net
Wed Apr 20, 2011 1:56 pm
Forum: Software & Programming
Topic: How to LRUN without clearing the screen?
Replies: 3
Views: 3386

How to LRUN without clearing the screen?

LRUN performs NEW, so also clears the screen and all open windows. The same happens with QLRUN.

Is there any toolkit keyword or trick to load and run a program without clearing the screen?
by programandala.net
Wed Apr 20, 2011 1:50 pm
Forum: Software & Programming
Topic: Re-release of Night Nurse by Shadow Games
Replies: 2
Views: 3316

Re: Re-release of Night Nurse by Shadow Games

RWAP wrote: Due to the sprite package used to control the graphics for the game, it will only run in 128K memory
Is it Super Sprite Generator by Digital Precision? I was considering it for a project, but wasn't sure about that limitation.
by programandala.net
Thu Apr 07, 2011 2:06 am
Forum: Software & Programming
Topic: How to emulate Beta BASIC's KEYIN?
Replies: 3
Views: 3611

Re: How to emulate Beta BASIC's KEYIN?

As for the issues with MERGE and DO - the SBASIC/SuperBASIC Reference Manual is your friend here... I think I will acquire it soon. I see it's really worth having. As for DO, unless you have SMSQ/e, when used from within a program, only the first line of a numberless program is executed I knew. No ...
by programandala.net
Wed Apr 06, 2011 2:13 pm
Forum: Software & Programming
Topic: How to emulate Beta BASIC's KEYIN?
Replies: 3
Views: 3611

How to emulate Beta BASIC's KEYIN?

The BASICs written by Andy Wright (Beta BASIC for the ZX Spectrum; SAM BASIC and MasterBASIC for the SAM Coupé) have a nice command called KEYIN. It receives a string and "types" it in "virtually" into the command line. It simply evaluates the BASIC code and executes it. This fe...
by programandala.net
Mon Apr 04, 2011 1:10 am
Forum: Software & Programming
Topic: Bug in EXTRAS in SMSQ/E?
Replies: 6
Views: 7150

Re: Bug in EXTRAS in SMSQ/E?

I tried VOCAB, a much improved version of EXTRAS, part of the DIY Tookit written by Simon N. Goodwin, and the same "problem" happens.
by programandala.net
Tue Mar 22, 2011 5:49 pm
Forum: Software & Programming
Topic: Bug in EXTRAS in SMSQ/E?
Replies: 6
Views: 7150

Re: Bug in EXTRAS in SMSQ/E?

This the default behaviour - I quote the SBASIC / SuperBASIC Reference Manual on this: Within an SBASIC ( on SMS ) , EXTRAS only lists those keywords used in that SBASIC to date - this is because the whole name table is not copied when an SBASIC is started up, allowing different SBASICs to use the ...