View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006683 | JEDI VCL | 00 JVCL Components | public | 2019-05-31 18:38 | 2020-05-18 22:33 |
Reporter | mh | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | Daily / GIT | |||
Summary | 0006683: TJvFileListbox.AutoUpdate not working if Directory property changes | ||||
Description | With TJvFileListbox.AutoUpdate := true one can have a TJvFileListbox automatically refresh its contents if new files are being added to the directory or files are being deleted. Unfortunatelly changing the .Directory property at runtime tries to update the internal notification component, but the way it uses does not work. If one only changes the directory property of the TJvChangeNotify component's Notofication[0] property it will not inform the OS about the change. | ||||
Additional Information | As I'm not sure how or whether we should fix TJvChangeNotify, I developed a workaround: deactivate notifications before assigning the directory, then reactivate them. In order to show the failure run the attached demo and click on any folder in the directory list box. Then copy or create a .pas file in the folder you selected there. It will not immediately appear in the file list box. It appears if you go to another directory and back via the directory listbox. | ||||
Tags | No tags attached. | ||||
2019-05-31 18:38
|
FileListBoxTest.zip (54,509 bytes) |
|
Pull request created: https://github.com/project-jedi/jvcl/pull/133 |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-05-31 18:38 | mh | New Issue | |
2019-05-31 18:38 | mh | File Added: FileListBoxTest.zip | |
2019-05-31 18:47 | mh | Note Added: 0021854 | |
2020-05-18 22:33 | obones | Assigned To | => obones |
2020-05-18 22:33 | obones | Status | new => resolved |
2020-05-18 22:33 | obones | Resolution | open => fixed |
2020-05-18 22:33 | obones | Fixed in Version | => Daily / GIT |