Search found 20 matches: setimagelist

Return to advanced search

FWH2307: List View Unicode compatible

... CRLF + "ఒకటి", ; "Two" + CRLF + "రెండు", "Three" + CRLF + "మూడు"; ACTION MsgInfo( nOption ) oLvw:SetImageList( oImageList ) ACTIVATE WINDOW oWnd oImageList:End() return nil/code]
by nageswaragunupudi
Sun Aug 27, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2307: List View Unicode compatible
Replies: 1
Views: 228

harbour_for_mod_harbour error compiler

Hi Antonio. I'm trying to test mod_harbour . The first impression is EXCELLENT !!! Using harbour language on the web with Apache is absolutely amazing . WOW ...... Toady I’m trying to build the harbour for mod_harbour exe compiler for later building an hrb file to include inside my project. The comm...
by giuliano
Tue Aug 20, 2019 9:01 am
 
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1683

Re: Un problemita con TTreeView

... oItem42, oItem43 local oItem51 local oItem61, oItem62 local Mydate, Mytime Mydate := DATE() Mytime := TIME() if !Empty( oImageList ) oTree:SetImageList( oImageList ) endif oItem1 := oTree:Add( "LAVADOS", 0 ) oItem11 := oItem1:Add( "INTERIOR", 2) //oItem11:Cargo :={ "CHECKBOX", ...
by jbrita
Wed Feb 20, 2019 11:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un problemita con TTreeView
Replies: 14
Views: 3203

Re: BOM production

... oBmp1, oBmp2 ) oTree = TTreeView():New( 3, 0, oWnd1) oTree:bChanged = { || eng050401( oTree:GetSelected(),,ctable1,ctable2) } oTree:SetImageList( oImageList ) oItem = oTree:Add(itemid1) odb1:=oServer:Query("select bom2.itemidc itemidc,cversion,goods2.descrip descrip,goods2.size ...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1127

Re: popup on Listview class

hi, You are a little confused, the number as second parameter in SetImageList is the type of the list, and it can be setted one time only. Maybe this code is more clear, add this at begin of file: #define LVSIL_NORMAL          0#define LVSIL_SMALL       ...
by AntoninoP
Mon Jun 22, 2015 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: popup on Listview class
Replies: 10
Views: 3128

Re: Hide oFolder option

... TBitmap():Define( "Disable",, oDlg ), nRGB( 192, 192, 192 ) ) oFld:SetItemText( I, "" ) ENDIF NEXT ENDIF oFld:SetImageList( oImageList ) Best Regards Uwe :lol:
by ukoenig
Wed Aug 04, 2010 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide oFolder option
Replies: 12
Views: 3613

Re: Juan Planelles Lazaga

... oWnd ),; // nImage == 7 TBitmap():Define( , ".\BITMAPS\wIndMask.bmp",, oWnd ) ) oTree = TTreeView():New( 2, 0, oWnd ) oTree:SetImageList( oImageList ) oItem1 = oTree:Add( "Ayuda de Menú Inicial" ) aFiles[1] := 'INICIAL.WLT' aItems[1] := "Ayuda de Menú Inicial" ...
by Juan Planelles
Tue Dec 29, 2009 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: About : tracing GDI resources

... "show",, oDlg ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "show",, oDlg ), nRGB( 192, 192, 192 ) ) oFld:SetImageList( oImageList ) return nil Best Regards Uwe :lol:
by ukoenig
Tue Nov 24, 2009 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1824

About : tracing GDI resources

... "show",, oDlg ), nRGB( 192, 192, 192 ) ) oImageList:AddMasked( TBitmap():Define( "show",, oDlg ), nRGB( 192, 192, 192 ) ) oFld:SetImageList( oImageList ) return nil
by ukoenig
Fri Nov 20, 2009 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About : tracing GDI resources
Replies: 9
Views: 1824

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

...                       If( oItem != nil, oMemo:SetText( oItem:Cargo ),) }    oTree:bLDblClick = { || ShowDialog( oTree:GetSelected() ) }    oTree:SetImageList( oImageList )    @ 0, 25.7 GET oMemo VAR cItemText MEMO OF oWndRC SIZE 300, 100    @ 0, 200 SPLITTER oSplit ;       VERTICAL _3DLOOK ; ...
by Otto
Sun Aug 30, 2009 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11652

Re: Alguien puede darme un ejemplo de tree desde recurso

la llamada a este metodo debe de ser dentro del ON INIT del dialogo, cuando el objeto treeview ya esta creado de lo contrario no funciona.

oTree:SetImageList( oImageList )

Saludos.
by andresreyes_mzt
Mon Mar 16, 2009 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien puede darme un ejemplo de tree desde recurso
Replies: 5
Views: 644

Re: Bitmap en Folder

... en el folder, (lo suyo sería definir una imagen sola por cada objeto oImageList para mi caso) si pongo REDEFINE FOLDER........ ON CHANGE oFld:SetImageList(oImageLis2) Me cambia las imagenes, pero todas, no unicamente la del folder que se pincha, y mi pregunta era que cambiaran el folder que ...
by Pedro
Sat Jan 03, 2009 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap en Folder
Replies: 14
Views: 2703

... API de windows que le vamos a hacer. Lo no sé es como capturar el click con el botón izquierdo sobre el bitmap. Otras dudas que tengo sobre oFld:SetImageList 1.- ¿Tiene que haber bitmap en todas las pestañas? o se puede indicar que sólo queremos bitmap, por ejemplo, en la última pestaña. El objetivo ...
by fgondi
Thu Jan 03, 2008 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Icono/Bitmap en Folder
Replies: 7
Views: 1310

Re: Change Treeview bitmap at runtime

1. How can I change bitmap when we click over? Try to change the image in the oImageList and then use SetImageList() method. 2. How can I know if a item is checked or not to save the results in a database? Store the info in an array or a database and toggle it when you click ...
by Enrico Maria Giordano
Fri Sep 15, 2006 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Treeview bitmap at runtime
Replies: 8
Views: 1796

... me contesto yo mismo: Hay que pasar el oImageList a la funcion que se llama al ON INIT del dialogo, e invocar alli el metodo del treeview oTree:SetImageList( oImageList ) .... y listo! Perdonen, es que siempre tengo que buscar. La pregunta ahora es: ¿De verdad que no se puede cambiar el BMP ...
by jllinas
Fri Jun 16, 2006 3:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ImageList en Treeview con Dialogo
Replies: 17
Views: 4922
Next

Return to advanced search