Page 1 of 1

TrvActionFind dialog switching focus on Close

Posted: Tue Jun 26, 2012 7:25 am
by hejsan
I am using the TrvFindAction to open a dialog and find text in a TRichViewEdit v13.6.2, and encountered a possible bug(?); whenever I click Close or "x" (Windows 7 64-bit), the find dialog disappears as expected, but the entire parent form application loses focus and switches to another open Windows 7 window. What could be the possible cause for this issue?

Thank you.

Posted: Tue Jun 26, 2012 2:14 pm
by Sergey Tkachenko
Does it happen if you call TFintDialog.Execute without an action?

Posted: Wed Jun 27, 2012 7:44 am
by hejsan
Sergey Tkachenko wrote:Does it happen if you call TFintDialog.Execute without an action?
Yes I tried it now and it does happen if I call it without an action..

Posted: Wed Jun 27, 2012 9:59 am
by Sergey Tkachenko
It looks like a general Delphi XE2 problem...

Posted: Wed Jun 27, 2012 11:58 am
by hejsan
Sergey Tkachenko wrote:It looks like a general Delphi XE2 problem...
Yes it seems like it is not an issue with RichView at all. Thanks for your help anyway.