View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006632 | JEDI VCL | 00 JVCL Components | public | 2018-04-05 15:50 | 2019-04-28 17:59 |
Reporter | Vojtisek | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0006632: saving with JvSaveDialog | ||||
Description | We tried to use JvSaveDialog in our C++ project, but we got a issue: In component we have checked Options -> ofOverwritePrompt. When we tried to save the file with same name as one already in folder and we didn't get any message about overwriting of file then when we looked to folder file was overwritten. So for us it seems that option ofOverwritePrompt doesn't work. We use: RAD Studio 10 Seattle update 1 JCL 2.8.0.5677 JVCL 3.50 additionally I am attaching the zipped file with example code and compiled exe which demonstrates it. Thanks in advance. | ||||
Tags | No tags attached. | ||||
2018-04-05 15:50
|
test.7z (1,300,816 bytes) |
|
In addition ... There is also problem with save button which is set to "Open" instead of "Save". Default setting of title bar is also set to Open...??? It is major severity in my opinion. |
|
About the wrong button captions and the title bar: could it be because TJvSaveDialog inherits from TJvOpenDialog which inherits from TOpenDialog? What would happen, if we implemented TJvSaveDialog analog to TJvOpenDialog and inheritig from TSaveDialog then? Or is there an easier way to fix this available? |