View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002214 | JEDI VCL | 00 JVCL Components | public | 2004-10-12 12:32 | 2004-10-12 13:22 |
Reporter | Simes | 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 RC 1 | |||
Summary | 0002214: TJvFindReplaceDialog.ReplaceAll doesn't ensure dialogs exist | ||||
Description | ReplaceAll should call UpdateDialogs to ensure Dialogs actually exist before attempting to use them. | ||||
Additional Information | procedure TForm1.Button1Click(Sender: TObject); var JvFindReplace: TJvFindReplace; begin JvFindReplace := TJvFindReplace.Create(Self); try JvFindReplace.EditControl := Edit1; JvFindReplace.ReplaceAll('A', 'B'); // CRASH! finally JvFindReplace.Free; end; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-10-12 12:32 | Simes | New Issue | |
2004-10-12 13:22 |
|
Status | new => resolved |
2004-10-12 13:22 |
|
Resolution | open => fixed |
2004-10-12 13:22 |
|
Assigned To | => user72 |
2004-10-12 13:22 |
|
Note Added: 0005363 |