Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Customer Keyboard Problems
Message
De
14/09/2017 05:15:49
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
15/07/2017 04:04:28
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
SAMBA Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01652603
Message ID:
01654282
Vues:
152
>>Not sure if this the problem, but when you click on the keyboard form it is now the focus of input. So any keyboard input is now directed to this form and not the original form that you started with that has the textboxes or other input controls. I would think that you need to have a custom property at the _SCREEN or _VFP that retains the current input form (not the keyboard form). Use the Activate() event of the input form to assign it to the custom property; i.e. _SCREEN.InputForm = thisform. Each of the input controls can set a custom property in the form to give the current input control the user is entering into; use the GotFocus() or the When() events. I am not sure if the AciveControl property is reset when the form looses focus and then is again; if it is not reset, then you can use this to determine the current control for input.
>
>I think this is the main reason why the virtual keyboards go into a toolbar, because toolbar doesn't steal focus.

I used toolbar for keyboard control in first but toolbar doesn't seem smoothly for virtual keyboards, so I developed a picture button based virtual keyboard in a container control. I'll share my class...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform