Search found 31 matches: keypad

Return to advanced search

Re: Are there any Treeview samples with associated edit boxes?

FWExplorer wrote:It doesn't matter what key we give it, explicitly. It only works for the numberic keypad 43.


oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 224, TreeAddItem( oTree ),) }


We are going to check it, thanks
by Antonio Linares
Wed Dec 02, 2020 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: Are there any Treeview samples with associated edit boxes?

It doesn't matter what key we give it, explicitly. It only works for the numberic keypad 43.


oTree:bKeyChar = { | nKey, nFlags | MsgInfo( nKey, "key" ), MsgInfo( nFlags ), If( nKey == 224, TreeAddItem( oTree ),) }
by FWExplorer
Tue Dec 01, 2020 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: Introducing FiveTech's fivedit

... * When invoke with CTRL + ALT + number + number template, only run now with KEYPAD digits * New keys actions - CTRL + AVPAG : First line window - CTRL + REPAG: Last line window - ALT + CTRL + AVPAG: Next paragraph - ALT + CTRL ...
by cnavarro
Sat Oct 14, 2017 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107366

Re: Mejoras para scintilla

... * When invoke with CTRL + ALT + number + number template, only run now with KEYPAD digits * New keys actions - CTRL + AVPAG : First line window - CTRL + REPAG: Last line window - ALT + CTRL + AVPAG: Next paragraph - ALT + CTRL ...
by cnavarro
Sat Oct 14, 2017 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839583

Trying to create a Virtual Keyboard.

... := { | nKey | KEYSEEK(nKey)} . The alpha works (but returns only CAPS), and I get different symbols on the punctuation keys and the numeric keypad. *** This is may preferred method if possible *** If I use the "EDIT" the real keyboard works fine, and the virtual keyboard add characters ...
by bradmaudlin
Thu Jul 14, 2016 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trying to create a Virtual Keyboard.
Replies: 5
Views: 1671

Re: SmartCard reader and Fivewin

... to credit cards ? If so: We have credit card processors with whom we integrate our software. It is actually quite simple. They have the smart card keypad / signature terminal connect to the computer, and it is completely driving by their software ( a DLL ). Our program calls their dll functions ...
by TimStone
Tue Jan 26, 2016 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SmartCard reader and Fivewin
Replies: 8
Views: 2197

Re: Key code

Uwe, If I press from 1 to 9 on keyboard give me from 49 to 57 but I need the key code of the numbers of keypad any help ? Please try and paste this function with msgcalc() STATIC FUNCTION VerKey(nKey,oBSum, oBMin, oBMol, oBDiv, oBPer, oBCan, oBRes)if      nKey ...
by Silvio.Falconi
Tue Nov 25, 2014 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Key code
Replies: 16
Views: 3146

VIRTUAL KEY

... M key 4E N key 4F O key 50 P key 51 Q key 52 R key 53 S key 54 T key 55 U key 56 V key 57 W key 58 X key 59 Y key 5A Z key VK_NUMPAD0 60 Numeric keypad 0 key VK_NUMPAD1 61 Numeric keypad 1 key VK_NUMPAD2 62 Numeric keypad 2 key VK_NUMPAD3 63 Numeric keypad 3 key VK_NUMPAD4 64 Numeric keypad 4 ...
by joseluisysturiz
Mon Jul 16, 2012 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VIRTUAL KEY
Replies: 0
Views: 643

Re: CTRL+C+C

... I fount the solution It works But there is a very big problem: after the phone call I have to restart the PC because the keypad locks. :? #include "Fivewin.ch" #define VK_LMENU 164 #define VK_A 65 STATIC oClp FUNCTION MAIN() LOCAL oDlg LOCAL oBtn LOCAL cNumber ...
by MarcoBoschi
Tue Mar 09, 2010 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CTRL+C+C
Replies: 4
Views: 1022

Re: Ribbonbar cursor keys

Mr. Otto.

the support Keypad number is working now
by Daniel Garcia-Gil
Wed Feb 10, 2010 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar cursor keys
Replies: 24
Views: 3106

Re: KeyPad

Image
by pablovidal
Sun Nov 15, 2009 5:01 pm
 
Forum: FiveWin para Pocket PC
Topic: KeyPad
Replies: 2
Views: 597

Re: KeyPad

Pablo,

Puedes poner un pantallazo de como se ve ?

gracias! :-)
by Antonio Linares
Sun Nov 15, 2009 4:52 pm
 
Forum: FiveWin para Pocket PC
Topic: KeyPad
Replies: 2
Views: 597

KeyPad

... es un Teclado Numerico Virtual: http://img20.imageshack.us/img20/7310/keypadc.png /*Tecla Numerico VirtualPablo Vidal*/Function KeyPad()Local nResultado := 0Local oDlgLocal oSayLocal uTemp := "0"Local oFntDEFINE FONT oFnt NAME "TAHOMA" SIZE 0, -16 ...
by pablovidal
Sun Nov 15, 2009 3:34 pm
 
Forum: FiveWin para Pocket PC
Topic: KeyPad
Replies: 2
Views: 597

Michel,

> VK_ADD = "+" of the numeric keypad.
> VK_SUBTRACT = "-" of the numeric keypad.

On a laptop you have to press the "Fn" key plus the keypad key before these keys are detectable.

James
by James Bott
Fri Oct 17, 2008 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about VK_NEXT or VK_ABSTRACT
Replies: 3
Views: 716

Antonio,

Sorry, I made a mistake. It must be VK_SUBTRACT.

VK_ADD = "+" of the numeric keypad.
VK_SUBTRACT = "-" of the numeric keypad.

I just edited my first message in this topic.

Thanks.
by driessen
Fri Oct 17, 2008 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about VK_NEXT or VK_ABSTRACT
Replies: 3
Views: 716
Next

Return to advanced search