HighTechTalks DotNet Forums  

textbox, compact framework, slideout button text entry problem

Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss textbox, compact framework, slideout button text entry problem in the Dotnet Framework (Compact Framework) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Sam
 
Posts: n/a

Default textbox, compact framework, slideout button text entry problem - 09-10-2007 , 09:22 PM






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


Reply With Quote
  #2  
Old   
Paul G. Tobey [eMVP]
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 11:35 AM






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.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote

Quote:
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




Reply With Quote
  #3  
Old   
Sam
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 11:44 AM



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.

"Paul G. Tobey [eMVP]" wrote:

Quote:
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.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote in message
news:92F09980-33E2-4DB6-9374-A83924F66BBF (AT) microsoft (DOT) com...
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





Reply With Quote
  #4  
Old   
Paul G. Tobey [eMVP]
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 11:57 AM



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.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote

Quote:
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.

"Paul G. Tobey [eMVP]" wrote:

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.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote in message
news:92F09980-33E2-4DB6-9374-A83924F66BBF (AT) microsoft (DOT) com...
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







Reply With Quote
  #5  
Old   
Sam
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 12:18 PM



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

"Paul G. Tobey [eMVP]" wrote:

Quote:
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.


Reply With Quote
  #6  
Old   
Paul G. Tobey [eMVP]
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 12:26 PM



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

Paul T.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote

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

"Paul G. Tobey [eMVP]" wrote:

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.




Reply With Quote
  #7  
Old   
Sam
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 12:46 PM



The devices are HTC Mogul from Sprint.

http://www.america.htc.com/products/mogul/default.html


"Paul G. Tobey [eMVP]" wrote:

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

Paul T.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote in message
news:3BCB66CB-7026-4A7F-8747-77FD52C18762 (AT) microsoft (DOT) com...
Yes. I've tested it out with a simple Hello World and received the same
problematic behavior.

"Paul G. Tobey [eMVP]" wrote:

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.





Reply With Quote
  #8  
Old   
Paul G. Tobey [eMVP]
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 02:29 PM



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.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote

Quote:
The devices are HTC Mogul from Sprint.

http://www.america.htc.com/products/mogul/default.html


"Paul G. Tobey [eMVP]" wrote:

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

Paul T.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote in message
news:3BCB66CB-7026-4A7F-8747-77FD52C18762 (AT) microsoft (DOT) com...
Yes. I've tested it out with a simple Hello World and received the
same
problematic behavior.

"Paul G. Tobey [eMVP]" wrote:

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.







Reply With Quote
  #9  
Old   
Sam
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text entry problem - 09-11-2007 , 02:50 PM



Paul,


Thank you very much for the updates.


"Paul G. Tobey [eMVP]" wrote:

Quote:
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.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote in message
news:32F7A146-A23A-4271-A4B0-72AAFCF31726 (AT) microsoft (DOT) com...
The devices are HTC Mogul from Sprint.

http://www.america.htc.com/products/mogul/default.html


"Paul G. Tobey [eMVP]" wrote:

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

Paul T.

"Sam" <Sam (AT) discussions (DOT) microsoft.com> wrote in message
news:3BCB66CB-7026-4A7F-8747-77FD52C18762 (AT) microsoft (DOT) com...
Yes. I've tested it out with a simple Hello World and received the
same
problematic behavior.

"Paul G. Tobey [eMVP]" wrote:

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.








Reply With Quote
  #10  
Old   
mgb95
 
Posts: n/a

Default Re: textbox, compact framework, slideout button text e... - 09-12-2007 , 05:47 PM



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.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.