[Oorexx-devel] Announce: The Official Release of ooDialog 4.2.0

2012-08-26 Thread Mark Miesfeld
Installation packages for ooDialog 4.2.0 are now available on SourceForge. Beginning with the release of ooDialog 4.2.0, the installation of ooDialog has been decoupled from the interpreter. ooDialog 4.2.0 installs over the top of any ooRexx installation. It replaces the version of ooDialog in

[Oorexx-devel] Native API and thread context question

2012-08-26 Thread Mark Miesfeld
Hi Rick, I realized I might be doing something wrong in ooDialog. Maybe not strictly wrong but using up more memory than I should be. As you probably know, in Windows, you have the window message processing loop. I do an attach thread when the loop is initialized for a dialog and keep the

Re: [Oorexx-devel] Native API and thread context question

2012-08-26 Thread Rick McGuire
Mark, Your analysis is spot on. The argument array and any argument objects you construct are protected by the thread context you request them from until you either detach the context or tell the context to release the reference. This is necessary to prevent any object references you might be

Re: [Oorexx-devel] Testing new SysFileTree?

2012-08-26 Thread Michael Lueck
hakan wrote: Michel try the Debian build, from buildmachine, usally it works for me on Ubuntu /hex $ sudo dpkg -i oorexx_4.2.0-8276-debian605_i386.deb Selecting previously deselected package oorexx. (Reading database ... 35848 files and directories currently installed.) Unpacking oorexx (from

Re: [Oorexx-devel] Testing new SysFileTree?

2012-08-26 Thread Mark Miesfeld
Michael, Thanks a lot for testing this, I really appreciate it. -- Mark Miesfeld On Sun, Aug 26, 2012 at 5:30 PM, Michael Lueck mlu...@lueckdatasystems.com wrote: hakan wrote: Michel try the Debian build, from buildmachine, usally it works for me on Ubuntu /hex $ sudo dpkg -i

[Oorexx-devel] On the topic of enchaining SysFileTree...

2012-08-26 Thread Michael Lueck
Greetings, I can not remember if I ever officially opened an enhancement request against SysFileTree or not, however... ;-) Some time ago I ran up against unhelpful behavior with SysFileTree on *nix and the dotted 'hidden' file/directory concept. I recall it being stated that a new switch

Re: [Oorexx-devel] On the topic of enchaining SysFileTree...

2012-08-26 Thread Mark Miesfeld
Michael, Opening up a RFE is the only way to get that enhancement. But, opening up a RFE is not guaranteed to get it. -- Mark Miesfeld On Sun, Aug 26, 2012 at 7:00 PM, Michael Lueck mlu...@lueckdatasystems.com wrote: Greetings, I can not remember if I ever officially opened an enhancement