Search found 29 matches: nbackcolor

Return to advanced search

Border with fwbarcode

How create a border on barcode ?

@ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;
SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;
COLOR CLR_BLACK,nBackcolor
by Silvio.Falconi
Tue Jan 16, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border with fwbarcode
Replies: 0
Views: 618

Re: problem with Barcode (sebra) no Html no web

nBackcolor what color du you have here? EAN cod not corret. Please post some to see. EAN 13 12 characters + Check Digit (1 digit) you're Right I decided to change barlib for the new fwbarcode barcodes because in barlib we ...
by Silvio.Falconi
Tue Jan 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

Re: problem with Barcode (sebra) no Html no web

nBackcolor what color du you have here?
EAN cod not corret.
Please post some to see.
EAN 13
12 characters + Check Digit (1 digit)
by Otto
Mon Jan 15, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

Re: IMAGE on BOX

Silvio:
Si pruebas dejando un milimetro entre uno y otro?
oPrn:Box(X, Y, Z, K,;
{ nColorBordo, 0.1 }, nBackcolor, ;
{"", oFnt, nColorFont, "" }, ;
"CM" )

@ x+0.01,y+0.01 PRINT TO oPrn IMAGE cDesc SIZE nAltezza-0.02,nAltezza-0.02 CM
by cmsoft
Fri Apr 21, 2023 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IMAGE on BOX
Replies: 2
Views: 203

IMAGE on BOX

How I can to create an image on a box ? I try with oPrn:Box(X, Y, Z, K,; { nColorBordo, 0.1 }, nBackcolor, ; {"", oFnt, nColorFont, "" }, ; "CM" ) @ x,y PRINT TO oPrn IMAGE cDesc SIZE nAltezza,nAltezza CM this is the result https://i.postimg.cc/C1hsTP3d/jjj.jpg ...
by Silvio.Falconi
Fri Apr 21, 2023 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IMAGE on BOX
Replies: 2
Views: 203

box align question

when I make a box I use ::oPrn:Box(X, Y, Z, K,; { nColorBordo, ::SetBorder(nSizeBordo) }, nBackcolor, ; {cText, oFnt, nColorFont, ::SetAlign(nAlignOriz,nAlignVert) }, ; "CM" ) on ::SetAlign(nAlignOriz,nAlignVert) I build the string to align/position but I have ...
by Silvio.Falconi
Sun Apr 09, 2023 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 206

Re: Base sample with scintilla

... 0, "keyword1 keyword2 keyword3" ) works fine. i have tried this: ::oEditor = TScintilla():New( 0, 0 , 943, 400,, ::nTextColor, ::nBackColor, 519 ) ::oEditor:cLexer := 7 ::oEditor:SetLexer( 7 ) // SCLEX_SQL ::oEditor:Setup() but i receive an error: Error BASE/1004 Message not found: ...
by cnavarro
Mon Mar 19, 2018 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base sample with scintilla
Replies: 20
Views: 3742

Re: Base sample with scintilla

... 0, "keyword1 keyword2 keyword3" ) works fine. i have tried this: ::oEditor = TScintilla():New( 0, 0 , 943, 400,, ::nTextColor, ::nBackColor, 519 ) ::oEditor:cLexer := 7 ::oEditor:SetLexer( 7 ) // SCLEX_SQL ::oEditor:Setup() but i receive an error: Error BASE/1004 Message not found: ...
by marzio
Mon Mar 19, 2018 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Base sample with scintilla
Replies: 20
Views: 3742

Re: Changing the textcolor of RADIOS and CHECKB. at runtime ?

... it working changing the colors of RADIOS and CHECKBOXES as well with these changes : // --------------- FUNCTION OBJ_UPDATE( oFld2, nTextColor, nBackColor ) // ---FOLDER --- AEval( oFld2:aDialogs[ 2 ]:aControls, { |o| IF( o:ClassName == "TSAY", ( o:SetColor( nTextColor, nBackColor ...
by ukoenig
Fri Jun 16, 2017 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the textcolor of RADIOS and CHECKB. at runtime ?
Replies: 2
Views: 682

Changing the textcolor of RADIOS and CHECKB. at runtime ?

Hello, I wanted to change the textcolor of RADIOS and CHECKBOXES at runtime. It only works on SAY FUNCTION OBJ_UPDATE( oFld2, nTextColor, nBackColor ) // FOLDER AEval( oFld2:aDialogs[ 2 ]:aControls, { |o| IF( o:ClassName == "TSAY", o:SetColor( nTextColor, nBackColor ), NIL ), ; // ...
by ukoenig
Thu Jun 15, 2017 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the textcolor of RADIOS and CHECKB. at runtime ?
Replies: 2
Views: 682

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... dialog * TGET: New DATA bColor If specified, bColor will be evaluated with oGet as parameter. The codeblock should return an array { nTextColor, nBackColor } TGet uses these colors to display the Get superceding all other color settings. This can also be set by command: @ r,c GET <clauses> ...
by Antonio Linares
Tue May 30, 2017 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2432

Re: Felices reyes!

... . Muy bueno . Le cambiado el Metodo rect() un poco para mi propia necesidad . Se trata de poder rellenar el fondo de un color lFondo := .t. y nBackcolor para su color Tambien tiene nround donde se da un radio para redondear las esquinas . Seguro que se puede implementar mejor pero la idea ...
by mastintin
Thu Feb 16, 2017 5:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Felices reyes!
Replies: 60
Views: 19226

Re: Change Layout of content of the tooltip

... have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or an array. Now we shall consider adding width, delaytype ...
by Marc Venken
Tue Jan 17, 2017 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Layout of content of the tooltip
Replies: 10
Views: 2453

Re: Folder SAY background-color is still missing ?

... @ 210, 225 SAY oSay[1] PROMPT "Testing SAY" SIZE 80, 15 FONT oFont2 OF oDlg1 PIXEL oSay[1]:SetColor( nTxtColor, nBackColor ) inside FOLDERPAGE no background-color //---------------------------------------------- @ 115, 10 SAY oSay[2] PROMPT "Testing SAY - ...
by ukoenig
Fri Jan 13, 2017 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6768

Re: Controlar propiedad AutoPopDelay de un tooltip

... have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or an array. Now we shall consider adding width, delaytype ...
by nageswaragunupudi
Fri Dec 16, 2016 4:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar propiedad AutoPopDelay de un tooltip
Replies: 8
Views: 1248
Next

Return to advanced search