Search found 29 matches: nimage

Return to advanced search

Re: Lookup method of Tdatabase

now correct to
@ 48, 94 COMBOBOX aGet[2] VAR nImage ITEMS aElementiItems ;
BITMAPS aBmpCombo SIZE 98,220 PIXEL OF oDlg HEIGHTGET 66 ;
ON CHANGE ( ctype:= aElementi[nImage][1],Eval( bCheck ))
by Silvio.Falconi
Tue Aug 24, 2021 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2839

Re: Como añado una rama a un determino HITEM?

Gustavo,

oItem:Add( cPrompt, nImage, Cargo )

revisa FWH\samples\classtree.prg
by Antonio Linares
Tue Nov 10, 2020 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como añado una rama a un determino HITEM?
Replies: 6
Views: 624

Re: FOR NAGES

Sorry Nages, When I create the new record I made : aItems:=AddFirstRecord(1,cDescElemento,ncella,; dFirst,dLast,cSettore,nImage, ; lStagioneIntera,nInvoice) this function return me an array empty aTmp:={} if the search is positive ( found the record) this function returns an empty ...
by Silvio.Falconi
Thu Jun 25, 2020 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR NAGES- RESOLVED
Replies: 22
Views: 2177

Re: xImage question

... oImage, oSay   local cPath    := "c:\\fwh\\bitmaps\\pngs\\"   local aImages  := DIRECTORY( cPath + "*.png" )   local nImage   := 1   AEval( aImages, { |a,i| aImages[ i ] := cPath + a[ 1 ] } )   DEFINE DIALOG oDlg RESOURCE "diaporama" ...
by nageswaragunupudi
Thu Sep 27, 2018 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage question
Replies: 6
Views: 999

Re: Duda TVINSERTITEM

METHOD Add( cPrompt, nImage, nValue ) CLASS TTreeView   local oItem   oItem := TTVItem():New( TVInsertItem( ::hWnd, cPrompt,, nImage, nValue ), Self )   oItem:cPrompt := cPrompt   oItem:nImage  := nImage  ...
by Antonio Linares
Mon Jun 05, 2017 5:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda TVINSERTITEM
Replies: 2
Views: 508

Gdi and Listview

... http://www.iispascalcomiforti.it/wp-content/uploads/2016/12/esempio.jpg Now fopr save the image of the file into listview I made: nImage := Icon_Read(cFile) nImage := max(0,ILADDICON( oImageList:hImageList, nImage ) ) oItem = TListViewItem():New( oList ) oItem:cText = cFile oItem:nImage ...
by Silvio.Falconi
Sat Dec 10, 2016 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gdi and Listview
Replies: 1
Views: 496

Re: Fivewin en version antigua (FW24)

... on class TTreeView: - GetSelected() -> oItem - Select( oItem ) - DeleteAll() - HitTest( nRow, nCol ) New datas on class TTVItem: - cPrompt - nImage New method on class TTVItem: - DeleteBranches() Actually this two classes make the standard TreeView window completely usable, but only for FWH. ...
by cnavarro
Wed Jun 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5077

Re: Fivewin en version antigua (FW24)

... on class TTreeView: - GetSelected() -> oItem - Select( oItem ) - DeleteAll() - HitTest( nRow, nCol ) New datas on class TTVItem: - cPrompt - nImage New method on class TTVItem: - DeleteBranches() Actually this two classes make the standard TreeView window completely usable, but only for FWH. ...
by cnavarro
Wed Jun 22, 2016 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fivewin en version antigua (FW24 xHarbour)
Replies: 28
Views: 5077

Re: bmpfromico

Sorry Antonio, I have on Listview many items when I add a item I made nImage := Icon_Read(cNewfile) ILADDICON( oImageListSmall:hImageList, nImage ) nImage := max(0,ILADDICON( oImageListBig:hImageList, nImage ) ) DestroyIcon(nImage) oItem = TListViewItem():New( ...
by Silvio.Falconi
Fri Jul 03, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 8968

Duda TVINSERTITEM

Hola,

En la clase TTreeView hay un método para añadir ramas (Items) al árbol.

METHOD Add( cPrompt, nImage, nValue )

No encuentro en ninguna parte que es el 3er parámetro "nValue", incluso he buscado donde se usa y veo que no le manda nada.

¿Qué uso tiene este parámetro?
by jmartial
Sun Sep 21, 2014 8:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda TVINSERTITEM
Replies: 2
Views: 508

New FTDN August 2014 (FWH 14.08)

... from Class TBtnBmp: nBmpWidth() was used instead of nBmpHeight(). Now it is ok. * Enhancement: Class TTreeView new Methods SetItemImage( oItem, nImage ) and SetItemHeight( nHeight ), thanks to Manuel Calero! * Enhancement: Class TBtnFlat Method Redefine() is already available. It was missing. ...
by Antonio Linares
Sat Sep 06, 2014 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1830

Re: Error de pintado Treeview

Buen dia a todos: Mi idea es esta, siguiendo los paramentros de el Metodo ADD() de Treeview oItem:Add( cPrompt, nImage, nValue } ) oItem:Add( "Volumen 15151441", 2, "F78T47D" ) que armado desde un arreglo que esta sí: LOCAL aData:= {{"Unidades ...
by cuatecatl82
Wed Aug 20, 2014 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de pintado Treeview
Replies: 36
Views: 5614

Re: How to create Auto-filenames ( Counter ) ?

Thanks a lot for all the Help. I added : cImage := cPath + "\_" + cOnlyName + "_" + StrZero(nImage,3) + "." + cExtension that works fine for me. I still have to check a list of round about 500 different Fileformats. I will test the formats ( Export ...
by ukoenig
Sun Aug 07, 2011 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create Auto-filenames ( Counter ) ?
Replies: 12
Views: 3477

Re: Juan Planelles Lazaga

... ) oImageList:Add( oBmp1, oBmp2 ) // Image 0 = OMISION // 1 .. oImageList:Add( TBitmap():Define( , ".\BITMAPS\wfolder.bmp",, oWnd ), ; // nImage == 1 (default if not specified) TBitmap():Define( , ".\BITMAPS\wfldMask.bmp",, oWnd ) ) // 2 .. oImageList:Add( TBitmap():Define( , ...
by Juan Planelles
Tue Dec 29, 2009 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6724

Re: Blue in bmp turns grey

Dietmar, > Even then we would need a parameter for the font when the item is added in FWH, don't we? oItem1 = oTree:Add( cPrompt, nImage, nValue, xxxoFontxxx ) or similar Can this be done in the (near) future? > Yes, though it is much more complex than that. You can check Class TWindow, ...
by Antonio Linares
Tue Aug 11, 2009 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blue in bmp turns grey
Replies: 8
Views: 1124
Next

Return to advanced search