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
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
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,(
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.