TMS controls and IW 15.0.22/23 update

After updating to  IW 15.0.22 the Async events have stopped working for TMS controls. Updated to 15.0.23 but the problem exists. (tested buttons and edits)


Have posted on the IW forum too.

Hi,


Do you see any JavaScript errors in the browser console?
Can you specify exactly which components and events you have tested?

Please also provide the following information so I can further investigate this:
- The version of Delphi you are using
- The name and version of the browser you are using

No Javascript errors

TMS IntraWeb Component Pack Pro
Delphi Seattle

TTIWAdvimagebutton
TTIWAdvEdit

Chrome, Firefox

TTIWAdvimagebutton events tested:: OnAsyncClick


TTIWAdvEdit events tested: AsyncExit, AsyncChange, AsyncEnter (does not work)

if I drop a IW standard button and test the OnAsyncClick  it works.

I have not been able to reproduce this issue with IW 15.0.23.

Have you tried to recompile or re-install the TMS IntraWeb Component Pack after upgrading IntraWeb?

Re -compiled project, re-built project & saved project. Still same results.

Removed the TMS components. Built and re-added to ide. 

Opened project, complied and ran - same result

deleted one TTIWAdvEdit and re-added from component palette. Added OnAsyncExit code - Same result.

Added an IW standard button,  added my onAsyncExit code to the OnAsyncClick event of the IWButton. Code worked.

Added a standard IWEdit and copied the onAsyncExit code to this IwEdit. Code worked.

OnAsync Exit of the TTIWAdvEdit does not work with the new update.

Can you please provide a ready to run sample project that demonstrates the issue so I can trace what you are differently?
Sample projects can be emailed as attachment to mailto:help@tmssoftware.com

Sure. Thanks

FYI I have removed the .exe and sent the zipped file to the given email address

Thank you.
We'll investigate this as soon as possible.

Any updates?


Were you able to reproduce the issue with my sample project? 

It is on the todolist, will be investigated and we will report.

The reply was sent through email.

Is it possible to know if there's a solution to this problem ? With the latest intraweb 15.1.10 and latest version of TMS Intraweb controls, if in a TTIWAdvEdit. there's a javascript on the onblur event the OnAsyncExit event is not fired.
Thank you
Hi,

The issue with the OnAsyncExit event should be fixed in IW 15.1.10.
Have you tried this in a new IW project?