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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Localising ARexx Scripts   Message List  
Reply | Forward Message #3677 of 3728 |
Re: Localising ARexx Scripts

Hi Bernd,

--- In arexx@yahoogroups.com, Bernd Gollesch <bgollesch@...> wrote:

> It's not the time so much as having to remember to compile before
> running the script. I guess I could add a Save/Compile/Run button
> to GoldEd to automate that.
>
>> You could use a makefile, so you just has to type "make" before
>> running the script.

To me one of the nice things about working with ARexx is not having
to remember to "compile"; so I'll probably continue using
my "include" function during development. In the final release I'll
paste the generated code into the script.

> My first thought was to tell you about the
> ARG() and PARSE but than I decided to just rewrite the function to
> give you an example to actually see it in action (and because I
> like coding in ARexx :).

Thanks for the hints, much appreciated.

Robert




Mon Dec 18, 2006 12:02 pm

rjwilliams75
Offline Offline
Send Email Send Email

Forward
Message #3677 of 3728 |
Expand Messages Author Sort by Date

Hi, Some time ago I posted a message to the rxMUI mailing list about localising rxMUI programs. Robert Sisk responded and pointed me in the direction of the ...
Robert J Williams
rjwilliams75
Offline Send Email
Dec 14, 2006
9:33 pm

Hello Robert, ... [...] ... you can use the locale.library directly from Arrex. :-) Here is a part from NDK_3.9/Documentation/Autodocs/locale.doc ...
Frank Weber
opionline
Offline Send Email
Dec 14, 2006
9:58 pm

... I realise that. My script actually uses the LocalizeStrings() function of RMH.library but that is basically a version of locale.library's GetCatalogStr()...
Robert Williams
rjwilliams75
Offline Send Email
Dec 14, 2006
10:52 pm

Hello Robert, ... Yes thats true. :-( ... Yes i think now i understand. I played some years ago also with ARexx and Locale.library to localize Strings. At this...
Frank Weber
opionline
Offline Send Email
Dec 15, 2006
1:10 pm

Hi Frank, ... We're definitely coming at this from the same direction :-). I'm using FlexCat to process the .cd file into ARexx source rather than rolling my...
robert@...
rjwilliams75
Offline Send Email
Dec 15, 2006
2:36 pm

Hoi Robert, ... You're using nearly the same approach as I did. I think there is not much room for any other solution. Does the FlexCat compile really takes...
Bernd Gollesch
bgollesch
Offline Send Email
Dec 15, 2006
9:01 pm

Hi Bernd, ... I'd come to that conclusion, but it's nice to hear comments from others. ... It's not the time so much as having to remember to compile before...
Robert J Williams
rjwilliams75
Offline Send Email
Dec 15, 2006
10:56 pm

Hoi Robert, ... You could use a makefile, so you just has to type "make" before running the script. ... That's why I've done it. My first thought was to tell...
Bernd Gollesch
bgollesch
Offline Send Email
Dec 15, 2006
11:28 pm

Hi Bernd, ... To me one of the nice things about working with ARexx is not having to remember to "compile"; so I'll probably continue using my "include"...
Robert Williams
rjwilliams75
Offline Send Email
Dec 18, 2006
12:06 pm
Advanced

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