Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by wesleyhindley

  1. W

    HTML & CSS Positioning of bootstrap child rows.

    <div class="container-fluid position-relative fz-wrap"> <div class="row h-100 align-items-center"> <div class="text-center"> <img class="mx-auto d-flex rounded img-fluid" src="images/lrg-img.jpg" alt=""> </div> </div> <div class="fz-brand-band"> <div class="row...
  2. W

    What is the best way to create desktop applications?

    I develop applications for Windows, OSX/MacOS, and Linux. I prefer Lazarus/FreePascal because it gives me the ability to create native cross platform applications that actually work and look like they should. Most of the time I develop on my MacBook, cross compile, test on the target to make...
Back
Top Bottom