Search found 41 matches: tlistview

Return to advanced search

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

... 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: (source\classes\tlistvie.prg) - Nuevo método SetStyle( nStyle ) Por favor, revisa el código fuente prg para conocer la lista de estilos. ...
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: 3906

New FTDN October/Octubre 2023 (FWH 23.10)

... 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) New Method SetStyle( nStyle ) Refer prg source for the list of styles. * ListView: Samples: (1) revised ...
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: 3906

Re: New FTDN July/Julio (FWH 23.07)

... Nuevo método OpenDevToolsWindow() en la clase TWebView. Por favor revisa los ejemplos: samples\webview.prg y webvieweval.prg * Mejora: La clase TListView es compatible con Unicode. Prueba el ejemplo: samples\testvie1.prg * Clase LinkList: Se ha mejorado el método Sort( [lAsc], [lRecurse], [nCol] ...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

New FTDN July/Julio (FWH 23.07)

... FWH app GUI using webview. * New: CLASS TWebView METHOD OpenDevToolsWindow(). Please review samples\webview.prg and webvieweval.prg * Enhancement: TListView class is now made Unicode compatible Try samples\testvie1.prg * LinkList: Method Sort( [lAsc], [lRecurse], [nCol] ) enhanced with three new ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Re: Display thumbnails of pdfs

... implement more methods to manage all the struct members. Hope it helps you. Once ready we will implement a new method InsertColumn() in Class TListView. #include "FiveWin.ch"function Main()   local oLVCol := LVColumn():New()   MsgInfo( ...
by Antonio Linares
Sun Oct 16, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2271

Re: Modifications on TListView

Hi, on my 18.01 version those changes are not included...
by AntoninoP
Fri Mar 18, 2022 3:33 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Modifications on TListView
Replies: 2
Views: 1167

Re: Bug on Listview class

where I must modify on CLASS TListView
LVS_SINGLESEL value ?
by Silvio.Falconi
Wed Jan 10, 2018 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Listview class
Replies: 3
Views: 623

New FTDN June 2015 (FWH 15.06)

... * New: samples\ListVie.prg using a TListBox and drag & drop files. Many thanks to Silvio! * New: Class TListViewItem Methods End() and SetText(). * New: functions LVDELETEITEM() and LVSETITEMTEXT() used by Class TListViewItem. * Enhancement: function ...
by Antonio Linares
Sun Jul 19, 2015 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2015 (FWH 15.06)
Replies: 7
Views: 3037

Re: Also for Listview

I allready compiled with harbour Progetto: test, Ambiente: Five_Pelles: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /iC:\Work\fwh\include /ic:\work\Harbour\Include /jitaliano.HIT /iinclude;c:\work\fwh\include;c:\work\Harbour\include /oObj\test.c Harbour 3.4.0dev () (2014-06-29 00:47) Copyright (c) 199...
by Silvio.Falconi
Mon Jun 22, 2015 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Listview
Replies: 29
Views: 5063

Re: Also for Listview

Progetto: test, Ambiente: xFive_Pelles: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /iC:\Work\fwh\include /ic:\work\xHarbour\Include /jC:\Work\Errori\ANTONI~2\I18n\Main.hil /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /oObj\test.c xHarbour 1.2.3 Intl. (SimpLex) (Build 20140725) Copyright 199...
by Silvio.Falconi
Sat Jun 20, 2015 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Listview
Replies: 29
Views: 5063

Re: Also for Listview

Wow, there are lot of great enhancements in TListView!! I done some experiment about class management in Harbour: It is possible define Class's method in C and Manipulate a Class and return it from C code. Here an example to avoid save item data ...
by AntoninoP
Fri Jun 19, 2015 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Listview
Replies: 29
Views: 5063

Re: Also for Listview

Silvio, I finally have implemented it this way in Class TListView:   METHOD DelItem( nItem ) INLINE If( nItem > 0 .and. nItem <= Len( ::aItems ),;                                  ( LVDeleteItem( ::hWnd, nItem - 1 ), ...
by Antonio Linares
Thu Jun 18, 2015 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Listview
Replies: 29
Views: 5063

Re: New FTDN May 2015 (FWH 15.05)

... many thanks to Antonino! New example FWH\samples\themes.prg * Fix: In FWH64 there were some errors in treeview.c. Now it is ok. * Fix: Class TListView was defaulting to an array of prompts that caused a wrong behavior. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=177759#p177759 ...
by Antonio Linares
Tue Jun 16, 2015 12:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3272

Re: Tlistview views

Alex
how I can Know the caption of each item ?
by Silvio.Falconi
Tue Jun 16, 2015 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tlistview views
Replies: 4
Views: 1225

Also for Listview

local bAction:= {|| OptionFile(oAllegati,oList:nOption) } oList := TListView():New(oAllegati:nHeight-300,2,{},bAction, oAllegati, ,,.T., .F., oAllegati:nwidth-25,150, ) function Optionfile(oAllegati,oList) msginfo(oList:nOption) return nil I need a baction ...
by Silvio.Falconi
Tue Jun 16, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Listview
Replies: 29
Views: 5063
Next

Return to advanced search