View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004740 | JEDI VCL | 00 JVCL Components | public | 2009-04-10 16:13 | 2009-04-16 11:25 |
Reporter | biose | Assigned To | jfudickar | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.36 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004740: Countdown in JvDSADialogs | ||||
Description | There 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! | ||||
Tags | No tags attached. | ||||
|
Fixed in the svn. Please have a look for it and give us a feedback. |
|
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 |
|
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) |
|
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 |
|
I will have a look for your ControlCount problem in the evening (not sitting on my development system in the moment) |
|
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 |
|
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 |
|
Ok no problem, your revision 12271 is perfect. Thank you |
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 |