Re: Should I add new entry in QC?



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.




.



Relevant Pages

  • Re: How to get handle of another application menu?
    ... > valid menu handle IsMenu (hMenu) was always returns false). ... Can't reproduce this. ... procedure TForm1.Button8Click(Sender: TObject); ...
    (borland.public.delphi.nativeapi)
  • Re: Hosted Word is not released with a C# add-in - update
    ... > Hi Alex, ... > I can reproduce the issue. ... > Now I am researching the issue, and I will update you with new information ... Prev by Date: ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Problems with Bookmark
    ... this is not something I can reproduce. ... Brian Bushay (TeamB) ...
    (borland.public.delphi.database.ado)
  • Re: Should I add new entry in QC?
    ... Keep me posted as I have not the necessary Delphi versions to reproduce. ... So far, no one but Alex can reproduce it, except in CLX ... It is possible that Alex is seeing something different but similar. ...
    (borland.public.delphi.non-technical)
  • Re: SetTextCharacterExtra
    ... "TOB" wrote: ... I succeeded to reproduce it on my system, ... pDC->ExtTextOut.x, r.top, 0, r, strName, NULL); ... Alex ...
    (microsoft.public.vc.language)