Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check this out! IntraWeb 15.2.0 is here!
#10
(05-29-2020, 10:57 AM)Comograma Wrote: Sent a test case to Alexandre.
Just to say that the IWBSDemo, tab Dialogs/Alerts, when pressing button "Dinamically create modal dialog from TIWFrame", nothing happens.

I checked your project and there is no problem with the code (neither yours nor IntraWeb's). What you need to do for your demo to work is to change some properties:
In the ServerController:


Code:
JavaScriptOptions.RenderjQuery: = False; 
RenderAsyncEnabled: = False;

Add this to your ServerController.OnConfig event 

The RenderAsyncEnabled property is not published so it is not visible in the Object Inspector. It is public and must be changed in your code. 

RenderAsyncEnabled "turns off" the Async rendering of IntraWeb 15.2 leaves the "native" rendering of the IWBS components.

You can also change the RenderAsyncEnabled property on forms, individually, instead of doing it globally in ServerController.

Whenever RenderAsyncEnabled is False, rendering will work just like version 15.1

We updated the version history doc of this release to show this information as well.
Reply


Messages In This Thread
RE: Check this out! IntraWeb 15.2.0 is here! - by Alexandre Machado - 06-01-2020, 11:41 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)