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...
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...
... 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....
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@...
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@...
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@...
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@...
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 ...
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@...
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...
... 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...
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
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
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@...
Apr 10, 2002 10:21 pm
2684
Hello, ... Whats wrong with Aminet? Regards Alexander...
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...
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@...
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@...
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@...
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@...
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@...
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...
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@...
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@...
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...