Unwanted drag of shape when it is on the edges of the TTree
we will update you asap.
Did you received our source-demo regarding this issue?
We noticed some differences in your replies concerning the fix and our results. Because of this we wrote a source-demo to be sure that we're not testing is wrongly. But we haven't received a reply on this yet.
Anyway, there is indeed still a problem after the fix.
Did you received our source-demo regarding this issue?
We noticed some differences in your replies concerning the fix and our results. Because of this we wrote a source-demo to be sure that we're not testing is wrongly. But we haven't received a reply on this yet.
Anyway, there is indeed still a problem after the fix.
Hi Tom,
I receicved the main from your side last on Mon, 25 Feb 2008,
where you have given a code change. See below:
After that I never got any mail or source code demo from your side.
Can you please send me the source code demo once again?
Regards,
Pratik
I receicved the main from your side last on Mon, 25 Feb 2008,
where you have given a code change. See below:
Code: Select all
Hi Pratik,
I managed to mimic the behavior (thanks for the Designing property tip)
Can you change the following code in TCustomTree.MouseMove event:
if (P.X<>0) or (P.Y<>0) then // if moved...
to
if (X<>OriginalX) or (Y<>OriginalY) then
Does this solves your issue?
Thanks,
Tom.
Can you please send me the source code demo once again?
Regards,
Pratik
Hi Tom,
I am not receiving any of your mails.
On which email id are you send those?
Make sure you are sending it on ts_pratik@rediffmail.com
This email Id is mentioned in my profile too.
Regards,
Pratik
I am not receiving any of your mails.
On which email id are you send those?
Make sure you are sending it on ts_pratik@rediffmail.com
This email Id is mentioned in my profile too.
Regards,
Pratik
Hi Tom,
I have tried the code change...
everything works fine... i.e. I am not facing the mention issue.
But the problem is that the ScrollToView effect is now applicable for
vertical movement only...
i.e. if the shape is cutting Top/Bottom edges of the teetree then the scrolltoview works fine, but if it is cutting Right/Left edges then the scrolltoview does not work.
Regards,
Ashu
I have tried the code change...
everything works fine... i.e. I am not facing the mention issue.
But the problem is that the ScrollToView effect is now applicable for
vertical movement only...
i.e. if the shape is cutting Top/Bottom edges of the teetree then the scrolltoview works fine, but if it is cutting Right/Left edges then the scrolltoview does not work.
Regards,
Ashu