Hi
Thanks for the reply, but two point , 1) I thought modalFor was a
build in DrDialog function, and two it works if it is called from a
control eg button, I think the problem is that the function is not
getting the id of the calling dialog when it is called from the rexx
method, any other ideas
regards
Adrian
--- In GuiObjectRexx@yahoogroups.com, Wayne <datablitz@...> wrote:
>
> ** Reply to note from "Adrian Suri" <adrian.suri@...>
> Wed, 02 Apr 2008 07:46:52 -0000
> >
> >
> > Hi all
> >
> > Not sure if anyone can help here but I nearlly completed and
> > ready to release a beta of WarpArchiver, which is a front end to
> > zip/arj/zoo/ace/cab/wpi file including self extracting, however I
> > have bumped into another problem! Basically if you want to create
> > a modal dialog which disables all other dialogs, and does not
> > return a value until you dismiss it, it then return a value you
> > decide on, ModalFor(dial, alias, registerwin list) This work direct
> > from a control, or even procedure etc. However, put it in an
> > "object rexx" method, or even call a function from an object rexx
> > method I get a "Routine not found error", before I start writing my
> > own custom dialog in a Rexx dll has anyone got any ideas how to
> > get over this problem
> >
> > Regards
> >
> > Adrian Suri
> >
> >
>
> Seems like the dll that contains ModalFor is not being found. Maybe
> the current directory or libpath has changed.
>
> HTH
> Wayne
>