Search found 67 matches: lborder

Return to advanced search

Re: how to close downloaded files window in webview2

... = nRight * If( lPixel, 1, GRP_CHARPIX_W ) // 7 endif y este a Tpanel dejar asi METHOD New( nTop, nLeft, nBottom, nRight, oWnd, lDesign, cVarName, lBorder ) CLASS TPanel DEFAULT nTop := 0, nLeft := 0, nBottom := 100, nRight := 100,; oWnd := GetWndDefault(), lDesign := .F., lBorder := .F. ::lUnicode ...
by russimicro
Mon Nov 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to close downloaded files window in webview2
Replies: 13
Views: 546

Re: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)

... = nRight * If( lPixel, 1, GRP_CHARPIX_W ) // 7 endif y este a Tpanel dejar asi METHOD New( nTop, nLeft, nBottom, nRight, oWnd, lDesign, cVarName, lBorder ) CLASS TPanel DEFAULT nTop := 0, nLeft := 0, nBottom := 100, nRight := 100,; oWnd := GetWndDefault(), lDesign := .F., lBorder := .F. ::lUnicode ...
by russimicro
Sat Nov 09, 2024 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)
Replies: 1
Views: 73

Re: FWH_2407 oSay does not assume nHeight

... <nRow>, <nCol>, <{cText}>,; [<oWnd>], [<cPict>], <oFont>, <.lCenter.>, <.lRight.>, <.lBorder.>,; <.lPixel.>, <nClrText>, <nClrBack>, <nWidth>, <nHeight>,; <.design.>, <.update.>, <.lShaded.>, ...
by Antonio Linares
Fri Aug 23, 2024 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

... OF,WINDOW,DIALOG > <oWnd> ] ; [ FONT <oFont> ] ; [ <lCenter: CENTERED, CENTER > ] ; [ <lRight: RIGHT > ] ; [ <lBorder: BORDER > [CLR <nClrBorder>] ] ; [ [<relpix:RELATIVE>] <lPixel: PIXEL, PIXELS > ] ; [ <color: COLOR,COLORS > <nClrText> ...
by Antonio Linares
Thu Aug 22, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

... ; lAdjust, nSeparator, nOption, bPopUp, lStretch, ; cLayOut, bBmpAction, nBright, lAnimate, nSpeed, oFontDefault, ; lTransparent, aDialogs, lBorder, nClrPane, cVarName ) so ON PAINT TAB  -> bClrTabs ON PAINT TEXT -> bClrText
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 300

FOLDEREX ON PAINT -> TFolderEx() how ?

... <uAction>}], <nBright>,; <.lAnimate.>, [<nSpeed>], <oFont>, <.lTransparent.>, [\{<cDlgsName>\}], ; <.lBorder.>, <nClrPane>, [<(oFolder)>] )      oTab_Left  := TFolderEx() :New( 40 + nBB, 1, ( nWidth / 2 ) - 05, nHeight ...
by Jimmy
Fri May 19, 2023 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 300

Re: Numeric alignment with oPrn:SayText( )

From Whatnew * TWindow Method SayText( cText, aRect, cAlign, oFont, nClrText, nClrBack, lBorder ) Applies to all derived classes like dialogs and controls To be used in o:bPainted. function FW_SayText( hDC or oWnd, cText, aRect, cAlign, oFont, nClrText, nClrBack, lBorder ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 1095

Re: tScrollPanel and Pelles C

My mistake, you have to call it this way:

// Class TPanel Method Redefine( nId, oWnd, lDesign, cVarName, lBorder )

oPanel := TScrollPanel():Redefine( 101, oDlg )

Also, you have to call oPanel:SetFont( oDlg:oFont ) from the ON INIT clause of the ACTIVATE DIALOG
by Antonio Linares
Wed May 05, 2021 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1359

Re: WHEN on a Say

Silvio.Falconi wrote:why not run ????

@ 98, 115 Say oSay[4] Prompt "Colore Bordo" SIZE 80,14 PIXEL OF oDlg TRANSPARENT WHEN lBorder


There is no WHEN clause in SAY command.
Please see fivewin.ch.
by nageswaragunupudi
Sat Oct 31, 2020 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WHEN on a Say
Replies: 2
Views: 424

WHEN on a Say

why not run ????

@ 98, 115 Say oSay[4] Prompt "Colore Bordo" SIZE 80,14 PIXEL OF oDlg TRANSPARENT WHEN lBorder
by Silvio.Falconi
Thu Oct 29, 2020 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WHEN on a Say
Replies: 2
Views: 424

How To Refresh() TITLETEXT With Arrays...???

... TRANSPARENT // SHADOWSIZE 15 // BOTTOMRIGHT @ 30, nY TITLE oBar_AA Size 480, 430 of oMainWnd TRANSPARENT // SHADOWSIZE 15 // BOTTOMRIGHT oBar_AA:lBorder := .T. oBar_AA:nShadowIntensity = 20 oBar_AA:lRound := .T. n:= 0 // Draw horizontal lines For t = 1 To Len(aVar_AA) @ tX+n+3,tY TITLETEXT OF ...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 726

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... especifica o si algún elemento es nulo, se utilizan colores predeterminados. - METHOD PrintTable( nRow, nCol, oTable, nWidth, nHeight, [oFont], [lBorder], ; [cTitle], [cUnits] ) Útil para incrustar una tabla simple y pequeña dentro de un área especificada en un documento impreso. oTable: Datos ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 3767

New FTDN September/Septiembre 2019 (FWH 19.09)

... objects. If not specified or if any element is nil, default colors are used. - METHOD PrintTable( nRow, nCol, oTable, nWidth, nHeight, [oFont], [lBorder], ; [cTitle], [cUnits] ) Useful for embedding a simple and small table within a specified area in a ; print document. oTable: Data to the displayed ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 3767

Re: Drawing on a TImage and save [Solved]

... !!! I would like to change the image-border at runtime. From class TBitmap I use :nStyle , because there is no method in class TImage like oImage:lBorder := .F. @ 55, 430 COMBOBOX oCbx1 VAR cImgBorder  ITEMS { "Border", "NO border" } ;SIZE 50, 50 OF oSDlg  PIXEL FONT ...
by csincuir
Fri Sep 20, 2019 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 14476

Re: GET logical value represented by bitmap

using NOBORDER or lborder := .f. has the same result
i.e.
when the mouse is over the bitmap the border appears but when created from code it doesn't

Regards
Peter
by reds
Mon May 27, 2019 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET logical value represented by bitmap
Replies: 6
Views: 1052
Next

Return to advanced search