View Issue Details

IDProjectCategoryView StatusLast Update
0005831JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
Reportermaro48mAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.46 
Summary0005831: JvTFDays calculates incorrect Rect for Cells to draw
DescriptionCells in JvTFDays are incorrectly drawn - without lines separating them. When used
with Grouping property - groupings are not drawn at all and title rows are to narrow for caption to fit in.

For me it was a show stopper for JvTFDays
Additional InformationLine 5153 has incorrect variables used after abandoning
with Rect do
begin
[...]
end;
block in rev 13104

this line is
  Rect.Bottom := Top + RowHeight;
and should be:
  Rect.Bottom := Rect.Top + RowHeight;
TagsNo tags attached.

Activities

obones

2012-06-11 17:22

administrator   ~0019840

Please provide the zipped sources of a sample application showing this.

maro48m

2012-06-12 18:30

reporter   ~0019938

there's no need for my source.
Example provided with JVCL will do fine:)

obones

2012-06-13 09:28

administrator   ~0019940

Then I need detailed instructions as I'm not seeing it at first glance.

maro48m

2012-06-13 20:47

reporter   ~0019984

1. In Days page, change combobox option from Single to Group.
2. click "open eye" button and select all shedules
3. go to 2002-01-02 data

Result should look like this:
http://img600.imageshack.us/img600/3935/daysokk.png

but looks like this:
http://img137.imageshack.us/img137/9454/daysbad.png

obones

2012-06-14 12:30

administrator   ~0019990

Thanks, this is now solved in SVN

Issue History

Date Modified Username Field Change
2012-03-12 22:23 maro48m New Issue
2012-06-11 17:22 obones Note Added: 0019840
2012-06-11 17:22 obones Status new => feedback
2012-06-12 18:30 maro48m Note Added: 0019938
2012-06-13 09:28 obones Note Added: 0019940
2012-06-13 20:47 maro48m Note Added: 0019984
2012-06-14 12:30 obones Note Added: 0019990
2012-06-14 12:30 obones Status feedback => resolved
2012-06-14 12:30 obones Fixed in Version => Daily / SVN
2012-06-14 12:30 obones Resolution open => fixed
2012-06-14 12:30 obones Assigned To => obones
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46