Re: [Oorexx-devel] ooDialog - defListDragHandler

2013-06-30 Thread Mark Miesfeld
One thing to note, you either have to add the full row select style, or in report view you have to be sure to click on column 1 of the list-view item. Any point that would not select the item will not be reported as a begin drag point. -- Mark Miesfeld

Re: [Oorexx-devel] ooDialog - defListDragHandler

2013-06-30 Thread Mark Miesfeld
t on the dialog that's outside the > list view. > But of course it would be much nicer to be able to drag from the listview > directly - so long as the item being dragged also gets selected so I can > find out which item is being being drag

Re: [Oorexx-devel] ooDialog - defListDragHandler

2013-06-28 Thread Mark Miesfeld
On Fri, Jun 28, 2013 at 3:26 PM, Mark Miesfeld wrote: > On Fri, Jun 28, 2013 at 3:08 PM, Oliver Sims < > oliver.s...@simsassociates.co.uk> wrote: > >> ** >> Ah-ha. Thanks. >> >> Btw, I'm having trouble dragging a "Customer" from a List View

Re: [Oorexx-devel] ooDialog - defListDragHandler

2013-06-28 Thread Mark Miesfeld
x27;t do that. When the list view is in one of the icon views, in other words any view except than report view, you can drag the icons to different positions within the list-view. You can not drag anything from the l

Re: [Oorexx-devel] ooDialog - defListDragHandler

2013-06-28 Thread Mark Miesfeld
e .Point class is a relatively new addition to ooDialog. -- Mark Miesfeld -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev__

Re: [Oorexx-devel] When must one use DeleteLocalReference() ?

2013-06-26 Thread Mark Miesfeld
rom called routine won't it? Or is there some reason why rop is not set with a local reference? -- Mark Miesfeld On Wed, Jun 26, 2013 at 11:19 AM, Rick McGuire wrote: > The interpreter knows nothing about any of the references you have in your > C code. Those are just normal poin

[Oorexx-devel] Difference in behavior between loadPackage(file) and .Package~new(file)

2013-06-17 Thread Mark Miesfeld
str = '1' if time('e') > stopTime then leave end end For loadPackage() I see that the docs say the file "will be located and loaded as if it had been named on a ::REQUIRES directive. And "if a package name has already been loaded by the package

Re: [Oorexx-devel] bug #1161 Crash from object overlay usually during PackageClass::newRexx()

2013-06-09 Thread Mark Miesfeld
Okay, thanks Rick. There is a bit of a delay. I saw this before the reply in the bug report appeared. -- Mark Miesfeld On Sun, Jun 9, 2013 at 12:18 PM, Rick McGuire wrote: > Mark, > > I already posted something to the defect, but there is a bit of a lag I > think on dire

[Oorexx-devel] bug #1161 Crash from object overlay usually during PackageClass::newRexx()

2013-06-09 Thread Mark Miesfeld
to get things to work: devenv /debugexe C:\Tools\Java\jdk1.7.0_21\bin\java.EXE ConcurrentPackageBug2CrashingRexx 2 And then under the Debug menu -> Exceptions I had to check Win32 Exceptions. Otherwise the JVM intercepts the exception and the debugger

Re: [Oorexx-devel] ooDialog - Have I deleted somethingIshouldn'thave?

2013-06-05 Thread Mark Miesfeld
Okay, don't worry about it. I'll fix things up tonight. -- Mark Miesfeld On Wed, Jun 5, 2013 at 7:52 AM, Oliver Sims < oliver.s...@simsassociates.co.uk> wrote: > ** > Sorry, can't see how to fix it using TortoiseSVN. Tried to fix only the > ooDialog\trunk\ooDia

Re: [Oorexx-devel] ooDialog - Have I deleted something Ishouldn'thave?

2013-06-05 Thread Mark Miesfeld
tually change anything. TortoiseSVN should have something similar. -- Mark Miesfeld -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dash

Re: [Oorexx-devel] ooDialog - Have I deleted something I shouldn'thave?

2013-06-05 Thread Mark Miesfeld
Subversion, you can not just do a revert, you actually have to a 'reverse' commit. I never remember the exact details so I have to look it up. If you Google it you can find plenty of examples on how it is done. -- Mark Miesfeld ---

Re: [Oorexx-devel] ooDialog - Have I deleted something I shouldn't have?

2013-06-05 Thread Mark Miesfeld
l take care of it, unless you want to give it a shot yourself. -- Mark Miesfeld -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards t

Re: [Oorexx-devel] Future Release Proposal

2013-06-04 Thread Mark Miesfeld
ple, it is still not always convenient to find a Linux system that is ready to build on. It makes sense to me to only include the Windows samples in the .zip source file. -- Mark Miesfeld -- How ServiceNow helps IT people

Re: [Oorexx-devel] Can build machine do some Linux 4.1.3 beta builds?

2013-06-03 Thread Mark Miesfeld
David, Thanks for fixing this. I should have posted that it was a case sensitive issue, but that I couldn't commit the fix until this evening. -- Mark Miesfeld On Mon, Jun 3, 2013 at 8:32 AM, David Ashley wrote: > Found a Makefile error. The subdirectory propertysheet.tabCon

Re: [Oorexx-devel] Can build machine do some Linux 4.1.3 beta builds?

2013-06-03 Thread Mark Miesfeld
Thanks David. I thought I had fixed that, must not have checked it in or something. -- Mark Miesfeld On Mon, Jun 3, 2013 at 8:32 AM, David Ashley wrote: > Found a Makefile error. The subdirectory propertysheet.tabControls no > longer exists so the Makefile.am is incorrect in both the

Re: [Oorexx-devel] RFE #446 Enhancement to rexx.cpp

2013-06-03 Thread Mark Miesfeld
; useful function, and really entangles the language too much with command > shell issues. > Okay. -- Mark Miesfeld -- Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting

Re: [Oorexx-devel] Can build machine do some Linux 4.1.3 beta builds?

2013-06-03 Thread Mark Miesfeld
Thanks David. -- Mark Miesfeld On Mon, Jun 3, 2013 at 8:04 AM, David Ashley wrote: > I will try to produce a few builds each night this week. Since the build > machine can produce 40 different builds now it will take a few nights to > get through them all :-) maybe I will write

[Oorexx-devel] RFE #446 Enhancement to rexx.cpp

2013-06-03 Thread Mark Miesfeld
implementation to include all the C args. I'm in favor of that. Is there any objection to changing the enhancement to include arg 0 and arg 1 at this point? -- Mark Miesfeld -- Get 100% visibility into Java/.NET code

[Oorexx-devel] Can build machine do some Linux 4.1.3 beta builds?

2013-06-03 Thread Mark Miesfeld
Hi David, Is it possible to have the build machine produce some Linux 4.1.3 beta builds? When you have some time. I could produce some Fedora, SuSE, Debian, and Kubuntu builds, but unfortunately I haven't keep the systems up-to-date and all the OS versions are very old. -- Mark Mie

Re: [Oorexx-devel] [bugs:#1177] ooRexx Interpreter Crash

2013-06-03 Thread Mark Miesfeld
nately that is too late to check the length because if the length is too long for tempPath, then it has already seg faulted. So, what if I check the length earlier and just return the empty string if the input name is too long? (In bot

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

2013-05-30 Thread Mark Miesfeld
On Thu, May 30, 2013 at 5:37 PM, Rick McGuire wrote: > Open Office, actually. > Ahh .. thank you. That's why I didn't say in my first response, ;-) open-doc just nagged at me. -- Mark Miesfeld > > On Thu, May 30, 2013 at 8:23 PM, Mark Miesfeld wrote: > >> >

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

2013-05-30 Thread Mark Miesfeld
On Thu, May 30, 2013 at 2:46 PM, Mark Miesfeld wrote: > Hi Erich, > > On Wed, May 29, 2013 at 12:26 PM, Erich Steinböck < > erich.steinbo...@gmail.com> wrote: > >> >> > In general, what's the suggested tool to edit the .odg files? >> > > I th

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

2013-05-30 Thread Mark Miesfeld
mentation bug? > > Documentation. In general the sys utils just make an operating system call and what is returned is what it is. For these two, things may change between different versions of the operating system. You might want to note that if you update the doc. Or say something like "

Re: [Oorexx-devel] Maximum arg count of a function is 255

2013-05-28 Thread Mark Miesfeld
ve already seen that doing a build, without first doing a clean, causes rexximage to crash. I wasn't sure why, but now I take it that the change increases the size of a RexxExpressionFunction object in the image. -- Mark Miesfeld > > Rick > > > On Tue, May 28, 2013 at 2:27 PM, Ma

Re: [Oorexx-devel] Maximum arg count of a function is 255

2013-05-28 Thread Mark Miesfeld
nt of arguments*/ and remove the cast: /* save the argument count */ this->argument_count = (uint8_t)argCount; size_t seems too big. But, then there would not be a restriction. Should I go with that, or use uint32_t?

[Oorexx-devel] Maximum arg count of a function is 255

2013-05-28 Thread Mark Miesfeld
umber of arguments to a function. For [bugs:#1179] MAX() with 256 * k Arguments Gives Error; I think, it should be changed to a documentation error, not a bug. Then document the current limit, and suggest a RFE if someone thinks 255 arguments is insufficient. Is that acceptable? -- Mark Mie

Re: [Oorexx-devel] [bugs:#1177] ooRexx Interpreter Crash

2013-05-28 Thread Mark Miesfeld
mName is called from the builtin qualify function, the fix is not so apparent to me. There is no stream to put in an error state that I see. How do we signal an error there? Should we signal an error? The truncated name may or may not be a valid file name, but in all cases the returned truncated va

Re: [Oorexx-devel] [bugs:#1177] ooRexx Interpreter Crash

2013-05-28 Thread Mark Miesfeld
Okay thanks. I also am a little nervous about the fix, which is the main reason I asked. I'm going to commit it for now. -- Mark Miesfeld On Tue, May 28, 2013 at 7:54 AM, Rick McGuire wrote: > To fix the immediate problem, that will work. I'm a little nervous about > this

[Oorexx-devel] [bugs:#1177] ooRexx Interpreter Crash

2013-05-28 Thread Mark Miesfeld
ix I would go with. Or would you want something else? -- Mark Miesfeld -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delive

Re: [Oorexx-devel] Manuals on build machine

2013-05-27 Thread Mark Miesfeld
hex, The doc builds should work this evening. -- Mark Miesfeld On Mon, May 27, 2013 at 11:17 AM, hakan wrote: > ** > I wonder what have happend on build machine regarding the docs for > oodialog and oosqlite. > oodialog.pdf has not been built since revision 9180 > oosqlite.p

Re: [Oorexx-devel] Manuals on build machine

2013-05-27 Thread Mark Miesfeld
Hi hex, I'll look into it. (I do get the picture.) There is probably an error in the source code for the 2 manuals. -- Mark Miesfeld On Mon, May 27, 2013 at 11:17 AM, hakan wrote: > ** > I wonder what have happend on build machine regarding the docs for > oodialo

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

2013-05-25 Thread Mark Miesfeld
ize as the one included in > ooRexx-4.1.3-all.zip > Okay, thanks. SourceForge seemed to be having a lot of problems the day I put the files up. I'll upload it again. -- Mark Miesfeld -- Try New Relic Now & We

Re: [Oorexx-devel] SVN Property "svn:eol-style" Mis-spelled

2013-05-23 Thread Mark Miesfeld
f.cfg, Makefile, and > newinrelease.xml > > Thanks Erich. Normally this would be the perfect opportunity to try a small patch. But I'm not sure how you would create a patch for that. I'll just update it myself now. -- Mark Miesfeld > Other files in the same folder (like re

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

2013-05-23 Thread Mark Miesfeld
Great, thanks Rainer. -- Mark Miesfeld On Thu, May 23, 2013 at 10:14 AM, Rainer Tammer wrote: > Hello, > I'll test the AIX code in the next days... > > Bye > Rainer > > On 13.05.2013 16:38, David Ashley wrote: > > I have no objections to a 4.1.3 bug re

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

2013-05-23 Thread Mark Miesfeld
to be having some current problems and the uploads have not completed successfully. The docs are created and uploaded to SourceForge. -- Mark Miesfeld On Mon, May 13, 2013 at 7:38 AM, David Ashley wrote: > I have no objections to a 4.1.3 bug release. Just let me know what the > target da

Re: [Oorexx-devel] oosqlite 3.7.17

2013-05-22 Thread Mark Miesfeld
ions) > /hex > Hi hex, Sorry, I must have forgot to do a svn add for that file. I'll commit it tonight. If you want it now, send me an e-mail and I'll send it to you as an attachment. -- Mark Miesfeld -- Tr

[Oorexx-devel] ooRexx 4.1.3 beta

2013-05-19 Thread Mark Miesfeld
the usual SourceForge tracker: https://sourceforge.net/tracker/?atid=684730&group_id=119701&func=browse -- Mark Miesfeld for the ooRexx Development Team -- AlienVault Unified Security Management (USM) platform

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

2013-05-13 Thread Mark Miesfeld
On Mon, May 13, 2013 at 3:16 PM, Michael Lueck wrote: > Mark Miesfeld wrote: > > I think we should do a 4.1.3 bug release. > > > > Currently the bug fixes that will be in the release are marked as > pending and with milestone 4.1.3. > > Since the patch for: > >

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

2013-05-13 Thread Mark Miesfeld
Hi David, I'll create the branch some time in the next week, or over the upcoming weekend. I'll post here when that is done. -- Mark Miesfeld On Mon, May 13, 2013 at 7:38 AM, David Ashley wrote: > I have no objections to a 4.1.3 bug release. Just let me know what the > targ

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

2013-05-12 Thread Mark Miesfeld
are marked as pending and with milestone 4.1.3. There are some other pending bug fixes that look like they were only put into trunk. If any one wants to port those back to branches/4.1 ... -- Mark Miesfeld -- Learn Graph

Re: [Oorexx-devel] Error in ooDialog Reference 4.2.3 Build 9180

2013-05-02 Thread Mark Miesfeld
of them is Sets a new parent for this dialog control. But there is also a setParent() entry. Even I'm not sure what it is meant to be. Could you open up a documentation bug so that I don't forget about it. Thanks. -- Mark Miesfeld > > -- > Oliver Sims > > > > &g

Re: [Oorexx-devel] Missing Release from www.oorexx.org/download

2013-05-01 Thread Mark Miesfeld
On Wed, May 1, 2013 at 1:06 PM, Gil Barmwater wrote: > The 4.1.2 release is not available from the ooRexx.org/download page. > SourceForge is the most reliable place to get ooRexx. -- Mark Miesfeld -- Intro

Re: [Oorexx-devel] Windows header files for using ResEdit

2013-04-30 Thread Mark Miesfeld
e as typing a few words at a command prompt. You need to know absolutely nothing about C / C++ or building to do it. (As long as you don't do something silly like installing MinGW also on your system.) -- Mark Miesfeld > > -- > Oliver Sims > > > --

Re: [Oorexx-devel] Windows header files for using ResEdit

2013-04-30 Thread Mark Miesfeld
ous note, I realize it may seem like a lot to some people. But, the guide could explain the easiest way to do it. It can be downloaded from the web, it's free, and you don't need to install the whole thing. Maybe the guide could point that out, and detail th

Re: [Oorexx-devel] Windows header files for using ResEdit

2013-04-30 Thread Mark Miesfeld
eaders. It is far easier to simply install all of the headers than try to figure out the minimum set needed. -- Mark Miesfeld -- Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility in

Re: [Oorexx-devel] Any progress on non-root perms an ooRexx 4.x?

2013-04-19 Thread Mark Miesfeld
e privileges. Without testing, I believe that should work. If you have problems, you're on your own. -- Mark Miesfeld -- Precog is a next-generation analytics platform capable of advanced analytics on semi-structured

Re: [Oorexx-devel] Any progress on non-root perms an ooRexx 4.x?

2013-04-18 Thread Mark Miesfeld
x that only runs for that user. This then may not comply 100% with Debian policy, or Fedora policy, or whatever policy. But, I haven't made any effort to look into that. -- Mark Miesfeld -- Precog is a next-generation a

Re: [Oorexx-devel] Any progress on non-root perms an ooRexx 4.x?

2013-04-12 Thread Mark Miesfeld
wing your thinking here. ;-) Those 3 exports obviously do not work. How in the world could it be bad to skip doing the wrong thing, in favor of doing the correct thing? Why are you trying to compile with xlc_r to begin with? -- Mark Miesfeld ---

Re: [Oorexx-devel] Any progress on non-root perms an ooRexx 4.x?

2013-04-12 Thread Mark Miesfeld
; /usr/bin/gcc > That shows that gcc is installed. It says nothing about xlc_r If you are on a Linux machine, why don't you just compile with gcc, or g++? We know that works. Why throw xlc_r in the mix? -- Mark Miesfeld --

[Oorexx-devel] Announce: The official release of ooDialog version 4.2.2 is now available on SourceForge

2013-03-28 Thread Mark Miesfeld
aining the problem. Otherwise the installer will replace the current ooDialog with ooDialog 4.2.2. -- Mark Miesfeld for the ooRexx Development Team -- Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness

Re: [Oorexx-devel] File missing in ooDialog User Guide Exercise 7

2013-03-28 Thread Mark Miesfeld
IST = *.mak *.bmp *.ico Try it when you start working on Exercise08, the next thing you know you will be writing your own make files and building from source. ;-) Don't worry about getting something wrong when you first try it, there is nothing here Rick can't fix. -- Mark Miesfeld

[Oorexx-devel] Announce: ooDialog final 4.2.2 beta now available

2013-03-23 Thread Mark Miesfeld
h ooDialog 4.2.2. -- Mark Miesfeld for the ooRexx Development Team -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.

Re: [Oorexx-devel] ooRexx Build machine Status

2013-03-19 Thread Mark Miesfeld
On Tue, Mar 19, 2013 at 6:54 AM, David Ashley wrote: > All - > > OpenSuse 12.3 i586 and x86_64 have been added to the build machine. > ooRexx builds will now be available daily for those two environments. > Thanks for the update David. -

[Oorexx-devel] Announce: ooDialog 4.2.2 beta now available

2013-03-04 Thread Mark Miesfeld
aller will replace the current ooDialog with ooDialog 4.2.2. -- Mark Miesfeld for the ooRexx Development Team -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for

Re: [Oorexx-devel] Docbook - keeping code sample on the same page

2013-03-03 Thread Mark Miesfeld
is no way to do that. That is why I changed all the old IBM railroad track diagrams to the format I'm using now in oodialog.pdf. There may be a way to do it in Publican. Again, the best bet might be to ask these types of question on the Publican us

Re: [Oorexx-devel] Docbook - how get bold *and* italic?

2013-03-03 Thread Mark Miesfeld
> > > > > in my "customisation layer". > I believe that Publican allows you to make some changes through your "brand". You might try asking these types of questions on the Publican user list. -- Mark Miesfeld --

Re: [Oorexx-devel] Can't get to Doc Build page - anything wrong?

2013-03-01 Thread Mark Miesfeld
On Fri, Mar 1, 2013 at 4:18 AM, Oliver Sims < oliver.s...@simsassociates.co.uk> wrote: > ** > I can't get to http://build.oorexx.org/builds/docs/. I get an "Unable to > connect". > > Is it down? > Yes, I think it is down. I could

Re: [Oorexx-devel] Problem with ResizingAdmin

2013-02-20 Thread Mark Miesfeld
t in build 9015)? > Or maybe, if possible, remove the need to return anything? > Hi Oliver, You're absolutely right that the constraint needs to be specified in the reference. But, no I'm not going to remove the constraint. Although, I'll have to look at the lo

Re: [Oorexx-devel] Typo in ooDialog Reference 8900?

2013-02-01 Thread Mark Miesfeld
Okay, fixed it. -- Mark Miesfeld On Fri, Feb 1, 2013 at 1:39 PM, Oliver Sims < oliver.s...@simsassociates.co.uk> wrote: > ** > Page 836 Table 9.5, first entry is "newPushButtons" - should this be > "newPus

Re: [Oorexx-devel] Build Machine Status

2013-01-23 Thread Mark Miesfeld
Thanks David for this, and all the work you do to keep the build machine going. -- Mark Miesfeld On Wed, Jan 23, 2013 at 6:07 PM, David Ashley wrote: > All - > > The ooRexx Build Machine is now fully functional again. > &g

Re: [Oorexx-devel] ooDialog Reference 8850 - minor error

2013-01-16 Thread Mark Miesfeld
Ok, I'll fix that. -- Mark Miesfeld On Wed, Jan 16, 2013 at 2:57 PM, Oliver Sims < oliver.s...@simsassociates.co.uk> wrote: > ** > In Table 5.5 on page 632 of the ooDialog Reference (Build 8850), the > Method "IDC_DEFAULT_PINT" over-writes the Description text

[Oorexx-devel] Announce: ooDialog 4.2.1 release candidate now available

2013-01-03 Thread Mark Miesfeld
led ooRexx, location, and version. If the ooRexx version is less than 4.1.0, or if there is no installed ooRexx, the installer will abort with a message explaining the problem. Otherwise the installer will replace the current ooDialog with ooDialog 4.2.1. -- Mark Miesfeld for the ooRexx Develo

Re: [Oorexx-devel] Publican Indexes

2012-12-18 Thread Mark Miesfeld
ere showed any interest in it at all. I agree with you that in a book well indexed, Publican makes the index useless. It would take someone who understands both XSLT and the internals of Publican to do it. -- Mark Miesf

[Oorexx-devel] Announce: ooSQLite upgraded to use SQLite library version 3.7.15

2012-12-15 Thread Mark Miesfeld
For those interested in ooSQLite: SQLiter recently release version 3.7.15. ooSQLite has been upgraded to use that version. Installation files are on SourceForge now: https://sourceforge.net/projects/oorexx/files/ooSQLite/ -- Mark Miesfeld

[Oorexx-devel] Announce: ooDialog 4.2.1 beta now available

2012-12-12 Thread Mark Miesfeld
ialog with ooDialog 4.2.1. -- Mark Miesfeld for the ooRexx Development Team -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Im

Re: [Oorexx-devel] oodialog - can anyone help with little effort?

2012-12-06 Thread Mark Miesfeld
ions of ooDialog are stuck at Windows 95 and stuck in the previous millennium. I'm living in 2013 and using Windows 7. I want to use an ooDialog that is meant for today's world and today's operating systems. ;-) -- Mark Miesfeld -

Re: [Oorexx-devel] oodialog - can anyone help with little effort?

2012-12-05 Thread Mark Miesfeld
e 4.0.0. But, it also uses two API methods that were not introduced until ooRexx 4.1.0. > > > Iow: which is a ‚new‘ feature? > Not sure if that is a question or not, I don't understand what you mean. ;-) -- Mark Miesfeld -

Re: [Oorexx-devel] oodialog - can anyone help with little effort?

2012-12-05 Thread Mark Miesfeld
On Wed, Dec 5, 2012 at 4:24 PM, Mark Miesfeld wrote: > On Wed, Dec 5, 2012 at 2:03 PM, Mark Miesfeld wrote: > >> I can help you with this, give me a little bit of time to put something >> together. >> >> > > Here's a simple start of a program. I used

Re: [Oorexx-devel] oodialog - can anyone help with little effort?

2012-12-05 Thread Mark Miesfeld
On Wed, Dec 5, 2012 at 2:03 PM, Mark Miesfeld wrote: > I can help you with this, give me a little bit of time to put something > together. > > Walter, Here's a simple start of a program. I used the '-' line continuation character so that lines won't wrap. I

Re: [Oorexx-devel] oodialog - can anyone help with little effort?

2012-12-05 Thread Mark Miesfeld
I can help you with this, give me a little bit of time to put something together. -- Mark Miesfeld On Wed, Dec 5, 2012 at 1:34 PM, Walter Pachl wrote: > I am working on this: > I want to implement this little and simple program using oodialog: > Do Until wordlist='' >

Re: [Oorexx-devel] Building ooRexx on Windows

2012-11-28 Thread Mark Miesfeld
icrosoft.com/en-us/download/details.aspx?id=8442c -- Mark Miesfeld -- Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders k

Re: [Oorexx-devel] Building ooRexx from trunk on XP problems, when arriving at building oodialog ...

2012-11-19 Thread Mark Miesfeld
.pdf which your build report said were missing. So, don't open a bug, the ooRexx-4.1.2-pdf.zip package is correct on SourceForge. -- Mark Miesfeld -- Monitor your physical, virtual and cloud infrastructure from

Re: [Oorexx-devel] Building ooRexx from trunk on XP problems, when arriving at building oodialog ...

2012-11-19 Thread Mark Miesfeld
On Mon, Nov 19, 2012 at 11:31 AM, Rony G. Flatscher < rony.flatsc...@wu-wien.ac.at> wrote: > > On 19.11.2012 19:37, Mark Miesfeld wrote: > > On Mon, Nov 19, 2012 at 10:16 AM, Rony G. Flatscher < > rony.flatsc...@wu-wien.ac.at> wrote: > >> Up to you, although

Re: [Oorexx-devel] Building ooRexx from trunk on XP problems, when arriving at building oodialog ...

2012-11-19 Thread Mark Miesfeld
> (ooRexx-4.1.2-pdf.zip), the following pdf files are missing from it, hence > the build aborts with the appropriate error messages in the logfile: > > oodguide.pdf > rexxextensions.pdf > unixextensions.pdf > winextensions.pdf > > Not sure whether I should create a bug in

Re: [Oorexx-devel] Building ooRexx from trunk on XP problems, when arriving at building oodialog ...

2012-11-19 Thread Mark Miesfeld
On Mon, Nov 19, 2012 at 1:26 AM, Rony G. Flatscher < rony.flatsc...@wu-wien.ac.at> wrote: > > On 19.11.2012 10:23, Rony G. Flatscher wrote: > > On 18.11.2012 17:51, Mark Miesfeld wrote: > > On Sun, Nov 18, 2012 at 8:26 AM, Rony G. Flatscher < > rony.flatsc...@wu-

Re: [Oorexx-devel] Building ooRexx from trunk on XP problems, when arriving at building oodialog ...

2012-11-18 Thread Mark Miesfeld
So, I would cd to the ooDialog source directory and run that .bat file from the command line and see what happens. The correct working of the .bat file itself is dependent on having a command line svn client installed. But, that doesn't look like the problem

[Oorexx-devel] Changing default searches in trackers

2012-11-07 Thread Mark Miesfeld
Hi All, I want to change the default "open tickets" searches in the trackers so that "Pending" items are not included. So that Open tickets shows only items actually in the open state. Since this affects every one I want to see if their are any objection

[Oorexx-devel] Fwd: [publican-list] Publican 3.0.0 is here at last!

2012-10-30 Thread Mark Miesfeld
FYI for those not subscribed to the Publican mailing list. -- Mark Miesfeld -- Forwarded message -- From: Ruediger Landmann Date: Tue, Oct 30, 2012 at 8:17 PM Subject: [publican-list] Publican 3.0.0 is here at last! To: Publican discussions Folks, after a protracted and

Re: [Oorexx-devel] Revision History in docs

2012-10-25 Thread Mark Miesfeld
put "Added chapters 7 and 8 to the User Guide manual." -- Mark Miesfeld -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for fr

Re: [Oorexx-devel] Discuss: Open source encryption software export regulations

2012-10-23 Thread Mark Miesfeld
AR. I'll follow up with their help, and also see if the Open Source Initiative has some additional help. I agree this is not something to take lightly, and in 2008 we would most definitely have had to file formal documents or be liable for prosecution. However, after spending about 6 hours resea

Re: [Oorexx-devel] Discuss: Open source encryption software export regulations

2012-10-23 Thread Mark Miesfeld
On Tue, Oct 23, 2012 at 10:33 AM, Rick McGuire wrote: > I concur. That's exactly what my research has uncovered to date too. Okay good. I'll wait awhile for David's input and then probably go about taking care of this next week.

[Oorexx-devel] Discuss: Open source encryption software export regulations

2012-10-23 Thread Mark Miesfeld
extension I'm considering. This also sets things up so that we could add an ooRexx extension giving access to the general purpose encryption library that Botan supplies. Any objections? Any other comments? -- Mark Miesfeld ---

Re: [Oorexx-devel] ooRexx DSSSL Docs

2012-10-16 Thread Mark Miesfeld
tps://sourceforge.net/p/oorexx/code-0/8514/tree/sandbox/4.0-prototype/> 2008-07-27** bigrixx[r2790] Move 4.0 prototype code out of main stream<https://sourceforge.net/p/oorexx/code-0/2790/> -- Mark Miesfeld On Tue, Oct 16, 2012 at 7:28 AM, David Ashley wrote: > All - > > To be truthful I

Re: [Oorexx-devel] Emailed copies of bugs/patches threads

2012-10-12 Thread Mark Miesfeld
tically. If I want to review the thread of a particular tracker item, it is easy to do. -- Mark Miesfeld -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance mana

Re: [Oorexx-devel] Outdated ooRexx docs on http://www.ooRexx.org

2012-09-22 Thread Mark Miesfeld
very page says: "© Copyright 2007-2008 Rexx Language Association. All rights reserved" So, maybe you need to take this up with the officers of RexxLA? I don't see anything on SourceForge that controls this. -- Mark Miesfeld -

Re: [Oorexx-devel] table vs. identitytable

2012-09-21 Thread Mark Miesfeld
n 5.3.17, the IndentityTable is being documented. They should have different text. Now there could be copy and paste errors in section 5.3.17, but when I look at the reference doc, I don't see any. -- Mark Miesfeld -

Re: [Oorexx-devel] Missing tracker notifications

2012-09-21 Thread Mark Miesfeld
tracker items are not showing up. Feature requests for example. Let me know if you open a ticket so I can vote it up. -- Mark Miesfeld -- Got visibility? Most devs has no idea what their production app looks like. Fi

Re: [Oorexx-devel] ooRexx Getting Started Document

2012-09-17 Thread Mark Miesfeld
David, I agree with you completely. Everything you are saying about ooRexx in general applied to ooDialog. Which is why I encouraged Oliver to tackle a "user Guide" for ooDialog. The hard part of course is writing it. -- Mark Miesfeld On Mon, Sep 17, 2012 at 12:40 PM, David As

Re: [Oorexx-devel] Moving to Publican

2012-09-12 Thread Mark Miesfeld
David converted tho oodguide to Publican. So you just need to use that tree: svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/docs/trunk/publican/oodguide rather than: svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/docs/trunk/oodguide Your SourceForge ID of course. -- Mark Miesfeld On

Re: [Oorexx-devel] Namine Conventions

2012-09-11 Thread Mark Miesfeld
I think using x86_32 and x86_64 is the way to go. It is a simple matter to rename the package, if needed. That's what I did for the recent install packages, I just renamed some of them to be consistent. -- Mark Miesfeld On Tue, Sep 11, 2012 at 2:43 PM, David Ashley wrote: > We are

Re: [Oorexx-devel] Mac OS X binary

2012-09-05 Thread Mark Miesfeld
Thanks a lot Bruce. I put the file up on SourceForge. -- Mark Miesfeld On Wed, Sep 5, 2012 at 7:26 PM, CVBruce wrote: > https://dl.dropbox.com/u/1426853/ooRexx-4.1.2-i586.dmg > > Bruce > > -- > Liv

Re: [Oorexx-devel] Differing formats of commit emails?

2012-09-01 Thread Mark Miesfeld
on Windows, but have to compile it on Linux. So, it often happens that I make a commit then compile it on the machine next to me and turn around to make a small commit to fix tags. So, there are some commits from me within the space of a few minutes.

[Oorexx-devel] Announce ooRexx 4.1.2 Is Now Available

2012-08-31 Thread Mark Miesfeld
(Sorry, this is the same announcement as I just posted, but with a subject.) The Open Object Rexx Development Team is proud to announce the availability of ooRexx 4.1.2. This is a bug fix only release, with 15 to 20 bugs fixed. Installation packages for ooRexx are available immediately on SourceF

[Oorexx-devel] (no subject)

2012-08-31 Thread Mark Miesfeld
The Open Object Rexx Development Team is proud to announce the availability of ooRexx 4.1.2. This is a bug fix only release, with 15 to 20 bugs fixed. Installation packages for ooRexx are available immediately on SourceForge. You can download ooRexx 4.1.2 from: http://sourceforge.net/projects/oor

[Oorexx-devel] Question on publican/oorexx

2012-08-30 Thread Mark Miesfeld
n build creates everything, then it shouldn't be checked in. But, I'm not sure if the stuff in publish/oorexx is needed for the build, or the result of the build. -- Mark Miesfeld -- Live Security Virtual Conference

Re: [Oorexx-devel] Docs to Publican Status

2012-08-30 Thread Mark Miesfeld
Okay, thanks David. That makes sense. -- Mark Miesfeld On Thu, Aug 30, 2012 at 2:35 PM, David Ashley wrote: > I am not 100% sure, but I believe it has to do with elements that will > not completely fit on a page. For instance, an ordered list or a > paragraph. I think it is warning th

Re: [Oorexx-devel] Docs to Publican Status

2012-08-30 Thread Mark Miesfeld
position 60947:7175) I get one warning like the above for almost every single page. The pages look fine, I'm not sure what the warning comes from. -- Mark Miesfeld On Thu, Aug 30, 2012 at 1:09 PM, David Ashley wrote: > Actually, since you will be the one who mostly maintains the oodialog >

Re: [Oorexx-devel] Docs to Publican Status

2012-08-30 Thread Mark Miesfeld
them cpmpletely. But the choice is yours. Yeah, I am redirecting the output to a log file. That works okay. I also opened a RFE at the Publican project for a way to turn the warnings off. One of the developers suggested setting debug to 0 in the publican.cfg file. But that doesn't help. --

Re: [Oorexx-devel] Docs to Publican Status

2012-08-30 Thread Mark Miesfeld
#x27;m leaning towards using the xreflabel attribute in 98% of the cases and keeping the link tag in the other cases. -- Mark Miesfeld -- Live Security Virtual Conference Exclusive live event will cover all the ways tod

<    1   2   3   4   5   6   7   8   9   10   >