Search found 98 matches: goright

Return to advanced search

Re: Transparent area becomes black when use BUTTON...ADJUST

... How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the command oBar:GoRight() TIA Can i see the rc file entries for whatsnew.bmp? Suggested format WHATSNEW 10 "whatsnew.bmp" but not WHATSNEW BITMAP "whatsnew.bmp"
by nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 878

Transparent area becomes black when use BUTTON...ADJUST

... How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the command oBar:GoRight() TIA
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 878

CLASS modification

... for setting the horizontal scrollbar position, ScrollHorizontallyBy() for scrolling a certain number of pixels horizontally, GoLeft() and GoRight() for moving left and right, HScroll() for handling horizontal scroll events, and so on. Please note that these are general recommendations ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1776

Re: XBROWSE Column Question

hi,
nageswaragunupudi wrote:oBrw:GoRight() // one column to the right
oBrw:GoRightMost() // go to last column

ok, thx for Answer
by Jimmy
Fri May 05, 2023 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 897

Re: XBROWSE Column Question

oBrw:GoRight() // one column to the right
oBrw:GoRightMost() // go to last column
by nageswaragunupudi
Thu May 04, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 897

Re: WBrowse - color fondo cabecera y Congelar columnas- consulta

Hola y gracias Karinha por responder,

Pero WBrowse de FWH 21.06 no considera nFreeze en su DATA, y en sus métodos GoLeft y GoRight no existe código para manejar filas congeladas.

Sigo atento y también buscando opciones.

Saludos
by José
Fri Mar 17, 2023 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WBrowse - color fondo cabecera y Congelar columnas- consulta
Replies: 6
Views: 629

Re: Fighting Xbrowse and lozing !!!

... a logical Var that toggles this beheavior ? For this specific browse, maybe I can trap the cursor key value and process it to only do a goleft... goright with no processing ? Just thinking, but not able to do it.
by Marc Venken
Fri Dec 30, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1640

Re: defining a key to a function

Hello Antonio,

Thanks, that works. The GoLeft has number 63234 and the GoRight has 63235. I use the bKeyDown on a window instead of a browse. The window that is opened has seven tabs and on 4 of them there are browses. It also works on Get's
by plantenkennis
Tue Jun 22, 2021 6:28 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: defining a key to a function
Replies: 2
Views: 733

Re: defining a key to a function

René,

Pease try this:

oBrowse:bKeyDown = { | nKey | MsgInfo( nKey ) }

and check if GoLeft and GoRight keys get trapped with that
by Antonio Linares
Mon Jun 21, 2021 9:41 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: defining a key to a function
Replies: 2
Views: 733

Re: XBrowse: a problem with GoRight() and GoToCol()

This is a workaround: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd, oBrw    USE CUSTOMER    DEFINE WINDOW oWnd    @ 0, 0 XBROWSE oBrw ALIAS "CUSTOMER"    oBrw:CreateFromCode()    ACTIVATE WINDOW oWn...
by Enrico Maria Giordano
Fri Nov 06, 2020 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 517

Re: XBrowse: a problem with GoRight() and GoToCol()

The problem is not there using dialogs: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd, oBrw    USE CUSTOMER    DEFINE DIALOG oWnd    @ 0, 0 XBROWSE oBrw ALIAS "CUSTOMER"    oBrw:CreateFromCode()    A...
by Enrico Maria Giordano
Fri Nov 06, 2020 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 517

Re: XBrowse: a problem with GoRight() and GoToCol()

This is a sample of the problem: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd, oBrw    USE CUSTOMER    DEFINE WINDOW oWnd    @ 0, 0 XBROWSE oBrw ALIAS "CUSTOMER"    oBrw:CreateFromCode()    ACTIVATE...
by Enrico Maria Giordano
Fri Nov 06, 2020 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 517

XBrowse: a problem with GoRight() and GoToCol()

Using GoRight() and GoToCol() methods I noticed that the first columns of the browse are sometimes shifted left and no more visible even if there are plenty of space for them.

Any workaround?

EMG
by Enrico Maria Giordano
Thu Nov 05, 2020 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 517

Re: Lentezza di xBrowse

... := .T. va in errore anche quella dicembre 2015 stesso problema Forse lFastDraw è subentrato dopo non lo so Io so solo che nel metodo GoRight basterebbe sistemare qualche condizione e fare il repaint solo se serve A volte mi sembra di aver sbagliato lavoro veramente. Ciao e Grazie ...
by MarcoBoschi
Sun Apr 05, 2020 3:37 pm
 
Forum: All products support
Topic: Lentezza di xBrowse
Replies: 4
Views: 1259

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... de moneda asignado se agrega a la cláusula "PICTURE" y se muestra alineado a la izquierda en la columna. - Correción en le método GoRight: Cuando oBrw:lTransparent := .T., y el cursor se mueve hacia la derecha con la tecla de flecha, el resaltado no se borra de las celdas anteriores. ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3179
Next

Return to advanced search