event.GetFindString() returns a zero-length string in wxpython 2.9

Robin,

The wxPython Demo FindReplaceDialog demonstrates the problem.
   REPLACE_ALL -- Find text: Replace text: Replace text: xyz Flags: 1
Find text is empty, Replace text is correct.

Thanks,
Bruce

> wxpython,
>
> I am using a code editor that calls :event.GetFindString()
> event.GetFindString() returns a zero-length string in wxpython 2.9.4.0,(
> Windows 7, python 2.7.3 32bit)
> This problem was posted previously on Feb 5, 2011
>
> Has this problem be resolved? Workaround?

What kind of event is it? MakingSampleApps - wxPyWiki

--
Robin Dunn
Software Craftsman
http://wxPython.org

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

···

Sent from my LG phone
bruce g <bruceg113355@gmail.com> wrote:

On Monday, July 30, 2012 12:41:24 PM UTC-4, Robin Dunn wrote:

On 7/29/12 10:55 AM, bruce g wrote: