Mega Search
23.2 Million


Sign Up

Make a donation  
Android - Virtual Keyboard - How to disable virtual keyboard  
News Group: embarcadero.public.delphi.multimedia

By default when I click on TSpinBox Virtual Keyboard is shown.
 I'd like to have TSpinBox without auto-shown Virtual Keyboard, 
I set Hit Test to False, but now my TSpinBox isn't change value when I click :(

How can I get scrollable TSpinBox without Virtual Keyboard?

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 27-Dec-2013, at 6:15 AM EST
From: Sebastian Kozub
 
Re: Android - Virtual Keyboard - How to disable virtual keyb  
News Group: embarcadero.public.delphi.multimedia
> {quote:title=Sebastian Kozub wrote:}{quote}
> By default when I click on TSpinBox Virtual Keyboard is shown.
>  I'd like to have TSpinBox without auto-shown Virtual Keyboard, 
> I set Hit Test to False, but now my TSpinBox isn't change value when I click :(
> 
> How can I get scrollable TSpinBox without Virtual Keyboard?


Solved: 

Set the 'CanFocus' property to False :-)

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 27-Dec-2013, at 6:47 AM EST
From: Sebastian Kozub