Search found 34 matches: lbold

Return to advanced search

Re: ListBox Input Field Scrolling........

... WS_POPUP ) PIXEL IF oBrw:oFont != nil oFont := TFont():New( oBrw:oFont:cFaceName, oBrw:oFont:nWidth,; oBrw:oFont:nHeight, .F., oBrw:oFont:lBold ) Endif @0,0 GET oGet VAR uVar ; SIZE aDim[ 4 ] - aDim[ 2 ] - If( bAction != nil, 12, 0 ),; aDim[ 3 ] - aDim[ 1 ] OF oDlg ; FONT oFont COLOR nClrFore, ...
by RiazKhan
Thu Aug 22, 2024 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 5
Views: 1267

Re: Problem with Choose font

... nFontSize := oBrowse:aArraydata[nRecord][16] lUnderline := oBrowse:aArraydata[nRecord][17] lStrikeOut := oBrowse:aArraydata[nRecord][18] lBold := oBrowse:aArraydata[nRecord][19] lItalic := oBrowse:aArraydata[nRecord][20] nColorFont := oBrowse:aArraydata[nRecord][21] @ nRow,5 BTNBMP aGet[15] ...
by Silvio.Falconi
Fri Apr 21, 2023 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Choose font
Replies: 5
Views: 666

Re: Child OF oWnd

... 0}, {NCOUNT, 6}, {NRGBCOLOR, 16777215}, {LSYSTEM, .T.}, {USOURCE, CLR_WHITE}}}, {OFONT, {{CFACENAME, TAHOMA}, {HFONT, 1242174205}, {HFONTOLD, 0}, {LBOLD, .F.}, {LITALIC, .F.}, {LUNDERLINE, .F.}, {LSTRIKEOUT, .F.}, {NINPHEIGHT, -20}, {NINPWIDTH, 0}, {NESCAPEMENT, 0}, {NORIENTATION, 0}, {NWEIGHT, ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 508

Re: Errores OLE en TEXCELSCRIPT

... linea del prg es un simple say: oExcel:Say(3,1 ,'Matrícula','Arial',09 ,.F. , , , 7 , , , ,1) //METHOD Say( nRow, nCol, xValue , cFont , nSize , lBold , lItalic ,lUnderLine, nAlign, nColor, nFondo , nOrien , nStyle , cFormat ) CLASS TExcelScript Como que "explota" el ole y el error ...
by puenteda
Thu Feb 24, 2022 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores OLE en TEXCELSCRIPT
Replies: 9
Views: 1799

Re: [BUG] in source/font.prg and a question

... 50, .T. ) and oFontMed1:nHeight(50) but NO change :( METHOD nWidth( nNewValue ) SETGET METHOD nHeight( nNewValue ) SETGET METHOD Modify( nHeight, lBold, lItalic, lUnderline, lStrikeOut, nEscapement ) regards Uwe :D
by ukoenig
Thu Jul 25, 2019 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1264

New FTDN April/Abril 2018 (FWH 18.04)

... <cFile>, <nLin>, <lRead>, <oDlg>, <lMnu>, <pDoc>, <nLex>, <bSetup>,; <nSizeFont>, <lBold>, <bInit>, <lLoad>, <lModal>, <bExec>, <oMenu> ) lLoad : load Dll need lModal : Show dialog in modal mode bExec ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2949

Re: RichEdit: How to not show URL?

... html commands as in trichedit with MsftEdit.dll but Cristobal not make the function yet you can set a line or word with the method SetAttribute( lBold, lItalic, lUnderline, lStrikeOut, lOnOff, lLink , nYOffSet, lSuper, lSub, lProtect, nTypeUnder ) CLASS TRichEdit5 or exactply with setlink( lonoff ...
by Silvio.Falconi
Wed Feb 14, 2018 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit: How to not show URL?
Replies: 12
Views: 2562

Re: TMenuItem():New changed

... ] ; [ HSYSBITMAP <hBmp> ] ; [ INDEX <nIndex> ] ; [ <lRight: RIGHT> ] ; [ <lSeparator: SEPARATOR> ] ; [ <lBold: BOLD> ]; [ <lItalic: ITALIC> ]; [ COLORBOX <nClrBox> ] ; [ RADIOCHECK <nItemsGroup>, <nCheck> ] ; [ <lDefault: ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 1078

Re: DEFINE FONT vs TFont()

TFont():New( cFaceName, nWidth, nHeight, lFromUser, lBold,; nEscapement, nOrientation, nWeight, lItalic, lUnderline,; lStrikeOut, nCharSet, nOutPrecision, nClipPrecision,; nQuality, oDevice, nPitchFamily ) creates a font with exactly the same parameters ...
by nageswaragunupudi
Tue Dec 19, 2017 7:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 4198

Re: DEFINE FONT vs TFont()

Mr Karinha

In the sample you posted, the font of oSay2 is changed.
So, in the next button action you should write If( oSay2:oFont:lBold but not If( oSay:oFont:lBold
by nageswaragunupudi
Tue Dec 19, 2017 1:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 4198

Re: Decidir si Font es Bold o no

... con otros recursos como los brush ( CreateBrushIndirect ) Para ello, puedes utilizar la function hNewFont := CREATEFONTAS( oFont:hFont, oFont:lbold, oFont:lUnder, oFont:lItalic, oFont:nHeight ) //y, en tu caso, sería, por ejemplo ( para cambiar de bold o no bold y viceversa ) hNewFont := CREATEFONTAS( ...
by cnavarro
Fri Dec 02, 2016 9:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Decidir si Font es Bold o no
Replies: 9
Views: 1885

Re: Decidir si Font es Bold o no

... Alguna manera de solucionarlo? Gracios Puedes intentarlo asi     DEFINE FONT oFont  NAME "Arial" SIZE nWdFont, nHtFont OF oPrn oFont:lBold := lNegrilla
by cnavarro
Thu Dec 01, 2016 8:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Decidir si Font es Bold o no
Replies: 9
Views: 1885

Re: Richedit on a dialog

... static function BuildRichEditBar( oWnd, oRtf, oBarMemo ) local oBtn, oBullet, oBold, oItalic, oNumber, oUnderline, oCursor local lBold := .F., ; lItalic := .F., ; lUnderline := .F.,; lBullet := .F.,; lNumber := .F. DEFINE CURSOR oCursor HAND @ oRtf:nTop,oRtf:nLeft BUTTONBAR oBarMemo ...
by Silvio.Falconi
Wed Apr 20, 2016 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 9366

Richedit on a dialog

... static function BuildRichEditBar( oWnd, oRtf ) local oBar, oBtn, oBullet, oBold, oItalic, oNumber, oUnderline, oCursor local lBold := .F., lItalic := .F., lUnderline := .F., lBullet := .F.,; lNumber := .F. DEFINE CURSOR oCursor HAND @ 90,110 BUTTONBAR oBar OF oWnd BUTTONSIZE ...
by Silvio.Falconi
Sun Apr 17, 2016 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 9366

Re: Bold on Menuitem

... ] ; [ HSYSBITMAP <hBmp> ] ; [ INDEX <nIndex> ] ; [ <lRight: RIGHT> ] ; [ <lSeparator: SEPARATOR> ] ; [ <lBold: BOLD> ]; [ <lItalic: ITALIC> ]
by cnavarro
Tue Mar 29, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold on Menuitem
Replies: 2
Views: 511
Next

Return to advanced search