Italian B4XPages - (scarso) Tutorial in italiano

Dey

Active Member
Licensed User
Longtime User
B4X:
Sub Activity_KeyPress (KeyCode As Int) As Boolean
    Log($"${nameModule}.Activity_KeyPress (KeyCode ${KeyCode})"$)
    'Return B4XPages.Delegate.Activity_KeyPress(KeyCode)
    If B4XPages.Delegate.Activity_KeyPress(KeyCode) Then Return True
    B4XPages.GetManager.RaiseEvent(B4XPages.GetManager.GetTopPage, "B4XPage_KeyPress", Array(KeyCode))
    Return True
End Sub
 

LucaMs

Expert
Licensed User
Longtime User
Secondo link del mio post #97
 

LucaMs

Expert
Licensed User
Longtime User
Un altro motivo per creare progetti B4XPages...

Problemi con la tastiera, che a volte si sovrappone alla EditText (o comunque view di immissione), qualunque salto mortale tu faccia con IME e Manifest file. Quasi certamente dipende dallo specifico modello di dispositivo.

Risolto grazie al fatto che i progetti B4XPage hanno tutto il layout nel Panel Root; "giostrando" con IME e FocusChanged e spostando in alto Root se necessario.

https://www.b4x.com/android/forum/t...-not-scroll-automatically.163986/post-1006139
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…