Atozed Forums
IW 15.0.23 is out - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IW 15.0.23 is out (/thread-1105.html)



IW 15.0.23 is out - Alexandre Machado - 06-15-2019

Hi,

there is a new update available, version 15.0.23. It contains a fix for a recently introduced bug regarding IWForm's OnAsyncResize/OnResize events.

https://www.atozed.com/2019/06/intraweb-15-0-23/

Cheers


RE: IW 15.0.23 is out - msgopala - 06-18-2019

(06-15-2019, 01:00 AM)Alexandre Machado Wrote: Hi,

there is a new update available, version 15.0.23. It contains a fix for a recently introduced bug regarding IWForm's OnAsyncResize/OnResize events.

https://www.atozed.com/2019/06/intraweb-15-0-23/

Cheers

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


RE: IW 15.0.23 is out - Alexandre Machado - 06-19-2019

I need to know which control and which event is that. Our tests show that everything is fine


RE: IW 15.0.23 is out - msgopala - 06-19-2019

(06-19-2019, 08:45 AM)Alexandre Machado Wrote: I need to know which control and which event is that. Our tests show that everything is fine

This is an existing project that has been published and is working currently. After the update we tested the standalone and events did not trigger.


I tested  TTIWAdvEdit

TTIWAdvEdit events are : OnAsyncChange, OnAsyncEnter, OnAsyncExit. 

None of my code works in this version of IW.


RE: IW 15.0.23 is out - msgopala - 06-19-2019

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.