[ql-users] filters again

2003-11-11 Thread Arnould Nazarian
Sorry but I come back to filters with multiple input channels. If ex filter_bas,input_file1,input_file2,output_file does not work, but c1=fop_in(input_file1) c2=fop_in(input_file2) ex filter_bas,#c1,#c2,output_file close#c1:close#c2 does work, then I have

Re: [ql-users] Running Programs under GD2

2003-11-11 Thread Arnould Nazarian
[EMAIL PROTECTED] a écrit: Is it me, or was the GD2 standard supposed to allow each program to run at its own set colour depth and screen resolution, with the WMAN resetting these as you move between tasks.. IIRC this was the subject of a long thread about problems/solutions but long

Re: [ql-users] filters again

2003-11-11 Thread Marcel Kilgus
Arnould Nazarian wrote: If ex filter_bas,input_file1,input_file2,output_file does not work, but c1=fop_in(input_file1) c2=fop_in(input_file2) ex filter_bas,#c1,#c2,output_file close#c1:close#c2 does work, then I have the tendency to think that

Re: [ql-users] filters again

2003-11-11 Thread Arnould Nazarian
Marcel Kilgus a écrit: Arnould Nazarian wrote: If ex filter_bas,input_file1,input_file2,output_file does not work, but c1=fop_in(input_file1) c2=fop_in(input_file2) ex filter_bas,#c1,#c2,output_file close#c1:close#c2 does work, then I have the tendency to

Re: [ql-users] Running Programs under GD2

2003-11-11 Thread Marcel Kilgus
Arnould Nazarian wrote: At this occasion Marcel even told us that in the Windows world it is up to the applications to redraw screens. This is basically the case on all systems other than SMSQ/E. I do'nt know anything about programming Windows, but I remember very correctly that I was

Re: [ql-users] Running Programs under GD2

2003-11-11 Thread Arnould Nazarian
Well, why should Windows save 2 Megabyte of screen memory for a simple editor if the few bytes of the text plus a few bytes of a routine that draws the text on screen can do just fine, too? Anyway, it's not unproductive code. You just write your code in a way that it can not only draw your stuff

Re: [ql-users] Running Programs under GD2

2003-11-11 Thread Marcel Kilgus
Arnould Nazarian wrote: OK, but it is preferrable that the programmer does not forget to call that code everytime it is needed. Actually the code is called by Windows whenever it's needed. In pseudo-SBasic a Hello World app would look somewhat like this: REMark Simple hello world application

[ql-users] Byfleet workshop

2003-11-11 Thread Dilwyn Jones
Tony Firshman beat me to it, but I've also put some pictures I took at the Byfleet Quanta workshop last sunday onto my website. Now I know I have a poor record of getting my own web page addresses right, but I'll have a go (especially since Jim Hunkins says that GIVE UP is not an option!):

[ql-users] QL Today - news

2003-11-11 Thread Dilwyn Jones
If anyone has any news or articles for QL Today, we are now (rather later than hoped) starting to compile the next issue, so please send in any material as soon as possible to Jochen or myself. -- Dilwyn Jones

Re: [ql-users] Running Programs under GD2

2003-11-11 Thread wlenerz
On 11 Nov 2003 at 19:26, Marcel Kilgus wrote: (...) BTW: If anybody is waiting for some private mail from me, I'm coming to that. Currently I'm dead tired. More tired than dead, I hope... Wolfgang

Re: [ql-users] filters again

2003-11-11 Thread wlenerz
On 11 Nov 2003 at 17:49, Arnould Nazarian wrote: From the first procedure like PRINT/INPUT or BGET/BPUT encountered in the filter? OK I see the problem now. Impossible to implement because such procedure can be user defined. And, especially, the EX command is invoked BEFORE your filter