View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004898 | JEDI VCL | 00 JVCL Components | public | 2009-08-14 11:14 | 2009-08-14 12:14 |
| Reporter | ahesse | Assigned To | obones | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | 3.38 | |||
| Summary | 0004898: TJvDirectoryEdit.PopupDropDown lost call for BrowseForFolder if DialogKind is dkWin32 | ||||
| Description | The last refactoring with removing of {$ifdef CLR} code remove some code with {$ifndef CLR}. So this component loses some sourcecode to call BrowseForFolder if DialogKind is dkWin32. | ||||
| Additional Information | Fix: revert the changes here from the last refactoring ... if NewStyleControls and (DialogKind = dkWin32) then Action := BrowseForFolder(FDialogText, sdAllowCreate in DialogOptions, Temp, Self.HelpContext) else ... | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-08-14 11:14 | ahesse | New Issue | |
| 2009-08-14 11:32 | ahesse | Note Added: 0015999 | |
| 2009-08-14 12:14 | obones | Note Added: 0016000 | |
| 2009-08-14 12:14 | obones | Status | new => resolved |
| 2009-08-14 12:14 | obones | Fixed in Version | => Daily / SVN |
| 2009-08-14 12:14 | obones | Resolution | open => fixed |
| 2009-08-14 12:14 | obones | Assigned To | => obones |