Python Forum
[WxPython] [SOLVED] Let user search read-only text control?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[WxPython] [SOLVED] Let user search read-only text control?
#1
Information 
Hello,

To let users search text, I currently simply 1) launch Windows' Notepad and 2) paste text, and the user uses its embedded Find dialog.

Does wxPython provide a text control with search feature instead?

Thank you.
Reply
#2
This article by Mike Driscoll shows how to do that.
Reply
#3
Thanks. I was looking for a ready-to-use widget, but this will have to do

Quote:You will need to install grin3 for the text search utility to work

https://pypi.org/project/grin3/

pip install grin3

Do not install grin in Python 3 as it is not Python 3 compatible!


You also need ObjectListView:

https://pypi.org/project/ObjectListView/

pip install ObjectListView
Reply
#4
wx.SearchCtrl is a nice interface for entering the search string. You have to do the searching yourself.

An article about using a StyledTextCtrl for highlighting the results.

https://codepal.ai/code-generator/query/...edtextctrl
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Search data in treeview without search button TomasSanchexx 3 5,133 Aug-12-2023, 03:17 AM
Last Post: deanhystad
  [PyQt] [Solved]Change text color of one line in TextBrowser Extra 2 8,382 Aug-23-2022, 09:11 PM
Last Post: Extra
  [PyQt] [Solved]Display Search Results in QTable Extra 5 5,507 Jun-29-2022, 10:20 PM
Last Post: Extra
  [PyGUI] [Solved]Help storing in user input from line edit Extra 2 4,388 May-12-2022, 07:46 PM
Last Post: Extra
  [Tkinter] Text.search() regexp not working rfresh737 11 9,142 Apr-16-2021, 06:56 PM
Last Post: rfresh737
  How to read text in kivy textinput or Label jadel440 1 7,257 Dec-29-2020, 10:47 AM
Last Post: joe_momma
  [PyQt] Python PyQt5 - Change label text dynamically based on user Input ppel123 1 17,463 Mar-20-2020, 07:21 AM
Last Post: deanhystad
  [Tkinter] add search bar = search for input in all computer directory francisco_neves2020 15 15,577 Apr-14-2019, 07:29 PM
Last Post: francisco_neves2020

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020