Re: Should I add new entry in QC?
- From: "Alex" <zencovich@xxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 19:58:37 +0300
Little change to example (I want to post to QC too), like it work for me
procedure TForm1.FormCreate(Sender: TObject);
var
Node1, Node2, Node3, Node4, Node5 : TTreeNode;
begin
Node1 := TreeView1.Items.Add(nil, 'One' );
Node3 := TreeView1.Items.AddChild( Node1, 'One sub' );
Node4 := TreeView1.Items.AddChild( Node1, 'Two sub' );
Node4 := TreeView1.Items.AddChild( Node1, 'Three sub' );
node2 := TreeView1.Items.Add(nil, 'Two' );
node3.MoveTo(node2,naAddchild); // this line ok
node4.MoveTo(node2,naAddchild); // error at here
TreeView1.Items.Clear;
end;
It produce error every time in VCL.NET at least
Alex
"Brad White" <bwhite at inebraska.com> wrote in message
news:447db98e@xxxxxxxxxxxxxxxxxxxxxxxxx
"Holger Flick" <nobody@xxxxxxxxxx> wrote in message
news:447dae3e@xxxxxxxxxxxxxxxxxxxxxxxxx
Brad White wrote:
Once you have a consistently reproducable case, post to the qc group
and ask to have the report opened.
Keep me posted as I have not the necessary Delphi versions to reproduce.
If somebody can reproduce it, I will gladly open it.
Thanks.
So far, no one but Alex can reproduce it, except in CLX
where it was originally reported.
It is possible that Alex is seeing something different but similar.
--
Thanks,
Brad.
.
- Follow-Ups:
- Re: Should I add new entry in QC?
- From: Brad White
- Re: Should I add new entry in QC?
- References:
- Should I add new entry in QC?
- From: Alex
- Re: Should I add new entry in QC?
- From: Brad White
- Re: Should I add new entry in QC?
- From: Holger Flick
- Re: Should I add new entry in QC?
- From: Brad White
- Should I add new entry in QC?
- Prev by Date: Re: What this mean for Borland?
- Next by Date: Re: What this mean for Borland?
- Previous by thread: Re: Should I add new entry in QC?
- Next by thread: Re: Should I add new entry in QC?
- Index(es):
Relevant Pages
|
|