(04-16-2024, 01:49 AM)Alexandre Machado Wrote: Hi guys,I see that some bugfixes where made to IWjQGrid.
another new and exciting IntraWeb release 15.6.0 is avaialble for download.
https://www.atozed.com/2024/04/intraweb-15-6-0/
This version brings the new libdeflate compressor for Delphi, which is 2 to 3 times faster than the standard Delphi zlib implementation and also faster than our previous zLib Cloudflare branch. On my development machine it is exactly 2.6 times faster than zlib when built with Delphi 11.3 or Delphi 12 and 12.1
Remember that HTTP(S) compression is an important part of most IW applications (SA, Indy and Http.sys) and just by compiling your application with the new 15.6.0 it will have an instant performance boost.
Enjoy!
I have RenderCDNFiles and RenderLocalFiles both set to True. Do I need to load bootstrap.min.css and bootstrap.min.js files?
If I load both these files at runtime, the TIWBSSelect components won't dropdown. And this happens because I'm using these two files for better looking (selectpicker class):
PageContext.AddBodyScriptFile('https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js');
PageContext.AddLinkFile('https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css');
Am I doing something that I shouldn't?
I'm calling IWBSLibSetCDNS procedure from ServerController.OnConfig.
And I still think that file all.min.js is missing, when running app from the IDE with RenderCDNFiles = False and RenderLocalFiles = True, because if I do not load this file at runtime, the navigations buttons of the IWjGrid wan't appear correctly. See attached image.