![]() |
IntraWeb 15.6.0 is out! - 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: IntraWeb 15.6.0 is out! (/thread-4030.html) Pages:
1
2
|
RE: IntraWeb 15.6.0 is out! - Alexandre Machado - 04-17-2024 (04-16-2024, 08:10 PM)valmeras Wrote: I am using C++ Builder 10.2.3 (Rad Studio 10.2.3) Regarding the new compressor: It's an external library writen in C language that is linked with our code. However we build it ourselves using GCC (and believe me, it took a long time to get it right). The reason it is extremely fast (and I want to empasize it "extremely") is because it uses some features of modern processors (e.g. AVX instructions). It may present problems in some processors (or compilers) that we've not identified yet. But we are working to identify the problem and fix it. Cheers RE: IntraWeb 15.6.0 is out! - Comograma - 04-17-2024 (04-17-2024, 05:49 AM)Alexandre Machado Wrote:I guess it's better to give you my testcase. It's attached.(04-16-2024, 11:21 AM)Comograma Wrote:(04-16-2024, 01:49 AM)Alexandre Machado Wrote: Hi guys,I see that some bugfixes where made to IWjQGrid. After running this testcase from within IDE, it will download the files like you said. Than if I set RenderCDNFiles = False and RenderLocalFiles = False and load all those files in runtime, on the IWAppFormRender (see testcase), the IWBSSelect won't dropdown. If I remove bootstrap.min.js, it will dropdown with the expected looking (see initialization section on ServerController unit), looking accomplished with loading both files 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'); Maybe I'm doing something, wrong, tell me. I have another application, that I can't put here, that the DBNavigation buttons will not be showed correctly if I do not load all.min.js file, that is not downloaded when running app from within IDE, with RenderCDNFiles = False and RenderLocalFiles = True. Can't understand why, because my IWjQDBGrid is set the same as the testcase attached. Any thoughts? Another think that I already ask here, is that when I open a modal window (button "Janela modal") with a IWjQDBGrid, the grid do not present it's content, I have to press "Refresh" button. How can I accomplishe this? |