Search found 63 matches: lborder

Return to advanced search

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: 203

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: 203

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: 534

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: 1184

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: 381

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: 381

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: 682

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: 2899

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: 2899

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: 11700

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: 976

Re: GET logical value represented by bitmap

... nId, cResName1, cResName2, cBmpFile1, cBmpFile2,; cMsg, bAction, oBar, lAdjust, bWhen, lUpdate,; cToolTip, cPrompt, oFont, cResName3,; cBmpFile3, lBorder , cLayout, cResName4, cBmpFile4, lTransparent,; lRound, bGradColors ) regards uwe :D
by ukoenig
Fri May 24, 2019 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET logical value represented by bitmap
Replies: 6
Views: 976

BORDE BOTON BITMAP EN GET

Hola,
seria posible sacar el borde del bmp boton del ACTION de un GET ?

he probado oGet:obtn:lBorder:= .f. y no funciona.

Gracias.
by Ariel
Thu Apr 11, 2019 9:08 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: BORDE BOTON BITMAP EN GET
Replies: 0
Views: 849

Simulate btnbmp Window 10

... PIXEL OF oDlg FLAT NOBORDER ; COLOR nClrText, nClrBack WITH OBJECT oBtnPrint :bAction := dummy() :nClrBorder := nClrBorder :bColorMap := { | o | o:lBorder := o:lMOver, nCBorder } :oFontBold := oBold :lRound := .F. END SomeOne can help me please
by Silvio.Falconi
Mon Feb 18, 2019 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate btnbmp Window 10
Replies: 5
Views: 793

Re: Folder tabs on the bottom

... ] ; //-->> byte-one 2010 [ <lTransparent: TRANSPARENT> ] ; [ <dlg: DIALOG, DIALOGS, PAGE, PAGES> <cDlgsName,...> ] ; [ <lBorder: NOBORDER > ] ; [ COLOR <nClrPane> ] ;
by cnavarro
Thu Jun 07, 2018 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder tabs on the bottom
Replies: 5
Views: 967
Next

Return to advanced search