hi
can you please tell me what did I miss in minisearchview ?
I followed all instructions in the minisearch view (probably not) in
https://www.b4x.com/android/forum/threads/b4x-xui-minisearchview-autocomplete-field.93564/
b4a 7.80
libs installed :
CustomListView v 1.76
XcustomListView v.1.63
JavaObject v.2.05
XUI v.1.71
also installed (needed for the rest of the project)
IME 1.10
stringfunctions 1.05
reflection 2.40
stringutils 1.12
classes installed : minisearchview and CustomListView
I removed and recreated the CLV searchview component in the designer.
yet , in compile I get this :
IDE looks like this when hovering the CLV.size I get "unknown members:size"
PS
behaves the same also if I run Erel's example without modifying anything
Thank you in advance
can you please tell me what did I miss in minisearchview ?
I followed all instructions in the minisearch view (probably not) in
https://www.b4x.com/android/forum/threads/b4x-xui-minisearchview-autocomplete-field.93564/
b4a 7.80
libs installed :
CustomListView v 1.76
XcustomListView v.1.63
JavaObject v.2.05
XUI v.1.71
also installed (needed for the rest of the project)
IME 1.10
stringfunctions 1.05
reflection 2.40
stringutils 1.12
classes installed : minisearchview and CustomListView
I removed and recreated the CLV searchview component in the designer.
yet , in compile I get this :
B4X:
B4A Version: 7.80
Parsing code. (0.03s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: size
Error occurred on line: 129
If CLV.Size > ListCounter Then
Word: size
IDE looks like this when hovering the CLV.size I get "unknown members:size"
PS
behaves the same also if I run Erel's example without modifying anything
Thank you in advance