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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3565 - 3594 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3565
Hi, Ok, bad subject gramma. But I have this script running from a button on Dopus (magellan) and it doesn't always work. It is used to talk to YAM and get the...
Andrew Bruno
abruno@...
Send Email
May 20, 2006
1:18 am
3566
... There are problems with ADDLIB(). E.g. the first start rexxarplib.library can`t be open. Second call it is open. Maybe CALL ADDLIB() is a better way. E.g....
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 20, 2006
11:36 am
3567
Hello Andrew, ... what is not working? ... maybe because yam is not running? ;-) why you open so much librarys? all what you need is IMHO in rmh.library ...
Frank Weber
opionline
Offline Send Email
May 20, 2006
3:17 pm
3568
Hi, how can I disable/Enabel commodities like "MagicMenu"? With SHOW(P, 'MagicMenu') I can see if it is running and then? Regards -- _____ _____ ______...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 22, 2006
2:44 pm
3569
... ADDRESS COMMAND 'Break `Status COM=MagicMenu`' Should remove it. Regards, -- Allan Rasmussen http://home19.inet.tele.dk/acme/...
Allan Rasmussen
allan.tnt@...
Send Email
May 22, 2006
6:17 pm
3570
... Sorry, it will probably not work if you started MagicMenu via WBStartup or by double-clicking its icon. You may need a special tool, like HandleCX from the...
Allan Rasmussen
allan.tnt@...
Send Email
May 22, 2006
6:28 pm
3571
Hoi, ... Maybe MagicMenu does have some ARexx commands? If there is a port you could send something to that port. You should take a look into the manual. cu,...
Bernd Gollesch
bgollesch
Offline Send Email
May 23, 2006
10:58 am
3572
... I already did it. There are no arexx commands. MM is launched from WBStartup here. Maybe there is a way to disable it with DOS? I want it because ToT its...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 23, 2006
11:32 am
3573
Hello StellanInDerMailingliste@..., ... If you run at least OS 3.5 (or have a legal copy of 3.5+ Exchange) then here is an easy way via Exchange. you may...
Frank Weber
opionline
Offline Send Email
May 23, 2006
12:06 pm
3574
... Ok, I tried to disable MagicMenu with Magic-Exchange and Scout. Result was I suck. Maybe I don`t see some simple thing. If you want to laugh a bit, see the...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 23, 2006
6:58 pm
3575
... Isn't there some commodity commands in the rexx must have library (rmh.library)?...
icar_cryston
Offline Send Email
May 23, 2006
7:44 pm
3576
Hello StellanInDerMailingliste@..., ... i just try it and it's also don't working here. i do some changes but it's still not working. :-( the good message:...
Frank Weber
opionline
Offline Send Email
May 23, 2006
8:59 pm
3577
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 : /phrexxlib116.lha...
arexx@yahoogroups.com
Send Email
May 23, 2006
9:21 pm
3578
... Thanks for uploading it. It works disable/enable fine here. result = CXCOMMAND(DISABLE, 'Magic Menu') CALL CXCOMMAND(DISABLE, 'Magic Menu') Both cases...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 25, 2006
11:20 am
3579
... I read the commodity part in the RMH guide but I`m not sure if it will do the jop. With phrexx.library it works. Thanks for your hint. Regards -- _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 25, 2006
11:20 am
3580
Hi, its a pitty but I have noticed the phrexx.library is buggy here. With the script (disable/enabel MagicMenu) I get MuForce hits and a guru. If you notice ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 26, 2006
9:13 pm
3581
Hello StellanInDerMailingliste@..., ... result is a internal arexx varialble. do not try to set the variable in your own scripts. sorry for my bad example. ...
Frank Weber
opionline
Offline Send Email
May 28, 2006
8:56 pm
3582
... Yes, my fault. ... I use StackAttack so there is (normaly) no need to care for but I want to know if it is possible to set a stack in a arexx script. ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
May 29, 2006
2:32 pm
3583
Hello StellanInDerMailingliste@..., ... IIRC PRAGMA(STACK,10000) sould usually do the trick. -- Regards, Frank (Opi) Weber...
Frank Weber
opionline
Offline Send Email
May 29, 2006
4:13 pm
3584
Hi, I posted a reply to your replies on my "Why doesn't this script work" post. At the time I didn't realise that I didn't see my post come back, but put it ...
Andrew Bruno
abruno@...
Send Email
Jun 3, 2006
11:11 pm
3585
Hello Andrew, ... At least this mail isn't blocked. :-) ... i think i reply to your mail but you can visit all mails in this group on the web, go to: ...
Frank Weber
opionline
Offline Send Email
Jun 4, 2006
12:54 am
3586
... /me stops lurking for the first time in several years... Both the cli command Stack, and PRAGMA('STACK',xyz) set the local stack - so only the current...
Robin Cloutman
rycochet2
Online Now Send Email
Jun 6, 2006
1:34 am
3587
Hi, (Resending incase it didn't get through the first time) Folks, I've seen a few replies, but haven't got them at time of writing this. Sorry for not...
Andrew Bruno
abruno@...
Send Email
Jun 6, 2006
8:51 am
3588
Hello Andrew, ... maybe here is a quote or other issue in writetextclip? do you have an example Address which doesn't work? please not a real Address... -- ...
Frank Weber
opionline
Offline Send Email
Jun 6, 2006
9:22 am
3589
Hello Robin, ... i don't know how Stellan run ToT usually and if he get also stack problems. if he don't get problems PRAGMA('STACK',xyz) should (as i wrote)...
Frank Weber
opionline
Offline Send Email
Jun 6, 2006
9:38 am
3590
... Thanks for your explanation. In my case there is no problem no more because I use your StackAttack already and I`ve give up the script (because of problems...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jun 6, 2006
10:11 am
3591
... It`s closec on my side. BTW this mailinglist has changed to text and html. Moderator: please switch back to text only. Thanks. Regards -- _____ _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jun 6, 2006
1:24 pm
3592
... Nope - as the miggy doesn't have virtual memory it can only make sure the program starts with enough stack. The default stack on the old OS was only 4k -...
Robin Cloutman
rycochet2
Online Now Send Email
Jun 6, 2006
4:20 pm
3593
Quoting Frank Weber <opionline@...>: Ok, a bit more of an explination. (again sorry) I use Dopus and have a button bar. This script is one of those...
Andrew Bruno
abruno@...
Send Email
Jun 7, 2006
10:01 pm
3594
Hello Andrew, ... You could also use YAMs arexx support and invoke your script via YAMs menu - i just discovered that the shortcuts not always working. :-( ......
Frank Weber
opionline
Offline Send Email
Jun 7, 2006
11:21 pm
Messages 3565 - 3594 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