View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0002213 | JEDI VCL | 00 JVCL Components | public | 2004-10-12 12:26 | 2004-10-12 13:29 | 
| 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 | 0002213: JvFindReplaceDialog doesn't use initial value of FindText | ||||
| Description | JvFindReplaceDialog doesn't use initial value of FindText. It starts out with an empty dialog whatever the initial value of FindText. | ||||
| Additional Information | procedure TForm1.Button1Click(Sender: TObject); var JvFindReplace: TJvFindReplace; begin JvFindReplace := TJvFindReplace.Create(Self); try JvFindReplace.EditControl := Edit1; JvFindReplace.FindText := 'Find Me'; JvFindReplace.Find; finally JvFindReplace.Free; end; end; Find dialog shows blank find text. Similarly with FindText/ReplaceText with Replace Dialog.  | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2004-10-12 12:26 | Simes | New Issue | |
| 2004-10-12 13:29 | 
				 | 
			Status | new => resolved | 
| 2004-10-12 13:29 | 
				 | 
			Resolution | open => fixed | 
| 2004-10-12 13:29 | 
				 | 
			Assigned To | => user72 | 
| 2004-10-12 13:29 | 
				 | 
			Note Added: 0005364 |