Search found 278 matches: yellow

Return to advanced search

Re: FW_SayText error

Uwe, I made oBtn[1]:bPainted := { |hDC| FW_DrawImage( hDC, ".\bitmaps\ombrellone.bmp", { 2, 1, 124, 62 } ), ; FW_SayText( hDC, str(nOmbrellone1), { 7, 45, 98, 75 },,oBold2, CLR_BLACK, CLR_BLUE),; FW_SayText( hDC, cPrice, { 117, 91, 95, 155 },,oBold, CLR_HRED, CLR_YELLOW),; FW_SayText( hDC,...
by Silvio.Falconi
Wed Jul 17, 2019 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SayText error
Replies: 2
Views: 509

Re: FW_SayText error

Silvio, oBtn[1]:bPainted := { |hDC| FW_DrawImage( hDC, ".\bitmaps\ombrellone.bmp", { 2, 1, 124, 62 } ), ; FW_SayText( hDC, str(nOmbrellone1), { 7, 45, 98, 75 },,oBold2, CLR_BLUE, CLR_BLUE),; FW_SayText( hDC, cPrice, { 117, 91, 95, 155 },,oBold, CLR_HRED, CLR_YELLOW),; FW_SayText( hDC, ggio...
by ukoenig
Wed Jul 17, 2019 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SayText error
Replies: 2
Views: 509

FW_SayText error

Compiling a procedure with the fwh release April/May 2019 I have an error with FW_SayText https://i.postimg.cc/7P9GBTBF/errore-fw-txt.png in fact, a number was printed in the blue spot on source I made : //FW_SayText( ::hDCOut, cText, aRect, cAlign, oFont, nClrText, nClrBack ) oBtn[1...
by Silvio.Falconi
Tue Jul 16, 2019 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SayText error
Replies: 2
Views: 509

TGraph valores y titulos en negrita

Hola Foro: Solicito una ayuda con la clase Tgraph. 1) Necesito poder destacar los montos de los valores de las barras, que aparezcan en negrita, lo ideal poner un color de fondo, para una facil visualizacion. Pues la persona que mira los graficos tiene muy mala vista. Como aumento o cambio el FONT y...
by carito
Wed May 29, 2019 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGraph valores y titulos en negrita
Replies: 1
Views: 630

Re: Error of date conditional

I need it to check id the booking is for only one day , on the beach I put a image of a small yellow sun on umbrella
by Silvio.Falconi
Sat May 04, 2019 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error of date conditional - Resolved
Replies: 2
Views: 283

Re: How to implement a scrolling message?

The test @ 120,500 SCROLLMSG oMsg TEXT cText SIZE 300, 150 PIXEL OF oDlg2 ; FONT oFont COLOR CLR_HRED, CLR_YELLOW SPEED 2 oMsg:lBox := .F. ----------------- Add in scrolmsg.prg DATA lBox INIT .t. METHOD New( nRow, nCol, nWidth, nHeight, cText, oWnd, oFont, ; nSpeed, nClrText, nClrBack, lHoriz, lPixe...
by ukoenig
Wed Apr 24, 2019 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement a scrolling message?
Replies: 21
Views: 4774

Re: Ribbonbar on w7 and 10

... and then run ok for the colors on Windows 2010 https://i.postimg.cc/cHMPf5Wq/aaaa.jpg only the border of the rbbtn is yellow and it must be white or clear gray... SAMPLE oBtn[10]:nClrBoxOut := CLR_HGRAY
by Silvio.Falconi
Thu Apr 04, 2019 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar on w7 and 10
Replies: 4
Views: 1006

Re: Color printing

...  // Green        oLbx8:aCols[2]:SetCheck()        oLbx8:aCols[2]:bClrstd := {|| { 0,  65535 } }    // Yellow        oLbx8:aCols[3]:SetCheck()        oLbx8:aCols[3]:bClrstd := {|| { 0,  255 } }        // Red  ...
by TimStone
Thu Mar 21, 2019 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color printing
Replies: 11
Views: 1964

Color printing

... a column with a specific color ? I have a report that attaches to an Invoice. It is a checklist. The first column should be green, the second yellow, the third red, and the last ( and biggest ) is no color and contains the description. The first 3 columns will have printing but just a few ...
by TimStone
Wed Mar 20, 2019 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color printing
Replies: 11
Views: 1964

Re: Error al insertar registro con Clase MariaD

Gracias por contestar. Estoy utilizando FWH incorporado en la clase MariaDB? Revise los ejemplos que hay en sample de maria01......maria16. Y los soluciones asi: #include "FiveWin.ch" STATIC oRs,oCn //------------------------------ function Main() //------------------------------ local oRs...
by Adolfredo Martinez
Tue Feb 19, 2019 12:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al insertar registro con Clase MariaD
Replies: 10
Views: 1274

Re: Carrusel con tcvrflow

Olá, com o uso de um timer e mais o uso de GoLeft, GoRight, vai conseguir o efeito desejado. #include "FiveWin.ch" function Main() local oWnd, oCF, obar DEFINE WINDOW oWnd FROM 2, 2 TO 40, 96 color CLR_BLACK, CLR_CYAN DEFINE BUTTONBAR oBar OF oWnd SIZE 26,27 DEFINE BUTTON RESOURCE "LE...
by MGA
Mon Jan 14, 2019 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carrusel con tcvrflow
Replies: 4
Views: 1121

Coordinates problem between 7.10 and 16.04

... )LineTo( hDCOut    , y_cor(inLeft + sx_offset ) ,  x_cor(430 - (inTop + sy_offset ))       , hPen)  For the yellow rectangles with action I'm using @ y_cor(y+4), x_cor(x+48.5 ) BTNBMP metatoetsen[len(metatoetsen)] RESOURCE 'GEEL','GEEL2' ...
by Marc Vanzegbroeck
Fri Aug 24, 2018 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinates problem between 7.10 and 16.04
Replies: 0
Views: 244

Re: Search on xbrowse

Why not using a seekbar :?: http://www.pflegeplus.com/IMAGES/Seekbar2.jpg USE CUSTOMER ORDCREATE( ,"CUST1","UPPER(FIRST)", {|| UPPER(FIRST) } , .F. ) ORDCREATE( ,"CUST2","UPPER(LAST)", {|| UPPER(LAST) } , .F. ) ORDCREATE( ,"CUST3",&qu...
by ukoenig
Sun Aug 05, 2018 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on xbrowse
Replies: 2
Views: 646

Re: Desktop Alerts

É um exemplo de DesktopAlert, utilizando códigos de HTML. para executar utilize assim: MsgFancy(Memvar->oDlg,"Acesso negado!!! <br/><br/> Não é permitido modificar lançamentos quando já baixado (Repassado).",nil, CLR_YELLOW,.T.,.F.) coloque junto esta função... #define LWA_A...
by ronaldo
Thu Apr 12, 2018 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29506

Re: imprimir etiqueta en zebra GC420t

Patricio Te envio el codigo que uso fijate de setear bien la impresora , he llegado a imprimir 70 etiquetas sin que se corra un mm Cualquier duda avisame Saludos function barcode2tp() local opr, xStep, yStep, oBr, oFont , N := 0 * public XCANCELA := "N" PUBLIC XCODIGOC := SPACE(13) public ...
by devwin2010
Thu Apr 12, 2018 1:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: imprimir etiqueta en zebra GC420t
Replies: 4
Views: 1158
PreviousNext

Return to advanced search