Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
///// Don't know yet what for it is
       // Get the item's view that was touched
       mDownTouchPosition = pointToPosition((int) e.getX(), (int) e.getY());


老大 怎么获取被点击的条目,现在只能获取选中的求帮助解决谢谢,很紧急

Google translate:
Boss how to obtain an entry is clicked, and now seek only get selected to help solve Thank you, very urgent
Posted
Updated 22-Aug-13 15:07pm
v2
Comments
[no name] 22-Aug-13 21:08pm    
No it's not at all urgent.
This is an English speaking site.
But beyond that, your question doesn't even make any sense.
walterhevedeich 22-Aug-13 21:30pm    
Looks like Android (I may be wrong though). If your item is on a listView, there's a OnItemClickListener event for that. You just need to create the function for that.
Member 10226479 22-Aug-13 22:16pm    
This can now only get the selected the entry time, and can't achieve click on other items on the screen
Member 10226479 22-Aug-13 22:32pm    
I'm sorry is my mistake, thank you for your help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900