Re: [Ql-Users] WM_INK etc

2013-04-17 Thread Dilwyn Jones
%1rgb 15 bit RGB As you san see, since in $ff bit 15 is set, this will be treaated as a 15 bit RGB value. I've looked at the code, this will ignore any value in the upper word. Ah, this variation had passed me by somehow, sorry. Well, the format is

Re: [Ql-Users] Auto-hide

2013-04-17 Thread Dilwyn Jones
Here's my offering for this, using Easyptr in BASIC. Very similar in principle to George's offering, but without the clear window covering the screen. 100 REMark detect pointer at bottom of screen 110 OUTL#0 : REMark managed window can be any size large enough for pointer 120 REMark

Re: [Ql-Users] Auto-hide

2013-04-17 Thread Bob Spelten
Op Wed, 17 Apr 2013 12:26:40 +0200 schreef Dilwyn Jones dil...@evans1511.fsnet.co.uk: Here's my offering for this, using Easyptr in BASIC. Very similar in principle to George's offering, but without the clear window covering the screen. 100 REMark detect pointer at bottom of screen 110

Re: [Ql-Users] Auto-hide

2013-04-17 Thread Dilwyn Jones
Seems to work on my QPC2, executed as SBasic job. Then you have to open a con or scr channel, default size will do. Works over the whole width, didn't act on the Escape key though. Esc would only work if my program had the cursor at the time (as I provided no other Quit option). Dilwyn

Re: [Ql-Users] Auto-hide

2013-04-17 Thread Marcel Kilgus
Dilwyn Jones wrote: This seems to work with any size of window, haven't tried many sizes though. Should work with an Easyptr menu too, though not tried that yet. Only run it in BASIC job 0 - intend to try it as an SBASIC job and compiled at some point. Only tried it in QPC2 3.34beta3 high

Re: [Ql-Users] Auto-hide

2013-04-17 Thread Marcel Kilgus
Bob Spelten wrote: The Kilgus system sprites I use are all about 20x20 and have their origin at the center. So I have set a margin of SCR_YLIM -10. The arrow is 17px high and has the origin at 0x0, so needs more margin. Y-direction should be no problem, the sprite can leave the edge of the

Re: [Ql-Users] Auto-hide

2013-04-17 Thread Tobias Fröschle
Am 17.04.2013 um 17:43 schrieb Marcel Kilgus: Dilwyn Jones wrote: This seems to work with any size of window, haven't tried many sizes though. Should work with an Easyptr menu too, though not tried that yet. Only run it in BASIC job 0 - intend to try it as an SBASIC job and compiled at some

Re: [Ql-Users] Auto-hide

2013-04-17 Thread Wolfgang Lenerz
Hi, That was /exactly/ my concern when I asked how did you do that. As far as I know, in the classic PE a ptr read in a background window will just block. With QPTR, this works (on QPC SMSQmulator) even when bgio is switched off: 100 OPEN_NEW#0,con 110 WINDOW#0,0,0,0,0 120 OUTLN#0,0,0,0,0

[Ql-Users] SMSQe

2013-04-17 Thread Wolfgang Lenerz
Hi all, I've replaced the defective SMSQ/E binary for QXL with a new version which should work OK. Just redownload the binaries file again. Wolfgang ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm

Re: [Ql-Users] SMSQe

2013-04-17 Thread Michael Grunditz
Hi all I have a Atari that waits for a recent SMSQ/E , right now it is running some old SMSQ (without E). That means that a lot of recent programs doesn't run. Br Michael On 18 April 2013 07:22, Wolfgang Lenerz w...@wlenerz.com wrote: Hi all, I've replaced the defective SMSQ/E binary for