1. VEL report: find dialog problem??
------=_NextPart_000_0034_01BF16E5.39B8D6C0
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
Hi Gary!
Nice to hear you again!!
I've tried bleeding edge version and rich text works fine, but found =
problem with Find Dialog.
If find dialog were created like this,
FindDialog1=3DShowDialog(FINDDIALOG,RichEdit1)
I get pop up window with message "ERROR: Invalid Dialog"
With version 005 find dialog works properly.
Thanks,
Robert
------=_NextPart_000_0034_01BF16E5.39B8D6C0
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=3Dtext/html;charset=3Diso-8859-2 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Hi Gary!</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>Nice to hear you =
again!!</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>I've tried bleeding edge version and =
rich text=20
works fine, but found problem with Find Dialog.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 size=3D2>If find dialog were created like=20
this,</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>FindDialog1=3DShowDialog(FINDDIALOG,RichEdit1)<BR>I get pop up =
window with=20
message "ERROR: Invalid Dialog"</FONT></DIV>
<DIV> </DIV>
<DIV><FONT color=3D#000000 size=3D2>With version 005 find dialog works=20
properly.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 size=3D2>Thanks,</FONT></DIV>
------=_NextPart_000_0034_01BF16E5.39B8D6C0--
2. Re: VEL report: find dialog problem??
Hello Robert,
FindDialog requires the following in the bleeding edge version:
FindDialog1 = CreateControl(FINDDIALOG,RichEdit1)
i = ShowDialog(FindDialog1, RichEdit1)
This was necessary for extending all the dialogs... for example, providing
file filtering in the open and save dialogs. The documentation (such as it
is) for the experimental version explains this.
Gary.
Robert Gorenc <Robert.Gorenc at SIEMENS.HR> wrote:
>Hi Gary!
>Nice to hear you again!!
>I've tried bleeding edge version and rich text works fine, but found
problem with Find Dialog.
>
>If find dialog were created like this,
>FindDialog1=ShowDialog(FINDDIALOG,RichEdit1)
>I get pop up window with message "ERROR: Invalid Dialog"
>
>With version 005 find dialog works properly.
>
>Thanks,
>Robert
>