TWebToast problem

When you put TWebToast object to form and add items from design and check AutoHide on items you will have an error during compilation.

[Error] LogFrm.pas(1): identifier not found "AutoHide"

Cannot be reproduced.
This

begin
  webtoast1.Items.Add('header','body').AutoHide := false;
end;

compiles without issue.

See my movie for reproduce

https://home.appmaster.pl/index.php/s/moiJNMm1MtUmbg0

We fixed it.
Fix will be in v1.5.0.3

Hi, other problem ... TWebToast event OnHide is not fired

Circumstances? Hide on click? Autohide? Other? Demo?

Hi,

Next problem with TWebToast ... when you use one TWebToast object on first form and second TWebToast object on next form you have duplicate id on the document e.g. TToastCollection1.

In attachment example.

ToastTest.zip (1.4 MB)

to reproduce problem:

  1. Run example app
  2. Click five times "Show first toast"
  3. Click "Open form2"
  4. and click "Show second toast"

Circumstances? Hide on click? Autohide? Other? Demo?

does not matter if you click hide on cross or run as autohide ... the event not fired

We traced & solved this issue. The next update will address this.

In version 1.5.3.0 still problem with issue below, see my example project:

We could reproduce this and fixed it.
Next update will address this.

In version 1.5.0.4 is ok.

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