Bug with column formatting on JvTimeFrameWork #185
HQSantosilva
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During some tests with the JvTimeFrameWork tool, I noticed that when registering a new appointment in a column where there is already one registered, it formats the column in a way that displays each record halfway down the column, which is correct. However, this formatting is being applied to all records in this column, regardless of the number of appointments.
Component with one appointment on each line:
Component after i inserted an appointment at the same time:
After some debugging and checking the code, I believe the problem is in the procedure TJvTFDays.Paint;
Beta Was this translation helpful? Give feedback.
All reactions