Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Customer Keyboard Problems
Message
De
28/11/2017 03:28:30
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
18/10/2017 21:42:20
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:
01655876
Vues:
165
>
>
>>NOP. I just use UT rarely like you since being a X++ developer more than VFP. You're welcome...
>>
>>>Hi Metin,
>>>
>>>Sorry for such a much delayed reply.
>>>
>>>Wow, thanks for sharing!
>>>
>>>Basically, the tips you shared helped me make my own keyboard class.
>>>
>>>
>>>
>>>>>Hi Metin,
>>>>>
>>>>>I tried your suggestion using the Image control.
>>>>>
>>>>>It is similar in behavior to using the Container and Label controls in that although it does not fire the LostFocus() event, it fires the Valid() event. This works for textboxes controls with Character values; one merely does a 'KEYBOARD (value)' in the Click event.
>>>>>
>>>>>For textbox controls with Numeric or Date values though, it does not work because of the Valid event being fired for each Click you do. To explain further, when user say clicks on label '1', then clicks '2', the value in the textbox becomes '2' instead of the intended '12', because after the '1' was clicked, the Valid event fired.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>>Hi Thomas / Denis,
>>>>>>>
>>>>>>>After my googling, I found out the following basic steps in creating a virtual keyboard class:
>>>>>>>
>>>>>>>1 - make a "key" based on the commandbutton, which basically calls KEYBOARD of its Caption
>>>>>>>2 - create a container to "house" all these keys
>>>>>>>3 - put this container inside a toolbar
>>>>>>>
>>>>>>>Already did 1 and 2. But when I started creating the toolbar class, the Height and Width seems to be read-only. So I proceeded to programatically add (using .AddObject) in the toolbars Init method. No success so far.
>>>>>>>
>>>>>>>Any ideas?
>>>>>>
>>>>>>Hi Dennis,
>>>>>>
>>>>>>In first I used a toolbar container for my POS application because of not run focus feature of toolbar buttons. But this container was seem inharmonious at POS screen like OSK.EXE of Windows. So than I decided to use picture control's click methods for buttons. Now my virtual keyboard seem excellent and integrated with my POS application. I created a container control and put all keys with these picture controls to in. I add that container to all my POS keyboard using screens.
>>>>
>>>>
>>>>Hi Dennis,
>>>>
>>>>This's my virtual keyboard class. Use container based one, not toolbar based one.
>
>I wonder how much better or worse is X++ compared to VFP?

It's like C# but more easier than C#. I still can't use C# but expert with X++. It integrates SQL with language.

Actually X++ is language of Microsoft's Dynamics AX ERP's (former name Axapta). You can think like that; you write an ERP with VFP and sell this ERP, not language. I think Microsoft would be use VFP for this but choosed to buy Axapta.

So you can't use X++ instead of VFP, This just a tool for AX. There are lots of X++ jobs worldwide. No one called me about a VFP job since years. Just last year I called from Netherlands, UK, Germany, Turkey about X++ jobs at least ten times.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform