rejetto forum

Software => &RQ => Developers => Topic started by: rejetto on April 07, 2002, 10:47:55 PM

Title: virtual treeview
Post by: rejetto on April 07, 2002, 10:47:55 PM
other reasons to switch to the new vcl are
1) i found the contact list managing to be very poor, so i will rewrite it
2) it supports background images


 
Title: virtual treeview
Post by: rejetto on April 08, 2002, 03:11:16 PM
3) great support for drag&drop

 
Title: virtual treeview
Post by: rejetto on April 06, 2002, 01:47:47 PM
about the VCL i use for the contact list...
until i was using delphi3, i was using a Listbox, cause standard Treeview was not supporting customdrawing

switching to delphi6, i switched to the standard Treeview


unfortunately Treeview is not so good, as it does not support invisible nodes, and is slow on large lists

now i'm trying to switch to VirtualTreeview
http://www.lischke-online.de/VirtualTreeview.html
it's a very big vcl, about 600k source, 300k uncompressed code
i hope it will be a good choice and won't have to turn back to treeview again, it's a risk, i know

comments?

Title: Re: virtual treeview
Post by: zhuaple on October 03, 2006, 10:48:52 PM
What version of Virtual Treeview was used with the last build(andrq-cvs-2004-03-08)?
Title: Re: virtual treeview
Post by: rejetto on October 04, 2006, 12:24:04 AM
sorry, can't get such information.
it was overwriten over time.
Title: Re: virtual treeview
Post by: zhuaple on October 04, 2006, 01:09:19 AM
Okay, i asked because i can't compile the last &RQ from cvs... It gives me some errors i can't fix.. I'm using delphi7...
I guess one of the reasons is Theme Manager - i guess it's not needed for compiling on delphi7, but the sources are made for delphi6, right?
Title: Re: virtual treeview
Post by: rejetto on October 04, 2006, 01:17:28 AM
yes.
what's the compiler error?
Title: Re: virtual treeview
Post by: zhuaple on October 04, 2006, 01:58:47 PM
Some common errors

(http://x.2x.ru/err1.jpg)
(http://x.2x.ru/err2.jpg)
Title: Re: virtual treeview
Post by: rejetto on October 04, 2006, 02:11:50 PM
i would ignore them. they don't seem to be important properties.
Title: Re: virtual treeview
Post by: zhuaple on October 04, 2006, 08:42:02 PM
I'm trying to get rid of all the JVCL components but it seems to be impossible :( :(