View Issue Details

IDProjectCategoryView StatusLast Update
0003802JEDI VCL00 JVCL Componentspublic2006-07-11 07:10
ReporterZENsanAssigned Toobones 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.20 
Target VersionFixed in Version3.30 
Summary0003802: TJvXPProgressBar visible property not published
DescriptionTJvXPProgressBar visible property not published. I cannot set this value in designtime at least in Delphi 2006.
TagsNo tags attached.

Activities

anudedeus

2006-07-11 06:41

reporter   ~0009784

It's fine under D7.
I'll try to test it under 2006, but that might take a week.
It's funny, as that property comes (in D7) all the way back from TControl, so any descendent from it would have to have the problem.
Do you actually get a compiler error message if you place this line:
TJvXPProgressBar1.visible := true;
?
Or is it just the code completion that is not working?

obones

2006-07-11 07:10

administrator   ~0009785

This is now fixed in SVN.
The property was public, hence usable at runtime, but was indeed not published and as such not settable while designing the form.

Issue History

Date Modified Username Field Change
2006-07-10 10:40 ZENsan New Issue
2006-07-11 06:41 anudedeus Note Added: 0009784
2006-07-11 07:10 obones Status new => resolved
2006-07-11 07:10 obones Fixed in Version => Daily / SVN
2006-07-11 07:10 obones Resolution open => fixed
2006-07-11 07:10 obones Assigned To => obones
2006-07-11 07:10 obones Note Added: 0009785