|
| ||||||||||
| Tags: pen flicks, tablet pc, tablet pen, windows, windows os, windows vista |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How Applications will get Notified about Pen Flicks
|
|
#2
| ||||
| ||||
| Applications gets Notified for Pen Flicks by WM_TABLET_FLICK Message.
Windows Vista will send a WM_TABLET_FLICK Message to the application in order to make that application notified for Pen Click. And full information about any pen flick will be given by the FLICK_DATA Structure and FLICK_POINT Structure. This will include the followings :
|
|
#3
| |||
| |||
| If Application not responding to WM_TABLET_FLICK Message.
Most of the time, all the application will respond to the WM_TABLET_FLICK Message. But some application may not respond to this message then windows vista will send WM_APPCOMMAND, WM_VSCROLL, or WM_KEYDOWN, depending on which action is associated with the pen flick to make application notified for pen flicks. By sending these messages, Application will respond to the messages even if that application does not support to the pen flick. |
|
#4
| ||||
| ||||
| List of application commands.
here is the list of application commands which will be assign to the pen flicks. Even Backup Keystrokes messages are there which might be sent also. 1. APPCOMMAND_BROWSER_BACKWARD Keystroke - None. 2. APPCOMMAND_BROWSER_FORWARD Keystroke - None. 3. APPCOMMAND_COPY Keystroke - Ctrl+C 4. APPCOMMAND_PASTE Keystroke - Ctrl+V 5. APPCOMMAND_UNDO Keystroke - Ctrl+Z 6. APPCOMMAND_DELETE Keystroke - Del 7. APPCOMMAND_CUT Keystroke - Ctrl+X 8. APPCOMMAND_OPEN Keystroke - Ctrl+O 9. APPCOMMAND_PRINT Keystroke - Ctrl+P 10. APPCOMMAND_SAVE Keystroke - Ctrl+S 11. APPCOMMAND_REDO Keystroke - Ctrl+Y |
|
#5
| ||||
| ||||
| Application should give consistent response to pen flicks.
As soon as the user assign a command in control panel, application must respond to it in consistent manner. Windows Vista will display the visual feedback regarding the assigned command when user performs any pen flicks. It does not depends on how application is responding to the current pen flick. Sometime application may respond to some other pen flick then the requested pen flick. This means that application do have ability to react to the flicks but in some other way. But it does not mean that application is NOT RESPONDING.
__________________ In The Absence Of Light Darkness Prevail's |
|
#6
| ||||
| ||||
| Actions performed by Pen Flicks.
Here are the actions which pen flick can perform. There are total four types of actions. 1. Scroll up or down. 2. Back or Undo. 3. Any keystroke or keystroke combination. 4. Activating a modifier key such as SHIFT. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How Applications will get Notified about Pen Flicks" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Being notified of user attribute changes | Nik | Active Directory | 8 | 17-05-2012 06:03 AM |
| Multiple flicks by Flicksē utility extend in Windows 7 | AbiCgail | Portable Devices | 6 | 07-08-2011 11:22 PM |
| Support of multiple flicks using Flicksē in eeepc t91 | X-MaaN | Portable Devices | 6 | 28-07-2011 11:09 AM |
| Best lock screen applications and calendar enhancement applications | HoGaN 77 | Windows Software | 4 | 21-12-2010 12:16 PM |
| What are Pen Flicks ? | KALYAN23 | Portable Devices | 4 | 22-12-2009 04:29 AM |