using customized PlacesAutocompleteView and event
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
doesnt even fire when i select something from the suggests
any ideas ?
			
			
			
				B4X:
			
		
		
		Private Sub lv_SelectedChanged (SectionIndex As Int, Cell As TableCell)
    Dim pd As PlaceData = Cell.Tag
    et.Text = pd.Description
    lv.Visible = False
    et.ResignFocus
    CallSubDelayed2(mCallback, mEventName & "_ItemClick", pd)
End Subdoesnt even fire when i select something from the suggests
any ideas ?
 
				 
 
		 
 
		