On Wednesday 22 February 2006 22:29, Micha Nelissen wrote:
> On Wed, 22 Feb 2006 22:22:04 +0200
>
> "A.J. Venter" <[EMAIL PROTECTED]> wrote:
> > Mind you if you feel like contributing to a free software project by
> > doing the conversion for me - well I never say no to useful contributions
> > :p
> >
> > Okay, enough contrib-whoreing, you may just be right though - and I
> > should probably just go ahead and figure it out.
>
> I do have to remark that a TListView is more native than a StringGrid. At
> least, on windows xp a listview looks much nicer. A stringgrid is always
> completely LCL-drawn.
Having now taken a much more indepth look at tstringgrid, I think it could 
work - but only at the cost of hugely complexifying my program - unless 
somebody is really eager to do it for me, I don't think it's worth it. I 
would rather help with implementing sorting for tlistview so I can have it 
for my next version.

My feel btw: to keep code platform neutral, don't use the native sorting 
methods, but do a sort based on pure data manipulation. I could even do that 
in the app (as opposed to a clear and refill method) although that is harder 
to do it is certainly not impossible and a quicksort is practically the first 
algorithm any of us learned after all :)

Ciao
A.J.
-- 
A.J. Venter
Chief Software Architect
OpenLab International
www.getopenlab.com
www.silentcoder.co.za
+27 82 726 5103

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to