View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002292 | JEDI VCL | 00 JVCL Components | public | 2004-11-04 11:23 | 2004-12-11 06:22 |
Reporter | Sharky | Assigned To | |||
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 | 0002292: TJvCombobox Autocomplete does not work | ||||
Description | TJvCombobox Autocomplete does not work, it has worked in Beta 1. | ||||
Tags | No tags attached. | ||||
|
Please attach a project (zipped, source-only) to this report that shows the problem. What version of Delphi are you using? I tested with Delphi 6 - unable to reproduce. |
|
You can reproduce it this way (1 minute work): Create a TJvCombobox, add foobar to Items, set AutoCompelte to true. Start the project. type foo into the combobox. Beta 1: the combobox changes the text to foobar. Beta 2 and current CVS: the text is not changed from foo to foobar. I'm using Delphi 5. edited on: 11-26-04 18:50 |
|
Oh, I see now. The problem is that AutoComplete has a default value of True but it is not set in the constructor, so add: {$IFDEF COMPILER5} FAutoComplete := True; {$ENDIF COMPILER5} somewhere in TJvCustomComboBox.Create and recompile the package (JvStdCtrls). |
|
Please try with the latest zip files and tell us if the problem is fixed. These files are available here: http://jvcl.sf.net/daily/ http://jcl.sf.net/daily/ If we don't hear from you in the next 7 days, we will consider this issue fixed. |
|
No reply, so assuming it works with the fix provided |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-11-04 11:23 | Sharky | New Issue | |
2004-11-05 15:55 |
|
Note Added: 0005576 | |
2004-11-05 15:55 |
|
Status | new => feedback |
2004-11-26 18:49 | Sharky | Note Added: 0005725 | |
2004-11-26 18:50 | Sharky | Note Edited: 0005725 | |
2004-11-27 08:16 |
|
Note Added: 0005728 | |
2004-11-30 04:42 | obones | Note Added: 0005780 | |
2004-12-11 06:22 |
|
Status | feedback => resolved |
2004-12-11 06:22 |
|
Resolution | open => fixed |
2004-12-11 06:22 |
|
Assigned To | => user72 |
2004-12-11 06:22 |
|
Note Added: 0005866 | |
2004-12-11 06:22 |
|
Assigned To | user72 => |