Search found 60 matches: cbitmap

Return to advanced search

Re: How to make TFolderEx excel-like?

Dear Hua,

Please use the METHOD ChangeImg( cBitmap, nImg ) in Class TTitle
by Antonio Linares
Tue Nov 15, 2022 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 933

Error on Turlink/explorer

... )   Called from: source\SDS500N.PRG => BUILDPANEL( 142 ) than I saw someonechanged the the method METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO ) then so I change oApp():oCont2:AddLink( "Cancella un utente", {|| Baja() }, ".\bitmaps\TECH_CAN.bmp",50,60 ...
by Silvio.Falconi
Wed Dec 18, 2019 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Turlink/explorer
Replies: 2
Views: 416

Re: Cómo pinto una imagen en TReport?

ON STARTPAGE oReport:SayBitmap( nRow, nCol, cBitmap, nWidth, nHeight)
by FranciscoA
Fri Aug 03, 2018 11:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo pinto una imagen en TReport?
Replies: 3
Views: 693

Re: explorerbar Menu popup

must be a data type " oPopup" on CLASS TTaskPanel my advise and insert here METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO , oPopup,lpopup ) wheh the lpopup is true it must drwar an arrow at left if ::oPopup != nil ->>>>>>>>>>>>>>draw ...
by Silvio.Falconi
Thu Mar 01, 2018 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerbar Menu popup
Replies: 3
Views: 856

Re: add a symbol

... TFont():New( "Tahoma", 0, -12,,.F. ) DEFINE DIALOG oAllegati ; TITLE "test" ; SIZE nWidth, nHeight TRANSPARENT PIXEL cBitmap:= "APRICON" // resource or bmp oBarOpenWithlist:= TUrlLink():New( 200, 20, oAllegati, .T., .F., oFontOpenlist, "Apri con...", ...
by Silvio.Falconi
Fri Jan 19, 2018 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1284

Re: add a symbol

What is it cBitmap:= "APRICON"

File or Resource?
by cnavarro
Tue Jan 16, 2018 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1284

Re: add a symbol

I put it but not run I not see any bitmap cBitmap:= "APRICON" oBarOpenWithlist:= TUrlLink():New( 200, 20, oAllegati, .T., .F., oFontOpenlist, "Apri con...", "Apri con..." ) if File( cBitmap ) oBarOpenWithlist:hBmp ...
by Silvio.Falconi
Tue Jan 16, 2018 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1284

Re: add a symbol

Look in

METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO ) CLASS TTaskPanel


from TExplBar.prg
by cnavarro
Mon Jan 15, 2018 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a symbol
Replies: 10
Views: 1284

New FTDN December/Diciembre 2017 (FWH 17.12)

... , 40, 0, aGrad, oFont, CLR_WHITE ) - News paramter font and others for items link METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO ) nClrT: nClrText nClrP: nClrPane nClrO nClrOver - New DATA nOffSetX: left spaces title panel - New DATA nOffSetY: ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2086

Re: oBarGet on xbrowse header

... this at the time of creation of Get. I suppose it wouldn't be too complicated to add a couple of new DATA to the column object so that bAction and cbitmap to be used with the TGet object be declared before it is created. I will do it on my end while it gets added to xbrowse. Reinaldo.
by reinaldocrespo
Fri Dec 08, 2017 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBarGet on xbrowse header
Replies: 7
Views: 1033

Re: RIBBONBAR GROUP Resize ?

... ]; [ PROMPT <cCaption> ]; [ WIDTH <nWidth> ]; [ ONFOCUSWIDTH <nWidthF> ]; // ???? [ ACTION <uAction> ] ; [ BITMAP <cBitmap> ] ; [ GRADIANT <aGradSel> ]; =>; [ <oGr> := ] <oRBar>:AddGroup( <nWidth>, <nWidthF>, <cCaption>, ...
by avista
Fri Mar 06, 2015 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RIBBONBAR GROUP Resize ?
Replies: 18
Views: 5456

Re: Alguien Pede Compilar este codigo para ver si pasa lo mismo

Gracias Karina Ya Solucione el Problema , era problema de la clase. ahora como corrigo el scroll En la clase veo esto VAR cBitmap INIT "dropbox.bmu" donde ubico el archivo dropbox.bmu no lo tengo , esta es la que muesatra ? IF HB_ISSTRING( cBitmap ) o:bitmap := cBitmap ENDIF ...
by ruben Dario
Wed Jan 21, 2015 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien Puede Compilar este codigo para ver si pasa lo mismo
Replies: 3
Views: 640

Re: Report y Saybitmap

... hacerlo. Sin embargo para poner una imagen con oReport:SayBitmap sí que tengo que indicar la línea (según los parámetros de SayBitmap( nRow, nCol, cBitmap, nWidth, nHeight, nScale, nAlphaLevel ). Si ignoro nRow me imprime la imagen al principio del reporte Se me ha ocurrido hacer esto: oReport:SayBitmap( ...
by Manuel Aranda
Sat Nov 29, 2014 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Report y Saybitmap
Replies: 2
Views: 601

Re: TGRAPH Repopulate

... color oGraph:l3D := .T. oGraph:nDegrade := 2 // 0 = Color / 1 = Grad Horiz. / 2 = Grad vert. Select one of the background-styles //oGraph:cBitmap := "Color" // Dialog nDStyle = 1 //oGraph:cBitmap := "Gradient" // Dialog nDStyle = 2 //oGraph:cBitmap := "Marble.bmp" ...
by ukoenig
Sat Jun 28, 2014 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9945

Re: TGRAPH Repopulate

... dialog-background. Because of more than 30 possible graph-values , it might be useful. Yes not needed ( ! didn't change it ) AnsiToOem( Lfn2Sfn( ::cBitmap ) ) ) I still have to test again the different gradient and brush settings. http://www.pflegeplus.com/IMAGES/Graph11.jpg Best ...
by ukoenig
Sat Jun 28, 2014 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Repopulate
Replies: 30
Views: 9945
Next

Return to advanced search