Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWjQDBGrid changing UI
#23
(08-08-2021, 02:35 AM)Alexandre Machado Wrote: Please update to IW 15.2.35. I'm 100% sure that your test case is working correctly now.

Several fixes and improvements in IWBootstrap regarding rendering of JS and CSS files

Yes, almost the Alexandre, but unfortunatly it is not 100% right.
Look at the labels font/size of Form1 and Form2. They are not the same and it should.
See attachments.
The is still some kind of conflict.

If I put a IWjQDBGrid in Form2 also, it will go ok.

So now, with v15.2.35, if IWjQDBGrid.RenderFileCDNFiles is set to True, the font/size of labels and other components are sized/render correctly (like with Form1), but if we change IWjQDBGrid.RenderFileCDNFiles to False (try it with Form1) or if we don't have a IWjQDBGrid component on a Form at all (like Form2), the components fonts, aren't sized/render correctly.

With v15.2.35, my file wwwroot\files\styles.css if being ignored.

PS: After some more tests, I found that if, instead of loading my personal files on ServerController.OnConfig like this:
  ContentFiles.Add('files/styles.css');
  ContentFiles.Add('files/funcoes.js');

I change it to this:
  IWBSAddGlobalLinkFile('files/styles.css');
  IWBSAddGlobalLinkFile('files/funcoes.js');

It will work, but on Form2, after open modal form and close it, the same happens as before and even clicking on the IWSelect components won't do nothing.

Even if I set IWjQDBGrid.RenderFileCDNFiles is set to False and load jQGrid files in ServerController.OnConfig like this:
  ContentFiles.Add('https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.5/css/ui.jqgrid.min.css');

  ContentFiles.Add('https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.5/jquery.jqgrid.min.js');
  ContentFiles.Add('https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/themes/blitzer/jquery-ui.min.css');
doesn't work, the grids and not rendered and with v15.2.34 was OK, as expected.

Some more digging in here, Alexandre.


Attached Files Thumbnail(s)
       
Reply


Messages In This Thread
TIWjQDBGrid changing UI - by Comograma - 07-15-2021, 03:51 PM
RE: TIWjQDBGrid changing UI - by Comograma - 07-15-2021, 05:03 PM
RE: TIWjQDBGrid changing UI - by Comograma - 07-19-2021, 05:32 PM
RE: TIWjQDBGrid changing UI - by Comograma - 07-27-2021, 09:47 AM
RE: TIWjQDBGrid changing UI - by Comograma - 07-27-2021, 02:30 PM
RE: TIWjQDBGrid changing UI - by Comograma - 07-30-2021, 10:45 AM
RE: TIWjQDBGrid changing UI - by Comograma - 08-03-2021, 09:35 AM
RE: TIWjQDBGrid changing UI - by Comograma - 08-02-2021, 11:48 AM
RE: TIWjQDBGrid changing UI - by Comograma - 08-04-2021, 09:18 AM
RE: TIWjQDBGrid changing UI - by Comograma - 08-04-2021, 02:04 PM
RE: TIWjQDBGrid changing UI - by Comograma - 08-09-2021, 11:15 AM
RE: TIWjQDBGrid changing UI - by Comograma - 08-13-2021, 10:03 AM
RE: TIWjQDBGrid changing UI - by Comograma - 08-13-2021, 11:33 AM
RE: TIWjQDBGrid changing UI - by Comograma - 08-13-2021, 03:39 PM
RE: TIWjQDBGrid changing UI - by Comograma - 09-01-2021, 11:23 AM
RE: TIWjQDBGrid changing UI - by Comograma - 09-01-2021, 03:31 PM
RE: TIWjQDBGrid changing UI - by Comograma - 09-09-2021, 01:48 PM
RE: TIWjQDBGrid changing UI - by Comograma - 09-15-2021, 09:26 AM
RE: TIWjQDBGrid changing UI - by BoostedCruiser - 06-08-2026, 02:02 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)