On Mon, May 13, 2013 at 2:56 PM, Oliver Sims <
oliver.s...@simsassociates.co.uk> wrote:

> **
>
> I've re-created the problem and have committed the bad version to
> svn+ssh://
> os...@svn.code.sf.net/p/oorexx/code-0/ooDialog/trunk/examples/userGuide/exercises
> .
>
> To create problem:
> 1. Go to folder Exercise08
> 2. run startup.rex
> 3. The Order Management dialog opens. Dbl-click on "Customer List". The
> Customer List opens.
> 4. Dbl-click on any customer
> 5. Hit OK for the error message
> 6. It hangs with the "ooRexx Intercface has stopped working".
>
>

Oliver,

I pulled in your latest update, and it doesn't crash for me.  I also  tried
with the same version of ooDialog and ooRexx you reported in your first
post.

At first I didn't see any problems.  But, if I keep clicking on a customer
in the list, after 10 or 15 tries I do see an error condition raised:

   203 *-*       viewId~show("SHOWTOP")         -- if minimized, doesn't
work.
   214 *-*       objectMgr~showModel("CustomerModel", info~text, rootDlg)
            -- Ex07
   195 *-* self~showCustomer
Error 93 running
C:\work.ooRexx\wc\ooDialog\trunk\examples\userGuide\exercises\Exercise08\Support\ObjectMgr.rex
line 203:  Incorrect call to method
Error 93.900:  The SHOW method can not be invoked on a CUSTOMERVIEW when
the Windows dialog does not exist

I didn't look into that, because it indicates a Rexx programming error in
the program.  We can't prevent Rexx programmers from making coding errors.
 I just want to ensure that a Rexx coding error does not crash the
interpreter.

I think you are using 32-bit ooRexx?  I'll try it on another system.

Are you sure the current files in svn are the ones that produce a crash?

--
Mark Miesfeld
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to