How to hide the virtual numeric pad?

HKChua

Member
Licensed User
Longtime User
Hi Gurus,

When we click on numeric fields, the numeric pad is displayed.

When I click certain button to update the numeric amount changed, how should I hide the numeric pad automatically; what is the coding required?

Thanks.
 

Ohanian

Active Member
Licensed User
Longtime User
Hi,

B4X:
Dim p As Phone
p.HideKeyboard(Activity)
 
Upvote 0

HKChua

Member
Licensed User
Longtime User
Hi Ohanian,

When I 'Dim p As Phone', the Phone is being highlighted red.

Any other codes that I had missed?

Thanks.
 
Upvote 0
Top