Search found 548 matches: painted

Return to advanced search

Painting alpha blended bmp on windows

Hi guys, When I use the code below, my alpha blended bmp is painted with black background instead of being transparent. Which part I went wrong?      hBmp2 := ReadBitMap(0, ud_bmpDir()+"\2021.bmp")    ...
by hua
Fri Jan 15, 2021 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting alpha blended bmp on windows
Replies: 2
Views: 404

Re: How to use xBrw:nHeadDividerStyle ?

... are NIL (default behavior) or LINESTYLE_NONE only. When set to LINESTYLE_NONE (a) if nColDividerStyle also is set to 0, Column Divider is not painted in Header and Footer. (b) if nRowDividerStyle also is set to 0, horizontal dividers are not painted in Header/Footer.
by FranciscoA
Mon Nov 02, 2020 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 433

Re: Printer class question

... nLeft, nBottom, nRight, ; [Pen], ; // oPen/hPen/nColor/{nColor,nThickness} [Brush], ; // nColor / oBrush [aText], ; // { cText, oFont, nColor } Painted in center cUnits ; // "CM", "MM", "INCHES" ) I tried to use aText array but I can set only { cText, oFont, nColor ...
by nageswaragunupudi
Wed Oct 21, 2020 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3783

Re: Printer class question

... nLeft, nBottom, nRight, ; [Pen], ; // oPen/hPen/nColor/{nColor,nThickness} [Brush], ; // nColor / oBrush [aText], ; // { cText, oFont, nColor } Painted in center cUnits ; // "CM", "MM", "INCHES" ) I tried to use aText array but I can set only { cText, oFont, nColor ...
by Silvio.Falconi
Tue Oct 20, 2020 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3783

Re: calculates the distance between two towns

... Silvio, This is what I tried. But I do not see the marker. I see that the array containing the marker is filled. But in my case, the marker is not painted. Best regards, Otto you not see any markers because your lat and long are wrong    local  dist :=0   local  lat1:=46.7528                   ...
by Silvio.Falconi
Mon Oct 19, 2020 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2831

Re: calculates the distance between two towns

Hello Silvio,
This is what I tried. But I do not see the marker.
I see that the array containing the marker is filled. But in my case, the marker is not painted.
Best regards,
Otto
by Otto
Mon Oct 19, 2020 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2831

Re: calculates the distance between two towns

Hello Silvio, Thank you. I see that there are values inside ::aMarkers. But there are no markers painted. Best regards, Otto xbrowse( ::aMarkers ) // draw the markers for ix:=1 to len(::aMarkers) x := ::GetTileNumber(::aMarkers[ix,1],::aMarkers[ix,2]) y := (x[2] - sy) * ...
by Otto
Sun Oct 18, 2020 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2831

New FTDN August/Agosto 2020 (FWH 20.08)

... to all the columns, except where the datas of individual columns are already diectly assigned with different values. From that time, all cells are painted using column's datas only (except when oBrw:lFastDraw is set to .t.) ignoring any further changes to the datas of browse object. As a result ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2366

Re: Nuevo FWH 20.07

Yes. This was a bug in FWH2006, fixed in FWH2007. Whatsnew.txt - When a column header is clicked, the header is painted in the topbar area fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39178&p=233785#p233785 Please let us know if you are having this problem ...
by nageswaragunupudi
Wed Aug 12, 2020 3:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 24.04
Replies: 23
Views: 33224

New FTDN July/Julio 2020 (FWH 20.07)

July 2020 ========= * New Samples: xbrbar.prg: shows inbuilt buttonbar in xbrowse. * XBROWSE: - When a column header is clicked, the header is painted in the topbar area fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39178&p=233785#p233785 - oCol:cHeader can be assigned ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1230

XBrowse: Merge Cells Horizontally & in-cell formulas

... specific rows, using oCol:bExtend. If specified, this codeblock is evaluated with column object as parameter. If the result is zero, the cell is painted normally. If the result is > 0, this cell width extends to that many cells on the right side. Also if some cells in an array contain codeblocks, ...
by nageswaragunupudi
Sun Jul 12, 2020 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Merge Cells Horizontally & in-cell formulas
Replies: 0
Views: 349

Re: #Define mutiline

Yes. TButton and all other FWH controls are derived from TControl. TButton class creates a Windows "BUTTON" control and the button is painted by Windows only. TButton does not have its own paint method. TButtonBmp is derived from TButton class. So this control also creates a Windows ...
by nageswaragunupudi
Fri May 08, 2020 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1431

Re: xBrowse faster with less colums

... is called, xbrowse evaluates all relevant codeblocks for 40 x 10 = 400 cells and paints all 400 cells. Most of the time only one row gets repainted. In such cases only 10 cells are painted. When we scroll up and down, the screen is scrolled (every cell is not repainted) and only the new ...
by nageswaragunupudi
Fri May 01, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1106

xBrowse: Vertical Merge

... 1 and Col 2. But doesn't seem to work. Am using Harbour+FWH1912 for this. What seems to be wrong: 1. Despite merging, horizontol lines are still painted in col 1 2. Only one checkbox appeared in col 2. Col 2 should have 2 check boxes. One for item 1 the other for item 2 Any help is appreciated ...
by hua
Wed Apr 22, 2020 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Vertical Merge
Replies: 14
Views: 2585

Re: xBrowse anomoly

There is also a problem with the latest version. When the last numerical column does not fit, it is not painted, even partially:

https://ibb.co/84wDQcT

But if you move the scroll, it is painted as you move:

https://ibb.co/YNgqyF3

Thank you.

I am using FW 20.02-
by MOISES
Thu Apr 16, 2020 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3704
PreviousNext

Return to advanced search