Search found 51 matches: lbmptransparent

Return to advanced search

error with xbrowse

... CELL LINES NOBORDER ; DATASOURCE "oServiziSingoli" WITH OBJECT oBrw1 :nRowHeight := 30 WITH OBJECT oBrw1:aCols[ 1] :lBmpStretch := .F. :lBmpTransparent := .T. :nwidth := 40 :bStrImage := {|| oServiziSingoli:IMAGE } END end oBrw1:CreateFromCode() oBrw1:cAlias := oServiziSingoli:cAlias ...
by Silvio.Falconi
Wed Dec 26, 2018 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with xbrowse
Replies: 4
Views: 1092

Re: add a column on xbrowse and del Row

... TO XBROWSE oBrowse then WITH OBJECT oBrowse WITH OBJECT oBrowse:aCols[ 6] :AddBmpFile(".\bitmaps\DLG_NO_MIN.bmp ") :lBmpStretch := .F. :lBmpTransparent := .T. :nwidth := 10 :nEditType := EDIT_BUTTON :bEditBlock := { ||DeleteRow(oBrowse,aGet) } END END the problem : ( I not see the bitmap ...
by Silvio.Falconi
Fri Jul 13, 2018 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a column on xbrowse and del Row
Replies: 3
Views: 728

Re: Problem with xbrowse

... := { || Ltrim( Str( oBrowse:KeyNo() ) ) + " / " + LTrim( Str( oBrowse:KeyCount() ) )+" servizi" } :lBmpStretch := .F. :lBmpTransparent := .T. :nwidth := 20 :bStrImage := {|oCol, oBrw| oBrw:aArrayData[ oBrw:nAt,1 ] } END but It show alway the same image
by Silvio.Falconi
Thu Jul 05, 2018 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse
Replies: 6
Views: 1342

Problem with xbrowse

... := { || Ltrim( Str( oBrowse:KeyNo() ) ) + " / " + LTrim( Str( oBrowse:KeyCount() ) )+" servizi" } :lBmpStretch := .F. :lBmpTransparent := .T. :bStrImage := {|oCol, oBrw| aData[ oBrowse:nAt,1 ] } END but it not show the image if click on hscroll it make an error Application===========  ...
by Silvio.Falconi
Thu Jul 05, 2018 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse
Replies: 6
Views: 1342

Re: buttons and datepick on xbrowse

... uma data? //calend oBrowse:aCols[2]:AddResource('CALEND') oBrowse:aCols[2]:nBtnBmp := 1 oBrowse:aCols[2]:lBmpStretch := .f. oBrowse:aCols[2]:lBmpTransparent := .t. oBrowse:aCols[2]:nDataBmpAlign := AL_CENTER oBrowse:aCols[2]:nHeadStrAlign := AL_CENTER oBrowse:aCols[2]:nFootStrAlign := AL_RIGHT ...
by MGA
Wed May 09, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3338

Re: buttons and datepick on xbrowse

... '@E 99,999.99' //calend oBrowse:aCols[2]:AddResource('CALEND') oBrowse:aCols[2]:nBtnBmp := 1 oBrowse:aCols[2]:lBmpStretch := .f. oBrowse:aCols[2]:lBmpTransparent := .t. oBrowse:aCols[2]:nDataBmpAlign := AL_CENTER oBrowse:aCols[2]:nHeadStrAlign := AL_CENTER oBrowse:aCols[2]:nFootStrAlign := AL_RIGHT ...
by MGA
Wed May 09, 2018 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3338

Re: xbrowse check and unckeck

... "UNCHECK" ) oCol:AddResource( "CHECK" ) oCol:SetCheck( { "CHECK", nil }, .t. ) oCol:lBmpStretch := .f. oCol:lBmpTransparent := .t. oCol:nHeadStrAlign := oCol:nDataBmpAlign := AL_CENTER oCol:cHeader := "" oCol:nWidth := 18 oCol:nArrayCol := 1
by Wanderson
Tue May 26, 2015 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse check and unckeck
Replies: 4
Views: 730

Re: Possible a text-adjust of BTNBMP NO image ?

... recoginzing it as pre-2007 style. Now fixed. (e) Improved painting of Grayed bitmaps (f) Improved quality of painting non-transparent images where lBmpTransparent is .f. (g) There was some deteoration ofquality of painting of bitmaps on pre-2007 style buttons. Now fixed (h) BtnBmp now supports ...
by ukoenig
Sat Feb 21, 2015 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a text-adjust of BTNBMP NO image ?
Replies: 14
Views: 3624

New FTDN January/Enero 2015 (FWH 15.01)

... recoginzing it as pre-2007 style. Now fixed. (e) Improved painting of Grayed bitmaps (f) Improved quality of painting non-transparent images where lBmpTransparent is .f. (g) There was some deteoration ofquality of painting of bitmaps on pre-2007 style buttons. Now fixed (h) BtnBmp now supports ...
by Antonio Linares
Sun Jan 18, 2015 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2015 (FWH 15.01)
Replies: 0
Views: 1958

Re: Image usage with BTNBMP

It didn't make any difference Antonio. However I discovered setting :lBmpTransparent := .f. fixed the issue for me so I'm using that approach to avoid having to touch up the images. So the remaining questions that I have is: i. Is there also a way to have ...
by hua
Mon Dec 15, 2014 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image usage with BTNBMP
Replies: 6
Views: 1101

Re: un pequeño ejemplo ...meteo.prg

... with Aadd(aForecast,{cData,cDay,cMax,cMin,cPrev, cUrl } ) ... WITH OBJECT oBrwForecast:aCols[6] :nEditType := TYPE_IMAGE :lBmpStretch := .F. :lBmpTransparent := .t. :bStrImage := { || loadBmp(aForecast[6])} :bStrData :={ || ""} END pero se necesita mucho tiempo para cargar la imagen
by Silvio.Falconi
Tue Dec 09, 2014 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: un pequeño ejemplo ...meteo.prg
Replies: 53
Views: 18712

Re: Bug in TBtnBmp

... Thanks In FWH 14.04 there is a change in Class TBtnBmp Method Paint, in line 1360:   if ! Empty( hBmp )      if ::lBmpTransparent         if SetAlpha() .and. ::aAlpha[ nBtn ]            ABPaint( ...
by Antonio Linares
Sat May 24, 2014 11:11 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 16691

New FTDN march/april 2014 (FWH 14.04)

... oCn, cTable, aCol ) --> lSuccess FW_AdoModifyCol( oCn, cTable, aCol ) --> lSuccess aCol is column spec in DBF style. * New: DATA lBmpTransparent in TBtnBmp class (btnbmp.prg). By default this data is True and bitmaps are painted in the buttons transparently. When this DATA is ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1755

Re: xbrowse with bitmap

... 'IMAGEM2' ) oBrowse:aCols[3]:bBmpData := {|| IIf( Empty( tabela->teste ), 1, 2 ) } oBrowse:aCols[3]:lBmpStretch := .f. oBrowse:aCols[3]:lBmpTransparent := .t. oBrowse:aCols[3]:nDataBmpAlign := AL_CENTER oBrowse:aCols[3]:nHeadStrAlign := AL_CENTER oBrowse:aCols[3]:cHeader := 'INSS' oBrowse:aCols[3]:nWidth ...
by Wanderson
Wed Oct 09, 2013 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with bitmap
Replies: 2
Views: 868

Re: xbrowse with bitmap

... 'IMAGEM2' ) oBrowse:aCols[3]:bBmpData := {|| IIf( Empty( tabela->teste ), 1, 2 ) } oBrowse:aCols[3]:lBmpStretch := .f. oBrowse:aCols[3]:lBmpTransparent := .t. oBrowse:aCols[3]:nDataBmpAlign := AL_CENTER oBrowse:aCols[3]:nHeadStrAlign := AL_CENTER oBrowse:aCols[3]:cHeader := 'INSS' oBrowse:aCols[3]:nWidth ...
by MGA
Wed Oct 09, 2013 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with bitmap
Replies: 2
Views: 868
PreviousNext

Return to advanced search