Search found 4138 matches: font

Return to advanced search

combobox color

I have a combobox

@ 10, 120 COMBOBOX aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg


on first element of aCategorie there is "nessuna" and the last item is "Aggiungi"

I wish change color and font of text only on these two items
by Silvio.Falconi
Fri Apr 26, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 2
Views: 60

Re: New txbrowse

best solution @ 103,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ; DATASOURCE oDbf COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT Array(0) DATA aDefaultCols ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 389

Re: La clase tprinter, consulta

Funciona bien con FONT Century. Creo que el problema debe estar en el salto de línea. Muestra una imagen José, por favor. // Printing an ascii file - \SAMPLES\TESTPRN5.PRG#include "FiveWin.ch"FUNCTION Main()  ...
by karinha
Thu Apr 11, 2024 1:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La clase tprinter, consulta [RESUELTO]
Replies: 9
Views: 272

Re: La clase tprinter, consulta

Buenos días:
Prueba a cambiar el font por "Arial" a ver que resultados obtienes.
Un saludo
José Luis
by groiss
Thu Apr 11, 2024 5:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: La clase tprinter, consulta [RESUELTO]
Replies: 9
Views: 272

Re: Centrar texto VERTICALMENTE

... AllTrim( ::oTDbfDatAmp:REGMER ), ::oFnt_Arial6V ) / 2 ) UTILPRN ::oUtil ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 479

Re: Centrar texto VERTICALMENTE

... AllTrim( ::oTDbfDatAmp:REGMER ), ::oFnt_Arial6V ) / 2 ) UTILPRN ::oUtil ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( ...
by FiveWiDi
Tue Apr 09, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 479

Centrar texto VERTICALMENTE

Hola a todos, Tengo que centrar un texto verticalmente. Está escrito en el eje de las 'y', en vertical, el FONT que utilizo está definido así: DEFINE FONT oFnt_Arial6V NAME "Arial" SIZE 0,-6 OF ::oPrn NESCAPEMENT 900 PRINTER contempla centrar horizontalmente respecto ...
by FiveWiDi
Mon Apr 08, 2024 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 479

Error Fwh 24.02 con XBROWSE

... ICON oIco NOZOOM NOICONIZE @ 10,10 XBROWSE oBrw OF oWnd ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL AUTOSORT SIZE -10,-10 PIXEL FONT oFont WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 4 :nHeaderHeight := 70 :oHeaderFonts := oFont :nFooterHeight ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 100

Re: Alto de linea en LISTBOX

... yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 983

Re: Alto de linea en LISTBOX

... yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 983

Re: Alto de linea en LISTBOX

Puedes probar a cambiar el font usado por el listbox
by Antonio Linares
Mon Mar 25, 2024 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 983

Re: Error en Listbox.

Solucionado!!!
era un problema con el FONT.

Gracias
by José Camilo
Mon Mar 25, 2024 5:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 310

Error en Listbox.

... , ; str(_CoLiAux->Propiedad,4,0) ; ID _CLV_Lbx ; FIELDSIZES {50,50} ; HEADERS "Loc.","Prop" ; Font oLetra ; UPDATE ; OF oDlg oLbx:aJustify = {.t.,.t.} al ejecutarlo me sale el siguiente error: Error Base/1081 Argument error: + Application =========== ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 310

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1661
Next

Return to advanced search

cron