RadiantQ Forum
Product => WPF Gantt Package => Topic started by: tim on December 14, 2020, 04:06:56 PM
-
Hello,
I noticed that tasks sometimes are drawn half a row too low, so they overlap with the next row below. When the task is clicked it returns to the correct position.
I modified the last sample program and will send it to support@randiantq.com.
Here is a GIF to reproduce the issue in the sample program:
(https://s10.directupload.net/images/201214/3bsnl5vu.gif)
- Move a task over and beyond another task.
- Click reset button.
Result is that tasks are now positioned too low.
Best regards
-
Hi,
We are able to reproduce this issue in the reference sample, we are looking on this will update you soon.
-
Hi Jan,
While resetting the task's times, we recommend you to use the DelayUpdates utility as shown below,
internal void Reset()
{
using (new DelayUpdates())
{
_FlatTasks.ForEach(t => t.Reset());
}
}
Thanks
Raja
-
Thanks, we will have a look at it and get back to you.
Jan
-
Raja,
we tested your suggestion.
In some instances it works and the issue is gone.
But unfortunately it doesn't work for the reset.
Our reset mechanism is more complicated than the one in the sample project and we would rather not share it completely, as there would be much of our code base required.
Is there any other way to solve this issue?
Best regards
-
Hi Jan,
Can you please check with our latest version that we shared today and let us know the status.
-
I tried it again with the newst version, with and without DelayUpdates().
The issue persists on reset.
-
Hi Jan,
We have tried to reproduce this issue in the reference sample but unfortunately we can't. Can you please provide us the replication procedure?
-
Raja,
I will send a modified sample project with more description to support@radiantq.com.
Best regards
-
Jan,
We got your sample and working on it.
Thanks,
Raja.
-
Jan,
We can't able to reproduce the issue, please guide us to reproduce.
Thanks,
Raja.
-
Raja,
the issue is resolved in the latest version, thank you.
Could also send the source code and samples for the latest version?
Best regards
-
Hi Jan,
We will share it with you in email soon.
-
Hi Raja,
we still did not receive an email. Could you please check this?
Best regards
Jan
-
Hi Jan,
We are all set for our official release within a week or two. We will share with you soon.