A AndroidMadhu Active Member Licensed User Jun 4, 2021 #1 Hello, I want to get the value of an item at CLV, when a panel is above CLV. I am not able to get the item click event as panel is above the CLV. I am setting panel visible as false, but no luck How do I achieve this. Please advice Thanks
Hello, I want to get the value of an item at CLV, when a panel is above CLV. I am not able to get the item click event as panel is above the CLV. I am setting panel visible as false, but no luck How do I achieve this. Please advice Thanks
MicroDrie Well-Known Member Licensed User Longtime User Jun 5, 2021 #2 You can find background information here: How to get <custom view here> from <CLV or any other container>. Personally I see it as hard stuff to understand, but look to this example: [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items. Be aware that you must use the Tag value to identify the different CLV items. Depending on what you want to achieve, there are a lot of different CLV examples on the forum Upvote 0
You can find background information here: How to get <custom view here> from <CLV or any other container>. Personally I see it as hard stuff to understand, but look to this example: [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items. Be aware that you must use the Tag value to identify the different CLV items. Depending on what you want to achieve, there are a lot of different CLV examples on the forum
mangojack Expert Licensed User Longtime User Jun 6, 2021 #3 Obviously there is a reason you have the panel above the CLV ... Making the panel invisible should allow the CLV to recieve the Click event. There must be another reason this is not working , worst case scenario ... resize / move the panel when needed. Upvote 0
Obviously there is a reason you have the panel above the CLV ... Making the panel invisible should allow the CLV to recieve the Click event. There must be another reason this is not working , worst case scenario ... resize / move the panel when needed.
A AndroidMadhu Active Member Licensed User Jun 15, 2021 #4 mangojack said: Making the panel invisible should allow the CLV to recieve the Click event. Click to expand... Thanks @mangojack for your advice. Thanks Upvote 0
mangojack said: Making the panel invisible should allow the CLV to recieve the Click event. Click to expand... Thanks @mangojack for your advice. Thanks