![]() |
|
Lazarus and Bootstrap - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (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: Lazarus and Bootstrap (/thread-5493.html) |
Lazarus and Bootstrap - deridan - 10-22-2025 Hello, I installed Intraweb (16.1.6) for Lazarus (3.8) , all works well. Are the Bootstrap controls (Bootstrap 3/Bootstrap 4) available for Lazarus? If not, any alternative suggestions for bootstrap/responsive behavior? Thank you RE: Lazarus and Bootstrap - Alexandre Machado - 10-22-2025 Currently they are not. There are plans to also port them to Lazarus, but we have a few other priorities at the moment and I can't give you a precise time frame. However, IW Bootstrap comes with full source code (it's actually an Open Source set of components that we included in IW setup). I won't say that it's easy to use them in Lazarus because convert Delphi code do Lazarus it's harder than it seems (Especially because it doesn't support anonymous functions yet), but it is possible if you are in a hurry... RE: Lazarus and Bootstrap - deridan - 10-22-2025 Thank you |