Hi to all
This is the code
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
The sub is never raised, why?
Where i'm wrong?
Thanks
			
			This is the code
			
				B4X:
			
		
		
		Dim txtcercatable As ABMInput
  txtcercatable.Initialize(page, "txtcercatable", ABM.INPUT_TEXT, "Cerca in Table", True, "inpuauto")
  txtcercatable.IconName = "mdi-action-search"
  txtcercatable.RaiseChangedEvent = True
  page.Cell(3,1).AddComponent(txtcercatable)
			
				B4X:
			
		
		
		Sub txtcercatable_Changed(value As String)
    Log(value)
End SubThe sub is never raised, why?
Where i'm wrong?
Thanks
 
				 
 
		 
 
		 
 
		 
 
		