PC Review


Reply
Thread Tools Rate Thread

Detect when SIP keyboard is exposed.

 
 
.pd.
Guest
Posts: n/a
 
      2nd Dec 2003
When the user taps the keyboard symbol on the SIP, is there someway of
subscribing to an event for that? Or do I have to write my own SIP k/b?

Cheers,
..pd.
 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      2nd Dec 2003
According to my Windows CE.NET documentation:

If the software-based input panel is altered, the OS sends out a
WM_SETTINGCHANGE message to all of the active applications.

However, this appears to me to be untrue. It sends a message to the active
application, but background applications don't seem to get any notification
of changes.

It sounds, though, like you have something else in mind (adding a SIP to the
list won't get you notified every time the user taps on the icon). What is
it that you're trying to do?

Paul T.

".pd." <(E-Mail Removed)> wrote in message
news:Xns9445ABC44A67spammeyourperil@194.83.179.102...
> When the user taps the keyboard symbol on the SIP, is there someway of
> subscribing to an event for that? Or do I have to write my own SIP k/b?
>
> Cheers,
> .pd.



 
Reply With Quote
 
Da5id
Guest
Posts: n/a
 
      3rd Dec 2003
Paul G. Tobey [eMVP] wrote on Tue 02 Dec 2003 05:39:03p:

> What is it that you're trying to do?


I have several textboxes on a scrolling form. When the keyboard is
visible, the textboxes at the bottom of the form are occluded by the
keyboard.

If I increase the vertical scroll maximum (or decrease the LargeChange
property), the lower fields can be scrolled into view but the bottom fields
are then in the middle of the screen. If the colours match this doesn't
look too dreadful, but I wanted it to be a bit slicker than that.

So I thought of dynamically adjusting the vertical scroll maximum when the
k/b is revealed and concealed.

Cheers,
..pd.
 
Reply With Quote
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      3rd Dec 2003
When you are the front application, you can receive the notifications when
the SIP is exposed, as indicated in my last message.

Paul T.

"Da5id" <(E-Mail Removed)> wrote in message
news:Xns9446626E5E2D4spammeyourperil@194.83.179.102...
> Paul G. Tobey [eMVP] wrote on Tue 02 Dec 2003 05:39:03p:
>
> > What is it that you're trying to do?

>
> I have several textboxes on a scrolling form. When the keyboard is
> visible, the textboxes at the bottom of the form are occluded by the
> keyboard.
>
> If I increase the vertical scroll maximum (or decrease the LargeChange
> property), the lower fields can be scrolled into view but the bottom

fields
> are then in the middle of the screen. If the colours match this doesn't
> look too dreadful, but I wanted it to be a bit slicker than that.
>
> So I thought of dynamically adjusting the vertical scroll maximum when the
> k/b is revealed and concealed.
>
> Cheers,
> .pd.



 
Reply With Quote
 
Katie Schaeffer [MSFT]
Guest
Posts: n/a
 
      3rd Dec 2003
Hi,

Try using the InputPanel.EnabledChanged event.

Check out related items:
http://msdn.microsoft.com/mobility/p.../FAQ/default.a
spx#5.18
http://msdn.microsoft.com/mobility/p.../FAQ/default.a
spx#5.22

Hope this helps you out,
-Katie

--------------------
| From: Da5id <(E-Mail Removed)>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: Re: Detect when SIP keyboard is exposed.
| Date: 3 Dec 2003 09:36:59 GMT
| Organization: South Wales MAN News Service
| Lines: 18
| Message-ID: <Xns9446626E5E2D4spammeyourperil@194.83.179.102>
| References: <Xns9445ABC44A67spammeyourperil@194.83.179.102>
<#(E-Mail Removed)>
| NNTP-Posting-Host: datamobilitypd.swan.ac.uk
| X-Trace: news.swman.net.uk 1070444219 27159 137.44.240.41 (3 Dec 2003
09:36:59 GMT)
| X-Complaints-To: (E-Mail Removed)
| NNTP-Posting-Date: 3 Dec 2003 09:36:59 GMT
| User-Agent: Xnews/5.04.25
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!nntp-relay.ihug.net!ihug.co.nz!logbridge.uoregon.edu!server3.netnews.ja
.net!server4.netnews.ja.net!news.swman.net.uk!not-for-mail
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:40057
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Paul G. Tobey [eMVP] wrote on Tue 02 Dec 2003 05:39:03p:
|
| > What is it that you're trying to do?
|
| I have several textboxes on a scrolling form. When the keyboard is
| visible, the textboxes at the bottom of the form are occluded by the
| keyboard.
|
| If I increase the vertical scroll maximum (or decrease the LargeChange
| property), the lower fields can be scrolled into view but the bottom
fields
| are then in the middle of the screen. If the colours match this doesn't
| look too dreadful, but I wanted it to be a bit slicker than that.
|
| So I thought of dynamically adjusting the vertical scroll maximum when
the
| k/b is revealed and concealed.
|
| Cheers,
| .pd.
|

This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
Alberto Silva - MVP
Guest
Posts: n/a
 
      4th Dec 2003
Hi,
Any sample on how can this message be intercepted? My CE.net 4.1 device
doesn't fire the inputenabled event...

Alberto Silva

"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> wrote in
message news:%(E-Mail Removed)...
> According to my Windows CE.NET documentation:
>
> If the software-based input panel is altered, the OS sends out a
> WM_SETTINGCHANGE message to all of the active applications.
>




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Keyboard Detect in WinCE 5.0 DrewCE Microsoft Dot NET Compact Framework 5 10th Dec 2008 03:32 PM
How can Microsoft detect a VLK is abused or exposed to the public? Áù¹«×Ó Windows XP General 3 10th Jun 2006 10:49 PM
New rig won't detect keyboard tomsega Support 22 24th Jan 2006 04:02 PM
Detect mouse/keyboard. Rob Microsoft Windows 2000 Hardware 2 25th Jun 2004 02:17 PM
Re: Does not detect keyboard Alvin A Brown Windows XP Hardware 0 7th Aug 2003 05:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:39 AM.