Re: [Oorexx-devel] ooRexx does nothing visible when installed.

2013-12-11 Thread hakan
May I suggest that when installation is finnished, bring up the ooRexx ref guide (hopefully pdf reader is installed) or the readMe pdf, for those that doesn't bother to look for what was installed. Maybe a new installation option instead 'tickbox - I want to know what to do after install'

[Oorexx-devel] ::Constant

2013-10-21 Thread hakan
/* rexx */ Trace i Say .methods~HELLO Exit ::constant HELLO 'The computer says:' - Gives 3 *-* Say .methods~HELLO E .METHODS = a Directory M HELLO = a Method a Method a Method 5 *-* Exit I expected the say .methods~HELLO statement to return the

Re: [Oorexx-devel] New ooRexx Windows Compile Error

2013-09-17 Thread hakan
In that lighting and David's case, can't rxapi kill it self when the build is finnished, that way David should be able to build both version on same VM without bother about rxapi, except for the Win32Rel directory stuff. If oorexx not installed, kill rxapi unconditionally. How to solve if

Re: [Oorexx-devel] New ooRexx Windows Compile Error

2013-09-17 Thread hakan
You probably have 2 instances of rxapi running, one 64bit and one 32 bit, you need to cancel one/both before the build This happens when, building both 64 and 32 bit oorexx on same machine. Stuck on building REXX.img. I get this when I build a oorexx 32 bits version first (on a 64 bit

Re: [Oorexx-devel] New ooRexx Windows Compile Error

2013-09-17 Thread hakan
Mark Is it with, without any big changes, possible the let the build directory (Win32Rel) reflect the bitness of the latest oorexx build, like Win64Rel/Win32Rel, that would make it easier to rebuild the independant oodialog when needed. For now I keep two Win32Rel (x64 and x32) and rename them

[Oorexx-devel] Manuals on build machine

2013-05-27 Thread hakan
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.pdf has not been built since revision 9929 As of this mail, latest revison is 9247 at build machine

Re: [Oorexx-devel] oosqlite 3.7.17

2013-05-22 Thread hakan
not sure that SourceForge will let attachments through. On Wed, May 22, 2013 at 10:08 AM, hakan hexi...@users.sourceforge.net wrote: Mark As I saw that oosqlite was updated to sqlite 3.7.17 and as I am curious of new functionallity in that release I tried to compile it (on windows

Re: [Oorexx-devel] Getting Started - Basic Outline

2012-09-19 Thread hakan
For me this looks like it's overlapping the contents of ooREXX Programming Guide too much, maybe concentrate on a oorexx Programming Guide II advanced, which concentrate on objects/classes, threading more ooStuff, that many, including myself, old rexx programmers have less experience with.

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

2012-08-24 Thread hakan
I reported this already (item #3151709, was opened at 2011-01-05 09:52), and I was also surprised. There is a note in REXXREF about sorting arrays and non-sparse arrays (page 285). I found out after reporting. I think it's not consistent with Do s over array say s end This will show all

Re: [Oorexx-devel] Testing new SysFileTree?

2012-08-23 Thread hakan
Michel try the Debian build, from buildmachine, usally it works for me on Ubuntu /hex - Ursprungligt Meddelande: Från: Mark Miesfeld miesf...@gmail.com Till: Open Object Rexx Developer Mailing List oorexx-devel@lists.sourceforge.net Kopia: Datum: fredag, 24 augusti 2012

Re: [Oorexx-devel] Allura - hmm

2012-08-15 Thread hakan
Now, it seems to show create ticket, but not for all items, for example support request is missing create ticket, maybe more. Besides that, is it possible to globally define the sort order on ticket number, to get the most recent at top, as for now one must click on # (twice) to most recent on

Re: [Oorexx-devel] Allura - hmm

2012-08-15 Thread hakan
the sort order? On Wed, Aug 15, 2012 at 4:29 PM, hakan hexi...@users.sourceforge.net wrote: Ok, I see How about the sort order ? /hex - Ursprungligt Meddelande - Från: Rick McGuire object.r...@gmail.com Till:hexi...@users.sourceforge.net , Open Object Rexx Developer Mailing List oorexx

Re: [Oorexx-devel] Possible Documentation Change

2012-08-09 Thread hakan
Looked at the latest created rxsock pdf and see that, every odd page number, text is more indented then the text on even page numbers ! Any thoughts about the font used ? /hex - Ursprungligt Meddelande: Från: David Ashley w.david.ash...@gmail.com Till: Open Object Rexx

Re: [Oorexx-devel] New SYSFILETREE order of returned values

2012-08-09 Thread hakan
...@users.sourceforge.net, Open Object Rexx Developer Mailing List oorexx-devel@lists.sourceforge.net Kopia: Datum: torsdag, 09 augusti 2012 20:54 Ämne: Re: [Oorexx-devel] New SYSFILETREE order of returned values On Wed, Aug 8, 2012 at 1:01 PM, hakan hexi...@users.sourceforge.net wrote: Brandon is correct

Re: [Oorexx-devel] Possible Documentation Change

2012-08-08 Thread hakan
Personally I don't like the font used in the text parts and the lack of page-breaks. Also the class object pictures is to low-res compared to the running text. Maybe I have read to many IBM manuals, that has an easy reading font and mostly, page-breaks at a suitable place. /hex

[Oorexx-devel] New SYSFILETREE order of returned values

2012-08-08 Thread hakan
This is on win7 64bit and oorexx 4.2.0 8149. Using the new SYSFILETREE , maybe it also applies to the old SYSFILETREE!, I have a question. In what order is the result returned in the steam ? Reading a windows path, it seems the result is returned in alphabetic order, but reading a networkpath

Re: [Oorexx-devel] New SYSFILETREE order of returned values

2012-08-08 Thread hakan
values On Wed, Aug 8, 2012 at 11:07 AM, hakan hexi...@users.sourceforge.net wrote: This is on win7 64bit and oorexx 4.2.0 8149. Using the new SYSFILETREE , maybe it also applies to the old SYSFILETREE!, I have a question. There is nothing in the reworked code that would change this from

Re: [Oorexx-devel] New SYSFILETREE order of returned values

2012-08-08 Thread hakan
://www.samba.org/samba/docs/man/manpages-3/vfs_dirsort.8.html -- Brandon Cherry On 8/8/2012 3:10 PM, hakan wrote: Ok, I see I haven't tried the old sysfiletree with UNC path so have no clue if it differs in result returned, probably not. The new sysfiletree seems to work with UNC path's from Win7

Re: [Oorexx-devel] ooSQLite 'sanitizer' / 'encapsulate' functionality added.

2012-06-24 Thread hakan
Much appreciated and useful method/function - Ursprungligt Meddelande - Från: Mark Miesfeld miesf...@gmail.com Till: ooRexx Dev List oorexx-devel@lists.sourceforge.net Kopia: Datum: lördag, 23 juni 2012 22:53 Ämne: [Oorexx-devel] ooSQLite 'sanitizer' / 'encapsulate' functionality added.

[Oorexx-devel] ooSQLite NULL value ?

2012-06-21 Thread hakan
Is it possible to get some assistance from ooSQLite code regarding NULL values in SQL statments ? Lets say you define a table like this (from ooSQLite examples more or less) in a database sql = CREATE TABLE addr_type ( || .endOfLine || - id INTEGER PRIMARY

Re: [Oorexx-devel] ooSQLiteDB name change to ooSQLiteDbConn or ?

2012-06-15 Thread hakan
No offense, but... Isn't it great that someone take their time to implement the interface to SQLite when oneself is not talent/or lack the knowledge how to do it !. If SQLite will evolve and that is delayed/not implemented in ooSQLite, well you can always do the implementation yourself, but as

Re: [Oorexx-devel] ooSQLite usage

2012-06-14 Thread hakan
MINUTES when using a disc based database only, with same data. Great improvment. By the way I also downloaded the latest SQLite source 3.7.13 and used that in the compile above. All works very well. /hex - Ursprungligt Meddelande: Från: hakan hexi...@users.sourceforge.net

Re: [Oorexx-devel] ooSQLite usage

2012-06-14 Thread hakan
mycmds/* Write the lines */ f~lineout(line) end f~close - Ursprungligt Meddelande: Från: hakan hexi...@users.sourceforge.net Till: oorexx-devel@lists.sourceforge.net Kopia: Datum: torsdag, 14 juni 2012 21:22 Ämne: Re: [Oorexx-devel] ooSQLite usage As I saw

Re: [Oorexx-devel] ooSQLite usage

2012-06-14 Thread hakan
- Ursprungligt Meddelande: Från: Mark Miesfeld miesf...@gmail.com Till: hexi...@users.sourceforge.net, Open Object Rexx Developer Mailing List oorexx-devel@lists.sourceforge.net Kopia: Datum: fredag, 15 juni 2012 01:26 Ämne: Re: [Oorexx-devel] ooSQLite usage On Thu, Jun 14, 2012 at 1:11 PM, hakan hexi

[Oorexx-devel] ooSQLite usage

2012-06-08 Thread hakan
After trying the ooSQLite package, I must say I am very impressed (well I am not a DB person, so the learning curve is step) but I find it useful for some of my ooREXX programs. The samples have been very helpful, I am now able to create, load and query a database/tables in ooREXX. One thing is

Re: [Oorexx-devel] ooSQLite usage

2012-06-08 Thread hakan
Very cool. On Fri, Jun 8, 2012 at 11:07 AM, hakan hexi...@users.sourceforge.net wrote: After trying the ooSQLite package, I must say I am very impressed (well I am not a DB person, so the learning curve is step) but I find it useful for some of my ooREXX programs. The samples have been very

[Oorexx-devel] REXXGTK Any chance for a windows binary

2009-08-18 Thread hakan
Will there be a compiled REXXGTK available for windows in the near future ?-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment -