Re: [Oorexx-devel] Native API, call context, method context, ...

2009-09-02 Thread Mark Miesfeld
On Wed, Sep 2, 2009 at 2:59 PM, Rick McGuire wrote: > Well, I'll answer the question you're actually asking, but then I'll > give you a better option. > > One of the new additions to 4.0 was a sendWith() method, so you can use > > .FileNameDialog~sendWith("GET", arg(1, 'A')) > > will give ou what

Re: [Oorexx-devel] Native API, call context, method context, ...

2009-09-02 Thread Rony G. Flatscher
Mark Miesfeld wrote: > Probably only Rick that can help on this, maybe someone else has some ideas. > > In ooDialog there are some documented external functions that need to > stay, because well they were documented. > > So, I started out to convert them to typed routines as part of my > effort

Re: [Oorexx-devel] Native API, call context, method context, ...

2009-09-02 Thread Rick McGuire
Well, I'll answer the question you're actually asking, but then I'll give you a better option. One of the new additions to 4.0 was a sendWith() method, so you can use .FileNameDialog~sendWith("GET", arg(1, 'A')) will give ou what you want. However, there's another option. I suspect many of the