Cannot find TWebOpenDialog in VSC component palette

Hi,

It is a bit funny. But there is no TWebOpenDialog component in component palette? Should be included WebCore components? Do I have to add another package ?
Thanks..

There is TWebOpenDialog component in Delphi and run as expected.

In VSC there is WEBLib.Dialogs unit and contains TWebOpenDialog. But It does not appear in VSC component palette.

When I write dynamicaly as;

procedure TForm1.WebButton2Click(Sender: TObject);

var ODF : TWebOpenDialog;

begin

ODF := TWebOpenDialog.Create;

ODF.Execute;

end;

Run, and click the button Opens the dialog but after close by select file and OK gives this error
WebButton2

ERROR
Uncaught TypeError: Cannot read properties of null (reading 'GetCount') | TypeError: Cannot read properties of null (reading 'GetCount') at Object.HandleInputChange (http://localhost:8080/Project1.js:32506:26) at HTMLInputElement.cb (http://localhost:8080/Project1.js:238:26)
at http://localhost:8080/Project1.js [32506:26]

Actually I understand that there are a lot of missing TMS WebCore in VSC, comparing Delphi TMS Web core..
But I decided to use VSC in my MAC... So Please repair these missings...
And give work arounds during this time..
Thanks.

We fixed the issue with TWebOpenDialog missing. Next update will address this.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.