textbox, compact framework, slideout button text entry problem

G

Guest

I have a WM6 HTC device that refuses to type in letters when I use the slide
out physical button keyboard. The symptom is as if the "fn" button is frozen
in place and will not allow typed letter entries for those textbox from
compact framework.

Numbers are fine. The Stylus driven keyboard works fine and nd non-.net
framework projects do not exhibit this problem. Anyone know of a pointer to
a fix for this problem?

Thanks
-sam
 
P

Paul G. Tobey [eMVP]

Sounds like a hardware problem to me. Have you hard-reset the device? That
will return all of the software to the factory default. If that doesn't fix
it, it's not a software problem.

Paul T.
 
G

Guest

We have two devices that exhibit the same symptom. Office Mobile and other
apps not developed in .net compact framwork seems to work just fine.
 
P

Paul G. Tobey [eMVP]

Ah! You can write a new simple .NET CF program, Hello, World, with an
TextBox in it and you'll get the same behavior? No components of yours,
just Microsoft stuff...

Paul T.
 
G

Guest

Yes. I've tested it out with a simple Hello World and received the same
problematic behavior.
 
P

Paul G. Tobey [eMVP]

It sounds like they have implemented their hard keyboard in some 'funny'
way. I'll ask around. What specific model is affected?

Paul T.
 
P

Paul G. Tobey [eMVP]

OK, this is confirmed by MS as a known issue with HTC devices Mogul and
Cavalier. HTC will have to fix it, so the best you can do for now is lean
on them and stick with native code, I guess.

Paul T.
 
G

Guest

Paul,


Thank you very much for the updates.


Paul G. Tobey said:
OK, this is confirmed by MS as a known issue with HTC devices Mogul and
Cavalier. HTC will have to fix it, so the best you can do for now is lean
on them and stick with native code, I guess.

Paul T.
 
M

mgb95

I have the exact same issue. I don't believe it's hardware related because the keyboard works fine in most applications.

But in my program, created in VS2005, I have the same issue.
 
M

mgb95

I have the exact same issue. It doesn't occur in native programs (e.g., Calendar, Contacts, etc.), but it does occur in my VS2005 programs.
 
P

Paul G. Tobey [eMVP]

Sam,

Can you give me the HTC ROM version information from the failing device(s)?
I'm not sure where this is in WM6, but in WM5 it would be in Settings |
About (the OS version), and Settings | Device Information.

Thanks,
Paul T.
 
P

Paul G. Tobey [eMVP]

Please give the device type and ROM version information for the devices
where you see this.

Paul T.
 
M

mgb95

Thank you for the updates.

I'm using the HTC Mogul (Sprint) with a ROM version 2.09.651.3 dated 6/14/07. (Obtained from the Phone App, Menu->Device Information.)

Not to be contentious, but it seems a little odd to call it a hardware problem when it manifests itself exclusively using the MS Compact Framework.

Again, thanks for your assistance.
 
P

Paul G. Tobey [eMVP]

It's not a "hardware problem", but a problem specific only to that
particular hardware. I don't know the details of the problem; I'm just
collecting information to help MS get a fix out, but it appears to me that
it must be related to how the keyboard on those specific devices report
their key information, probably a problem with the VK to Unicode mapping.

Paul T.
 
P

Paul G. Tobey [eMVP]

I've sent the information...

Paul T.

malimal said:
Having the same problem and it is the a dot net issue. I have HTC
mogul rom version 2.09.651.3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top