Hi all,
My app has a built in text editor, and I used wxFindReplaceDialog.
Problem is, it does not float on top of the parent frame (or styled text control).
Is this normal behaviour? I can get it to stay on top using wxSTAY_ON_TOP, but that means it's on top of all windows, not just the text editor (which is a separate top level window).
Thanks in advance,
Tony.