Hi everyone, is it possibile to update the value of an item of a custom list view?
because i do not see any method for this, the only way i figured out is to:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
thanks in advance
			
			because i do not see any method for this, the only way i figured out is to:
- save the view using .GetPanel
 - save the value using .GetValue
 - update the value
 - replace the item using .ReplaceAt and using the new value with the view (or RemoveAt and InsertAt)
 
			
				B4X:
			
		
		
		java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
	thanks in advance