Search found 40 matches: highlwin7

Return to advanced search

Re: Fwteam - Xbrowse too slow

nageswaragunupudi wrote:Do not use MARQSTYLE_HIGHLWIN7


I did not realyse that some settings can slow down Xbrowse. In my case always dbf's.

Are there more settings to consider turning off ?

What are the best settings (to change) for best speed ?
by Marc Venken
Wed Apr 13, 2022 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1182

Re: Fwteam - Xbrowse too slow

Do not use MARQSTYLE_HIGHLWIN7
by nageswaragunupudi
Wed Apr 13, 2022 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1182

Re: Colorized cell of xbrowse

If I use
:nMarqueeStyle := MARQSTYLE_HIGHLWIN7
the n I not see the right color

How I can to hav the bar nmarquee on only first column ?
by Silvio.Falconi
Tue Mar 08, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1318

Re: Colorized cell of xbrowse

oCol:bClrStd := ChangeColor( oBrw, i )  Nages, give me error WITH OBJECT oBrw :nRowHeight := 22 :nClrBorder := CLR_GRAY :lDrawBorder := .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowS...
by FranciscoA
Mon Mar 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1318

Re: Colorized cell of xbrowse

oCol:bClrStd := ChangeColor( oBrw, i )  Nages, give me error WITH OBJECT oBrw :nRowHeight := 22 :nClrBorder := CLR_GRAY :lDrawBorder := .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowS...
by Silvio.Falconi
Sun Mar 06, 2022 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1318

Re: Como me refiero al total de una columna

Francisco y amigos del foro

Problema solucionado cambiando MARQSTYLE_HIGHLROWMS por MARQSTYLE_HIGHLWIN7.

Saludos y muchas gracias
by Armando
Sat Nov 14, 2020 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 947

Re: Como me refiero al total de una columna

Armando, he notado lo siguiente: En el codigo que te puse de ejemplo, la multiseleccion trabaja con :nMarqueeStyle := MARQSTYLE_HIGHLWIN7. Si se utiliza MARQSTYLE_HIGHLROWMS ( Multiselect ), la suma condicional en la columna 3 no funciona correctamente. Sobre esto habría que preguntar a los gurus de...
by FranciscoA
Fri Nov 13, 2020 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 947

Re: Enhanced Sharpness of XBROWSE Looks

I made a test without no change xbrowse class

Image


note the two colors white and red, the writing in black and the brightness of the MARQSTYLE_HIGHLWIN7 effect
by Silvio.Falconi
Mon Oct 05, 2020 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Sharpness of XBROWSE Looks
Replies: 7
Views: 1024

Nuevo "detalle" xBrowse + imagen. Mr.Rao

Hola, cuando entro en el xbrowse y muevo la rueda del mouse, deja el :nMarqueeStyle "marcado" en la ultima columna donde esta la imagen, al moverse con la rueda del mouse deja siempre ese efecto, si pulso el boton izq sobre cualquier registro de ahi en mas deja el fondo blanco correctament...
by Ariel
Thu Sep 24, 2020 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo "detalle" xBrowse + imagen. Mr.Rao
Replies: 1
Views: 307

Re: transparent image on xbrowse

resolved with :nMarqueeStyle :=MARQSTYLE_HIGHLWIN7
by Silvio.Falconi
Thu Apr 23, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: transparent image on xbrowse
Replies: 1
Views: 236

Xbrowse colors

https://i.postimg.cc/SxVPXk0v/ruote.jpg I colorize only some columns the problem is when I use the MarqueeStyle I cannot use :nMarqueeStyle := MARQSTYLE_HIGHLROW or :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 because it not show the red colors of that columns how I can resolve it ?
by Silvio.Falconi
Tue Sep 17, 2019 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse colors
Replies: 7
Views: 812

xBrowse - oBrw:nMarqueeStyle

Hello, Today I tested the different MARQSTYLE styles. Best regards Otto xBrowse.ch #define MARQSTYLE_NOMARQUEE 0 #define MARQSTYLE_DOTEDCELL 1 #define MARQSTYLE_SOLIDCELL 2 #define MARQSTYLE_HIGHLCELL 3 #define MARQSTYLE_HIGHLROWRC 4 #define MARQSTYLE_HIGHLROW 5 #define MARQSTYLE_HIGHLROWMS 6 #defin...
by Otto
Wed Nov 21, 2018 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - oBrw:nMarqueeStyle
Replies: 0
Views: 573

MODIFICACION EN LA XBROWSE PARA PINTARLO TIPO ZEBRA

Hola Amigos Una pequeña contribucion, espero les guste Para pintar el fondo del xbrowse tipo 'zebra' ( rows de colores alternados ) hacer lo siguiente en la clase xbrowse.prg hacer estas modificaciones en la DATA agregar esto: lRefreshOnlyData,; // True when only the data should be painted (used int...
by rterraz
Fri Mar 04, 2016 10:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MODIFICACION EN LA XBROWSE PARA PINTARLO TIPO ZEBRA
Replies: 7
Views: 1609

ERROR ON XBROWSE DRAG DROP

I made a xbrowse I wish move the element from a cell to another http://www.eoeo.it/wp-content/uploads/2015/03/fo.jpg I move an item ( 4A) with the mouse on position 11, the procedure moves the item and save the new position in save_dragbegin function (), then I take the same element ...
by Silvio.Falconi
Wed Mar 04, 2015 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON XBROWSE DRAG DROP
Replies: 0
Views: 381

Re: Nuevo FWH 14.09

Persiste el bug del xbrowse en el build 4 :( . P ara reproducirlo coge el xbrbtn.prg y añade el estilo oBrw:nMarqueeStyle :=MARQSTYLE_HIGHLWIN7 y el programa rompe.
by mastintin
Sat Oct 25, 2014 5:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 14.09
Replies: 13
Views: 2102
Next

Return to advanced search