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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2891 - 2920 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2891
... Last time I used Yam was a couple of years ago; one of the things I miss in filters in most MUA's is the flexibility to extract certain values from a mail...
Thomas Hurst
quantum_thinker
Offline Send Email
Sep 3, 2002
4:54 pm
2892
Hello Thomas ... That seems fair enough. The program I wrote would support that kind of processing. All you would have to do is change what happens with the...
Andrew Bruno
abruno@...
Send Email
Sep 4, 2002
7:55 am
2893
Hi, Just wanting to ask if anyone may be able to help me soon with ANOTHER project on which I am working. I will need things like cycle gadgets. Has anyone...
Andrew Bruno
abruno@...
Send Email
Sep 4, 2002
8:15 am
2894
Andrew Bruno said, ... There are at least two MUI GUI tools for ARexx. RxMUI, which I haven't used, and MUIRexx, which I used for the AACD search and...
Neil Bothwick
wirenetuk
Offline Send Email
Sep 4, 2002
8:26 am
2895
... do you know AWNpipe? if not maybe you should try it :-) DL it from http://web.ukonline.co.uk/awnpipe/ or aminet Regards, OPI ...
opi
opionline
Offline Send Email
Sep 4, 2002
8:44 pm
2896
Hi Andrew, ... All gui elements you want are in RxMUI :) I use it for more than one year and I make a lot of script. (Before I use MUIrexx) ... I will tell you...
Polymere
polyamiga
Offline Send Email
Sep 4, 2002
9:15 pm
2897
Hello Polymere ... I think I already have it but just haven't got around to looking too much at it. If you don't mind knocking up an example I may appreciate...
Andrew Bruno
abruno@...
Send Email
Sep 5, 2002
7:09 am
2898
Hi, Although people have "scoffed" at the idea, here it is. You call it like this: auto_sort.rexx arexx@YahooGroups.Com,arexx[,x] The ,x marks all messages as...
Andrew Bruno
abruno@...
Send Email
Sep 6, 2002
7:45 am
2899
Hi Andrew, ... Oh :) The problem is that is isn't in english for the moment :( ... Take RxMUI on alfie page http://web.tiscali.it/amiga/english/soft/index.html...
Polymere
polyamiga
Offline Send Email
Sep 6, 2002
3:35 pm
2900
http://cynthiaptq.tripod.com/index.html...
agccmitawpql
Offline Send Email
Sep 6, 2002
11:46 pm
2901
http://anning75gv.tripod.com/index.html...
agccmitawpql
Offline Send Email
Sep 8, 2002
10:47 pm
2902
Hello, I need a way to know the size of the screen my gui will be shown on, in order to optimize the presentation I was trying to use Rexxarplib..lbrary's...
Joseph Duchâtelet
jduchatelet@...
Send Email
Sep 10, 2002
6:37 am
2903
... you should use: address command 'setenv ScrRows ' ScR ... because SetEnv(ScrRows, ScR) is not an ARexx Funktion ... never try to set the result variable. ...
opi
opionline
Offline Send Email
Sep 10, 2002
9:14 pm
2904
opi said, ... SetEnv is in rexxdossupport.library (and rmh.library too?) But the error comes from the call to ScreenCols(), at least it does here. ... Good...
Neil Bothwick
wirenetuk
Offline Send Email
Sep 10, 2002
9:47 pm
2905
http://www.angelfire.com/rnb/cmeiwna/index.html...
cquqhupangyr
Offline Send Email
Sep 10, 2002
11:19 pm
2906
Hello Neil & OPI thanks for your reactions ... it is in rexxarplib too, it does not work there, whereas it works in rexxdossupport.library I get the impression...
Joseph Duchâtelet
josduchit
Offline Send Email
Sep 11, 2002
6:59 am
2907
Hello Neil Bothwick On 10-Sep-02, Neil Bothwick wrote: [...] NB> As does OS 3.9 Workbench, GETATTR WINDOW.SCREEN.WIDTH and GETATTR NB> WINDOW.SCREEN.HEIGHT. ...
Chris Elliott
sembazuruplus
Offline Send Email
Sep 12, 2002
7:49 am
2908
Chris Elliott said, ... NB>> As does OS 3.9 Workbench, GETATTR WINDOW.SCREEN.WIDTH and GETATTR NB>> WINDOW.SCREEN.HEIGHT. ... Mine are in SYS:documentation ......
Neil Bothwick
wirenetuk
Offline Send Email
Sep 12, 2002
9:33 am
2909
Hello Neil ... I have tried this approach. The doc states that you should provide the name of the windosw eg GETATTR WINDOW.SCREEN.NAME NAME 'Aminet47:Aminet'...
Joseph Duchâtelet
josduchit
Offline Send Email
Sep 13, 2002
7:51 am
2910
Hi, I am stuck what is going on. I use Wshell for my CLI. In a script I invoke another script. The script is basically like this: ECHO "Pre-write start" ...
Andrew Bruno
abruno@...
Send Email
Sep 13, 2002
8:14 am
2911
Andrew Bruno said, ... It looks like the parser is trying to interpret the hyphen as a minus sign, try quoting the script name. Cheers Neil -- Q. What is the...
Neil Bothwick
wirenetuk
Offline Send Email
Sep 13, 2002
8:22 am
2912
Hello Neil ... Good point! I re-named the file. Still getting some funny errors. This is some other tests I have done. If I enter the command: ...
Andrew Bruno
abruno@...
Send Email
Sep 13, 2002
8:41 am
2913
Andrew Bruno said, ... Is the script bit set on yam:rexx/prewrite.rexx? ... Same as before, except this time the / is being interpreted as a division sign. The...
Neil Bothwick
wirenetuk
Offline Send Email
Sep 13, 2002
9:19 am
2914
Hello Neil ... The results I was showing is when I run the AREXX script from a CLI and not from within YAM. ... D'oh! I take my hat off to you Neil. Thanks...
Andrew Bruno
abruno@...
Send Email
Sep 13, 2002
9:23 am
2915
... You need the script bit set to run it from a normal shell. This may not be the case for WShell, which would explain why it works when called directly but ...
Neil Bothwick
wirenetuk
Offline Send Email
Sep 13, 2002
9:51 am
2916
A new version of my server command writer for YAM is available. To supplement its command host, it now provides macro support in the way of keyboard and menu...
Robert A. Sisk
RSisk@...
Send Email
Sep 14, 2002
2:20 am
2917
Hello Robert ... Would be glad to receive it Joseph...
Joseph Duchâtelet
josduchit
Offline Send Email
Sep 14, 2002
7:42 am
2918
... I wouldn't mind a looksee Regards Garry -- Forget the Klingons off the starboard bow, the Borg are right behind us. How to be an evil overlord 179 I will...
Garry Griggs
garry_griggs
Offline Send Email
Sep 15, 2002
9:59 am
2919
http://haever.4t.com/index.html...
igxdcvzczubt
Offline Send Email
Sep 30, 2002
12:31 am
2920
I appologise for cross posting this message, but time is of the essence. I seem to have lost my Twist2 manual. I'm trying to figgure out the arexx...
Chris Elliott
sembazuruplus
Offline Send Email
Oct 8, 2002
10:26 am
Messages 2891 - 2920 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