ListView and Panel Issue

jpvniekerk

Active Member
Licensed User
Longtime User
This is probably a noob issue (I've only been using B4A for a couple of days and are having a steep learning curve!), but any help will be appreciated.

I'm trying to get to grips with the basics of using a database. The program is making a ListView of items. When the user clicks on an item in the list, a (new) panel opens up, showing more detail of the item selected.

All works as planned, but when the detail panel is up and you click anywhere on it (except the buttons) the program gets new data from the underlying listview, and updating the detail panel with this info.

How can I prevent this "click through the panel" from happening?

I am attaching the project, for any one to see what I am doing wrong.
 

Attachments

  • BirdList.zip
    64.2 KB · Views: 279
Last edited:

jpvniekerk

Active Member
Licensed User
Longtime User
Thanks for the VERY quick reply!!!

I've added the sub as suggested, but it still does the same... Still picks up the items from listview when I click on the panel.
 
Upvote 0

jpvniekerk

Active Member
Licensed User
Longtime User
Great!!!

Works 100% now!!!

Thanks for the help... This forum and it's contributors rock!
 
Upvote 0
Top