Wish Option in B4XSearchTemplate to disable keyboard and PutAtTop

AnandGupta

Expert
Licensed User
Longtime User
Refer

Please make optional with class variable for below two codes in B4XSearchTemplate :
  1. xDialog.PutAtTop = xui.IsB4A Or xui.IsB4i
  2. IME.ShowKeyboard(SearchField.TextField)
Both are TRUE in B4A. Please give option to make them FALSE is so required.
 
Top