Numeric Keyboard

Post Reply
Wolfgang Ciriack
Posts: 37
Joined: Sun Aug 03, 2008 8:02 am
Location: Germany, Berlin

Numeric Keyboard

Post by Wolfgang Ciriack »

Hi all,
i only need a numeric input in some GET fields. So my questions:

1. Is there a keyboard replacement available, which has only big numeric keyboard buttons (for input with fingers) which i can call with showkeyboard() ?

if that is not available:

2. How can i call an input dialog when a GET field gets focus ? (for creating my own numeric keybard input dialog)
Best regards
Wolfgang Ciriack
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Wolfgang,

>
1. Is there a keyboard replacement available, which has only big numeric keyboard buttons (for input with fingers) which i can call with showkeyboard() ?
>

No, that we may be aware of it.

>
2. How can i call an input dialog when a GET field gets focus ? (for creating my own numeric keybard input dialog)
>

It depends on how you want it to behave. You can use oGet:bGotFocus := { || ShowNumbers( oGet ) } if you want a dialog to appear when the GET gets the focus.

Or maybe you want it to appear when the user clicks on it or types on it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Wolfgang Ciriack
Posts: 37
Joined: Sun Aug 03, 2008 8:02 am
Location: Germany, Berlin

Post by Wolfgang Ciriack »

Thank you Antonio,
i have placed a button behind the GET which calls my input dialog.
So the user can use both input methods.
Best regards
Wolfgang Ciriack
Post Reply