Search found 41 matches: tlistview

Return to advanced search

Re: RibbonGallery

... is not a standard Windows control, neither a control used in Office, but you could use a ownerdraw listbox (FWH\samples\ownerdra.prg), or a TListView (FWH\samples\TestLvw.prg), or just some TBtnBmps and a scrollbar.
by Antonio Linares
Tue Dec 08, 2009 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonGallery
Replies: 6
Views: 1144

... TListBox, TMeter, TRadio, TScrollBar, TSelector, TSlider, TSplitter, TRichEdit, TTabControl, TVbxControl, TVideo, TTabs, TAnimate, THeader, TListView, TPages, TProgress. * Corrección: La busqueda incremental en la clase TComboBox no cambia el tipo de la variable asociada. * Corrección: El ...
by Antonio Linares
Fri May 18, 2007 11:00 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2007
Replies: 1
Views: 3895

New FTDN May/Mayo 2007

... TListBox, TMeter, TRadio, TScrollBar, TSelector, TSlider, TSplitter, TRichEdit, TTabControl, TVbxControl, TVideo, TTabs, TAnimate, THeader, TListView, TPages, TProgress. * Fix: Class TComboBox incremental search does not change the type of the related variable. * Fix: Class TXBrowse Method ...
by Antonio Linares
Thu May 17, 2007 10:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2007
Replies: 1
Views: 3895

FWH build abril 2006

... y TDatePick. * Nuevo: En FWPPC, los "folders" desde codigo fuente son una realidad. Por favor, revise samples\TestFold.prg. * Nuevo: En la clase TListView, los métodos HScroll() y VScroll(). * Nuevo: En FWPPC, se ha implementado la clase TDatePicker. Por favor, revise samples\TestDtp.prg. Daros ...
by Antonio Linares
Mon Apr 03, 2006 9:33 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3324

FTDN new April 2006 build / nuevo build de Abril 2006

... fixes on Class TWindow, TControl and TDatePick. * New: FWPPC, Folders from source code are ready! Please review samples\TestFold.prg * New: Class TListView Methods HScroll() and VScroll(). * New: FWPPC, Class TDatePicker already implemented. Please review samples\TestDtp.prg. Please notice that ...
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3324

Piscicelli,

I'm not sure exactly what you want since Explorer can show files a number of different ways.

You can use the directory() function to get a list of files, then use a browse to browse the array.

If you want to show files as icons, take a look at TListView.

James
by James Bott
Mon Mar 13, 2006 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show a Folder
Replies: 4
Views: 1057

Tlistview views

Hi,

How do I change listview between big and small icons?
by AlexSchaft
Tue Feb 21, 2006 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tlistview views
Replies: 4
Views: 1239

... y samples\TestDllP.prg. * Mejora: En FWPPC, la clausula VALID está disponible para DIALOGos. Revise samples\tutor04.prg. * Mejora: La clase TListView ha sido mejorada para que funcione correctamente usando el comando @ ..., ... LISTVIEW. Revise samples\ListVie1.prg. Note que Fivewin.ch ha ...
by Antonio Linares
Mon Jan 09, 2006 9:48 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3636

FTDN new January 2006 build / nuevo build de Enero 2006

... samples\TestDllP.prg * Enhancement: FWPPC, VALID clause is already available for DIALOGs. Please review samples\tutor04.prg * Enhancement: Class TListView has been enhanced to properly work using @ ..., ... LISTVIEW command. Please review samples\ListVie1.prg. Please notice that FiveWin.ch has ...
by Antonio Linares
Mon Jan 09, 2006 7:32 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new January 2006 build / nuevo build de Enero 2006
Replies: 1
Views: 3636

Dionie, We have improved Class TListView, so this code is properly working now: #include "FiveWin.ch" function Main() local oWnd, oLvw, nOption := 1, oImageList DEFINE WINDOW oWnd TITLE "ListView Test" ...
by Antonio Linares
Tue Jan 03, 2006 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TListView problem
Replies: 1
Views: 799

TListView problem

... have tried the following: #include "fivewin.ch" function main() oWnd := TWindow():New() oView := TListView():New( 10, 10, {"abc","def"},, oWnd,,,, .t.,, 30, 40, "cMsg" ) oWnd:Activate() ...
by dionie
Wed Dec 21, 2005 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TListView problem
Replies: 1
Views: 799
Previous

Return to advanced search