hi , i have a problem with "EditeTexte.SelectAll" function.
in my application, i use this to select all Text when user click on him :
and
work fine on Galaxy tab 1 ( Android 3)
on Galaxy Tab 2 ( Android 4 ), the texte is never selected. the cursor go on first position and this is all.
where is the probleme ?
in my application, i use this to select all Text when user click on him :
B4X:
Sub txb_NombrePieces_FocusChanged (HasFocus As Boolean)
txb_NombrePieces.SelectAll
End Sub
and
B4X:
Sub txb_NombrePieces_Click
txb_NombrePieces.SelectAll
End Sub
work fine on Galaxy tab 1 ( Android 3)
on Galaxy Tab 2 ( Android 4 ), the texte is never selected. the cursor go on first position and this is all.
where is the probleme ?