Miletus - TMiletusOpenDialog doesn't work in Web Core version 2.5.1.0

Hi,

Nothing in output console when I open the file from TMiletusOpenDialog. In previous WebCore version everything was ok.

procedure TForm1.wbtn1Click(Sender: TObject);
begin
if(mltspndlg1.Execute(False))then
begin
console.log(mltspndlg1.FileName);
console.log(mltspndlg1);
end;

end;

Hi,

Thank you for reporting, there were some async fixes implemented for the open dialog that affected the sync behavior. This is now fixed and the next version will contain the necessary changes.