Why when i execute this sub in release mode crash and in debug mode not in b4a 6.50?
Dim op As Panel= InfoFinalLw.GetPanel(5)
--> Dim ui As EditText = op.GetView(2) 'this generate a Exception
ChangeItemPanelHeight(InfoFinalLw,5,20*getLineCount(ui))
if i change this not crash works but not count number of lines
Dim ui As Label = op.GetView(2)
Thanks
Dim op As Panel= InfoFinalLw.GetPanel(5)
--> Dim ui As EditText = op.GetView(2) 'this generate a Exception
ChangeItemPanelHeight(InfoFinalLw,5,20*getLineCount(ui))
if i change this not crash works but not count number of lines
Dim ui As Label = op.GetView(2)
Thanks