Dear all,
I have an issue with tsavedialog on OS X (laz 1.6.4, fps 3.0.2).
If I execute the dialog and select a file in Documents folder then I
execute again the dialog the filename is highlighted in the savedialog, I
just press Save and the file name I messed up, the filename include the
previous filename plus the new filename without path.
In order to reproduce that just add a button a savedialog and a label to a
form.
procedure TForm1.Button1Click(Sender: TObject);
begin
if SaveDialog1.Execute then
Label1.Caption:= SaveDialog1.FileName;
end;
A known bug?
--
_______________________________________________
Lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus