Re: [Oorexx-devel] Class Exists Query

2015-03-12 Thread Sahananda (Jon) Wolfers
estion is a real class object. > > Rick > > On Wed, Mar 11, 2015 at 11:35 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> Hi David, >> >> That's a good question, if .strung is not a class, then it should just be >> a strin

Re: [Oorexx-devel] Class Exists Query

2015-03-12 Thread Sahananda (Jon) Wolfers
Would this do? say .string~isa(.class) 1 ... rexxtry.rex on WindowsNT say .strung~isa(.class) 0 ... rexxtry.rex on WindowsNT Jon On 11 March 2015 at 14:48, David Ashley wrote: > Rick - > > Is there a way to que

Re: [Oorexx-devel] Class Exists Query

2015-03-11 Thread Sahananda (Jon) Wolfers
It would appear that the string class does not inherit from the class class. I wonder if there are other exceptions? Jon On 11 March 2015 at 15:35, Sahananda (Jon) Wolfers wrote: > Hi David, > > That's a good question, if .strung is not a class, then it should just be > a

Re: [Oorexx-devel] Class Exists Query

2015-03-11 Thread Sahananda (Jon) Wolfers
gt; That works for builtin classes, but not for user defined classes. I >>> want something that can query both. >>> >> >> >> That method works just fine for any class that is visible in the >> environment. It is not j

Re: [Oorexx-devel] ooDialog

2015-01-17 Thread Sahananda (Jon) Wolfers
Hi Oliver, Your suggestion probably arises out of the current discussion on the open-discussion forum about rebar controls, but what I take from this is that 4.2.2 has problems. Much of the documentation is not complete and there are just markers for future paragraphs, and I think there is a bug

Re: [Oorexx-devel] Build Error in latest ooRexx download? Missing Folder in ooDialog Exercises.

2014-11-27 Thread Sahananda (Jon) Wolfers
Jon On 27 November 2014 at 21:27, Dan Carter wrote: > Sahananda (Jon), have we heard further news about Mark? The last I heard > he was in critical condition but still alive. > > > > > > *From:* Sahananda (Jon) Wolfers [mailto:sahana...@windhorse.biz] > *Sent:* Thursday,

Re: [Oorexx-devel] Build Error in latest ooRexx download? Missing Folder in ooDialog Exercises.

2014-11-27 Thread Sahananda (Jon) Wolfers
Hi Oliver, Mark 'decoupled' ooDialog from ooRexx so you could upgrade ooDialog without their needing to be a release of ooRexx. He released a 4.2.4 Preview version (which I think counts as pre-beta) and you would appear to have loaded it on your old machine. You could solve this by downloading t

Re: [Oorexx-devel] Windows Problem

2014-11-05 Thread Sahananda (Jon) Wolfers
This blog post suggests it is possible, but from my reading, you have to install to a path with no spaces in the name, so not the default c:\Program Files\ooRexx I haven't tried it. Jon On 6 November 2014 02:18, Michael Lueck wrote: > Greetings David

[Oorexx-devel] lost error condition - sorry

2014-10-15 Thread Sahananda (Jon) Wolfers
Hi Rick, I had an error with 5.0.0 10720, but I closed the debugger hoping to show that it was re-creatable, but sadly it wasn't. I just mention this in case it is useful when something similar comes up. There was a memory violation in Deadobject.hpp in the inline function remove() (line 102) nex

Re: [Oorexx-devel] 5.0.0 Issue: rxfuncadd CurlLoadFuncs fails

2014-10-15 Thread Sahananda (Jon) Wolfers
Hi Rick I can confirm the CurlLoadFuncs was fixed by what you and Mark did at the weekend. Jon On 15 October 2014 13:00, Erich Steinböck wrote: > How recent is your interpreter version? >> > It's most recent: REXX-ooRexx_5.0.0(MT)_64-bit 6.05 15 Oct 2014 > > Erich > > On Wed, Oct 15, 2014 at 1

Re: [Oorexx-devel] Conditional compilation

2014-10-15 Thread Sahananda (Jon) Wolfers
5, 2014 at 6:12 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> Hi, >> >> when testing the 5.0.0 version from the build machine, this line (3239 >> from ooDmenu.cpp) causes output to the console >> >> *#ifdef _DEBUG* >&

[Oorexx-devel] Conditional compilation

2014-10-15 Thread Sahananda (Jon) Wolfers
Hi, when testing the 5.0.0 version from the build machine, this line (3239 from ooDmenu.cpp) causes output to the console *#ifdef _DEBUG* *#if 1* *printf("In UNINIT() of Menu class cMenu=%p\n", cMenu);* *#endif* *#endif * I'm not sure if this is an error or not. Does the #ifdef _DEBUG r

Re: [Oorexx-devel] DISCUSS: [oorexx:feature-requests] #245 Allow message objects to be triggered more than once.

2014-10-14 Thread Sahananda (Jon) Wolfers
Perhaps this is a naive question: Do you need a separate method? Could the start method not just always return such an instance. The difference then being whether the instance is used or not? Jon On 14 October 2014 15:01, Rick McGuire wrote: > I've just started pounding on the .Message class

Re: [Oorexx-devel] DISCUSS: #158 Add iteration over a supplier to DO/LOOP

2014-10-11 Thread Sahananda (Jon) Wolfers
Hi all, I never tangle with suppliers, but i would find this useful with relations and tables etc.. I don't think anything more than the comma is needed, as the do..over makes it clear that you are iterating over something and the comma makes it clear that there is an index and value involved. I do

Re: [Oorexx-devel] Refresh performance

2014-10-08 Thread Sahananda (Jon) Wolfers
Hi Walter, this has been reported as bug 1296. I think it is a problem with the build including extraneous files. Jon On 8 October 2014 20:56, Walter Pachl wrote: > just now I used > ooRexx.5.0.0.10650-x86_32.exe > to replace the test interpreter > > Uninstall the previous one > ooRexx.5.0.0.

Re: [Oorexx-devel] four testgroups for mutablebuffer

2014-10-08 Thread Sahananda (Jon) Wolfers
Hi Walter, If you are using a recent version of windows, zipping is included in windows explorer. Select the files you want to zip (ctl+click to add to your selection, shift+click to extend it, ctl+a to select all) right click on any of the selected files and choose send to, then compressed (zipp

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Sahananda (Jon) Wolfers
suggests it is finding an > older version of that file somewhere in your path. I suggest adding the > two needed directories to the front of your path and see if that works. > > Rick > > On Mon, Oct 6, 2014 at 10:01 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.bi

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Sahananda (Jon) Wolfers
Now I am struggling with this. I have added the test trunk base and the directives test folder to my enormous path C:\evolution\oorexx>path > PATH=C:\Program Files\ImageMagick;c:\program > files\imagemagick;C:\Windows\system > > 32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsP

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Sahananda (Jon) Wolfers
Hi Walter, you will find the answers in Marks document Where you should differ from what Mark wrote is to download the snapshot from SVN using the link Rick gave (which is what you appear to have done) Save it in a folde

Re: [Oorexx-devel] Testers wanted...

2014-10-05 Thread Sahananda (Jon) Wolfers
urceforge.net/p/oorexx/code-0/HEAD/tree/test/trunk/ > > and click on the download snapshot button to get a current snapshot. > > Rick > > On Sun, Oct 5, 2014 at 1:12 PM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> Hi Rick, >> >> that is

Re: [Oorexx-devel] Testers wanted...

2014-10-05 Thread Sahananda (Jon) Wolfers
g some of these > tests easier. The latest directive tests I've been working on are in there > too. > > Rick > > On Sun, Oct 5, 2014 at 12:49 PM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> OK. Resource directive is mine. >> >

Re: [Oorexx-devel] Testers wanted...

2014-10-05 Thread Sahananda (Jon) Wolfers
obvious changes to do with the version)? Jon On 5 October 2014 17:40, Sahananda (Jon) Wolfers wrote: > Thanks Rick, > > Asset directive is mine. I'll see what I can do. > > Jon > > On 5 October 2014 17:07, Rick McGuire wrote: > >> >> On Sun, Oct 5,

Re: [Oorexx-devel] Testers wanted...

2014-10-05 Thread Sahananda (Jon) Wolfers
Thanks Rick, Asset directive is mine. I'll see what I can do. Jon On 5 October 2014 17:07, Rick McGuire wrote: > > On Sun, Oct 5, 2014 at 11:54 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> A tutorial on using the test framewo

Re: [Oorexx-devel] Testers wanted...

2014-10-05 Thread Sahananda (Jon) Wolfers
A tutorial on using the test framework is available here (called quickstart.pdf) Mark announced this on the RexxLa list back in February in the context of this appeal > A quick announcement that an ooTest-4.2.0-snapshot0

Re: [Oorexx-devel] Windows Build Environment Problem

2014-10-01 Thread Sahananda (Jon) Wolfers
Yes, and did the same for me with the rename command On Oct 1, 2014 2:51 PM, "Rick McGuire" wrote: > This article might be useful. Perhaps this is a problem with how you have > sshd configured...it might not have permission to access that directory. > > Rick > > On Wed, Oct 1, 2014 at 9:31 AM, D

Re: [Oorexx-devel] When should we consider using C++11 features?

2014-09-24 Thread Sahananda (Jon) Wolfers
Regarding Windows XP, This is perhaps a moot point in this particular discussion as Rick says > That said, using C++11 features would not be something that would preclude > this working on Windows XP. but I feel I should say it anyway: I'm using ooRexx on XP posready 2009 on several tills - a s

Re: [Oorexx-devel] Discuss: Embedding data into an ooRexx program.

2014-09-24 Thread Sahananda (Jon) Wolfers
Looks good, a few questions though: Does it always have to be line based? Are characters that are not permitted in a rexx program normally allowed here? If the Terminator has to be at the start of a line, is the final line-end character(s) part of the resource? thanks, Jon On 24 September 2014

Re: [Oorexx-devel] DISCUSS: [oorexx:feature-requests] #613 Syntactic sugar for array creation

2014-09-23 Thread Sahananda (Jon) Wolfers
quot;, "David"] >> locs = .directory~of(["Rick", "USA"], ["Mike", "UK"]) >> > > There's a very popular standard that ooRexx could adhere to: JSON > > On Thu, Sep 18, 2014 at 3:57 PM, Sahananda (Jon) Wolfers < > sahana...@w

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-22 Thread Sahananda (Jon) Wolfers
Hi RIck, I'm a little lost here, I have installed cygwin - but I'm thinking that that is wrong and I should have installed sshwindows. What do you have installed? On 21 September 2014 21:29, Sahananda (Jon) Wolfers wrote: > Thanks Rick, > > out of time now, but I will try

[Oorexx-devel] Windows builds don't

2014-09-22 Thread Sahananda (Jon) Wolfers
last night both windows builds on the build machine abended with LINK : fatal error LNK1104: cannot open file > 'C:\cygwin\home\dashley\buildorx\Win32Rel\rxapi.exe' > NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual > Studio 9.0\VC\Bin\x86_amd64\link.EXE"' : return code '0x450'

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-21 Thread Sahananda (Jon) Wolfers
th a prompt for the > key password. I deleted the keys and regenerated with no password > configured, and I was able to access svn without a prompt. > > I'm using the commandline svn version, not TortoiseSVN, so I don't know if > that makes a difference. > >

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-21 Thread Sahananda (Jon) Wolfers
password 5 times I tried yet another log request - it asked for my password 3 times crazy! It seems completely random to me. On 21 September 2014 18:04, Rick McGuire wrote: > > > On Sun, Sep 21, 2014 at 11:41 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > &

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-21 Thread Sahananda (Jon) Wolfers
McGuire wrote: > > > On Sun, Sep 21, 2014 at 11:41 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> Hi RIck, >> >> that seems to be the case for a few of the files. >> >> Others you changed to make the build work (rexx64.e

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-21 Thread Sahananda (Jon) Wolfers
files in the trunk version are probably my fault. I made a few > changes while working on my update, but I believe all of my changes were > associated with comments. > > Rick > > On Sun, Sep 21, 2014 at 11:07 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote:

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-21 Thread Sahananda (Jon) Wolfers
the main tree version is in relation to the other > branch. > > Rick > > On Sun, Sep 21, 2014 at 10:19 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> Still a little stuck here. >> >> I committed a change to >> ...\code-0\ooDialog\

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-21 Thread Sahananda (Jon) Wolfers
hing extra I have to do to request that the build machine includes ooDialog in the build? thanks, Jon On 20 September 2014 15:23, Rick McGuire wrote: > It should build...provided I haven't broken something :-) > > Rick > > On Sat, Sep 20, 2014 at 9:53 AM, Saha

Re: [Oorexx-devel] More square brackets

2014-09-20 Thread Sahananda (Jon) Wolfers
I've been using them a lot since they became available. Very useful. Jon On 20 September 2014 17:51, Mike Cowlishaw wrote: > > > > How can we explore alternatives when ooRexx has been using the commas > since the 4.0 release. any change in that behavior will break lots of > programs. There's

Re: [Oorexx-devel] RexxMethod Bitness question

2014-09-20 Thread Sahananda (Jon) Wolfers
his parameter changes with the bitness, you would be > better off using a parameter type that also changes with bitness. size_t > or ssize_t would probably be better choices. size_t is unsigned, ssize_t > is signed. > > Rick > > On Sat, Sep 20, 2014 at 8:57 AM, Sahananda

[Oorexx-devel] RexxMethod Bitness question

2014-09-20 Thread Sahananda (Jon) Wolfers
Hi all, A question about the types of parameters created by rexxMethod. This is related to bug 1281 which I am looking at in Mark's absence. Notification messages from windows return values in WPARAM & LPARAM which are provided as arguments (rexx stri

Re: [Oorexx-devel] More square brackets

2014-09-18 Thread Sahananda (Jon) Wolfers
I agree with David about double brackets, but I don't agree that sugar makes one unproductive or hinders understanding - in fact I think the opposite is true. One doesn't want to be coding '=' or '[]' with a preceding twiddle. I think that do name over ['David','Rick','Jon'] is easier to unders

Re: [Oorexx-devel] DISCUSS: [oorexx:feature-requests] #613 Syntactic sugar for array creation

2014-09-18 Thread Sahananda (Jon) Wolfers
Hi Rick, I entirely understand your concerns about the square brackets. I don't know whether this is the time to spend our gold. I'm interested to hear what others say. I like the assignment to map-collections A further thought. I have also seen other languages parsing an array into variables

Re: [Oorexx-devel] Considering adding a new collection class.

2014-07-17 Thread Sahananda (Jon) Wolfers
Hi Rick, this seems like a really good idea to me. I often use the table class with string indexes as I don't need the extras in the directory class, but when I do need them I really appreciate them. I particularly use the unknown method to create a caseless index or to initialise data on first

Re: [Oorexx-devel] Need an opinion on the Method/Routine source methods.

2014-07-06 Thread Sahananda (Jon) Wolfers
ounds like you should > open an RFE for this. But note that the name the object has is not > necessarily the same as the name it was called under. > > Rick > > > On Fri, Jul 4, 2014 at 5:06 PM, Sahananda (Jon) Wolfers < > sahana...@gmail.com> wrote: > >> I woul

Re: [Oorexx-devel] Need an opinion on the Method/Routine source methods.

2014-07-04 Thread Sahananda (Jon) Wolfers
I would value a separate method for the name of the routine or method. I would be happy to parse it out of the directive line text or perhaps it should have it's own separate method. Jon On Jul 4, 2014 12:35 PM, "Rony G. Flatscher" wrote: > > On 04.07.2014 12:33, Rick McGuire wrote: > > ... cut .

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10237]

2014-06-24 Thread Sahananda (Jon) Wolfers
s available as well). >> > >> > HTH, >> > >> > ---rony (currently on the road) >> > >> > >> > On 23.06.2014 21:00, Rick McGuire wrote: >> >> I think you need to double check what you checked in. This >> >> app

[Oorexx-devel] Sourceforge Wiki status

2014-06-23 Thread Sahananda (Jon) Wolfers
This may end up being a question for Sourceforge, but does anyone know what happened to the ooRexx Wiki? Clicking the links to it just take you to the ooRexx homepage. Does the content still exist? -- Open source business

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10237]

2014-06-23 Thread Sahananda (Jon) Wolfers
> HTH, >> >> ---rony (currently on the road) >> >> >> >> On 23.06.2014 21:00, Rick McGuire wrote: >> >> I think you need to double check what you checked in. This appears to be >> just a copy of the blank agreement. I see nothing at al

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10237]

2014-06-23 Thread Sahananda (Jon) Wolfers
Hi RIck, Did you see Rony's note at the bottom? If that is not acceptable I will go back to him. Jon On 23 June 2014 18:55, Rick McGuire wrote: > Jon, > > The icla you committed does not have any of Rony's information in it. > > Rick > > > -- Forwarded message -- > From: > Da

Re: [Oorexx-devel] The factor.rex sample program

2014-06-12 Thread Sahananda (Jon) Wolfers
to >> open source, to be precise. I'd suggest we have these statements on file, >> so e.g. somewhere in version management, but in a directory somewhere out >> of sight so we are not bothered too much with it. >> >> best regards, >> >> René. >> &g

Re: [Oorexx-devel] The factor.rex sample program

2014-06-12 Thread Sahananda (Jon) Wolfers
t; efficiency-optimized ooRexx program that evaluates all variables over all > domains and checking constraints as seen as most efficient. This ooRexx > code is again dynamically added as a method to Sandbox and executed). > > Erich > > > On Wed, Jun 11, 2014 at 7:26 PM, Saha

Re: [Oorexx-devel] The factor.rex sample program

2014-06-11 Thread Sahananda (Jon) Wolfers
t be adverse to adding a >> "originally contributed by" notice. >> >> Rick >> >> >> On Wed, Jun 11, 2014 at 1:26 PM, Sahananda (Jon) Wolfers < >> sahana...@windhorse.biz> wrote: >> >>> Hi Rick, >>> >>> glad to

Re: [Oorexx-devel] The factor.rex sample program

2014-06-11 Thread Sahananda (Jon) Wolfers
Hi Rick, glad to see this one. I always wondered who created classes on the fly. I say get rid of it. I'd like to add Rony's singleton meta-class and use_singleton script to the samples. Is that OK? Jon On 11 June 2014 18:05, Mark Miesfeld wrote: > I say go for it. Whatever you think is

Re: [Oorexx-devel] Future CPU Architecture Decisions

2014-06-09 Thread Sahananda (Jon) Wolfers
oft will > continue to support 32 bit apps and libraries since the number of 32 bit > only apps is still very large. Indeed, IMHO Microsoft may never be able > to give up 32 bit support entirely. They are between their OS rock and > their user apps hard place. > > David Ashley >

Re: [Oorexx-devel] Future CPU Architecture Decisions

2014-06-09 Thread Sahananda (Jon) Wolfers
Hi David Could you just lay out for us what that would mean in terms of users still on 32bit machines and also those reliant on extensions like rexx\sql, rexxCurl etc. thanks, Jon On 9 June 2014 17:20, David Ashley wrote: > The short answer is no. The longer answer is that if you also load

Re: [Oorexx-devel] build machine suggestion

2014-05-27 Thread Sahananda (Jon) Wolfers
I don't know if this is related, but there is a banner on the rexxla home page saying * This site currently running on a backup image. Mailing lists and some site content will be out of date * although the ooRexx home page does not show it - possibly server maintenance somewhere? Jon On

Re: [Oorexx-devel] Possible Bug

2014-05-12 Thread Sahananda (Jon) Wolfers
Hi David, You probably know this, and it is probably something else,but this often gotchas me, just in case it is what is happening for you here. If you are on Windows and you use the windows fileName dialog it quietly changes the path to the path of the file you open or save. maybe that is help

Re: [Oorexx-devel] ooRexx Web Site

2014-03-11 Thread Sahananda (Jon) Wolfers
Thanks David, looks good to me. Jon On 10 March 2014 12:56, David Ashley wrote: > I have updated the ooRexx Web Site from the SVN repository. > > David Ashley > > > > -- > Learn Graph Databases - Download FREE O'Reill

Re: [Oorexx-devel] ooRexx 4.2.0

2014-03-09 Thread Sahananda (Jon) Wolfers
I have made the changes in the sourceforge repository - just needs to be checked out to the website. I'm not sure who does that. Jon On 9 March 2014 09:31, Sahananda (Jon) Wolfers wrote: > > Hi Mike, > > thanks for pointing this out. > > Any committer can now update

Re: [Oorexx-devel] ooRexx 4.2.0

2014-03-09 Thread Sahananda (Jon) Wolfers
Hi Mike, thanks for pointing this out. Any committer can now update the ooRexx website via sourceforge, so on this occasion I will update the announcement page with Mark's announcement and amend the link on the home page. Jon On 9 March 2014 09:06, Walter Pachl wrote: > Here > > http://source

Re: [Oorexx-devel] orxsock6 - Initial development Complete

2014-03-07 Thread Sahananda (Jon) Wolfers
; On Fri, Mar 7, 2014 at 10:40 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> Hi David, >> >> Do you need to do any setup to run the tests? >> This is what I get just trying to run test1 from your sandbox folder on >> Windows7 >> >&g

Re: [Oorexx-devel] orxsock6 - Initial development Complete

2014-03-07 Thread Sahananda (Jon) Wolfers
Hi David, Do you need to do any setup to run the tests? This is what I get just trying to run test1 from your sandbox folder on Windows7 hth Jon > > > > > > > > > > > > > > > > > *C:\Users\sahananda\Documents\oorexxSVN\code-0\sandbox\david\orxsock6>rexx > -v Open Object Rexx Version 4.2.0Build

Re: [Oorexx-devel] Kedit utility - where to put it

2014-01-21 Thread Sahananda (Jon) Wolfers
g time, but the rexindex was in desperate need of a bit of maintenance to cope with the evolution of ooRexx which has come such a long way in the last 10 years. Jon On 20 January 2014 18:25, Mark Miesfeld wrote: > On Sun, Jan 19, 2014 at 10:21 PM, Sahananda (Jon) Wolfers < > sahana

Re: [Oorexx-devel] Kedit utility - where to put it

2014-01-19 Thread Sahananda (Jon) Wolfers
you have thoughts? Jon On 20 January 2014 00:11, Mark Miesfeld wrote: > > On Sun, Jan 19, 2014 at 2:05 PM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> >> If you do not sign into sourceforge, but go to the project, select code >> SVN rep

Re: [Oorexx-devel] Kedit utility - where to put it

2014-01-19 Thread Sahananda (Jon) Wolfers
downloaded using your web browser. Does that not work for you? I know you usually write back very quickly, but there is no hurry - bed time here! Jon On 19 January 2014 17:49, Mark Miesfeld wrote: > On Sun, Jan 19, 2014 at 2:08 AM, Sahananda (Jon) Wolfers < > sahana...@windhorse.b

Re: [Oorexx-devel] Kedit utility - where to put it

2014-01-19 Thread Sahananda (Jon) Wolfers
there. thanks, Jon On 19 January 2014 09:37, Walter Pachl wrote: > May I offer my dropbox to store them (and make them available to those who > have the link)? > Regards > Walter > > ---- "Sahananda (Jon) Wolfers" schrieb: > > Once I had a web-site

[Oorexx-devel] Kedit utility - where to put it

2014-01-19 Thread Sahananda (Jon) Wolfers
Once I had a web-site with a few useful ooRexx things on. Almost all of them got subsumed into the project or became obsolete when better things came along (mainly thanks to the great work Mark has been doing on ooDialog). So several years ago, I let the site go. I had a macro for Kedit on the s

Re: [Oorexx-devel] ooRexx Web Sites

2014-01-10 Thread Sahananda (Jon) Wolfers
Hi Walter Good Work. I DO see Rexx & NetRexx on the Phantom Hurricane site, though I admit it is hard to see how it would be of general interest. Jon On 10 January 2014 16:33, Mike Cowlishaw wrote: > True, but even a (mildly) intelligent person can get bored checking > every link in every s

Re: [Oorexx-devel] ooRexx Web Sites

2014-01-09 Thread Sahananda (Jon) Wolfers
There is a link to comp.lang.rexx from the rexxla website on the community page, but it is the sort of link that requires some browser setup to work. I'm afraid that's something the webmaster will need to resolve as the rexxla domain is (quite correctly) not part of what David included in the ooRe

Re: [Oorexx-devel] ooRexx Web Sites

2014-01-09 Thread Sahananda (Jon) Wolfers
tps://groups.google.com/forum/#!forum/comp.lang.rexx > Does that work for you? > > Erich > > > On Thu, Jan 9, 2014 at 7:42 PM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> I notice on the support page a link to comp.lang.rexx >> news:comp.lang.re

Re: [Oorexx-devel] ooRexx Web Sites

2014-01-09 Thread Sahananda (Jon) Wolfers
hanks, Jon On 9 January 2014 18:15, David Ashley wrote: > Looks good. > > David Ashley > > On Thu, 2014-01-09 at 17:45 +, Sahananda (Jon) Wolfers wrote: > > Hi David, > > > > > > I updated the main page (index.html) and the announcement page > > (

Re: [Oorexx-devel] ooRexx Web Sites

2014-01-09 Thread Sahananda (Jon) Wolfers
u can just drop a note to me and > I will update the server(s). > > David Ashley > > On Thu, 2014-01-09 at 06:17 +, Sahananda (Jon) Wolfers wrote: > > Hi David, > > > > > > Sounds good. > > > > > > Are you saying that any committer can now

Re: [Oorexx-devel] ooRexx Web Sites

2014-01-08 Thread Sahananda (Jon) Wolfers
Hi David, Sounds good. Are you saying that any committer can now manage the content of the web site? If so, then perhaps a few more instructions are needed (at least by me). If not, then I notice that the announcement of the release of version 4.1.0 is rather out of date thanks, Jon On 9 Jan

Re: [Oorexx-devel] HowTo Articles

2014-01-04 Thread Sahananda (Jon) Wolfers
Hi David, an excellent article and very nicely presented. I wonder if using the array makestring method in your examples would leave more room for the bits that you are showing, ie: instead of if retc = -1 then do do rsp over smtpconx~cmdresponse say rsp end return end yo

Re: [Oorexx-devel] ooRexx Filtering Forward Proxy

2013-10-21 Thread Sahananda (Jon) Wolfers
07 if you want to force the the request re-issue to use > GET/POST) and with a Location header field specifying the new url to go to. > > Ruurd Idenburg > > On 19-10-2013 10:01, Sahananda (Jon) Wolfers wrote: > > I was wondering, has anyone built a FIltering Forward Proxy Se

[Oorexx-devel] ooRexx Filtering Forward Proxy

2013-10-19 Thread Sahananda (Jon) Wolfers
I was wondering, has anyone built a FIltering Forward Proxy Server using ooRexx on Windows? I hope I have my terminology correct. I want a script running on a machine. That machine is declared as the default gateway for other machines on the LAN. HTTP requests to that machine are examined for ur

Re: [Oorexx-devel] Weirdness

2013-10-19 Thread Sahananda (Jon) Wolfers
Hi Robert, does the challenge you set yourself precludes using the oorexx datetime object? Jon On 19 October 2013 08:07, Mike Cowlishaw wrote: > > > Yes, it's another exec in a separate file. That one makes no > > calls to external programs per se, but it does use OLEObj to > > retrieve cert

Re: [Oorexx-devel] Plan to do a 4.1.3 bug release

2013-05-30 Thread Sahananda (Jon) Wolfers
Hi, I used Open Office when I redid the diagrams. I've looked back through my email, but I can't see why I used it, but I assume that I was asked or advised to at the time. I'm not attached to that format (I probably had to download and install oo for the task) and if Erich can do a better job u

Re: [Oorexx-devel] Changing default searches in trackers

2012-11-08 Thread Sahananda (Jon) Wolfers
It's a while since I did anything with the trackers, and probably will be a while before I get a chance again, but it sounds sensible to me. Jon On 8 November 2012 14:06, David Ashley wrote: > Me, too. > > David Ashley > > On Wed, 2012-11-07 at 19:11 -0500, Rick McGuire wrote: > > Sounds good t

Re: [Oorexx-devel] Ad sorting arrays: request fordiscussion/thoughts ...

2012-08-24 Thread Sahananda (Jon) Wolfers
This is only a problem if you use the remove method which creates a sparse array - right? >From a users point of view there are several things here which are not straightforward. 1) The makeArray method everywhere else creates an array from a collection, but the array class makearray method packs

Re: [Oorexx-devel] Howto get the name of the current .context~executable ?

2012-08-20 Thread Sahananda (Jon) Wolfers
rovided mechanism for this, so I just added a comment to each RFE reffering to the other. Jon > ---rony > > > > On 20.08.2012 10:41, Sahananda (Jon) Wolfers wrote: > > Hi Rony, > > Thanks for your vote. I have linked the two RFE's in their comments as > promise

Re: [Oorexx-devel] Howto get the name of the current .context~executable ?

2012-08-20 Thread Sahananda (Jon) Wolfers
Hi Rony, Thanks for your vote. I have linked the two RFE's in their comments as promised. Jon On 20 August 2012 09:27, Rony G. Flatscher wrote: > > On 19.08.2012 15:58, Rick McGuire wrote: > > Or differently asked: is it possible for a running executable (method or > routine object) to get the

Re: [Oorexx-devel] Howto get the name of the current .context~executable ?

2012-08-19 Thread Sahananda (Jon) Wolfers
cGuire wrote: > >> >> >> On Sun, Aug 19, 2012 at 10:06 AM, Sahananda (Jon) Wolfers < >> sahana...@windhorse.biz> wrote: >> >>> Rony, >>> >>> You could add it to my related >>> RFE<https://sourceforge.net/p/oorexx/feature-r

Re: [Oorexx-devel] Howto get the name of the current .context~executable ?

2012-08-19 Thread Sahananda (Jon) Wolfers
Rony, You could add it to my related RFE I imagine once the hood is up to do one, the other should be a synch. Jon On 19 August 2012 14:58, Rick McGuire wrote: > > > On Sun, Aug 19, 2012 at 9:54 AM, Rony G. Flatscher < > rony.flatsc...@w

Re: [Oorexx-devel] Failure in committing...

2012-08-18 Thread Sahananda (Jon) Wolfers
OK. I have managed to do this (as far as the checking out a new repository goes). Here is how I managed 1) Navigate in windows explorer to the root of the old svn 2) right click choose SVN checkout from the tortoise section of the context menu 3) copied Mark's provided URL, substituting my sourc

Re: [Oorexx-devel] Possible Documentation Change

2012-08-07 Thread Sahananda (Jon) Wolfers
Very handsome! I particularly like the note headers. Well done David! On 7 August 2012 19:53, Mike Cowlishaw wrote: > Bit of a hiccough there :-), but thanks -- gotit. > > > -Original Message- > > From: David Ashley [mailto:w.david.ash...@gmail.com] > > Sent: 07 August 2012 19:48 > > T

Re: [Oorexx-devel] ooSQLite NULL value ?

2012-06-21 Thread Sahananda (Jon) Wolfers
I've nothing useful to say about handling nulls, but when it comes to building strings of values I have come to enjoy the makestring argument of the array class with a parm of 'l'. Probably not everyone's cup of tea, but I have found it useful when building queries on the fly. You prepare for you

Re: [Oorexx-devel] Ad ooSQLite's createDatabase.rex example

2012-06-09 Thread Sahananda (Jon) Wolfers
Hi Mark, small hint for sample programs, sql ignores lineends as white-space within queries so for example: * sql = "CREATE TABLE contacts (" || .endOfLine || - > **" id integer primary key," || .endOfLine || - > **" fName text not null default

Re: [Oorexx-devel] Latest ooSQLite: result set, class names, doc

2012-06-09 Thread Sahananda (Jon) Wolfers
Hi Mark, I've had a busy week. Sorry, I had drafted the beginnings of a reply about result sets, but it looks like a) events have over taken that discussion b) it's a very small part of the overall project anyway. It is quite incredible what you have achieved in so short a time and I look forwar

Re: [Oorexx-devel] ooSQLite, result sets using an array of directories

2012-06-05 Thread Sahananda (Jon) Wolfers
s so clearly something that will add to the attractiveness of the product. Jon On 5 June 2012 16:18, Mark Miesfeld wrote: > Hi Jon, > > I pulled this out of the other post because the chain of e-mails was > getting to long for me. > > On Sun, Jun 3, 2012 at 2:33 PM, Saha

Re: [Oorexx-devel] Some comments on the ooSQLLite extension

2012-06-04 Thread Sahananda (Jon) Wolfers
do I know. > > Lee > > On 6/3/2012 11:24 PM, Mark Miesfeld wrote: > > On Sun, Jun 3, 2012 at 2:33 PM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz > > <mailto:sahana...@windhorse.biz>> wrote: > > > > I know that you're th

Re: [Oorexx-devel] Some comments on the ooSQLLite extension

2012-06-03 Thread Sahananda (Jon) Wolfers
because you sounded like you wanted to hear from someone who used a rdbms from rexx and I do a lot. keep up the great work. Jon On 3 June 2012 21:47, Mark Miesfeld wrote: > On Sat, Jun 2, 2012 at 1:25 PM, Sahananda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > > Jon, &g

Re: [Oorexx-devel] Some comments on the ooSQLLite extension

2012-06-02 Thread Sahananda (Jon) Wolfers
Hi Mark, I'm following this with interest. One thing that occurs to me is that ooSQL.cls is not a specific enough name for this class. I hope that in the future there will be similar frameworks for other databases (as the SQLLite people are the first to admit that it is not suitable for multiple

Re: [Oorexx-devel] New extension: ooSQLite added to the repository

2012-05-30 Thread Sahananda (Jon) Wolfers
Hey Mark, that looks like a great addition to the ooRexx toolkit - well done. Jon On 31 May 2012 02:24, Mark Miesfeld wrote: > Hi All, > > I've developed a new native extension library, ooSQLite. The first > part of the following mostly comes from the commit message: > > ooSQLite provides a c

Re: [Oorexx-devel] ooDialog and JPG images (Tracker 1744948)

2012-03-14 Thread Sahananda (Jon) Wolfers
nda (Jon) Wolfers < > sahana...@windhorse.biz> wrote: > >> >> I just wondered if (without any intention of hassling) I could ask about >> whether the image object is/will be able to handle jpg files and if this is >> in the future, any sense of how far away. >&g

Re: [Oorexx-devel] ooDialog and JPG images (Tracker 1744948)

2012-03-14 Thread Sahananda (Jon) Wolfers
or ooDialog > programmers. But, I doubt that ooDialog will ever be *better* at > converting images than ImageMagick. > > Anyhow, curious as to what you are thinking about with jpg images. > > -- > Mark Miesfeld > > On Wed, Mar 14, 2012 at 3:43 AM, Sahananda (Jon) Wolf

Re: [Oorexx-devel] Missing built-in functions in ooRexx

2012-03-14 Thread Sahananda (Jon) Wolfers
n 14 March 2012 14:17, CVBruce wrote: > You guys are so much better programmers than I am. Your code is so much > simpler than what I would have come up with. Thanks. > > Bruce > > On Mar 14, 2012, at 2:14 AM, Sahananda (Jon) Wolfers wrote: > > Looks good to me - I defer t

[Oorexx-devel] ooDialog and JPG images (Tracker 1744948)

2012-03-14 Thread Sahananda (Jon) Wolfers
Hi Mark, I just wondered if (without any intention of hassling) I could ask about whether the image object is/will be able to handle jpg files and if this is in the future, any sense of how far away. Thanks, Jon -- Virtu

Re: [Oorexx-devel] Missing built-in functions in ooRexx

2012-03-14 Thread Sahananda (Jon) Wolfers
) % 1 - (arg(1) < 0) > > which requires fewer function invocations (none if the value is in a > variable) yet still demonstrates the elegance of Rexx operator evaluation. > > -Chip- > > On 3/14/12 06:57 Sahananda (Jon) Wolfers said: > > I was afraid that might be the

Re: [Oorexx-devel] Missing built-in functions in ooRexx

2012-03-13 Thread Sahananda (Jon) Wolfers
gt; > On Mar 13, 2012, at 3:52 PM, Sanford Geiger wrote: > > > > > > > Ok. How can I download the math package. Bool is a Boolean function (i.e. > ANDing or ORing using a bit mask). Your Floor and Ceil routines are fine. I > should have thought of that. Thank y

Re: [Oorexx-devel] Missing built-in functions in ooRexx

2012-03-13 Thread Sahananda (Jon) Wolfers
I've never used floor or ceil, so not sure how they behave with negative numbers, but would this do? ::routine floor public return arg(1)%1 ::routine ceil public return arg(1)%1+1 The trig functions have always been there in the ooRexx maths package I don't know what the BOOL function does. Jon

  1   2   3   >