Search found 43 matches: lbtntransparent

Return to advanced search

xbrowser lAutoSeek proposal

... OF oBar ; BITMAP "ELIMINA" ACTION (cSeek := Space( 100 ),; oBrw:Seek( "" ),oBrw:refresh(),oGetSearch:refresh()) oGetSearch:lBtnTransparent :=.t. @ 1.2, 200 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 100,400 PIXEL OF oBar HEIGHTGET 14 STYLE CBS_DROPDOWN If it is possible ...
by Silvio.Falconi
Wed Feb 23, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser lAutoSeek proposal
Replies: 0
Views: 182

Get...bitmap..action

...                         aGet[1]:oBtn:Hide())      aGet[1]:lBtnTransparent := .T. Activate DIALOG oDLg centerRETURN NIL  I made also @ 10, 12 GET aGet[1] VAR cEmail ; BITMAP IIF(!Empty(cEMail),"mail.bmp",""); ...
by Silvio.Falconi
Sat Nov 27, 2021 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get...bitmap..action
Replies: 7
Views: 607

Re: A possible adjustment of a GET-action bmp ?

... ; ACTION ( nBColorF := ChooseColor( nBColorF ), oCGet[2]:SetColor( , nBColorF ) ) ; COLOR CLR_BLACK, nBColorF of oDlg2 oCGet[2]:lBtnTransparent := .T. regards Uwe :D
by ukoenig
Sat Oct 05, 2019 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A possible adjustment of a GET-action bmp ?
Replies: 6
Views: 942

xbrowse -get date - resolved

to inser on a column a calenda I made WITH OBJECT oBrowse:aCols[ 7] :AddBitmap( "INVOICE_CALENDARIO") :nBtnBmp := 1 :lBtnTransparent := .t. * :lBmpStretch := .f. :nwidth := 120 :nDataStrAlign := AL_CENTER :nHeadStrAlign := AL_CENTER :nDataStrAlign := oBrowse:aCols[ 7]:DefStyle(AL_LEFT,.f.) ...
by Silvio.Falconi
Mon Jul 08, 2019 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse -get date - resolved
Replies: 3
Views: 470

Re: trasparent bitmap on xbrowse

... If( oCust:Deleted(), CLR_HRED, nXBrText ), nXBrColor } } // a defined button :aCols[ 6 ]:addbmpfile( c_Path1 + "Plus.png" ) :aCols[ 6 ]:lBtnTransparent := .t. :aCols[ 6 ]:nBtnBmp := 1 :aCols[ 6 ]:nEditType := EDIT_BUTTON :aCols[ 6 ]:bEditBlock := { | nRow, nCol, oCol, nKey | ; MsgAlert( ...
by ukoenig
Tue Jun 11, 2019 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trasparent bitmap on xbrowse
Replies: 7
Views: 871

Re: xbrowse edit columns

... op:bmp16+"eye.bmp" ) :nBtnBmp := 1 :nEditType := EDIT_BUTTON :bEditBlock := {|| VerItems( cCodigo,cQry:tipo,cQry:ord_comp )} :lBtnTransparent := .t. :lBmpStretch := .t. END */ he tenido que solucionarlo usando :aCols[01]:bLDClickData := { || VerItems( cCodigo,cQry:tipo,cQry:ord_comp ...
by CARLOS ATUNCAR
Sat Sep 15, 2018 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse edit columns
Replies: 17
Views: 4102

Problem of transparency on xbrowse

I use png file to make the button on a column ( but I tried also with a bmp) I use also :lBtnTransparent := .t. but I have this https://s31.postimg.cc/zctcx1isr/image.jpg WITH OBJECT oBrw:aCols[ 8]            :AddBmpFile(".\bitmaps\date.png")  ...
by Silvio.Falconi
Sat May 19, 2018 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem of transparency on xbrowse
Replies: 5
Views: 950

Re: xbrowse edit columns

... := 1 :nwidth := 60 :nDataStrAlign := AL_CENTER :nHeadStrAlign := AL_CENTER :nEditType := EDIT_BUTTON :bEditBlock := { ||RES->QUANTITY++ } :lBtnTransparent := .t. :bEditWhen := { || oBrw:BookMark == 1 } END not run it add the quantity also the record number 1 I think ed something of :bEditWhen ...
by Silvio.Falconi
Mon May 14, 2018 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse edit columns
Replies: 17
Views: 4102

Re: SetBtnGet en xBrowse

oBrw:aCols[1]:AddResource('LUPA')
oBrw:aCols[1]:nBtnBmp := 1
oBrw:aCols[1]:lBtnTransparent:= .f.
by MGA
Fri Nov 06, 2015 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetBtnGet en xBrowse
Replies: 12
Views: 2456

New FTDN March/Marzo 2015 (FWH 15.03)

... on focus gain/loose. * XBrowser: Browse size now fits exactly the existing rows. * XBrowse: - Improvement: Improved painting of buttons when oCol:lBtnTransparent := .t. - Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar raises a runtime error because of unnecessary code handling ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7063

Haga clic en el BITMAP no obedece WHEN GET

... Get oGet1 var cCodigo picture '99999' id 101 of oDlg_0051 valid( val_0051() ) action( Eval( bLista01 ) ) Bitmap "Lupa2" update oGet1:lBtnTransparent := .t. oGet1:bKeyDown := { | nKey | if( nKey = VK_F2, Eval( bLista01 ), NIL ) } oGet1:cToolTip := 'Informe o número da Conta ' bLista01 ...
by alexpdasilva
Tue Mar 17, 2015 4:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haga clic en el BITMAP no obedece WHEN GET
Replies: 14
Views: 2800

New FTDN february/febrero 2015 (FWH 15.02)

... from left to right, instead of right to left. * Enhancement: TPanel now inherits parent windows' font. * Fix: XBrowse: Fixed runtime error when lBtnTransparent is used when column background is gradient. * Enhancement: Class TScintilla has been greatly enhanced due to the development of samples\Fivedit.prg
by Antonio Linares
Mon Feb 23, 2015 9:23 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1471

Re: xBrowse Horizontal scroll error with multiple listboxes 1501

Rao

YES !! I just rem'd out oLbxB3:aCols[ 6 ]:lBtnTransparent := .t. and it worked

Thanks
Rick Lipkin
by Rick Lipkin
Wed Feb 11, 2015 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Horizontal scroll error with multiple listboxes 1501
Replies: 2
Views: 689

Re: xBrowse Horizontal scroll error with multiple listboxes 1501

It appears you are using gradient and set oCol:lBtnTranparent to .T.. For now as a temporary solution, set oCol:lBtnTransparent to .F. ( that is the default ). Please let us know if this is working well. We shall provide a better way of painting the transparent button even on gradients ...
by nageswaragunupudi
Wed Feb 11, 2015 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Horizontal scroll error with multiple listboxes 1501
Replies: 2
Views: 689

Re: lBtnTransparent no funciona en una Window

Gracias Antonio por tu sugerencia, funciona perfectamente.

Saludos
by horacio
Sat Dec 06, 2014 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lBtnTransparent no funciona en una Window
Replies: 15
Views: 1567
Next

Return to advanced search