treelist /hypertreelist

Hi All,

What the best way to approach on sort . I need to sort based on
columns and then by the tree item text.

Is it possible to use ColumnSorterMixin with these objects.

can i use windows icons if i have files listed on the treelist.

Thanks
Thomas

Hi All,

What the best way to approach on sort . I need to sort based on
columns and then by the tree item text.

Is it possible to use ColumnSorterMixin with these objects.

No, but you should be able to use it as a starting point for adding sorting to your class.

can i use windows icons if i have files listed on the treelist.

You can get associated icons with the wx.MimeTypesManager.

···

On 11/3/09 6:23 PM, thomas wrote:

--
Robin Dunn
Software Craftsman

Hi Robin,

Thanks again.

But I found that mimetypemanager doesnt return associated icon file
for pdf,jpeg etc.
I want to replicate the Details Display of explorer in windows (with
16*16 pixels icons).
Is building a list of icons in an imagelist the way to go.

cheers
Thomas

···

On Nov 5, 10:00 am, Robin Dunn <ro...@alldunn.com> wrote:

On 11/3/09 6:23 PM, thomas wrote:

> Hi All,

> What the best way to approach on sort . I need to sort based on
> columns and then by the tree item text.

> Is it possible to use ColumnSorterMixin with these objects.

No, but you should be able to use it as a starting point for adding
sorting to your class.

> can i use windows icons if i have files listed on the treelist.

You can get associated icons with the wx.MimeTypesManager.

--
Robin Dunn
Software Craftsmanhttp://wxPython.org