Hi! I'm new to this list and just started using AWNPipe with ARexx. My System is an A1200 with 68060, 32MB Fast, OS3.5 and AWNPipe 2.44. My Problem: I generate...
Bernd Gollesch
bgollesch@...
May 4, 2000 7:32 am
151
Hi! I'm new to this list and just started using AWNPipe with ARexx. My System is an A1200 with 68060, 32MB Fast, OS3.5 and AWNPipe 2.44. My Problem: I generate...
Bernd Gollesch
bgollesch@...
May 4, 2000 8:26 am
152
... Yes I can duplicate the problem, thanks for catching it! ... Nope, the docs are missing an update, and handler did have a minor bug. The way it should work...
wparker@...
May 5, 2000 12:46 am
153
Hello Bernd On 04-May-00, Your Subject was _multi listbrowser Bug?_ ... using s=0 or s~=0 to the gid of the actual browser is not the way :) you should call...
Bruce Steers
bsteers@...
May 5, 2000 4:24 am
154
... Yup, some new docs are in the file area now. Also new handler vers 2.45. Bill BTW Does anyone know of a quick way to do logs in arexx ?...
wparker@...
May 5, 2000 6:11 am
155
... I got the same behaviour for both attached and unattached. The trailing '/' is required I see no way around it. I compared these definitions. getfile fn...
wparker@...
May 5, 2000 7:04 am
156
... thanx, this is one combination i realy should have tried. I've tried: call topipe('id' h_id 's' h_id) -> Enforcerhit ... Greate work! Thanks for creating...
Bernd Gollesch
bgollesch@...
May 5, 2000 7:24 am
157
... OK, will do that. ... I've tried once an asl-requester and get an enforcerhit, so I stoped using it. But now i'm not sure if i've done something wrong or...
Bernd Gollesch
bgollesch@...
May 5, 2000 7:35 am
158
On 05-May-00, you wrote: »> BTW Does anyone know of a quick way to do logs in arexx? The rexxmathlib.library has log functions.. on aminet - RexxMathLib.lha...
Brian Scott
bscott@...
May 5, 2000 9:54 am
159
Hello, ... I've tried.. http://www.onelist.com/files/awnpipe/Beta-handlers/AWNP_2-45.lha and.. http://www.onelist.com/files/awnpipe/AWNP_2-45.lha but still...
Brian Scott
bscott@...
May 5, 2000 10:47 am
160
... try: http://www.egroups.com/files/awnpipe/Beta-handlers/2-45.lha It's only the handler, not a full archive. The doku update is: ...
Bernd Gollesch
bgollesch@...
May 5, 2000 10:56 am
161
read this bit it's attached to every message sent to this list :) the last address is to the main file area , here you can go to all the files. ... -- Bruce...
Bruce Steers
bsteers@...
May 5, 2000 1:17 pm
162
... GID are almost equivilent to pointers. It is upto the calling code to use only a valid GID and in valid situations. I check for some easy to make mistakes,...
wparker@...
May 5, 2000 4:55 pm
163
... Great! I'll check it out. Bill...
wparker@...
May 5, 2000 4:56 pm
164
... This may have cleared up in the new handler as I fixed this command. If not let me know...Make sure h_ID is realy a browsernode. ... Thanks for your kind...
wparker@...
May 5, 2000 5:13 pm
165
Hi! Some more minor problems with getfile and listbrowser. getfile: If i generate a asl getfile with: id_dir = topipe('getfile asl gt "Title" dr') i get an...
Bernd Gollesch
bgollesch@...
May 7, 2000 5:24 pm
166
Hi Bernd, on May 07 you wrote: Thanks for reporting all this. A new handler vers 2.46 is now in the file area with the fixes. Also new getfile docs. ... Hmm a...
wparker@...
May 8, 2000 5:51 am
167
Hi Bill! ... Hey, you are to fast :-) But now i've some wishes (all listbrowser related), no bugs today :-) 1. If I select one or more nodes I get a list of...
Bernd Gollesch
bgollesch@...
May 8, 2000 10:09 am
168
... Some times I have the time, sometimes I am busy and you wait... ... This is very aplication specific, so the aplication must keep track. You are notified...
wparker@...
May 8, 2000 5:24 pm
169
... Hello, Bernd: The problem is with AOS, not ARexx. The OS isn't efficient with many files (> 100) in one directory. I daily deal with a few databases with...
Donald Dalley
ddalley@...
May 8, 2000 6:47 pm
170
... Hmm the GUIList AWNPipe utiltiy (it used list lformat on FFS) took 1 minute 7 seconds to scan 2460 files, 1 minute 23 seconds to create the list browser ...
wparker@...
May 8, 2000 10:44 pm
171
... Voyager creates 256 cache directories. So the files don't stand all in one directory (about 15 files per directory). ... I'm using SFS 1.84 (don't now how...
Bernd Gollesch
bgollesch@...
May 9, 2000 8:36 am
172
Hello Bernd On 09-May-00, Your Subject was _Re: listbrowser - questions_ ... i use sfs1.84 too when you formatted did you choose NORECYCLED it speeds a sfs...
Bruce Steers
bsteers@...
May 9, 2000 12:16 pm
173
... I can't remember (I think I have) but will check this if I come home. Thanks, Bernd...
Bernd Gollesch
bgollesch@...
May 9, 2000 12:42 pm
174
... Hi, Bill: Your figures sound normal. The program that I gave figures for was not in ARexx but AmiBroker (in C), so I don't know what command he used. ...
Donald Dalley
ddalley@...
May 9, 2000 5:08 pm
175
Hello, I've been trying to read the contents of a browsernode. In the awnpipe.doc it says.. "To read a browser node you must also specify a column. The text...
Brian Scott
bscott@...
May 12, 2000 11:01 am
176
Hello Brian On 12-May-00, Your Subject was _Reading contents of browsernode?_ ... try this (extracted from Aminet.awnp)... call writeln(pipe,'id 'rem' read...
Bruce Steers
bsteers@...
May 12, 2000 11:55 am
177
... If you have node-entries longer then 1000 characters you have to do some special code becaus in ARexx READLN() only return a maximum of 1000 chars. ... ...
Bernd Gollesch
bgollesch@...
May 12, 2000 12:36 pm
178
... This will break if the line returned is exactly 1000 chars. I'll need to look at the arexx behaviour more carefully to see if another fix is possible. ...
wparker@...
May 12, 2000 2:20 pm
179
... I take it back, it does NOT have problems with lines exactly 1000 chars long. Bill...