Atozed Forums
New update 15.2.1 is available - 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: New update 15.2.1 is available (/thread-1707.html)



New update 15.2.1 is available - Alexandre Machado - 06-04-2020

Hi guys,

there is a maintenance update available, version 15.2.1 which fixes a few issues found due to new RenderAsync feature.

It also fixes the async rendering of several real test cases provided by IntraWeb users after migrating to 15.2.0, especially rendering of complex frames created during async events.

https://www.atozed.com/2020/06/intraweb-15-2-1/

Enjoy!  Big Grin


RE: New update 15.2.1 is available - brsoft - 06-05-2020

(06-04-2020, 11:06 AM)Alexandre Machado Wrote: Hi guys,

there is a maintenance update available, version 15.2.1 which fixes a few issues found due to new RenderAsync feature.

It also fixes the async rendering of several real test cases provided by IntraWeb users after migrating to 15.2.0, especially rendering of complex frames created during async events.

https://www.atozed.com/2020/06/intraweb-15-2-1/

Enjoy!  Big Grin

Hi Alexandre!

We have more problems in this version than we did in v15.2.0.
We are back to v15.1.22.

We hope there will be a fix.

best regards
Robert


RE: New update 15.2.1 is available - Rolphy Reyes - 06-05-2020

(06-05-2020, 02:37 PM)brsoft Wrote:
(06-04-2020, 11:06 AM)Alexandre Machado Wrote: Hi guys,

there is a maintenance update available, version 15.2.1 which fixes a few issues found due to new RenderAsync feature.

It also fixes the async rendering of several real test cases provided by IntraWeb users after migrating to 15.2.0, especially rendering of complex frames created during async events.

https://www.atozed.com/2020/06/intraweb-15-2-1/

Enjoy!  Big Grin

Hi Alexandre!

We have more problems in this version than we did in v15.2.0.
We are back to v15.1.22.

We hope there will be a fix.

best regards
Robert

Hi!

I think you need to tell what issues, you are getting at.

With this information, nobody can help you!


RE: New update 15.2.1 is available - brsoft - 06-05-2020

Hi

After installing iw15.2.1 - when rebuilding the application - the RenderAsyncEnabled property of each form became a false value. We set True manually.

We want to make an invisible TIWEdit component visible in a grid.
(Async event:
IWGrid1.cell [0,0] .control: = IWEdit1;
IWEdit1.visible: = True; ).
IWEdit1 only appears after an onrender event (ctrl + F5).

You lose Async events by placing the visible IWEdit component in the grid.
(Async event:
IWGrid1.cell [0,0] .control: = IWEdit1; )

In iw15.1.22, these solutions work well.

I attached a test application.


regards
Robert


RE: New update 15.2.1 is available - brsoft - 06-13-2020

Hi

IW 15.2.2 did not resolve the issue:
IWEdit Async events do not work when I move them to a grid.
To the example:
1. Click on IWEdit outside the grid: IWEdit1.Text: = 'OnAsyncClick';
2. The IWButton AsyncClick event moves the IWEdit component to the IWGrid.
3. From now on, IWEdit will not have an Async event. (Until the next OnSubmit.)

IW 15.1.22 works well.

regards
Robert


RE: New update 15.2.1 is available - Alexandre Machado - 06-24-2020

I'll have a look at this demo, but please, when reporting some issue, please create a separate topic. It becomes messy really fast and it is impossible to find stuff in the middle of a thread with several posts