Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New update 15.2.1 is available
#1
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
Reply
#2
(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
Reply
#3
(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!
Reply
#4
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


Attached Files
.zip   iw1521_err.zip (Size: 59.32 KB / Downloads: 4)
Reply
#5
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
Reply
#6
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)