Search the web
Sign In
New User? Sign Up
arexx · This list is devoted to the powerful Amiga scripting language, ARexx. Here ARexx coders can share ideas, routines and generall
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3209 - 3238 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3209
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
ftruz44gwe
Offline Send Email
Nov 18, 2003
7:15 am
3215
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,...
Neil Bothwick
wirenetuk
Offline Send Email
Nov 18, 2003
9:01 am
3216
... 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@...
Send Email
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...
Robert A. Sisk
rsisk2003
Offline Send Email
Nov 18, 2003
10:40 am
3218
Thanks a lot for the help. If your curious what this was for, you can download my script with the next update at Aminet. ...
Andreas
ftruz44gwe
Offline Send Email
Nov 19, 2003
12:54 pm
3219
Hi, ... I played arround a little and voila: OPEN NAME <filename> does work for me. "OPEN" alone will pop up a filerequester. -- hth, Bernd...
Bernd Gollesch
bgollesch
Offline Send Email
Nov 20, 2003
12:32 pm
3220
... That's great it's working for me to. Do you know how a node of a guide is opened ? Cheers Andreas...
andreas-kra@...
ftruz44gwe
Offline Send Email
Nov 20, 2003
4:12 pm
3221
... See the amigaguide.library autodocs in NDK3.9 from amiga.com Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
rsisk2003
Offline Send Email
Nov 20, 2003
10:33 pm
3222
... I forgot you already know about ShowNode(). There's also RxMUI's Application/ShowHelp method. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
rsisk2003
Offline Send Email
Nov 20, 2003
11:39 pm
3223
... It works asynchronously here. Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
rsisk2003
Offline Send Email
Nov 21, 2003
2:10 am
3224
... And so does this: shell arexx '"call ShowNode ''Workbench'',''file'',''node'',,''''"' Kind regards, -- Bob Robert A. Sisk RSisk@......
Robert A. Sisk
rsisk2003
Offline Send Email
Nov 21, 2003
10:02 pm
3225
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...
Andreas
ftruz44gwe
Offline Send Email
Nov 29, 2003
6:05 am
3226
... Kind regards, -- Bob Robert A. Sisk RSisk@... /* Displays the data in the source string */ parse source source /* type results called resolved...
Robert A. Sisk
rsisk2003
Offline Send Email
Nov 29, 2003
7:54 am
3227
That was easy, thanks Bob. Regards Andreas...
Andreas
ftruz44gwe
Offline Send Email
Nov 29, 2003
9:16 am
3228
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...
Robert A. Sisk
rsisk2003
Offline Send Email
Dec 1, 2003
12:54 am
3229
... 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...
andreas-kra@...
ftruz44gwe
Offline Send Email
Dec 1, 2003
3:48 am
3230
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,...
Robert A. Sisk
rsisk2003
Offline Send Email
Dec 12, 2003
2:10 am
3231
... 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@...
Send Email
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 7, 2004
2:34 pm
3233
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...
Robin
amiganiac
Offline Send Email
Mar 7, 2004
2:43 pm
3234
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...
Opi
opionline
Offline Send Email
Mar 7, 2004
4:47 pm
3235
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 7, 2004
9:04 pm
3236
Hello Opi, ... I will try to check out your idea... Copyright (c) by Darek A.D. 2004...
Dariusz Gac
dopuser
Offline Send Email
Mar 7, 2004
9:23 pm
3237
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 8, 2004
12:13 pm
3238
Hello Dariusz How about this ? CALL OPEN out,"PIPE:dopus.tmp",write CALL WRITELN out, 'echo " "' CALL WRITELN out, 'echo "... Executing "' file CALL WRITELN...
Robin
amiganiac
Offline Send Email
Mar 8, 2004
1:20 pm
Messages 3209 - 3238 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help