Search found 1227 matches: border

Return to advanced search

PaintBorder of Btnbmp ( fwteam)

Perhaps I found a solution for the border I would like to propose these changes to the fwteam #define WHITE_PEN 6 // add this on top METHOD PaintBorder() CLASS TBtnBmp local nAdjustBorder := 0 local nWidth, nAdj, oCli local nRound := If( ::lRound, ...
by Silvio.Falconi
Sat Jun 10, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PaintBorder of Btnbmp ( fwteam)
Replies: 1
Views: 151

BTNBMP : Different Releases

... was compiled in 2018 on the right in 2023 how is this possible? https://i.postimg.cc/DyWGLxs8/ffffff.jpg I mean for the color of border and for the gradient when I move the mouse look this videos 2018 https://i.postimg.cc/Vv2WnpkW/2018.gif 2023 https://i.postimg.cc/vHRP1xxF/2023.gif ...
by Silvio.Falconi
Fri Jun 09, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP : Different Releases
Replies: 2
Views: 174

Re: Cambiar tamaño de xbrowse en una ventana mdi

You can put a buttonbar on the top border.
by Enrico Maria Giordano
Fri May 19, 2023 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar tamaño de xbrowse en una ventana mdi
Replies: 3
Views: 402

Re: Numeric alignment with oPrn:SayText( )

... nLeft, nBottom, nRight } in pixels Defaults to ClientRect All co-ordinates are relative to Client Rect. Coordinates: nil --> default to the border >= 1 --> Pixels from Top or Left as the case may be >0 & < 1 --> Percentage of width or height < 0 : Pixels from right ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 544

Re: BUTTONBAR BORDER

Hello Silvio, It possibile have the border only on bottom and not on top ? Maybe the solution You are looking for ? You can use any colour, pensize or transparent level. http://www.service-fivewin.de/images/Btnbar5.png // Translucent ...
by ukoenig
Sat May 13, 2023 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTONBAR BORDER
Replies: 1
Views: 171

btnbmp bug?? - RESOLVED -

at the beginning when i load the test i see in the dialog the btnbmp with a black border (which shouldn't be there) then if I move the dialog to another position I see the border with the right color and this also when I press the btnbmpo to scroll the popup menu ...
by Silvio.Falconi
Fri May 12, 2023 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp bug?? - RESOLVED -
Replies: 7
Views: 421

BUTTONBAR BORDER

It possibile have the border only on bottom and not on top ?
by Silvio.Falconi
Fri May 12, 2023 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTONBAR BORDER
Replies: 1
Views: 171

Re: printer class printimage

... ;         SIZE 4,4 INCHES   ENDPAGE   ENDPRINTreturn nil  Sorry Nages I need to print an Image with Border or not with Border and I have the x,y and sizes on cm I made: I have nTop,nLeft,nRight,nBottom on cm meausure nTop:= 0.10 nLeft := 0.50 nRight:= ...
by Silvio.Falconi
Thu Apr 20, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 629

Re: make a rectangule with a brush

Silvio.Falconi wrote:Mr. Rao,
I meant that if you see well the button has problems when using the gradient or the brush with diagonal lines, in both cases they come out of the border when they shouldn't.


I see your point.
We will look into this.
by nageswaragunupudi
Tue Apr 04, 2023 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 491

Re: make a rectangule with a brush

Mr. Rao,
I meant that if you see well the button has problems when using the gradient or the brush with diagonal lines, in both cases they come out of the border when they shouldn't.
by Silvio.Falconi
Thu Mar 30, 2023 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 491

Re: make a rectangule with a brush

Rao, I modify your test inserting the gradient I use and the color of border #include "fivewin.ch"function test()   local oDlg, oBtn, hBmp := LinesBmp()   local lEnabled := .t.   DEFINE DIALOG oDlg SIZE ...
by Silvio.Falconi
Thu Mar 30, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 491

Re: make a rectangule with a brush

...       > )   RELEASE BRUSH oBrushreturn hBmp  https://imagizer.imageshack.com/img923/4312/h2yqQG.gif Good Mr Rao ....and the Border of Btbnbmp ? it is allways black oBtn:nClrBorder := RGB( 245,245,235) on init go ok then I wish modify it
by Silvio.Falconi
Thu Mar 30, 2023 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 491

Re: Bad look btnbmp disable()

surely there is a problem , you could see how to solve the border color problem of a btnbmp , because as I wrote in this post https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42757&start=0&sid=fbf48af6683902a2f56acaff4f02ef02 ...
by Silvio.Falconi
Wed Mar 29, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 735

Re: Bad look btnbmp disable()

... "BDIAGONAL" ) Cross SetBrush( "CROSS" ) DiagCross SetBrush( "DIAGCROSS", nRGB( 0, 100, 255 ) ) then to remake the border use the Uwe's solution DEFINE DIALOG oDlg..... oDlg:bPainted := < |hDC| oBtn:setsize(20,17.6) // this because the obtn is more big with png ...
by Silvio.Falconi
Thu Mar 09, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 735

Re: Problem Xbrowser Border

Speedy recovery Mr. Rao
by acuellar
Wed Mar 08, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 1041
PreviousNext

Return to advanced search