Re: [Oorexx-devel] Interesting post on the Discussion list

2025-08-23 Thread dominicjwise
Update: I can see on the forum post that Enrico has confirmed ninja builds already work on Mac. My changes are for oodialog only so should not change that behaviour since oodialog is only built on Windows From: dominicjw...@gmail.com Sent: 23 August 2025 23:27 To: 'Open Object Rexx Develope

Re: [Oorexx-devel] Interesting post on the Discussion list

2025-08-23 Thread dominicjwise
Hi all, Just as an update I’ve added a diff file to the forum post which facilitates clean “ninja” builds on Windows. Linux already works fine with ninja but I don’t build on mac (yet!) so don’t know about that. The changes are very small and are just to ensure that the various oodialog bi

Re: [Oorexx-devel] No, only the hang bug left and that can be solved with Dom Wise's patch (Re: Maybe two different bugs? A question ad fixing the hang

2025-08-23 Thread dominicjwise
Hi all, Attached is the diff for the full fix (from clean svn 13006 ) which only nudges the dispatch queue once. Kind Regards Dom From: dominicjw...@gmail.com Sent: 23 August 2025 21:49 To: 'Open Object Rexx Developer Mailing List' Subject: RE: [Oorexx-devel] No, only the hang

Re: [Oorexx-devel] No, only the hang bug left and that can be solved with Dom Wise's patch (Re: Maybe two different bugs? A question ad fixing the hang

2025-08-23 Thread dominicjwise
Also changed in Activity.hpp (missed this earlier) -+ void exitCurrentThread(bool dispatch = true); I’ll put together a proper diff From: dominicjw...@gmail.com Sent: 23 August 2025 20:24 To: 'Open Object Rexx Developer Mailing List' Subject: RE: [Oorexx-devel] No, only the hang

Re: [Oorexx-devel] No, only the hang bug left and that can be solved with Dom Wise's patch (Re: Maybe two different bugs? A question ad fixing the hang

2025-08-23 Thread dominicjwise
Hi Rony, Nice work! As regards to my possible fix I was thinking that it might be a good idea to modify it slightly with a few additional small changes. What I’m thinking is that ActivityManager::releaseAccess should have a flag added which determines whether or not to call dispatchN

[Oorexx-devel] No, only the hang bug left and that can be solved with Dom Wise's patch (Re: Maybe two different bugs? A question ad fixing the hang

2025-08-23 Thread Rony G. Flatscher
On 22.08.2025 21:58, Rony G. Flatscher wrote: On 22.08.2025 13:31, Rony G. Flatscher wrote: Having tested the interpreter without Dom's patch with the samples fxml_25, fxml_26, fxml_27, and fxml_99 ("BSF4ooRexx850\samples\JavaFX") the following could be observed using different versions of Ja