Search found 18 matches: forecolor

Return to advanced search

XBROWSE memory leak - SOLVED

Sr. Antonio, utilizo la versión de FIVEWIN 17.04, y noté una pérdida de memoria en xbrowse, al usar GDIVIEW, noté que (PEN) no liberó memoria. Quizás ya lo haya corregido, pero el problema estaba en el método: METHOD Adjust() CLASE TXBrowse ... //aqui*********************************** if ::hRowPen ...
by MGA
Wed Sep 02, 2020 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE memory leak - SOLVED
Replies: 3
Views: 759

Re: Shapes Excel

oSheet:Shapes:AddShape(5, 20, 80, 300, 150):FILL:ForeColor:RGB = RGB(255, 255,255)

para poner el retangulo en blnaco
by arturo tamayo
Wed Feb 08, 2017 2:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1660

Re: Shapes Excel

... Azul * oShape:= oSheet:Shapes(1) * oShape:Interior:ColorIndex:= RGB(192,192,192) * oSheet:Shapes:ShapeStyle( "10001" ) * oSheet:Shapes:ForeColor:SchemeColor := 48 oSheet:Shapes:AddTextEffect( 3, "EMPRESA MANDANTE"+CRLF+"NOMBRE SERVICIOS NAVALES E INDUSTRIALES LTDA", ...
by jbrita
Thu Jan 26, 2017 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1660

Re: Shapes Excel

oSheet:Shapes(1):Fill:ForeColor := RGB(192,192,192)


Por probar, muchas veces me ha funcionado instanciando el objeto, primero, en una variable.
oShape:= oSheet:Shapes(1)
oShape:Fill:ForeColor := RGB(192,192,192)

PD.Ignoro si las propiedades ::Fill y ::ForeColor son correctas o si son metodos
by hmpaquito
Thu Jan 26, 2017 1:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1660

Shapes Excel

Hola Amigos, quien a trabajador con Shapes:

tengo esto pero me da un restangulo con fondo azul, quiero cambiar el fondo
oSheet:Shapes:AddShape(5, 20, 80, 300, 150):Select()


lo estoy asiendo asi pero me sale error
oSheet:Shapes(1):Fill:ForeColor := RGB(192,192,192)

cualquier ayuda

Gracias
by jbrita
Thu Jan 26, 2017 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1660

Re: help for an array

Antonio, If we assign bcolor1 and bcolor2 the colors for forecolor and backcolor ? bColor1 := {|x,nItem| GetForeColor( nItem )} bColor2 := {|x,nItem| GetBackColor(nItem )} please see the test I'm afraid the array is wrong #include "FiveWin.ch"Static ...
by Silvio.Falconi
Mon May 27, 2013 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for an array
Replies: 15
Views: 4245

A Question about xBrowse-Linestyles

Hello, I have a Question about xBrowse-Linestyles. I can change the Linecolors but the predefined Colors ( Linestyles ) don't work anymore on Selection. Is it possible to change from defined Pen-color to Linestyle ? It seems with defined Pencolors, Linestyle 1, 2, 3 and 4 are disabled. I would like ...
by ukoenig
Wed Aug 24, 2011 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question about xBrowse-Linestyles
Replies: 2
Views: 757

Re: Como coloco las lineas xbrowse delgadas

Rubén, ¿ya has intentado con esto? : nRowDividerStyle,; // Row divider style nColDividerStyle; // Col divider style AS NUMERIC // O LINESTYLE_NOLINES // 1 LINESTYLE_BLACK // 2 LINESTYLE_DARKGRAY // 3 LINESTYLE_FORECOLOR // 4 LINESTYLE_LIGHTGRAY // 5 LINESTYLE_INSET // 6 LINESTYLE_RAISED Ejemplo: oBr...
by FranciscoA
Wed Oct 27, 2010 2:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como coloco las lineas xbrowse delgadas SOLUCIONADO
Replies: 1
Views: 381

Re: Possible to define Font-Width for Export to Excel ? (solved)

... to the different Wordarts. *oSelection:Shapes:Range:Fill:Visible := .T. *oSelection:Shapes:Range:Fill:Solid := .T. *oSelection:Shapes:Range:Fill:ForeColor:SchemeColor := 48 *oSelection:Shapes:Range:Fill:Transparency := 0.4 *oSelection:Shapes:Range:Line:Weight := 0.75 *oSelection:Shapes:Range:Line:DashStyle ...
by ukoenig
Sat Mar 27, 2010 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to define Font-Width for Export to Excel ? (solved)
Replies: 2
Views: 727

Re: How to assign a color to TGroup

Colors are not working for Groups in a Themed application. For non-themed application, forecolor is used to paint the prompt, if any, and back color is used to fill the entire group area including the border. Color has no effect on the color of the border in both cases. ...
by Enrico Maria Giordano
Wed Dec 23, 2009 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to assign a color to TGroup
Replies: 6
Views: 1114

Re: How to assign a color to TGroup

Colors are not working for Groups in a Themed application.
For non-themed application, forecolor is used to paint the prompt, if any, and back color is used to fill the entire group area including the border.
Color has no effect on the color of the border in both cases.
by nageswaragunupudi
Wed Dec 23, 2009 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to assign a color to TGroup
Replies: 6
Views: 1114

Re: Bitmap in xBrowse

found !!! I insert the darkorange color office 2007 style ...now I see bitmaps oApp():oGrid:nColDividerStyle := LINESTYLE_BLACK oApp():oGrid:nRowDividerStyle := LINESTYLE_FORECOLOR oApp():oGrid:nMarqueeStyle := MARQSTYLE_HIGHLROW oApp():oGrid:nRecSelColor = 15512898 // Selected Row Black on White oA...
by Silvio
Tue Feb 03, 2009 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xBrowse
Replies: 14
Views: 2965

... 3), _flex.Cols(3).WidthDisplay) ' it does, so draw background e.DrawCell(DrawCellFlags.Background) ' draw the RTF text _rtf.Rtf = rtfText _rtf.ForeColor = e.Style.ForeColor _rtf.BackColor = e.Style.BackColor _rtf.RenderTo(e.Graphics, e.Bounds) ' and draw border last e.DrawCell(DrawCellFlags.Border) ...
by Otto
Tue Mar 25, 2008 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser + RTF
Replies: 13
Views: 4311

RESOURCE EDITOR why not useing VB.NETs?

... ' 'Command1 ' Me.Command1.BackColor = System.Drawing.SystemColors.Control Me.Command1.Cursor = System.Windows.Forms.Cursors.Default Me.Command1.ForeColor = System.Drawing.SystemColors.ControlText Me.Command1.Location = New System.Drawing.Point(45, 134) Me.Command1.Name = "Command1" Me.Command1.RightToLeft ...
by Otto
Thu Jan 10, 2008 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RESOURCE EDITOR why not useing VB.NETs?
Replies: 5
Views: 1150

¿Es lo mas simple ?

... del master HDC y lo hago así ..... ..... oLbx:bBkColor := {|nRow,nCol,nStyle| BackColor(nCol,nStyle)} oLbx:bTextColor := {|nRow,nCol,nStyle| ForeColor(nCol,nStyle)} ..... ..... STATIC FUNCTION BackColor(nCol,nStyle) DO CASE CASE nCol == 7 IF nStyle == 0 .AND. (cMaterial)->MAT_SEU < ...
by Susy
Thu Sep 20, 2007 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Condiciones en el listbox
Replies: 3
Views: 1328
Next

Return to advanced search