View Issue Details

IDProjectCategoryView StatusLast Update
0004740JEDI VCL00 JVCL Componentspublic2009-04-16 11:25
ReporterbioseAssigned Tojfudickar 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.36 
Target VersionFixed in Version 
Summary0004740: Countdown in JvDSADialogs
DescriptionThere is a little bug in JvDSADialogs when Countdown is active. FCountdown is not found at line 587.

Replace
FCountdown := TLabel(FindComponent('Countdown'));
by
FCountdown := TLabel(FindComponent('_Countdown'));

and all done!
TagsNo tags attached.

Activities

jfudickar

2009-04-12 20:42

developer   ~0015407

Fixed in the svn.

Please have a look for it and give us a feedback.

biose

2009-04-14 08:26

reporter   ~0015409

There is always the same bug at line 599

Supports(FindComponent('CountDown'),IJvDynControlCaption, FCountDown);

Component 'CountDown' is not found but if you replace by '_CountDown' that work

biose

2009-04-14 08:59

reporter   ~0015410

Always in procedure CustomShow (and all the rest), At revision 12216, You have replace ComponentCount by ControlCount (why ?) and that not work, the Default Button cannot be assign... (in delphi 2007)

jfudickar

2009-04-14 09:13

developer   ~0015411

Have you updated the other files also?

There is an additional bugfix in one of the utils units. This fixes you're "_Countdown" problem.

And i have added an other revision yesterday evening of the JvDSADialogs.pas file.

Please update the full JVCL.

Kind regards
Jens

jfudickar

2009-04-14 10:34

developer   ~0015413

I will have a look for your ControlCount problem in the evening (not sitting on my development system in the moment)

biose

2009-04-14 14:17

reporter   ~0015415

Ok, with full update of JVCL svn 'CountDown' work but the default button is not found with ControlCount (2 Controls found), if I replace by ComponentCount (12 Components found) and replace Controls[I] by Components[I] that work...
Thank you

jfudickar

2009-04-15 00:27

developer   ~0015416

I've reverted my changes of revision 12216. Don't where my mind was in this moment.
You are completly right with your hint.

Thanks a lot.

Kind regards
Jens

biose

2009-04-16 09:29

reporter   ~0015422

Ok no problem, your revision 12271 is perfect.

Thank you

Issue History

Date Modified Username Field Change
2009-04-10 16:13 biose New Issue
2009-04-12 20:42 jfudickar Note Added: 0015407
2009-04-12 20:42 jfudickar Status new => feedback
2009-04-14 08:26 biose Note Added: 0015409
2009-04-14 08:59 biose Note Added: 0015410
2009-04-14 09:13 jfudickar Note Added: 0015411
2009-04-14 10:34 jfudickar Note Added: 0015413
2009-04-14 14:17 biose Note Added: 0015415
2009-04-15 00:27 jfudickar Note Added: 0015416
2009-04-16 09:29 biose Note Added: 0015422
2009-04-16 11:25 jfudickar Status feedback => resolved
2009-04-16 11:25 jfudickar Resolution open => fixed
2009-04-16 11:25 jfudickar Assigned To => jfudickar