View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002614 | JEDI VCL | 00 JVCL Components | public | 2005-02-09 12:24 | 2005-02-19 06:30 |
Reporter | westphal | Assigned To | user72 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002614: problem with empty subtitle text in TJvWizardCustomPage | ||||
Description | if 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 ? | ||||
Tags | No tags attached. | ||||
|
a way to bypass this problem is to set the text to a single space and not to an empty string |
|
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) |
|
Proposed fix is now in CVS |
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 |
|
Note Added: 0006495 | |
2005-02-14 12:50 |
|
Status | new => feedback |
2005-02-14 12:50 |
|
Note Edited: 0006495 | |
2005-02-14 12:51 |
|
File Added: JvWizard050214.zip | |
2005-02-19 06:30 |
|
Status | feedback => resolved |
2005-02-19 06:30 |
|
Resolution | open => fixed |
2005-02-19 06:30 |
|
Assigned To | => user72 |
2005-02-19 06:30 |
|
Note Added: 0006528 |