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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3541 - 3570 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3541
Hi, I`ve a problem with PARSE Instruction and don`t understand it well. I want to expand my arexx script that it can handle arguments. First I tried it only ...
Stellan
stellanpistoor
Offline Send Email
Jan 9, 2006
2:36 pm
3542
Hoi, ... Adding a dot at the end of the template should help: PARSE ARG time duration . The dot tells ARexx that the end of the template is reached. Otherwise ...
Bernd Gollesch
bgollesch
Offline Send Email
Jan 9, 2006
4:07 pm
3543
... Thanks, I already added the dot but didn`t knew the function. I thought that the dot is equal to any string. ... Ok, thanks for the info. Regards -- _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jan 9, 2006
9:13 pm
3544
Hi, it is possible to get RAW Key code numbers with arexx (see attached list)? I can get ASCII codes but they are different from raw key codes. I need such...
Stellan
stellanpistoor
Offline Send Email
Jan 10, 2006
3:42 pm
3545
Hello Stellan, ... i'm sure it's possible in arexx too but i don't know how. :-( i don'thave the time to find it out now. i'm not sure but i think AWNPipe...
Frank Weber
opionline
Offline Send Email
Jan 11, 2006
1:28 pm
3546
... I already found DeluxeConverter but KeyPlease is better for that, thanks. Regards -- _____ _____ ______ ___ _____ _____ ______ ________ _\...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Jan 11, 2006
5:20 pm
3547
Hi, I want to know what happens (maybe AREXX internel things?) when a programm starts in a arexx script. In this case it is AHIRecord what saves sample data to...
Stellan
stellanpistoor
Offline Send Email
Feb 27, 2006
10:38 am
3548
Hello Stellan Well I would suggest you open a Shell window and use the TRACE commands in AREXX. I would suggest you stop all other AREXX tasks. TCO - opens a...
Andrew Bruno
abruno@...
Send Email
Feb 28, 2006
8:14 am
3549
... Normally the script works. Only sometimes AHIRecord freezes (I wrote Thomas Wenzel already about this behavior). So this step by step woun`t help but I can...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Feb 28, 2006
8:17 pm
3550
... Thomas ... Might it be possible that AHIRecord needs more stack space? Check the icon for it, and if it does, put "Call Pragma('s',<stack size>)" before...
icar_cryston
Offline Send Email
Feb 28, 2006
8:59 pm
3551
... I checked, AHIRecord its icon has 8k stack. Started by the script it has about 130k free stack. So, it must be enough. Regards -- _____ _____ ______...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 3, 2006
10:50 pm
3552
Hi, GETSETTINGSNAME Returns the file name of the current settings file in the result variable. Has someone used this command or know how I can get the current...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 18, 2006
5:50 pm
3553
... /**/ options results config = '<path>/MiamiDx.default' ADDRESS 'MIAMI.1' ISONLINE 'ppp0' IF RC THEN ADDRESS COMMAND 'RequestChoice ...' ELSE DO ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 18, 2006
8:05 pm
3554
Hello StellanInDerMailingliste@..., ... yep - at least here it does. :-) ... but not in your example. :-( maybe you should try anything like GETSETTINGSNAME...
Frank Weber
opionline
Offline Send Email
Mar 19, 2006
7:15 am
3555
Hello StellanInDerMailingliste@..., ... only a idea: maybe your config 'MiamiDx.default' doesn't contain the config data for your gelbespanel? btw:...
Frank Weber
opionline
Offline Send Email
Mar 19, 2006
7:30 am
3556
... I found out that this happens each second time when a setting is loaded. I`ve three different settings and in any combination loaded setting the same. ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 19, 2006
5:06 pm
3557
... Maybe it helps if you hide the panel before loading the settings? [...] HIDEPANEL LOADSETTINGS file [...] You could also try to remove the GUI too: [...] ...
Bernd Gollesch
bgollesch
Offline Send Email
Mar 20, 2006
8:32 am
3558
Hello Bernd, ... Stellan: does the hints fixing your problem? ... yep - the GUI is Miami itself and the Panel is the Panel. :-) Regards, Frank (Opi) Weber -- ...
Frank Weber
opionline
Offline Send Email
Mar 21, 2006
10:19 am
3559
... No. I tried to catch gelbsen (gelbespanel) in #amigazeux but he wasn`t there for a long time I herd. Maybe he know how it works. I had written it here. ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 21, 2006
5:26 pm
3560
Hi, small question: Sometimes I see command EXIT at the end of scripts. Is there a sense for doing this? Regards -- _____ _____ ______ ___ _____...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 22, 2006
1:45 pm
3561
Hoi, ... short answer: yes...
Bernd Gollesch
bgollesch
Offline Send Email
Mar 22, 2006
1:56 pm
3562
Hoi, ... now the long answer (my boss came by before ;): If it's the last line of the script it isn't needed. It's just some sort of coding style. If there is...
Bernd Gollesch
bgollesch
Offline Send Email
Mar 22, 2006
2:18 pm
3563
... Ok, thanks for your answer. :-) Regards -- _____ _____ ______ ___ _____ _____ ______ ________ _\ _/___\ /__ __\_ / /___\ /___\...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 24, 2006
7:48 pm
3564
... Found a solution: I changed the default (MiamiDx.default) settings file that will be load at startup: "Show on startup" deactivated. Script changed to: ...
StellanInDerMailingli...
stellanpistoor
Offline Send Email
Mar 24, 2006
7:48 pm
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
Messages 3541 - 3570 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