PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [Windev 8 PPC] Auto keyboard on combo box
[Windev 8 PPC] Auto keyboard on combo box
Débuté par Hugo Madureira, 27 juin 2005 12:46 - 1 réponse
Posté le 27 juin 2005 - 12:46
Hello!

Sorry for posting in english but there is no group for mobile in us.
My problem is that I can't switch off the auto keyboard on the combo box
get focus. The Edit box has a property to disable this feature. Combo
box don't. Is that any way to work aroun this situation?

Thanks in advance,
Hugo Madureira
Posté le 27 juin 2005 - 14:07
I have the solution for you.
You create in your window a comboList with "Keyboard" "No Keyboard" "Transcriber"
For each one you use (see on help Keyword: Keyboard) if comboListe[comboListe]="No Keyboard" then Keyboard(false)
You can also clic on a button with Keyboard(false).

For your question:
On your comboliste in the entrance code write Keyboard(false), in the exit write Keyboard(true)
See in the help you can by programmation manipulate the keyboard very well.
For my part in each window I put a button with Keyboard(false).