hacibee
(hacibee)
February 17, 2023, 1:09pm
#1
Hello
I want to know if there is any way or any extension that can read text from TXT file and give the result as a string so i can use it like setting it as text for a label
Thanks
dear all, i read from this discussion
but i dont understand how it work
do you have any link or video i can watch it to follow the tutorial ?
i want make searching text it seem like dictionary, when typing the word/text from file.txt show on listview
thanks
hacibee
(hacibee)
February 18, 2023, 5:14am
#3
immadietly the app forced closed
file text is much text, its like dictionary
so i want when i type the text on text box, the text from file.txt show in listview
hacibee
(hacibee)
February 18, 2023, 7:14am
#4
If this is from an artificial list,how if the list is taken from file.txt I ,can’t find a way ,
Taifun
February 18, 2023, 9:15pm
#5
how large is the file?
try the local sqlite database… store your dictionary in a table and import your database on first run of the app
while typing do a search in the database like this
select word from myTable WHERE word LIKE 'h%'
Taifun
hacibee
(hacibee)
February 19, 2023, 11:52am
#6
no i want to search directly by name,
ex : i search book, the text all about book show on listview,
hacibee
(hacibee)
February 20, 2023, 12:02pm
#7
its like dictionary database
so when i search the text in file.txt
show on listview