Search found 63 matches: timagelist

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... de carácter. Ahora se ha corregido para que devuelva "" en lugar de NIL. Esto corrige el error de ejecución en FW_ReadImage() * Clase TImageList: (source\classes\timaglst.prg) - Nuevo método AddImage( cImage ) Para añadir cualquier imagenm no sólo mapas de bits e iconos. * Clase TListView: ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

New FTDN October/Octubre 2023 (FWH 23.10)

... to be always a character value. Now fixed to return "" in such cases instead of nil This fixes runtime error in FW_ReadImage() * TImageList Class: (source\classes\timaglst.prg) - New Method AddImage( cImage ) To add any image, not only bitmaps and icons. * TListView class: (source\classes\tlistvie.prg) ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: List of Resource No in Windows System DLL

... HCION this Function may help to "convert" HCION into HBITMAP   hBitmap := HICO2HBMP( iIcon ) --- Question : can XBROWSE handle TImagelist() :?: if Yes, is there a Sample
by Jimmy
Thu Feb 16, 2023 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 791

Re: Imagelist : Icon and Bitmap from Resource

hi, found out what is going on with TImagelist() Method AddIcon( oIcon )   if ValType( oIcon ) == "C"      ...   else      oIco = oIcon   endif so both Object or String can be used METHOD Add( oBmpImage, oBmpMask ...
by Jimmy
Tue Feb 14, 2023 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imagelist : Icon and Bitmap from Resource
Replies: 5
Views: 451

Re: Imagelist : Icon and Bitmap from Resource

... i have spend a lot of Time under Fivewin before had Idea to use Icon :roll: as i use Fivewin Imagelist also for File-Icon and Bitmap i know CLASS TImagelist() does work with Bitmap in Grid but it fail in Grid-Header where i use up/down Arrow to show how it is "sort" i need to look deeper ...
by Jimmy
Sun Feb 12, 2023 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imagelist : Icon and Bitmap from Resource
Replies: 5
Views: 451

Re: load *.RES into Imagelist() ?

hi Enrico, i have to specify my Question : how to "load" Bitmap Resource into Imagelist() :?: --- CLASS TImageList have   if ValType( oIcon ) == "C"      if File( oIcon )         DEFINE ICON oIco FILENAME oIcon      else         DEFINE ICON oIco ...
by Jimmy
Wed Dec 14, 2022 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load *.RES into Imagelist() ?
Replies: 9
Views: 600

Re: load *.RES into Imagelist() ?

Please search for *.prg containing TImageList inside the FWH samples folder.
by Enrico Maria Giordano
Mon Dec 12, 2022 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: load *.RES into Imagelist() ?
Replies: 9
Views: 600

Re: Error in database.prg?

... 4 HBOBJECT 5 TWINDOW 6 TCONTROL 7 TGET 8 TDATABASE 9 TFONT 10 TBRUSH 11 TICON 12 TREG32 13 TBAR 14 TRECT 15 TBTNBMP 16 TMENU 17 TMENUITEM 18 TIMAGELIST 19 TBITMAP 20 TMSGBAR 21 TDIALOG 22 TSAY 23 TXBROWSE 24 TXBRWCOLUMN 25 GET 26 TCLIPGET 27 TBUTTON 28 TBUTTONBMP 29 TSCROLLBAR 30 TCLIPBOARD ...
by wartiaga
Tue Feb 15, 2022 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 964

Re: Mejoras para scintilla

... 14 TMENU 15 TMENUITEM 16 TACCTABLE 17 TMRU 18 TBAR 19 TRECT 20 TBTNBMP 21 TMSGBAR 22 TMSGITEM 23 TTIMER 24 TFOLDEREX 25 TSTRUCT 26 TDIALOG 27 TIMAGELIST 28 TBITMAP 29 TTREEVIEW 30 TTVITEM 31 TCOMBOBOX 32 GET 33 TCLIPGET 34 TCHECKBOX 35 TXBROWSE 36 TXBRWCOLUMN 37 TSCROLLBAR 38 TCLIPBOARD 39 ...
by caducca
Tue Jul 30, 2019 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839515

Re: BOM production

... WINDOW oWnd1 FROM 3, 0 TO 30, 120 ; TITLE citemtitle+" "+ALLTRIM(itemid1) + " 树型BOM展开表" // COLOR "n/w" oImageList = TImageList():New() oBmp1 = TBitmap():Define( "folder",, oWnd ) oBmp2 = TBitmap():Define( "fldMask",, oWnd) oImageList:Add( oBmp1, ...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1128

Re: Add images to oImageList

Class TImageList Method Add() expects a Class TBitmap object and not a bitmap handle

Try it this way:

TTreeview: oImageList:Add( TBitmap():Define( ,, oWnd, img ), oWnd )
by Antonio Linares
Wed Feb 14, 2018 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add images to oImageList
Replies: 2
Views: 441

Re: Clase Printer [ Liberar memoria ]

Antonio

El método BuildListView() de la clase TPrview es el causante del consumo de memoria.
Al cargar las imágenes en TImageList() del arreglo ::oDevice:aMeta

Saludos
by Vikthor.Thomas
Fri Dec 02, 2016 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Printer [ Liberar memoria ]
Replies: 4
Views: 700

Re: ADORDD FAQs

... 3 HBOBJECT 4 TINI 5 TWINDOW 6 TCONTROL 7 TICON 8 TBRUSH 9 WIN_OLEAUTO 10 TOLEAUTO 11 TMDIFRAME 12 TMENU 13 TMENUITEM 14 TMDICLIENT 15 TFONT 16 TIMAGELIST 17 TBITMAP 18 TTOOLBAR 19 TMSGBAR 20 TRECT 21 TMSGITEM 22 TTIMER 23 TDIALOG 24 TBTNBMP 25 TXBROWSE 26 TBUTTON 27 TSCROLLBAR 28 TXBRWCOLUMN ...
by gautxori
Tue May 10, 2016 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19600

Re: ADORDD FAQs

... 3 HBOBJECT 4 TINI 5 TWINDOW 6 TCONTROL 7 TICON 8 TBRUSH 9 WIN_OLEAUTO 10 TOLEAUTO 11 TMDIFRAME 12 TMENU 13 TMENUITEM 14 TMDICLIENT 15 TFONT 16 TIMAGELIST 17 TBITMAP 18 TTOOLBAR 19 TMSGBAR 20 TRECT 21 TMSGITEM 22 TTIMER 23 TDIALOG 24 TBTNBMP 25 TXBROWSE 26 TBUTTON 27 TSCROLLBAR 28 TXBRWCOLUMN ...
by gautxori
Sun May 08, 2016 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19600

Re: FWH64

Antonio, I have slill a problem. I have changed the MAK-file to #Microsoft Visual-Studio Community 2015, (c) FiveTech Software 2016HBDIR=C:\_vmsdata\FWH64\harbour64FWDIR=C:\_vmsdata\FWH64\fwh64VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"SDKDIR="c:\Program Fil...
by Marc Vanzegbroeck
Tue Mar 22, 2016 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25127
Next

Return to advanced search