Re: Window panes stay unactivated after AskDesignateFile() IsReplacing()
by "Neel" <nilesh_ibmr@[EMAIL PROTECTED]
>
Aug 21, 2006 at 03:51 AM
Your Welcome. Anytime Michael. I am glad.
Neel.
Michael Fielitz wrote:
> Hello Neel,
>
> Neel <nilesh_ibmr@[EMAIL PROTECTED]
> wrote:
>
> > Hi Michael,
> >
> > I have come across the same situation earlier, AskDesignateFile() nav
> > API holds up the dlg if we try to replace, In this case i found the
> > following solution:
> >
> > Set the dialogOptionFlag = kNavDontConfirmReplacement
> > and check for designator.IsReplacing() return value, according to the
> > return value you can put your own alert instead of Nav defualt error
> > message. So you can have the full control on your own alert . See if
> > this can help you.
>
> thank you very much - this simple workaround does the job!
>
> Michael