Android Question SD Custom Keyboard How do I Clear & start again

tsteward

Well-Known Member
Licensed User
Longtime User
Each time I open I open say Page 2 in my b4x pages project I build a different keyboard
But instead of replacing the buttons on the existing keyboard the new buttons are added to the existing keyboard.

I thought CK.Keyboard.Clear would clear the buttons and let me start again but doesn't seem to.

CK is declare in Class_Globals as I create the buttons in one sub but assign it to the edittext in another sub.

Please how can I clear the keyboard?
 
Top