Mark,
 
In the SimpleParentDlg that you had modified, why the "reply .false"
statement?
 
> Art,
>
> Here's your example, edited so that it works the way you want, I
> think.
>
>
.....
> ::class "SimpleParentDlg" subclass UserDialog
>
>
> ::method init
> forward class (super) continue
>
>
> self~create(30, 30, 257, 123, "Simple Parent Dialog", "CENTER")  
> self~createPushButton(IDOK, 142, 99, 50, 14, "DEFAULT", "OK")  
> self~createPushButton(IDCANCEL, 197, 99, 50, 14, , "CANCEL")
>
>
> ::method ok unguarded
> childDlg = .ExampleChildDlg~new
>
>
> reply .false    <============ what is this/ what does it do?
>
> self~newPushButton(IDOK)~disable
> self~newPushButton(IDCANCEL)~disable
>
>
 
> --
> Mark Miesfeld
>
>
 
--
 Art Heimsoth - artst...@artheimsoth.com
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to