Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWBootstrap 15.2.66
#1
Hello,

I would like to point out that with the new version 15.2.66 in some strange case the bootstrap components are not rendered correctly.
They are not displayed with on the form.
I haven't been able to create a test case yet but in the next few days I will create a sample project. I think the error is due to the new change -IWBootstrap 3 and 4: avoid rendering empty style and double semi-colons in style tags Thank you


Andrea
Reply
#2
line wrapping stopped working in the new version 15.2.66.
Example - show only "line 1":
lb1 := TIWBSLabel.Create(Self);
lb1.Parent := rg1;
lb1.Name := IWBSGetUniqueComponentName(Self,'lb1event');
lb1.Caption := 'line 1' + sLineBreak + 'line 2' + sLineBreak + 'line 2';
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)