Search found 1581 matches: focus

Return to advanced search

Re: XBROWSE : Seek(), OrdwildSeek() and "increment"

... is not used, but the methods KeyDown() and KeyChar() are used ( handling WM_KEYDOWN messages) There is not input box and when the browse has focus, xbrowse responds to the keys pressed by the user to perform the seek/filter according to the variable set as explained above. Sampe code to display ...
by nageswaragunupudi
Sat May 06, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 379

Re: lose focus on buttonbar

here is the complete example, the problem is that when I click on a row there is a flicker that denotes that there is something wrong to select a row I use a popup menu @ 85, 10 BTNBMP aBtnBrow ; FLAT SIZE 80, 20 OF oDlg PIXEL ; PROMPT "Select menu" ; NOROUND ; ACTION ::ShowPopUp( { |oBtn|...
by Silvio.Falconi
Fri Apr 28, 2023 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Silvio, I asked Master Navarro. Here it didn't work well.

Silvio, le pregunté al maestro Navarro. Aquí no funcionó bien.

Necesito saber si hay un BUG(ERROR) en mi versión de FWH.

Gracias.
Thanks.

Regards, saludos.
by karinha
Fri Apr 28, 2023 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

karinha wrote:Buen día. Maestro Antônio, en este ejemplo de Maestro Navarro, pídale que después de cambiar el botón, pase el mouse sobre los botones de la barra. En este ejemplo del maestro navarro, ¿cómo solucionarlo?

Gracias.

Regards, saludos.



the navarro sample run ok !!
by Silvio.Falconi
Fri Apr 28, 2023 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Buen día. Maestro Antônio, en este ejemplo de Maestro Navarro, pídale que después de cambiar el botón, pase el mouse sobre los botones de la barra. En este ejemplo del maestro navarro, ¿cómo solucionarlo?

Gracias.

Regards, saludos.
by karinha
Fri Apr 28, 2023 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Solved thank to this great example from Cristobal Navarro: barchange.prg // developed by Cristobal Navarro#include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"Function test()   local oDlg,oDbf,oFont   local oBar   local  nBottom   := 27.2   local  nRight    := 89   loca...
by Silvio.Falconi
Fri Apr 28, 2023 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Solved thank to this great example from Cristobal Navarro: barchange.prg // developed by Cristobal Navarro#include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"Function test()   local oDlg,oDbf,oFont   local oBar   local  nBottom   ...
by Antonio Linares
Fri Apr 28, 2023 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Hola Silvio, a ver si ahora te entendí bien. Hello Silvio, see if I understood you well now. // Idea Original by Silvio Falconi. - Version: 2.0// C:\FWH..\SAMPLES\SILBTNF2.PRG - Modificado en: 27/04/2023 - Joao.#include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"#Define aPubGr...
by Silvio.Falconi
Fri Apr 28, 2023 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Hola Silvio, a ver si ahora te entendí bien. Hello Silvio, see if I understood you well now. // Idea Original by Silvio Falconi. - Version: 2.0// C:\FWH..\SAMPLES\SILBTNF2.PRG - Modificado en: 27/04/2023 - Joao.#include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"#Define aPubGra...
by karinha
Thu Apr 27, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Después -> Select One

https://imgur.com/hbQiURl

Image

Correct?

Regards, saludos.
by karinha
Thu Apr 27, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Esto?

https://imgur.com/gyajN7M

Image

Regars, saludos
by karinha
Thu Apr 27, 2023 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

I understand that you don't understand, when I show the two buttons I have to put them in first and second place not at the bottom of the buttobar I want to do it this way for a logical question, if I select a record (or more records) I can delete it or print it, so I don't need the new, edit, dupli...
by Silvio.Falconi
Thu Apr 27, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

Pronto Silvio: I LOVE FIVEWIN The Best! // Idea Original by Silvio Falconi.// C:\FWH..\SAMPLES\SILBTNFO.PRG - Modificado en: 27/04/2023 - Joao.#include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"#Define aPubGrad {| lInvert | If( lInvert, ;                 { {...
by karinha
Thu Apr 27, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

I understood! When the user MOVES THE MOUSE, the buttons reappear.

¡Entendí! Cuando el usuario MUEVE EL RATÓN, los botones vuelven a aparecer.

Regards, saludos.
by karinha
Thu Apr 27, 2023 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272

Re: lose focus on buttonbar

No puedo entender la traducción. El traductor de Google es terrible.

I can't understand the translation. Google translator is terrible.

You have the SOURCE there, modify it to taste.

Ahí tienes la FUENTE, modifícala al gusto.

Regards, saludos.
by karinha
Thu Apr 27, 2023 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lose focus on buttonbar
Replies: 17
Views: 1272
PreviousNext

Return to advanced search