Recent

Author Topic: VirtualTreeView 4.8.6 released  (Read 79156 times)

asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: VirtualTreeView 4.8.6 released
« Reply #45 on: January 27, 2011, 01:18:41 am »

 :D
Can you show a screenshot of this?


Here it is ...
Lazarus 1.2.4 / Win 32 / THAILAND

polokk

  • Newbie
  • Posts: 2
Re: VirtualTreeView 4.8.6 released
« Reply #46 on: February 10, 2011, 04:30:25 am »
I am using lazarus snapshots(0.9.29/win32)/(0.9.31/win32) on winxp/win7,and i installed virtual treeview(new port 4.8.6 branche). when I put a virtualstringtree component on a form, and add new event for this virtualstringtree component, then lazarus die. with full-speed running CPU(one-core) or use 50% CPU(two-core).

asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: VirtualTreeView 4.8.6 released
« Reply #47 on: February 12, 2011, 03:10:35 pm »

From http://wiki.freepascal.org/VirtualTreeview_Example_for_Lazarus

Now I've come to step ...

23. Press F9 to Run the project to check. Click on AddRoot to add node. If it is ok, node will be added on VST.

But I got an error as attached screenshot, what are needed more ?
Lazarus 1.2.4 / Win 32 / THAILAND

dkjMusic

  • Full Member
  • ***
  • Posts: 146
Re: VirtualTreeView 4.8.6 released
« Reply #48 on: February 12, 2011, 04:52:18 pm »
Quote
What should be needed more before installing?
Looking at the screenshot you also need to install the lclextensions package (http://code.google.com/p/luipack/downloads/list).

Gr.
Dirk.
Compiling this package gives an error:  Fatal: Can't find unit gtkdef used by DelphiCompat

What needs to be done?
Windows 7 Ultimate/32 bit;
Lazarus 0.9.31/Rev 33300;
FPC 2.7.1/Rev 19464;
GDB 7.0.50;
(via CodeTyphon 2.30)

LuizAmérico

  • Sr. Member
  • ****
  • Posts: 457
Re: VirtualTreeView 4.8.6 released
« Reply #49 on: February 12, 2011, 08:01:01 pm »
Quote
Compiling this package gives an error:  Fatal: Can't find unit gtkdef used by DelphiCompat

What needs to be done?

Try to compile the svn version

dkjMusic

  • Full Member
  • ***
  • Posts: 146
Re: VirtualTreeView 4.8.6 released
« Reply #50 on: February 12, 2011, 09:00:51 pm »
Quote
Compiling this package gives an error:  Fatal: Can't find unit gtkdef used by DelphiCompat

What needs to be done?

Try to compile the svn version
Which is where?
Windows 7 Ultimate/32 bit;
Lazarus 0.9.31/Rev 33300;
FPC 2.7.1/Rev 19464;
GDB 7.0.50;
(via CodeTyphon 2.30)

asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: VirtualTreeView 4.8.6 released
« Reply #51 on: February 13, 2011, 12:50:49 am »
Thanks Phil and LuizAmérico  :)

I'm relatively new to the svn thing, is there an easy way to download what you suggested?
This link shows me the individual files, which is rather cumbersome to download from.

From this URL http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/virtualtreeview-new/branches/4.8/

For user of Lazarus-0.9.31-29474-fpc-2.4.3-20110212-win32.exe, how can I install the above branch ?

Is it the same as 4.8.6 R1. which I have completely installed ?
« Last Edit: February 13, 2011, 01:03:25 am by asdf »
Lazarus 1.2.4 / Win 32 / THAILAND

LuizAmérico

  • Sr. Member
  • ****
  • Posts: 457
Re: VirtualTreeView 4.8.6 released
« Reply #52 on: February 13, 2011, 02:16:37 am »

LuizAmérico

  • Sr. Member
  • ****
  • Posts: 457
Re: VirtualTreeView 4.8.6 released
« Reply #53 on: February 13, 2011, 02:26:33 am »
Quote
Is it the same as 4.8.6 R1. which I have completely installed ?

Yes.

Replace all files.

Remember to use LCLExtensions from svn also

BTW: the current release (4.8.6 R1) is meant only for Lazarus stable release (0.9.28). These compatibility problems will be finished as soon as Lazarus .9.30 is released. At that time i'll release another stable version.

asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: VirtualTreeView 4.8.6 released
« Reply #54 on: February 13, 2011, 03:15:30 am »

Replace all files.

Remember to use LCLExtensions from svn also


Could you please teach me how to download all files ?
Lazarus 1.2.4 / Win 32 / THAILAND

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
Re: VirtualTreeView 4.8.6 released
« Reply #55 on: February 13, 2011, 12:00:27 pm »
There is link: 'Download GNU Tarball' down beyond that screenshot you sent.

Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: VirtualTreeView 4.8.6 released
« Reply #56 on: February 13, 2011, 03:00:17 pm »
From http://wiki.freepascal.org/VirtualTreeview_Example_for_Lazarus, I tried to learn this and would like to put it in runtime.

Quote
unit Unit1;
{$mode objfpc}{$H+}

1. Do I have to change {$mode objfpc}{$H+} to {$MODE DELPHI} ?

2.
Quote
uses
   Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs,
   VirtualStringTree, VirtualTrees;

   Why didn't VirtualStringTree work ?

3. Is http://wiki.freepascal.org/VirtualTreeview_Example_for_Lazarus up-to-date ?

                                  
« Last Edit: February 14, 2011, 05:11:05 am by asdf »
Lazarus 1.2.4 / Win 32 / THAILAND

asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: VirtualTreeView 4.8.6 released
« Reply #57 on: February 14, 2011, 05:08:14 am »
 :-[
Lazarus 1.2.4 / Win 32 / THAILAND

LuizAmérico

  • Sr. Member
  • ****
  • Posts: 457
Re: VirtualTreeView 4.8.6 released
« Reply #58 on: February 14, 2011, 11:06:09 am »
Quote
3. Is http://wiki.freepascal.org/VirtualTreeview_Example_for_Lazarus up-to-date ?

No.

Initially i planned to release a new version only after 0.9.30 but given the number of problems i will release a new version later in this week


asdf

  • Sr. Member
  • ****
  • Posts: 310
Re: VirtualTreeView 4.8.6 released
« Reply #59 on: February 14, 2011, 11:31:17 am »
Expecting to hearing such good news from you shortly  :) .
Lazarus 1.2.4 / Win 32 / THAILAND

 

TinyPortal © 2005-2018