On Thu, Dec 27, 2012 at 8:01 PM, Art Heimsoth <artst...@artheimsoth.com> wrote:
>> On Thu, Dec 27, 2012 at 3:50 PM, Art Heimsoth
>> <artst...@artheimsoth.com> wrote:

> Okay, this also appears to be working except for when I attempt to
> execute a method from the OK method in the child.  I am using
> SQL in the child InitCode method okay, and a log method in the
> setup of the data, where the log method is in the mother and the
> execution of it is in the child method (someMethod) in your example.
> Those both work okay.  When I attempt to execute the same log
> method from the OK in the child, the dialog seems to not respond
> anymore until I "X" out of the child dialog.

Which dialog doesn't seem to respond?  The parent or the child?

> Using Say statements
> I have verified the log method is NOT entered, but everything up
> to the execution of the self~parent~log("message") is working.
> Is there something special about the OK method in this case?

There shouldn't be anything special about the Ok method, that I can
think of.  You might have a guarded method problem, but I can't say
what.  I.e. some method is guarded and can not run.

How do you start the child dialog?  I.e., do you use execute() or
popupAsChild() or ... ?  What does the method in your parent that
starts the child look like?  Is it guarded?  The things I think of
that might stop it from executing would seem to prevent it from
executing in your other call to the method.  Since that apparently
works, I can't say.

--
Mark Miesfeld

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to