On Fri, Jan 25, 2013 at 7:59 AM, Staffan Tylen <[email protected]>wrote:
> I've got process A that starts process B using the popupAsChild method.
> Process A continues and makes something that it wishes to inform process B
> about. I've tried using send(method) or start(method) against the message
> object returned from popupAsChild, but send doesn't seem to do anything and
> start generates an error message.
>
I think you are making this too complicated. Just invoke the method
directly
>
> Process A:
> b = .B~new
>
b~popupAsChild(...)
> ....
> b~METHOD1
> ...
>
> Process B:
> ::CLASS B PUBLIC
> ...
> ::METHOD METHOD1
> do something
>
> Is this possible at all and if so what am I doing wrong?
>
The above should work fine.
--
Mark Miesfeld
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users