Search found 45 matches: f10

Return to advanced search

Re: Desativar tecla F10 do windows

...  DEFINE WINDOW oWnd TITLE "Test"   //-> Tecla Reservada Para Windows, uso nao recomendavel.   SetKey( VK_F10, { || MsgInfo( "'F10' is beeing pressed-Reserved for Windows" ) } )   SetKey( VK_F2, { || MsgInfo( ...
by karinha
Thu Mar 25, 2010 1:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desativar tecla F10 do windows
Replies: 5
Views: 876

Re: Desativar tecla F10 do windows

O titulo do seu tópico é:

DESATIVAR TECLA F10 DO WINDOWS.

Aguarde.
by karinha
Thu Mar 25, 2010 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desativar tecla F10 do windows
Replies: 5
Views: 876

Re: Desativar tecla F10 do windows

João,

Obrigado por responder, porem não funcionou. Compilei o seu exemplo e o F10 não responde!

Um abraço
by MGA
Thu Mar 25, 2010 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desativar tecla F10 do windows
Replies: 5
Views: 876

Re: Desativar tecla F10 do windows

#include "FiveWin.ch"function Main()   local oWnd   DEFINE WINDOW oWnd TITLE "Test"   SetKey( VK_F10, { || NIL } )   SetKey( VK_F2, { || MsgInfo( "'F2' is beeing pressed" ) } )&...
by karinha
Thu Mar 25, 2010 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desativar tecla F10 do windows
Replies: 5
Views: 876

Desativar tecla F10 do windows

Amigos,

Alguem sabe se é possível desativar a tecla F10 do windows?

Digo isso porque estou enfrentando problemas no meu sistema (DIALOG, TSBROWSE, etc) não funciona o F10.

Obrigado
by MGA
Wed Mar 24, 2010 7:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Desativar tecla F10 do windows
Replies: 5
Views: 876

Re: Ribbonbar cursor keys

if you go to second tab and pree F10 you can see the numbers
I think it must show only when there is a control on ribbonbar ...
by Silvio
Sat Jan 30, 2010 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar cursor keys
Replies: 24
Views: 3107

Re: Ribbonbar cursor keys

Hello Daniel,
Thank you for your demo. I would like to look how to change from screen 1 to 2 but the demo hangs after pressing ALT or F10.
Best regards,
Otto
by Otto
Sat Jan 30, 2010 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar cursor keys
Replies: 24
Views: 3107

Re: Ribbonbar cursor keys

Today I saw that Word 2010 let you start the keyboard navigation with ALT or also with the F10 function key . I inserted in the ribbon – fivewin – sample: SET KEY VK_F10 TO RibbonMenu()function RibbonMenu ()   oRBar:KeybMode() return ...
by Otto
Fri Jan 29, 2010 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar cursor keys
Replies: 24
Views: 3107

Re: xBrowse standard keys

... to have one codeblock that we could use to trap all keys (or, at least most keys, since Windows does not allow trapping of certain keys like F1, F10, etc.). As an alternative interface idea, consider making a right-click pop-up menu with all your options on it. This is a Windows standard and ...
by James Bott
Wed Aug 12, 2009 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse standard keys
Replies: 9
Views: 1688

Re: F10 key trapping and processing

Yes, F10 is reserved. Even if you could trap it, I wouldn't since users expect it to work the same way in all Windows applications.

James
by James Bott
Fri Jul 17, 2009 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: F10 key trapping and processing
Replies: 1
Views: 408

F10 key trapping and processing

Is there any way to trap the F10 key press in a window.
All the other F1 to F12 keys you can trap in tWindow:bKeydown, but not the F10 which seems to be reserved
Can anyone assist ?
by peterk
Fri Jul 17, 2009 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: F10 key trapping and processing
Replies: 1
Views: 408

Problemi con edit/dos su vista

... il nuovo notebook con VISTA (invece che xp) non mi vede correttamente i caratteri della tastiera. Succede che per esempio sotto WINDOWS il tasto F10 corrisponda a (Sifht F10), il tasto F11 a (Shift F11), mente i tasti da F1 a F9 vanno bene. Sotto finestra DOS, da me molto usata con il mio vecchio ...
by Romeo
Mon May 25, 2009 9:57 am
 
Forum: All products support
Topic: Problemi con edit/dos su vista
Replies: 9
Views: 2039

setkey y ALT

Hola. Tengo la siguiente instruccion: SetKey( VK_F10, { || obt1:click() } ) para que al presionar la tecla F10, se realice la accion asociada al boton obt1. El sintoma es rarisimo: cuando hago esto, funciona perfecto, pero si presiono la tecla ALT, ...
by diegopolverelli
Mon May 11, 2009 6:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: setkey y ALT
Replies: 0
Views: 189

EVALUA ESTO **************************************************************************** CLASS TVKEY // Clase para controlar teclas de funcion **************************************************************************** DATA OldKeys INIT {SETKEY(VK_F1 ),; SETKEY(VK_F2 ),; SETKEY(VK_F3 ),; SETKEY(VK_...
by ADBLANCO
Mon Oct 06, 2008 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET KEY EN MDI
Replies: 6
Views: 964

Question about SET KEY

Hello,

I often use the statement SET KEY.

Is there a way to find out which functions are connected to certain keys.

For instance :

SET KEY VK_F10 TO TelMessage

Can I find out to which key the function TelMessage is connected ?

Thanks.
by driessen
Fri Sep 12, 2008 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about SET KEY
Replies: 3
Views: 505
PreviousNext

Return to advanced search

cron