keyboard

  1. R

    Android Question How stop keyboard showing when clicking clickable csbuilder text?

    Have a EditText called edtSQL with clickable csbuilder text with the eventname "Table": cs.Underline.Bold.Color(SQLColours(10)).Clickable("Table", _ arrSQLWords(i).strWord).Append(arrSQLWords(i).strWord).Pop.Pop.Pop.Pop Sub Table_Click(Tag As Object) Dim strTable As String HideKeyboard...
  2. A

    Android Question Regular system-wide keyboard

    Hi all I want to create my own keyboard and use it system-wide like any other system keyboards (Swipe, GoKeyboard, GBoard, Jbak, ...). Searching forum for "keyboard" or "system keyboard" gave me tons of improper links just bcz searching word "keyboard" so common and widely used. Please help me...
  3. ivan.tellez

    Android Question How to show the keyboard for a DSFloatLabelEditText? (IME not working)

    I have 2 DSFloatLabelEditText of the design support library. For filling the first one I have a buton to use a BarcodeScaner with some code like this: Sub BarcodeOk(Value As String) DSFloat1.Text = Value DSFloat2.RequestFocus End Sub Sub DSFloat2_FocusChanged (HasFocus As Boolean)...
  4. hears

    Android Question how to write a keyboard app?

    is it possible in B4A ?I try write a russian input keyboard , for example,when i use facebook ,i can use this app input russian. before i have write app with russian keyboard.but this keyboard only can use in myself app.
  5. supriono

    B4J Question Read Internal Keyboard ?

    hello I tried to make a simple application to create a keyboard with tab and enter function to select textfield and button. when using the tab key from the keyboard the selection of textfield runs fine but with the program not running. I use AWTRobot anyone can help me project file
  6. M

    Android Question customlistview

    hi!, its possible to navigate thru the items (one by one) in a customlistview with a keybord (arrows) and highlight the actual position?
  7. Alexander Stolte

    iOS Question View over the keyboard

    Hello, i did a tutorial on how to place a view over the keyboard on android. But now i'm on IOS, i have search in the Forum here, but I did not find anything that helped me. I found this Function: "CalcRelativeKeyboardHeight". This do not work: pnl_ground.Top =...
  8. Sagenut

    Other [SOLVED] Enable Hardware Keyboard in AVD

    Hi! I am trying to enable Hardware Keyboard in AVD created with B4A SDK Manager. By Default it does not work. I tried to modify the hw.keyboard = false in hw.keyboard = true in the config.ini of the emulator files but it still does not work. Is it possible to enable it or the function it's not...
  9. gian55

    Wish keyboard shortcut for Designer and Maninfest editor

    I would love a shortcut as like ctrl+f12 for the visual designer and another one shortcut for the manifest editor. The editor manifest do not keep previous windows size. Could be also useful a shotcut to save and exit from Visual designer . Thank you gian
  10. S

    Wish Disable F11 for .net developers

    Hi, maybe I'm exaggerating a bit but the habit of using F11 in debugging step by step in .Net and in the browser for javascript, makes that sooner or later press F11 in b4x. Could you please consider that function to be optional?
  11. Sandman

    Android Tutorial How to disable keyboard suggestions

    There are numerous threads in the forum about this, but I didn't have much luck with them. I wanted to disable the suggestions, but they always showed. I saw one suggestion setting the field to be for email, which disabled the suggestions - but that's clearly just a dirty workaround. This is...
  12. peacemaker

    Android Question current typing keyboard's language

    How to get ?
Top