RE: [ql-users] Adding TURBO_SMS_CODE to SMSQE.bin

2001-11-12 Thread Claude Mourier 00
Perhaps the result of your investigation may be published in QL2days ...;-) -Message d'origine- De : Phoebus R. Dokos [mailto:[EMAIL PROTECTED]] Well I am going to contact Dave Gilham anyway :-) Phoebus -- Malcolm Cadman

[ql-users] SCR_XLIM and SCRT_YLIM

2001-11-12 Thread Norman Dunbar
Please excuse the silly question, but can I call SCR_XLIM and/or SCR_YLIM (etc) from assembly language ? If so, how ? It may be a simple answer, but I'm at work and totally sans any form of SMSQ documentation. Cheers thanks, Norman. - Norman Dunbar

Re: [ql-users] SCR_XLIM and SCRT_YLIM

2001-11-12 Thread Marcel Kilgus
Norman Dunbar wrote: Please excuse the silly question, but can I call SCR_XLIM and/or SCR_YLIM (etc) from assembly language ? Unfortunately not directly. But you can get the desired information by calling iop.flim with the handle to a primary window: d0 = iop.flim ($6c) d2 = 0 d3 = timeout

Re: [ql-users] SCR_XLIM and SCRT_YLIM

2001-11-12 Thread Phoebus R. Dokos
At 01:37 ìì 12/11/2001 +0100, you wrote: Norman Dunbar wrote: Please excuse the silly question, but can I call SCR_XLIM and/or SCR_YLIM (etc) from assembly language ? I thought you already did something like that didn't you? Phoebus

RE: [ql-users] SCR_XLIM and SCRT_YLIM

2001-11-12 Thread Norman Dunbar
I did my MAX_CON thingy in DJToolkit years ago but calling IOP_FLIM which is part of the PE stuff. I just wondered if there was now a call to get the info about the window max sizes directly - IOP_FLIM simply returns the size of the OUTLN'd primary window - which might not be the full screen

[ql-users] Is that a bug?

2001-11-12 Thread Phoebus R. Dokos
Does anyone tell me if this is a bug? Boot file : 10 COLOUR_PAL 20 CLOSE #1:CLOSE #2: OUTLN #0,800,600,0,0: INK #0,50(blue ink): PAPER #0,1(white paper): CLS #0 30 blah...blah... * * * 1000 blah...blahh...blah... LIST (everything appears fine) EDIT (Screen turns black and you have to type

RE: [ql-users] Is that a bug?

2001-11-12 Thread Norman Dunbar
Happens to me too - but then, I'm playing with your GUI stuff :o) Norman. - Norman Dunbar Database/Unix administrator Lynx Financial Systems Ltd. mailto:[EMAIL PROTECTED] Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.com

Re: [ql-users] Is that a bug?

2001-11-12 Thread Marcel Kilgus
Phoebus R. Dokos wrote: Does anyone tell me if this is a bug? Yes. The ED command obviously wasn't updated to support the new colour definitions. Marcel

RE: [ql-users] Is that a bug?

2001-11-12 Thread Phoebus R. Dokos
At 02:34 ìì 12/11/2001 +0100, you wrote: Why EDIT ??? -Message d'origine- De : Phoebus R. Dokos [mailto:[EMAIL PROTECTED]] Envoyé : lundi 12 novembre 2001 14:20 À : [EMAIL PROTECTED] Objet : [ql-users] Is that a bug? Does anyone tell me if this is a bug? (...) EDIT (Screen turns black

Re: [ql-users] Adding TURBO_SMS_CODE to SMSQE.bin

2001-11-12 Thread Phoebus R. Dokos
At 01:37 ìì 12/11/2001 +, you wrote: On Mon, 12 Nov 2001 at 08:13:10, Phoebus R. Dokos wrote: (ref: [EMAIL PROTECTED]) At 08:32 ðì 12/11/2001 +0100, you wrote: On 11 Nov 2001, at 16:06, Phoebus R. Dokos wrote: At 08:07 ìì 11/11/2001 +0100, you wrote: Why ever would you want to

Re: [ql-users] Is that a bug?

2001-11-12 Thread Phoebus R. Dokos
At 02:45 ìì 12/11/2001 +0100, you wrote: Phoebus R. Dokos wrote: Does anyone tell me if this is a bug? Yes. The ED command obviously wasn't updated to support the new colour definitions. Marcel Hmmm then maybe you can tell that to Tony :-)

Re: [ql-users] SCR_XLIM and SCRT_YLIM

2001-11-12 Thread Dilwyn Jones
I thought iop.flim returned the maximum possible size of the OUTLNed primary channel, not the current actual size. In most cases this will be full screen size on current hardware! Have a look at my QL Toady display_cde files on the My Freeware page on my website, it includes the assembler source

Fwd: Re: [ql-users] SCR_XLIM and SCRT_YLIM

2001-11-12 Thread Phoebus R. Dokos
Date: Mon, 12 Nov 2001 22:22:24 -0500 To: [EMAIL PROTECTED] From: Phoebus R. Dokos [EMAIL PROTECTED] Subject: Re: [ql-users] SCR_XLIM and SCRT_YLIM At 07:24 ìì 12/11/2001 +, you wrote: I thought iop.flim returned the maximum possible size of the OUTLNed primary channel, not the current