Recent

Author Topic: VirtualTreeView  (Read 7399 times)

wp

  • Hero Member
  • *****
  • Posts: 13486
VirtualTreeView
« on: October 10, 2013, 09:24:04 am »
There are two VirtualTreeView projects in the CCR, "VirtualTreeView" and "VirtualTreeView-new". Which is the recommended one for usage in a new project? What is their difference to the "original" at http://www.soft-gems.net/index.php/controls/virtual-treeview?

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12771
  • FPC developer.
Re: VirtualTreeView
« Reply #1 on: October 10, 2013, 12:41:34 pm »
None. Both are older versions (v4.x) compared to the current v5 versions on softgems

wp

  • Hero Member
  • *****
  • Posts: 13486
Re: VirtualTreeView
« Reply #2 on: October 10, 2013, 12:44:38 pm »
Any idea for a component that combines a treeview with a grid? VirtualTreeView would have been perfect for that...

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: VirtualTreeView
« Reply #3 on: October 10, 2013, 01:17:17 pm »
it is perfect for that why don't you use it. It might be a bit behind from the delphi front but it is useable in its current form. and it does support the grid extensions from the 4.X version of the component.

Personally I use the New branch of the code and as far as I have tested it it works, just remember it requires one extra 3rd party package lazarus extras or something along those lines. do a google when you see the message and you will find it easy.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

wp

  • Hero Member
  • *****
  • Posts: 13486
Re: VirtualTreeView
« Reply #4 on: October 10, 2013, 01:40:25 pm »
Yes you're right. Just found the missing lclextension_package (http://code.google.com/p/luipack/source/browse/trunk/?r=760) and was able to install the "new" virtualtreeview smoothly, and the demos run fine.

Shebuka

  • Sr. Member
  • ****
  • Posts: 429
Re: VirtualTreeView
« Reply #5 on: November 05, 2013, 05:14:59 pm »
Let's use this topic :D

Getting errors while try to update:

On transaction refresh:
https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/virtualtreeview-new: E175011: Repository moved permanently; please relocate
svn: E175002: PROPFIND request failed on '/svnroot/lazarus-ccr/!svn/vcc/default'

On Update:
Update to HEAD: Repository moved permanently; please relocate OPTIONS request failed on '/svnroot/lazarus-ccr/components/virtualtreeview-new/branches/4.8'

Where do repository moved?

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12771
  • FPC developer.
Re: VirtualTreeView
« Reply #6 on: November 05, 2013, 07:05:14 pm »
SF has moved all repositories to a different server a while ago. With some clients you get a hint.

https://svn.code.sf.net/p/lazarus-ccr/svn/

Shebuka

  • Sr. Member
  • ****
  • Posts: 429
Re: VirtualTreeView
« Reply #7 on: November 11, 2013, 05:48:42 pm »
SF has moved all repositories to a different server a while ago. With some clients you get a hint.

https://svn.code.sf.net/p/lazarus-ccr/svn/

Thank you!

p.s. In SmartSVN to move from one repository to another there is the "Relocate" function.

p.s.s. Wiki must be updated with new link.

JD

  • Hero Member
  • *****
  • Posts: 1913
Re: VirtualTreeView
« Reply #8 on: January 24, 2014, 04:08:25 pm »
Hello,

What version of VirtualTreeview is virtualtreeview-new? Is is the old virtualtreeview 4.8.7 LCL R1 or the new 5.X series that is the current version? Thanks

JD
Linux Mint - Lazarus 4.6/FPC 3.2.2,
Windows - Lazarus 4.6/FPC 3.2.2

mORMot 2, PostgreSQL & MariaDB.

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: VirtualTreeView
« Reply #9 on: January 24, 2014, 05:43:32 pm »
virtualtreeview-new has the following lines at the begining so I assume it is 4.8.6.
Code: [Select]
unit VirtualTrees;

{$mode delphi}{$H+}
{$packset 1}

// Version 4.8.6
//
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

JD

  • Hero Member
  • *****
  • Posts: 1913
Re: VirtualTreeView
« Reply #10 on: January 28, 2014, 12:58:19 pm »
virtualtreeview-new has the following lines at the begining so I assume it is 4.8.6.
Code: [Select]
unit VirtualTrees;

{$mode delphi}{$H+}
{$packset 1}

// Version 4.8.6
//

That version is not new at all because the same unit on my installation reads "Version 4.8.7"! We have a naming problem here!
Linux Mint - Lazarus 4.6/FPC 3.2.2,
Windows - Lazarus 4.6/FPC 3.2.2

mORMot 2, PostgreSQL & MariaDB.

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: VirtualTreeView
« Reply #11 on: January 28, 2014, 05:07:52 pm »
I might be using the old version then I didn't pay much attention after I installed a pack I kept using it haven't updated since.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

 

TinyPortal © 2005-2018