Re: [Oorexx-devel] Announcing ooRexx 4.1.1 Release Candidate

2012-04-01 Thread Mike Cowlishaw
Aye, I could see it's a non-trivial problem... :-) Possible approaches include: -- an 'unclean' option on the uninstaller (so it leaves stuff that's needed for the quick install) -- before the uninstall, install a 'place holder' mini-application that holds the information (and is uninstalled w

Re: [Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Mike Cowlishaw
Yes, Marks's point is a good one. _ From: Oliver Sims [mailto:oliver.s...@simsassociates.co.uk] Sent: 01 April 2012 23:25 To: 'Open Object Rexx Developer Mailing List' Subject: Re: [Oorexx-devel] ooDialog - Dialog vs Window A very good point. I like your emendation. Many thanks. I'll

Re: [Oorexx-devel] Is it possible to customize the main sourceforge project page?

2012-04-01 Thread Mark Miesfeld
Bill, I did get the original e-mail. Just didn't reply because I didn't have anything to say. -- Mark Miesfeld On Sun, Apr 1, 2012 at 7:56 PM, Bill Turner, WB4ALM wrote: > > Potential Sourceforge Website pages for ooRexx > == > > Rick McGuire, David A

Re: [Oorexx-devel] Is it possible to customize the main sourceforge project page?

2012-04-01 Thread Bill Turner, WB4ALM
Potential Sourceforge Website pages for ooRexx == Rick McGuire, David Ashley, Mark Mesfeld... While I realize that the three of you are very busy with the 4.1.1 release, I am wondering if you got my private Email (sent 3/26/2012 and 3/29/2012) with

Re: [Oorexx-devel] Bad link in Chapter 1 of ooDialog Ref andoodGuide

2012-04-01 Thread Bill Turner, WB4ALM
Possibly the doc should say that the "newsgroup "comp.lang.rexx" contains good information and if your Internet Service Provider does not support the newsgroups you can read it on Google at /s/ Bill Turner, wb4alm On 04/01/2012 10:29 PM, CVBruce wrote: > I thought about using the link to

Re: [Oorexx-devel] Bad link in Chapter 1 of ooDialog Ref andoodGuide

2012-04-01 Thread Mark Miesfeld
On Sun, Apr 1, 2012 at 7:29 PM, CVBruce wrote: > I thought about using the link to google, but didn't want to suggest it > because not everyone reads usenet news on google. That's true, but at least the link in the doc should get everyone to comp.lang.rexx. For someone that is used to reading

Re: [Oorexx-devel] Bad link in Chapter 1 of ooDialog Ref andoodGuide

2012-04-01 Thread CVBruce
I thought about using the link to google, but didn't want to suggest it because not everyone reads usenet news on google. I have to admit though, my ISP has dropped support for usenet news groups. Bruce On Apr 1, 2012, at 1:02 PM, Mark Miesfeld wrote: > On Sun, Apr 1, 2012 at 1:56 PM, Oliver S

Re: [Oorexx-devel] Announcing ooRexx 4.1.1 Release Candidate

2012-04-01 Thread Mark Miesfeld
On Sun, Apr 1, 2012 at 7:46 AM, Mike Cowlishaw wrote: > Not really a bug, and for the next release probably ... I just tried the RC > install, and do like the "quick install, don't change anything" option. > Unfortunately it didn't work for me -- I'd closed all my command windows > (which > run

Re: [Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Oliver Sims
A very good point. I like your emendation. Many thanks. I'll ponder over this - see if maybe I can merge it somehow with Mark's suggestion. Oliver _ From: Mike Cowlishaw [mailto:m...@speleotrove.com] Sent: 01 April 2012 19:46 To: 'Open Object Rexx Developer Mailing List' Subject: Re: [

Re: [Oorexx-devel] ooDialog - refs in the GUide to ooDialog Ref

2012-04-01 Thread Mark Miesfeld
On Sun, Apr 1, 2012 at 1:51 PM, Oliver Sims wrote: > In the Guide, I've been putting refs to ooDialog chapter numbers. All these > now need to be re-done, as the ooDialoog structure has changed quite a bit > since I started the Guide. > > It occurred to me that to avoid getting any of these wrong

Re: [Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Mark Miesfeld
On Sun, Apr 1, 2012 at 12:45 PM, Mike Cowlishaw wrote: > I think you lost most of your readers in the first two words ...  :-) > Wikipedia does not 'state' anything. > > I think you are trying to say that: > > > A dialog is a stylized form of window that is familiar to most users.  As > dialogs h

Re: [Oorexx-devel] Bad link in Chapter 1 of ooDialog Ref andoodGuide

2012-04-01 Thread Mark Miesfeld
On Sun, Apr 1, 2012 at 1:56 PM, Oliver Sims wrote: > I just bunged the link into my browser (Firefox) and hit enter. I expect to > be able to do that with a link. If it doesn't work, I think, "Hm, a bad > link, bad editing too" and go elsewhere. Maybe it needs a footnote or > something, or just no

Re: [Oorexx-devel] Bad link in Chapter 1 of ooDialog Ref andoodGuide

2012-04-01 Thread Oliver Sims
I just bunged the link into my browser (Firefox) and hit enter. I expect to be able to do that with a link. If it doesn't work, I think, "Hm, a bad link, bad editing too" and go elsewhere. Maybe it needs a footnote or something, or just not be a link that (I suspect for many people) doesn't work.

[Oorexx-devel] ooDialog - refs in the GUide to ooDialog Ref

2012-04-01 Thread Oliver Sims
In the Guide, I've been putting refs to ooDialog chapter numbers. All these now need to be re-done, as the ooDialoog structure has changed quite a bit since I started the Guide. It occurred to me that to avoid getting any of these wrong, I could just delete them all, and make a bold-type statemen

Re: [Oorexx-devel] Bad link in Chapter 1 of ooDialog Ref and oodGuide

2012-04-01 Thread CVBruce
I would think that you would need software that has registered to handle that kind of URI. Does the URI work if you type it in the address field of your browser. On my computer it opened Mozila Thunderbird, which then wanted me to configure its news group feeds. Just like the callto: you ne

Re: [Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Hobart Spitz
Got it. Thanks. On Sun, Apr 1, 2012 at 4:43 PM, Oliver Sims < oliver.s...@simsassociates.co.uk> wrote: > ** > >> a dialog box usually (?) preempts access to any "underlying" window > > In ooDialog there are several options when creating dialog A from dialog > B, and making dialogs modeless is s

Re: [Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Mike Cowlishaw
I think you lost most of your readers in the first two words ... :-) Wikipedia does not 'state' anything. I think you are trying to say that: A dialog is a stylized form of window that is familiar to most users. As dialogs have evolved and users have become accustomed to them, dialogs have

Re: [Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Oliver Sims
>> a dialog box usually (?) preempts access to any "underlying" window In ooDialog there are several options when creating dialog A from dialog B, and making dialogs modeless is simple. Chapter 6 in the Guide explains this (I hope!!), and exercise 6 uses modeless dialogs throughout - except for

Re: [Oorexx-devel] ooDialog - User Guide Exercise in ooRexx

2012-04-01 Thread Oliver Sims
Yes, thanks, I did catch this. I'm going to put a statment somewhere in the Guide explainging this. It's either that or re-do the code as well as amending the Guide. I thought there were better things to do, so I'll merely add a short sentence somewhere appropriate about the sixth param and that it

Re: [Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Hobart Spitz
I think the audience you are directing this to would also like to know that a dialog box usually (?) preempts access to any "underlying" window from which the box orignated. On Sun, Apr 1, 2012 at 4:28 PM, Oliver Sims < oliver.s...@simsassociates.co.uk> wrote: > ** > > At the start of the Guide,

[Oorexx-devel] ooDialog - Dialog vs Window

2012-04-01 Thread Oliver Sims
At the start of the Guide, I'd like to have a short statement about the difference between dialogs and windows. Here's a draft: Wikipedia states, "In a graphical user interface of computers, a dialog box is a type of window used to enable reciprocal communication or "dialog" between a computer and

Re: [Oorexx-devel] ooDialog - User Guide Exercise in ooRexx

2012-04-01 Thread Mark Miesfeld
On Sun, Apr 1, 2012 at 12:28 PM, Oliver Sims wrote: > I just installed ooDialog 7721. The User Guide exercises do not work because > the .ScriptMenubar~new instruction in several components is the old form > (with a sixth param). Btw, the code I just committed has fixed all > occurences of this.

[Oorexx-devel] Bad link in Chapter 1 of ooDialog Ref and oodGuide

2012-04-01 Thread Oliver Sims
Chapter 1 "About This Book" says (last item in chapter): ... comp.lang.rexx Newsgroup The comp.lang.rexx (news:comp.lang.rexx) newsgroup is a good place to obtain help from many individuals within the Rexx community. ... The link news:comp.lang.rexx does not work. -- Oliver Sims -

[Oorexx-devel] ooDialog - User Guide Exercise in ooRexx

2012-04-01 Thread Oliver Sims
I just installed ooDialog 7721. The User Guide exercises do not work because the .ScriptMenubar~new instruction in several components is the old form (with a sixth param). Btw, the code I just committed has fixed all occurences of this. -- Oliver Sims

Re: [Oorexx-devel] rexx.cpp when no args under unix : ok to apply this fix in trunk ?

2012-04-01 Thread Jean-Louis Faucher
ok, I will use a queue to pass infos from the external called routine. For the test of RC in case of syntax error, I will add it in RESULT_RC_SIGL.testGroup (if not already tested, did not analyze in details). Thanks. Jean-Louis Le 1 avril 2012 15:37, Rick McGuire a écrit : > This seems reason

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN:oorexx:[7716]docs/trunk/oodguide/Chapter06.xml

2012-04-01 Thread Oliver Sims
FYI: am updating code in Ex 4, 5 and 6 to take account of changed 6th param in create menubar and also to add a msgbox to CustomerView and ProductView for "print menu item not implemented". Also will update chapters where necessary. Atb, Oliver _ From: Mark Miesfeld [mailto:miesf...@gmai

Re: [Oorexx-devel] Announcing ooRexx 4.1.1 Release Candidate

2012-04-01 Thread Mike Cowlishaw
> Please do test the release candidate. > > If any bugs are found report them in the standard way, by > opening up a bug tracker item at: > > http://sourceforge.net/tracker/?group_id=119701&atid=684730 Not really a bug, and for the next release probably ... I just tried the RC install, and do l

Re: [Oorexx-devel] rexx.cpp when no args under unix : ok to apply this fix in trunk ?

2012-04-01 Thread Rick McGuire
This seems reasonable. If the called program has multiple assertions, perhaps it could push a message onto the queue giving a failure reason. The calling test driver could then pull that message and use it in a failure assertion. This method also has the side benefit of testing the ability to pa

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN:oorexx:[7716]docs/trunk/oodguide/Chapter06.xml

2012-04-01 Thread Oliver Sims
Got it. Many thanks. -- Oliver _ From: Mark Miesfeld [mailto:miesf...@gmail.com] Sent: 31 March 2012 23:04 To: Open Object Rexx Developer Mailing List Subject: Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN:oorexx:[7716]docs/trunk/oodguide/Chapter06.xml Oliver, I'm in the middle

Re: [Oorexx-devel] rexx.cpp when no args under unix : ok to apply this fix in trunk ?

2012-04-01 Thread Jean-Louis Faucher
Commit done for the size of rxcargs. I wanted to add a few tests for syscargs, but I'm not sure of the best way to do that... I need to call an external routine, but I can't use the assert from this external routine (right ?). What i'm thinking to do : Create a file syscargs_test0.rex to test the