FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse help
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
xbrowse help
Posted: Fri Dec 13, 2013 08:49 AM
Please,
I want different colours in this xbrowse.
aItem is an array that contains folders
Gray folder that does non exist and white existing folder

Code (fw): Select all Collapse
@ 1,0 XBROWSE oBrw OF oWnd ARRAY aItem HEADER "Select folder" AUTOCOLS CELL LINES FONT oFont

 oBrw:bClrStd    := {|| { CLR_BLUE, IIF( [b]lIsDir( aItem[ oBrw:nPos ] [/b]) , CLR_HGRAY, CLR_WHITE ) } }

This is the second time I use xbrowse...
Please...
bye
Marco Boschi
info@marcoboschi.it
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: xbrowse help
Posted: Fri Dec 13, 2013 12:29 PM

solved!

Marco Boschi
info@marcoboschi.it

Continue the discussion