View Issue Details

IDProjectCategoryView StatusLast Update
0002614JEDI VCL00 JVCL Componentspublic2005-02-19 06:30
ReporterwestphalAssigned Touser72 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 
Summary0002614: problem with empty subtitle text in TJvWizardCustomPage
Descriptionif subtitle (and i think tile) text in TJvWizardWelcomePage or TJvWizardInteriorPage is set to an empty string:

The text "subtitle" comme back at run time.

If i close the project and then reopen it, again the text subtitle comme back.

It seem to me that it is a problem with the definition of the property, but i am not an expert with thoses:

property Subtitle: TJvWizardPageTitle read GetSubtitle write SetSubtitle stored False;

maybe "stored False" is not the right way ?
TagsNo tags attached.

Activities

westphal

2005-02-09 12:27

reporter   ~0006444

a way to bypass this problem is to set the text to a single space and not to an empty string

user72

2005-02-14 12:50

  ~0006495

Last edited: 2005-02-14 12:50

The page's Title and Subtitle properties are actually only aliases for Header.Title and Header.Subtitle, so they need not be stored.

It seems the problem lies with the missing setters for Title and SubTitle. Please try the attached unit

2005-02-14 12:51

 

JvWizard050214.zip (21,615 bytes)

user72

2005-02-19 06:30

  ~0006528

Proposed fix is now in CVS

Issue History

Date Modified Username Field Change
2005-02-09 12:24 westphal New Issue
2005-02-09 12:27 westphal Note Added: 0006444
2005-02-14 12:50 user72 Note Added: 0006495
2005-02-14 12:50 user72 Status new => feedback
2005-02-14 12:50 user72 Note Edited: 0006495
2005-02-14 12:51 user72 File Added: JvWizard050214.zip
2005-02-19 06:30 user72 Status feedback => resolved
2005-02-19 06:30 user72 Resolution open => fixed
2005-02-19 06:30 user72 Assigned To => user72
2005-02-19 06:30 user72 Note Added: 0006528