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.

Messages

  Messages Help
Advanced
Messages 2667 - 2696 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2667
Hi folks! I've been playing around for the last couple of days trying to write a script that will help create WB3.9 menus, since keying all of the information...
Mark Parsons
chunder_the_...
Offline Send Email
Apr 1, 2002
4:11 pm
2668
Hi folks! I've been playing around for the last couple of days trying to write a script that will help create WB3.9 menus, since keying all of the information...
Mark Parsons
chunder_the_...
Offline Send Email
Apr 1, 2002
10:28 pm
2669
... Well, I've got something that kind of does the same thing. It adds a 'preferences' menu to my workbench with all the programs in the SYS:Prefs directory....
Paul Hill
paulroberthill
Offline Send Email
Apr 1, 2002
10:40 pm
2670
Hi bruceee! ... www.yahaoogroups.com (as posted before) works fine too. ... Greetz! -- <sb> <sb>Marcin "GumBoy" Graziowski <sb>Private Amiga Portal redaction...
MarcinGumBoy GrÄ…...
SirHaker@...
Send Email
Apr 3, 2002
7:18 pm
2671
Has any heard any news about PAREXX? Coded in "C"? regards Sarkis...
sarkis_44
Offline Send Email
Apr 6, 2002
12:09 am
2672
... It is being programmed by Thomas Richter (of ViNCEd and MMULib fame). ... I'm not sure but I think it is. Staf....
Staf Verhaegen
staf_verhaegen
Offline Send Email
Apr 6, 2002
10:54 am
2673
Hi, I am stuck. I use this routine at the beginning of all my programs for needed libraries: lib="----------.library" if ~show('L',lib) then do if...
Andrew Bruno
abruno@...
Send Email
Apr 10, 2002
9:17 am
2674
Hi, These scripts are used for Genesis to either connect me or disconnect me from the internet (or LAN) They also time my connections on a particular...
Andrew Bruno
abruno@...
Send Email
Apr 10, 2002
9:26 am
2675
Hi, These scripts are used for Genesis to either connect me or disconnect me from the internet (or LAN) They also time my connections on a particular...
Andrew Bruno
abruno@...
Send Email
Apr 10, 2002
9:28 am
2676
Hi, I just realised that the mail_check.rexx routine had an error in it. To save me posting it again, here is the patch. IF ~SHOW(P,'YAM') THEN DO ADDRESS...
Andrew Bruno
abruno@...
Send Email
Apr 10, 2002
9:36 am
2677
Andrew Bruno said, ... I'm not surprised. You are raising the error message when library loading *succeeds.* The next time you run the script, it doesn't get ...
Neil Bothwick
wirenetuk
Offline Send Email
Apr 10, 2002
9:42 am
2678
Hello Neil ... Thanks, but now I am confused. if ~show('L'... would return a value dependant if the library is/not loaded. Then the addlib() command adds the...
Andrew Bruno
abruno@...
Send Email
Apr 10, 2002
9:56 am
2679
Hi Andrew, ... loaded. ... That's right. The first time you run it, show() fails and the addlib() command is executed. If the addlib() is successful, your...
Bill Hoggett
billhoggett
Offline Send Email
Apr 10, 2002
11:05 am
2680
... Of course, it's still not going to help, since all addlib does is add the library to the list of libraries to search when a function doesn't exist. The...
Thomas Hurst
quantum_thinker
Offline Send Email
Apr 10, 2002
12:22 pm
2681
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the arexx group. File :...
arexx@yahoogroups.com
Send Email
Apr 10, 2002
6:13 pm
2682
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the arexx group. File :...
arexx@yahoogroups.com
Send Email
Apr 10, 2002
7:28 pm
2683
... That's right - AddLib() doesn't tell you that the library is missing. ... Alfonso Ranieri's RMH/AddLibrary() does that. Kind regards, -- Bob Robert A. Sisk...
Robert A. Sisk
RSisk@...
Send Email
Apr 10, 2002
10:21 pm
2684
Hello, ... Whats wrong with Aminet? Regards Alexander...
Fritsch Alexander
a_fritsch
Offline Send Email
Apr 11, 2002
6:27 am
2685
Hi. I upload many new versions of my libraries at http://web.tiscali.it/Amiga Ciao. Alfonso....
Alfonso Ranieri
alforan
Offline Send Email
Apr 11, 2002
9:04 pm
2686
Ok, what good is that? Forbidden You don't have permission to access /Amiga/ on this server. ... From: Alfonso Ranieri <ranieria@...> To:...
Ron Phillips
bpjammer
Offline Send Email
Apr 11, 2002
9:16 pm
2687
Hi Ron, It's http://web.tiscali.it/amiga Lower case "a" in "amiga". Regards, Bill Hoggett ... From: Ron Phillips [mailto:ronphil@...] Sent: 11 April 2002...
Bill Hoggett
billhoggett
Offline Send Email
Apr 11, 2002
10:00 pm
2688
Hello Robert ... Errr, how can I ensure that RMH is loaded? :-) Mind helping me please? I will dig up the docs and have a quick peep. Regards -- Everyone has...
Andrew Bruno
abruno@...
Send Email
Apr 12, 2002
10:43 am
2689
Hi, Folks, I am sorry for deluging you all with my "pre-release" scripts which have bugs in them. The mail_check script (which I thought I fixed) still had a...
Andrew Bruno
abruno@...
Send Email
Apr 12, 2002
11:07 am
2690
... call AddLib 'rmh.library',0,-30 if RMH_AddLibrary('rexxsupport.library','rxasl.library')>0 then say "Couldn't open" result If RMH is missing, the second...
Robert A. Sisk
RSisk@...
Send Email
Apr 12, 2002
10:14 pm
2691
Hello Robert ... Granted that the command "ADDLIBRARY" is from RMH, and rxasl.library is an example, the routine which started this was my general purpose...
Andrew Bruno
abruno@...
Send Email
Apr 13, 2002
12:05 am
2692
... You needn't guess, Andrew. I'd like to suggest that you read the documentation before you ask for help on this list. Kind regards, -- Bob Robert A. Sisk ...
Robert A. Sisk
RSisk@...
Send Email
Apr 13, 2002
12:32 am
2693
Hello Andrew, ... There is function in YAM: Check for new mail every x minutes. You can set it up as You wish. Just to encourage people You have to find...
Dariusz Gac
dopuser
Offline Send Email
Apr 13, 2002
5:06 am
2694
G'day Dariusz, On 13-Apr-02, you wrote: DG> There is function in YAM: DG> Check for new mail every x minutes. DG> You can set it...
Craig Hutchison
chotch@...
Send Email
Apr 13, 2002
6:06 pm
2695
Hello Dariusz ... Granted. But you can't change that from outside YAM. And the program I wrote stops YAM looking for mail if you are nolonger connected to...
Andrew Bruno
abruno@...
Send Email
Apr 13, 2002
10:04 pm
2696
Hello Craig ... Actually that is something else which kind of encouraged me to do it. Say I load YAM and it checks for mail every 10 minutes. I write a few...
Andrew Bruno
abruno@...
Send Email
Apr 13, 2002
10:10 pm
Messages 2667 - 2696 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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