Still not seeing a hang. I get same sequence of messages. There is a very long delay between the first message and the second (I suspect that's the loop), then I see the rest of the sequence and the program exits.
Rick On Sat, Jan 23, 2010 at 6:50 PM, Mark Miesfeld <[email protected]> wrote: > On Sat, Jan 23, 2010 at 3:45 PM, Rick McGuire <[email protected]> wrote: > >> The order of operations also does not appear to be the same as what >> you're seeing. Here's the trace entries I'm seeing: >> >> In Rexx method ONDTPCLOSEUP. Thread ID: 436 >> Leaving Rexx method ONDTPCLOSEUP. Thread ID: 436 >> In Rexx method OK. Thread ID: 4464 >> Leaving Rexx method OK. Thread ID: 4464 >> Leaving Rexx main program Thread ID: 4464 > > I think you need to click twice, quicker on the OK button. It will > only hang if leaving ONDTPCLOSEUP happens after leaving Rexx main > program. > > Or in the example program up the loop count (and click twice quicker.) > > ::method onDTPCloseUp unguarded > > say 'In Rexx method ONDTPCLOSEUP. Thread ID:' .DlgUtil~test(0) > do 100000 > y = 7 + 7 + 7 > y = y / 7 > y = 7 * 7 > y = 7 ** 1000 > end > > Change the do 100000 to a higher number, like do 400000 or maybe just > add a 0 to make it 1000000. It could be that your system is faster > than what I'm on right now. > > -- > Mark Miesfeld > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
