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

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?

Thanks,
Bruce

What kind of event is it? MakingSampleApps - wxPyWiki

···

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

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?

--
Robin Dunn
Software Craftsman

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

···

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

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

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? http://wiki.wxpython.org/MakingSampleApps


Robin Dunn

Software Craftsman

http://wxPython.org

Please create a ticket about this at trac.wxwidgets.org, setting the component to wxMSW.

···

On 7/30/12 12:01 PM, bruce g wrote:

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.

--
Robin Dunn
Software Craftsman