Atozed Forums

Full Version: Lazarus and Bootstrap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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...
Thank you