Indentifying launch of Virtual Keyboard

2004-12-16 Thread Manpreet Singh
Hi, while my application is running and the user is entering some characters into the text field, how can I detect in my code that the user has launched the virtual keyboard? I would like to disable virtual keyboard for a particular field in my application. Thanks, Manpreet -- For

Indentifying launch of Virtual Keyboard

2004-12-16 Thread Manpreet Singh
Hi, while my application is running and the user is entering some characters into the text field, how can I detect in my code that the user has launched the virtual keyboard? I would like to disable virtual keyboard for a particular field in my application. Thanks, Manpreet

Indentifying launch of Virtual Keyboard

2004-12-15 Thread Manpreet Singh
user has launched the virtual keyboard? Odoes th application event loop receives a event (vhcar etc.)? I would like to disable virtual keyboard for a particular field in my application. Thanks, Manpreet -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Interfacing virtual keyboard with a field

2004-12-14 Thread Douglas Handy
Manpreet, >The idea of using a font seams more functional here. but how do I create >such custom font? I am new to this. Refer to the documentation for PilRC. On SourceForge see http://sourceforge.net/projects/pilrc/ Doug -- For information on using the Palm Developer Forums, or to unsubscrib

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Manpreet Singh
> I thought you were looking for a solution that didn't require capturing the > virtual keyboard events. You can certainly intercept the vchr to invoke the > keyboard, but then you'd either have to disallow it or invoke your own > replacement. Once invoked, it uses an inter

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Douglas Handy
Manpreet, >Thanks for the idea, but can we have some simple idea than this - like, >capturing the "virtual keyboard events" (if any) I thought you were looking for a solution that didn't require capturing the virtual keyboard events. You can certainly intercept the vchr t

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Manpreet Singh
Doug wrote: > Create a custom font, but don't define the regular characters and instead of a > box provide an asterick as the glyph to use when the character is not defined. Thanks for the idea, but can we have some simple idea than this - like, capturing the "virtual keyboard

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Robert Moynihan
g the "virtual keyboard events" (if any) Manpreet Right, you seem to have an idea how to do this yourself. You don't need to worry about editing the characters in the middle of the field, because the user won't be able to see what they are anyway, so maybe you don't n

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Douglas Handy
Manpreet, >This is true, and I experienced the same but my customer does not agree with >those boxes. Instead he wants asterisk (*) to appear it password field. Any >alternative ideas would help. Create a custom font, but don't define the regular characters and instead of a box provide an asteric

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Manpreet Singh
Roger Stringer wrote: > As has been discussed before, the better solution appears to be to use one > of the built-in fonts that doesn't have any characters defined in the > alpha-numeric range (such as symbol11). This way you get little squares > instead of asterisks, but you avoid the need for c

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Roger Stringer
ubject: Interfacing virtual keyboard with a field From: "Manpreet Singh" <[EMAIL PROTECTED]> Date: Mon, 13 Dec 2004 13:27:41 +0530 One of my programs (palm os 5.x) require a password field in login form that display an astric (*) character like the normal password field

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Manpreet Singh
To my misstake... please correct.. > At least can anybody tell me please how can I disable virtual keyboard > to appear in a field and still allow user to enter text through keyboard(physical keys) or > graphiti characters. -- For information on using the Palm Developer Foru

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Manpreet Singh
At least can anybody tell me please how can I disable virtual password field to appear in a field and still allow user to enter text through keyboard or graphiti characters. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/f

Re: Interfacing virtual keyboard with a field

2004-12-13 Thread Manpreet Singh
; the normal characters with astrics and picket up the normal characters in a > temporary buffer. The code workd fine untill the user tries to use the > Virtual Keyboard. The virtual keyboard seams to paste the text in the field > handle, bypassing my logic where I handle it character b

Interfacing virtual keyboard with a field

2004-12-13 Thread Manpreet Singh
replaced the normal characters with astrics and picket up the normal characters in a temporary buffer. The code workd fine untill the user tries to use the Virtual Keyboard. The virtual keyboard seams to paste the text in the field handle, bypassing my logic where I handle it character by character

Re: Access the virtual keyboard resources

2004-03-05 Thread Regis St-Gelais
"steve" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > > This can perhaps work for languages supported by palm. But I don't think > Hebrew is one of them, last time is saw a Hebrew palm it was with a hack > and each hack is just a hack: no uniformity. > This is definitiv

RE: Access the virtual keyboard resources

2004-03-05 Thread steve
> Is there a way to access the virtual keyboard resources. > What I need is the caracter code for each key on the keyboard. > The keyboard layout is not the same in different language. > > For example, US and Canadian keyboards the layout is QWERTY and the French > keyboard th

Access the virtual keyboard resources

2004-03-04 Thread Regis St-Gelais
Is there a way to access the virtual keyboard resources. What I need is the caracter code for each key on the keyboard. The keyboard layout is not the same in different language. For example, US and Canadian keyboards the layout is QWERTY and the French keyboard the layout is AZERTY. There is

virtual keyboard for H330

2002-07-18 Thread Albert Ogonevskij
Hi there! I'm trying to make virtual keyboard for Handera 330 So when i'm trying to set bitmap with my keyboard - SilkSetTemplateBitmaps, bitmap shown on virtual silk screen, except Calculator button, place of this button stands empty. And when i assign an application other than the

Re: virtual keyboard without palm editbox

2002-07-15 Thread Joe Malone
--- Armel Asselin <[EMAIL PROTECTED]> wrote: > > I'm trying to show the virtual keyboard of Palm, but until I put a > field and give it the focus I can show this keyboard. I would like > to show the keyboard but I do not want to use the Palm field, ... If you open the v

virtual keyboard without palm editbox

2002-07-15 Thread Armel Asselin
Hi, I'm trying to show the virtual keyboard of Palm, but until I put a field and give it the focus I can show this keyboard. I would like to show the keyboard but I do not want to use the Palm field, is there any way to do that ? I think of using some 'out-of-screen' field, giving

Re: virtual keyboard

2002-06-07 Thread GB
I think you should discard or parse them when handling the data. What if someone uses a physical keyboard to input the number? GB "Paul Gibson" <[EMAIL PROTECTED]> wrote in message news:88341@palm-dev-forum... > > I'm not sure what the correct term is, but when you hit the dot next to the > 123

RE: virtual keyboard

2002-06-07 Thread Paul Gibson
Thanks . . . I'll find them and be back on track Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Borislav Kolev Sent: Thursday, June 06, 2002 5:26 PM To: Palm Developer Forum Subject: RE: virtual keyboard It is a keyboard event, but you ha

RE: virtual keyboard

2002-06-07 Thread Paul Gibson
Thanks much . . . Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Malone Sent: Thursday, June 06, 2002 5:58 PM To: Palm Developer Forum Subject: Re: virtual keyboard --- Paul Gibson <[EMAIL PROTECTED]> wrote: > I'm not sure wh

Re: virtual keyboard

2002-06-06 Thread Joe Malone
--- Paul Gibson <[EMAIL PROTECTED]> wrote: > I'm not sure what the correct term is, but when you hit the > dot next to the 123 or abc in the silkscreen area, a keyboard > pops up for field entry. I want to block this behaviour, as > I am very picky about what someone can enter into a field.

RE: virtual keyboard

2002-06-06 Thread Borislav Kolev
It is a keyboard event, but you have to look for it in the main application loop, before calling SysHandleEvent(), which decodes it and does not pass it to your form handler. The respective codes are in the H file, I don't remember them now, but I am sure you'll easily find them if you search for

virtual keyboard

2002-06-06 Thread Paul Gibson
I'm not sure what the correct term is, but when you hit the dot next to the 123 or abc in the silkscreen area, a keyboard pops up for field entry. I want to block this behaviour, as I am very picky about what someone can enter into a field. I have tried to trap the event, but it seems not to be

Re: Virtual Keyboard HELP!!!

2002-02-04 Thread Carmen Sandiego
as crashing the palm, but the system virtual keyboard is still not my best option. Some handshaking is involved when my application starts, and if the user accesses the system virtual keyboard for an extended period of time, I have to repeat the handshaking. Not sure why this is happening, but it doe

Re: Virtual Keyboard HELP!!!

2002-02-04 Thread Oliver Steinmeier
> Is this possible? Yes, I think so. > Do I have to have two different forms? No, I don't think so (based on your description). > What can I do? Code it? ;-) Where exactly is your problem? I implemented a numeric keypad (not an entire keyboard) a while ago, and simply used buttons.

Virtual Keyboard HELP!!!

2002-02-04 Thread Carmen Sandiego
Please help me with my virtual keyboard!!! I have a form (Main) with one field. I want this field displayed at all times. I need a keyboard to be displayed over the top half of my Main form. The keyboard needs to be able to accepts user input. Then, I want the input (letters) displayed

Re: Virtual Keyboard

2002-02-03 Thread Carmen Sandiego
--- Carmen Sandiego wrote: > I have tried using the system virtual keyboard, but my > app. crashes when it is opened for any length of time > (My events are not processed, so the event queue fills > up. I only process my events if a specific fo

Re: Virtual Keyboard

2002-02-02 Thread Joe
--- Carmen Sandiego wrote: > I have tried using the system virtual keyboard, but my > app. crashes when it is opened for any length of time > (My events are not processed, so the event queue fills > up. I only process my events if a specific form is > open.). This sounds like

Virtual Keyboard

2002-02-02 Thread Carmen Sandiego
What is the best way to create my own virtual keyboard for user input? I have a field that is displayed on the bottom half of the screen... I would like the keyboard to cover the top half of the screen (when accessed by the user via 'ABC' or '123'), and have the text be d

Custom title for virtual keyboard?

2002-01-20 Thread Jay Mirioashi
Is there a common means by which to, when creating a virtual keyboard (SysKeyboardDialog) from within a program, replace the default title of "Keyboard" with something else? I did not see anything along these lines in SysKeyboardDialog.h. I am attempting to create a simple i

Re: Capturing keystrokes from virtual keyboard...

2001-05-16 Thread santhosh
Greetings I am suggesting a possible solution This may be a little tedious though :-) the idea is to actually map the screen co-ordinates of the virtual keyboard keys . Then use the EvtGetPen function call to trap the pen position and state . Once you know the position where the pen

Capturing keystrokes from virtual keyboard...

2001-05-15 Thread dsho asiamail.com
Salutations!!! Thanx for the replies to my earlier posts. Just need a confirmation on keystrokes capture. Without using a hack, there is currently no method available to capture keystrokes as it happens? By detecting vchrKeyboard means we will know when the virtual keyboard is enabled. By

Re: Prevent beaming and virtual keyboard issues...

2001-05-15 Thread Remo Hofer
In article <48998@palm-dev-forum>, "dsho asiamail.com" <[EMAIL PROTECTED]> wrote: > Question 1. > While trying to protect the application (PRC), I set > dmHdrAttrCopyPrevention to 0x0040. After some testing, we realised > that we could not change the category of this application on the > Palm d

RE: Prevent beaming and virtual keyboard issues...

2001-05-14 Thread Peter Epstein
Putting up dialogs when the user has entered invalid data is tricky on the Palm. Remember that the user doesn't have to exit your application in order to turn the device off. So, the user may just leave your app running, with invalid data entered in a field (possibly entered via the keyboard dialo

Re: Prevent beaming and virtual keyboard issues...

2001-05-13 Thread dsho asiamail.com
again (Unfiled). Peter : The last line you wrote, "My advice would be to allow anything to be entered, and deal with invalid data in a way that doesn't involve popping up dialogs." Which context do you mean? I can still have access to the user input after the virtual keyboar

RE: Prevent beaming and virtual keyboard issues...

2001-05-11 Thread Peter Epstein
While the virtual keyboard is up, it's running it's own event loop and putting the text entered into its own field. Unless you're willing to patch traps (hackmaster), I think you're out of luck. You can find out when the dialog is closed an the text is put into the original fi

Re: Prevent beaming and virtual keyboard issues...

2001-05-11 Thread Danny Epstein
ge the category of this application on the Palm device. I was unable to reproduce this on Palm OS 3.5 or 4.0 debug ROMs. Can you give a specific test case? > When the virtual keyboard is enabled, is there a way to capture the user input? The pop-up keyboard has its own event loop, so your appl

Prevent beaming and virtual keyboard issues...

2001-05-11 Thread dsho asiamail.com
. Question 2. When the virtual keyboard is enabled, is there a way to capture the user input? Which events are handled when a user uses the virtual keyboard? Advice neede as well. Thank you in advance for any information. dsho. P.S. Happy Mother's Day!!!

RE: Possible to capture characters entered on virtual keyboard?

2001-05-07 Thread Peter Epstein
The virtual keyboard dialog runs its own event loop, so your application's event loop won't see those events. What it will see is a fldChangedEvent used to get the field to react to the change in it's text made by the keyboard dialog when it is closed. Note that this means it'

Re: Possible to capture characters entered on virtual keyboard?

2001-05-07 Thread Jim Schram
At 9:21 AM -0400 5/7/01, Gabriel Covert wrote: >The virtual keyboard on a Palm device doesn't seem to raise a keyDownEvent >when characters are entered from it. Is there any way to see if a "key" is >pressed on the keyboard? Thanks! That's exactly how it works:

Possible to capture characters entered on virtual keyboard?

2001-05-07 Thread Gabriel Covert
The virtual keyboard on a Palm device doesn't seem to raise a keyDownEvent when characters are entered from it. Is there any way to see if a "key" is pressed on the keyboard? Thanks! Gabe Covert -- For information on using the Palm Developer Forums, or to unsubscribe, p

Re: Virtual Keyboard

2001-02-27 Thread Holger Klawitter
Herman Badenhorst wrote: > > Hi, what is the best way to disable die virtual keyboard? Ypu should be able to catch the keyDown event with the "vchrKeyboard" character. With kind regards / Mit freundlichem Gruß Holger Klawitter -- Holger Klawitter

Virtual Keyboard

2001-02-25 Thread Herman Badenhorst
Hi, what is the best way to disable die virtual keyboard? Thanks Herman -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/