Hi, I have been talking with Michael, but we are stuck to what is happening. If I use the program I get HUGE up/down arrows on the right. HUGE! I know it may...
Andrew Bruno
abruno@...
Nov 7, 2003 7:29 am
3210
On Freitag, 07.11.03 at 07:29:01, abruno@... wrote about #[arexx] EBGuide problem.# : AB-> I have been talking with Michael, but we are stuck to what...
Roy Bartsch
shotbb-ml@...
Nov 10, 2003 7:43 pm
3211
Hello Roy ... Oops. Sorry. It is an AREXX script which downloads the TV guides from the internet for us here in Oz. Look on Aminet and give it a go, but I...
Andrew Bruno
abruno@...
Nov 11, 2003 7:56 am
3212
On Dienstag, 11.11.03 at 07:56:05, abruno@... wrote about #[arexx] Re: EBGuide problem.# : AB-> It is an AREXX script which downloads the TV guides...
Roy Bartsch
shotbb-ml@...
Nov 11, 2003 8:20 pm
3213
Hello Robert ... If I am using 3.1 should everything work ok? Regards -- The Borg Cable Co: The subscriber's wishes are irrelevant! Andrew Bruno ...
Andrew Bruno
abruno@...
Nov 14, 2003 8:07 am
3214
Hello to everyone, I got two problems with ARexx: 1. I want to load a node of a guide file into Multiview with an ARexx script. Doing this with SHOWNODE works...
andreas-kra said, ... The reply() should be after the getarg() call, to clear the queue ready for the next input as soon as possible. ... I've seen this a lot,...
... Try something in line with: -- cmdstr='echo >T:TEMPFILE "' command_to_execute '"' '0a'x , 'newshell CON:0/12/480/60/MPegA.040/CLOSE/AUTO/INACTIVE from ...
Hannu E K Nevalainen
garbage_collector@...
Nov 18, 2003 10:34 am
3217
... It doesn't work here either. Apparently MultiView's Open command is broken. ... Don't GetArg() if there's no packet. Try this: call WaitPkt appPort do...
Hi; An easy way to determine the path of a script is: <parse source . . . d e .> where "d" is the progdir plus the scriptname. But if there are spaces in the...
I downloaded ARxShellEngDoc from Aminet and noticed that datatypes.library/ExamineDT shows several undocumented (in NDK3.9) stem tails that don't get set on my...
... Shit, I should think before I upload something. The datatypes doc is from http://ftp.uni-paderborn.de/aminet/aminet/util/libs/dtypes454upd.readme so...
According to SnoopDos, when I start an ARexx script by double-clicking on its project icon with the default tool set to Rx, Rx reads tool types CONSOLE, CMD,...
... Try this: Create an icon, set the default tool to rx, define CONSOLE, CMD and STARTUP tooltypes and see what SnoopDOS gives as output. Depending on what...
Hannu E K Nevalainen
garbage_collector@...
Dec 14, 2003 7:27 pm
3232
Hello, I've created a some Arexx script executing AmigaDOS exe in shell window instead of Magellan standard output. Problem is file RAM:temp that is not always...
Hello Dariusz ... Just a guess, but if the file is not deleted the reason may be that newshell has not finnished yet. Since 'cli' and 'newshell' detach from...
Hello Dariusz, ... perhaps here is a better way: CALL OPEN(out,'CON:0/36/570/225/Ergebniss/auto/close/') and then write(ln) all directly to out, without using...
Hello Robin, ... NewShell window is closed... but Ram:temp file still exist there... I notice it happens while command output in shell window requires" Press...
Hello Opi, ... I have tried it out without success. "file ?" seems to be not executed while inside instruction: CALL OPEN('out', 'file ?')... What I've got is...