This version of listview has a few bug fixes (thanks Joel VanderWerf)
and a couple of enhancements. The main enhancement is that you can now
specify two new column attributes for numeric fields: commas and
dollarSign. Setting these attributes to true will cause the listview to
automatically add commas and/or a dollar sign to the specified column
data. I have updated the sample application to demonstrate this.
-----------------
What is listview?
Listview.rb is a module containing a class that can be used to create
listviews (multi-column listboxes) in FXRuby.
Some of the features/advantages of listview over an FXIconList are:
* Clickable column headers that sort correctly based on data type.
* Left or right justified column data.
* Gridlines
* Custom sort arrow.
* Automatic commas and dollar sign for columns that you specify.
It is sub-classed from FXTable. You can read more about listview at:
http://www.netpromi.com/listview.html
and download it at:
http://www.netpromi.com/files/listview_1.1.0.zip
I would like to thank Jeroen van der Zijp for creating the awesome Fox
toolkit and Lyle Johnson for the great FXRuby library.
Jamey Cribbs
jc...@tw...
|