Hello all,
Fairly new to B4A, so this may be a simple question... but it's got me stumped.
I am using a SearchView as found in the SearchViewExample (found on the forum).
However, I am having difficulty implementing it into my own code. What I wish to do is take the selected text (from the csv file which is selected in the SearchView) and capture it into a String variable (it's an object right now... I think). From there, I'll be able to use that String variable in various instances, like a label, table, etc.
The zipped file of code is a slightly modified version of the example I'm getting this from. It basically adds a label, button, and String that I plan to further use in other code projects. Thought it would be simplest showing it this way.
Any help would be awesome guys, thanks for your time!
Fairly new to B4A, so this may be a simple question... but it's got me stumped.
I am using a SearchView as found in the SearchViewExample (found on the forum).
However, I am having difficulty implementing it into my own code. What I wish to do is take the selected text (from the csv file which is selected in the SearchView) and capture it into a String variable (it's an object right now... I think). From there, I'll be able to use that String variable in various instances, like a label, table, etc.
The zipped file of code is a slightly modified version of the example I'm getting this from. It basically adds a label, button, and String that I plan to further use in other code projects. Thought it would be simplest showing it this way.
Any help would be awesome guys, thanks for your time!