Page 2 of 2

Posted: Mon Feb 25, 2008 7:41 pm
by Tom
weird... I update you as soon as possible

Posted: Thu Mar 06, 2008 4:05 am
by 9336073
Hi Tom,

Is any solution in this regard.
I am waiting for the solution.

It is very critical for me to get this problem resolved.

Regards,
Pratik

Posted: Mon Mar 10, 2008 3:37 pm
by Tom
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. :oops:

Posted: Tue Mar 11, 2008 4:32 am
by 9336073
Hi Tom,

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.
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

Posted: Wed Mar 12, 2008 10:46 pm
by Tom
I've resend you the source demo code. However, please try the executable first. It is an executable based on code changes in ttree. Let me know if you can still reproduce the wrong behavior. If so, please tell me how you achieved it.

Posted: Thu Mar 13, 2008 4:56 am
by 9336073
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

Posted: Thu Mar 13, 2008 5:13 pm
by Tom
that's the email address to which I'm sending... spam filter?

Posted: Thu Mar 13, 2008 10:03 pm
by Tom
As test:
I've sent one mail without an attachment.
I've sent another one from a filetransfert service.

Regards,
tom

Posted: Fri Mar 14, 2008 5:36 am
by 9336073
Hi Tom,

At last I got your last two mails. Thanks for your efforts taken.

I have tried the exe, This is what I wanted.
I could not reproduce the problem in this executable. :D

Can you please give me the code changes so that I can achieve this behavior?

Thanks & Regards,
Pratik

Posted: Tue Mar 18, 2008 8:49 pm
by Tom
I've send the modifications. Let me know if you received them.

Regards,
tom

Posted: Wed Mar 19, 2008 4:22 am
by 9336073
Hi Tom,

I have received your mail.

I will check and get back to you.

Thanks & Regards,
Ashu

Posted: Wed Mar 19, 2008 10:13 am
by 9336073
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

Posted: Wed Mar 19, 2008 8:38 pm
by Tom
:shock: I think you've hit the jackpot...

you found another bug :oops: (are you sure that autoscrolltoview worked before with right/left edges?)

and meanwhile there was another issue concerning this situation. I've send you the code changes.

Posted: Thu Mar 20, 2008 5:20 am
by 9336073
Hi Tom,

It seems that the bugs are now fixed. :)

Thanks a lot for your efforts taken for resolving the problem.

Thanks & Regards,
Ashu