Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Async region rendering in TIWBS4Region
#4
Hi Davide,

Not sure if I understand your question 'standard page-to-page navigation'.
Maybe a good source of information to see what is possible is the iwbootstrap demo 'IWBSDemo'.
It contains lots of inspiration and information. Also async navigation between pages, showing and handling dialogs and async creating dynamic content.

The one thing that is missing from this demo to get it working in iw15.2.x is disabling the new Intraweb Async Render support.
But it's easy to disable this and get the demo fully working. Add the following line of code to the demo project.



Code:
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
  RenderAsyncEnabled := False;  // <-- new line


  // existing code
end;


Test it with and without this line of code to test 'Dialogs / Alerts', 'Dinamically create modal dialog from TIWFrame' and see the difference.

With examining this demo I hope you get enough information to get you going on your redesign.
Reply


Messages In This Thread
RE: Async region rendering in TIWBS4Region - by jeroen.rottink - 12-30-2020, 03:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)