Atozed Forums
IWBootstrap 15.2.66 - 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: IWBootstrap 15.2.66 (/thread-2896.html)



IWBootstrap 15.2.66 - Anto90 - 10-20-2022

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


RE: IWBootstrap 15.2.66 - alexer - 10-20-2022

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';